@charset "UTF-8";
/* # base
----------------------------------- */
body {
  overflow-x: hidden;
  width: auto;
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 896px) {
  body {
    min-width: 100%;
  }
}

html {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 896px) {
  html {
    font-size: 14px;
  }
}

html,
body {
  height: 100%;
}

@media only screen and (max-width: 896px) {
  img {
    max-width: 100%;
  }
}

/* # link style
----------------------------------- */
a {
  color: #333;
  text-decoration: none;
}

a[href^="tel"] {
  color: inherit;
}

@media only screen and (min-width: 897px) {
  a:hover {
    text-decoration: none;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
}

/* # hover alpha
----------------------------------- */
.u-hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.u-hover:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a img.u-hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a img.u-hover:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* # for analyze tag
----------------------------------- */
body > img {
  display: none;
}

/* # fonts
----------------------------------- */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url(../fonts/NotoSansCJKjp-Regular.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-Regular.woff) format("woff");
}

@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  src: url(../fonts/BebasNeue-Regular.ttf) format("woff");
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* # reset
----------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
  list-style-type: none;
}

p, li, dt, dd, th, td, pre {
  line-break: strict;
  word-break: break-strict;
}

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

img {
  border: none;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
}

.u-avatar-margin-b12 {
  margin-bottom: 12px;
}

.u-avatar-margin-b40 {
  margin-bottom: 40px;
}

.u-avatar-margin-b4 {
  margin-bottom: 4px;
}

.u-avatar-margin-b27 {
  margin-bottom: 27px;
}

.u-color-base {
  color: #000;
}

.u-bg-base {
  background: #000;
}

.has-base-color {
  color: #000 !important;
}

.has-base-background-color {
  background: #000 !important;
}

.u-color-gray {
  color: #999;
}

.u-bg-gray {
  background: #999;
}

.has-gray-color {
  color: #999 !important;
}

.has-gray-background-color {
  background: #999 !important;
}

.u-color-white {
  color: #fff;
}

.u-bg-white {
  background: #fff;
}

.has-white-color {
  color: #fff !important;
}

.has-white-background-color {
  background: #fff !important;
}

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

.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt0 {
    margin-top: 0px !important;
  }
  .u-pc-mb0 {
    margin-bottom: 0px !important;
  }
  .u-pc-mr0 {
    margin-right: 0px !important;
  }
  .u-pc-ml0 {
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt0 {
    margin-top: 0px !important;
  }
  .u-sp-mb0 {
    margin-bottom: 0px !important;
  }
  .u-sp-mr0 {
    margin-right: 0px !important;
  }
  .u-sp-ml0 {
    margin-left: 0px !important;
  }
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt0 {
    padding-top: 0px !important;
  }
  .u-pc-pb0 {
    padding-bottom: 0px !important;
  }
  .u-pc-pr0 {
    padding-right: 0px !important;
  }
  .u-pc-pl0 {
    padding-left: 0px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt0 {
    padding-top: 0px !important;
  }
  .u-sp-pb0 {
    padding-bottom: 0px !important;
  }
  .u-sp-pr0 {
    padding-right: 0px !important;
  }
  .u-sp-pl0 {
    padding-left: 0px !important;
  }
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt5 {
    margin-top: 5px !important;
  }
  .u-pc-mb5 {
    margin-bottom: 5px !important;
  }
  .u-pc-mr5 {
    margin-right: 5px !important;
  }
  .u-pc-ml5 {
    margin-left: 5px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
  .u-sp-mb5 {
    margin-bottom: 5px !important;
  }
  .u-sp-mr5 {
    margin-right: 5px !important;
  }
  .u-sp-ml5 {
    margin-left: 5px !important;
  }
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt5 {
    padding-top: 5px !important;
  }
  .u-pc-pb5 {
    padding-bottom: 5px !important;
  }
  .u-pc-pr5 {
    padding-right: 5px !important;
  }
  .u-pc-pl5 {
    padding-left: 5px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt5 {
    padding-top: 5px !important;
  }
  .u-sp-pb5 {
    padding-bottom: 5px !important;
  }
  .u-sp-pr5 {
    padding-right: 5px !important;
  }
  .u-sp-pl5 {
    padding-left: 5px !important;
  }
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt10 {
    margin-top: 10px !important;
  }
  .u-pc-mb10 {
    margin-bottom: 10px !important;
  }
  .u-pc-mr10 {
    margin-right: 10px !important;
  }
  .u-pc-ml10 {
    margin-left: 10px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt10 {
    margin-top: 10px !important;
  }
  .u-sp-mb10 {
    margin-bottom: 10px !important;
  }
  .u-sp-mr10 {
    margin-right: 10px !important;
  }
  .u-sp-ml10 {
    margin-left: 10px !important;
  }
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt10 {
    padding-top: 10px !important;
  }
  .u-pc-pb10 {
    padding-bottom: 10px !important;
  }
  .u-pc-pr10 {
    padding-right: 10px !important;
  }
  .u-pc-pl10 {
    padding-left: 10px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt10 {
    padding-top: 10px !important;
  }
  .u-sp-pb10 {
    padding-bottom: 10px !important;
  }
  .u-sp-pr10 {
    padding-right: 10px !important;
  }
  .u-sp-pl10 {
    padding-left: 10px !important;
  }
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt15 {
    margin-top: 15px !important;
  }
  .u-pc-mb15 {
    margin-bottom: 15px !important;
  }
  .u-pc-mr15 {
    margin-right: 15px !important;
  }
  .u-pc-ml15 {
    margin-left: 15px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
  .u-sp-mb15 {
    margin-bottom: 15px !important;
  }
  .u-sp-mr15 {
    margin-right: 15px !important;
  }
  .u-sp-ml15 {
    margin-left: 15px !important;
  }
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt15 {
    padding-top: 15px !important;
  }
  .u-pc-pb15 {
    padding-bottom: 15px !important;
  }
  .u-pc-pr15 {
    padding-right: 15px !important;
  }
  .u-pc-pl15 {
    padding-left: 15px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt15 {
    padding-top: 15px !important;
  }
  .u-sp-pb15 {
    padding-bottom: 15px !important;
  }
  .u-sp-pr15 {
    padding-right: 15px !important;
  }
  .u-sp-pl15 {
    padding-left: 15px !important;
  }
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt20 {
    margin-top: 20px !important;
  }
  .u-pc-mb20 {
    margin-bottom: 20px !important;
  }
  .u-pc-mr20 {
    margin-right: 20px !important;
  }
  .u-pc-ml20 {
    margin-left: 20px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt20 {
    margin-top: 20px !important;
  }
  .u-sp-mb20 {
    margin-bottom: 20px !important;
  }
  .u-sp-mr20 {
    margin-right: 20px !important;
  }
  .u-sp-ml20 {
    margin-left: 20px !important;
  }
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt20 {
    padding-top: 20px !important;
  }
  .u-pc-pb20 {
    padding-bottom: 20px !important;
  }
  .u-pc-pr20 {
    padding-right: 20px !important;
  }
  .u-pc-pl20 {
    padding-left: 20px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt20 {
    padding-top: 20px !important;
  }
  .u-sp-pb20 {
    padding-bottom: 20px !important;
  }
  .u-sp-pr20 {
    padding-right: 20px !important;
  }
  .u-sp-pl20 {
    padding-left: 20px !important;
  }
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt25 {
    margin-top: 25px !important;
  }
  .u-pc-mb25 {
    margin-bottom: 25px !important;
  }
  .u-pc-mr25 {
    margin-right: 25px !important;
  }
  .u-pc-ml25 {
    margin-left: 25px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
  .u-sp-mb25 {
    margin-bottom: 25px !important;
  }
  .u-sp-mr25 {
    margin-right: 25px !important;
  }
  .u-sp-ml25 {
    margin-left: 25px !important;
  }
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt25 {
    padding-top: 25px !important;
  }
  .u-pc-pb25 {
    padding-bottom: 25px !important;
  }
  .u-pc-pr25 {
    padding-right: 25px !important;
  }
  .u-pc-pl25 {
    padding-left: 25px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt25 {
    padding-top: 25px !important;
  }
  .u-sp-pb25 {
    padding-bottom: 25px !important;
  }
  .u-sp-pr25 {
    padding-right: 25px !important;
  }
  .u-sp-pl25 {
    padding-left: 25px !important;
  }
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt30 {
    margin-top: 30px !important;
  }
  .u-pc-mb30 {
    margin-bottom: 30px !important;
  }
  .u-pc-mr30 {
    margin-right: 30px !important;
  }
  .u-pc-ml30 {
    margin-left: 30px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt30 {
    margin-top: 30px !important;
  }
  .u-sp-mb30 {
    margin-bottom: 30px !important;
  }
  .u-sp-mr30 {
    margin-right: 30px !important;
  }
  .u-sp-ml30 {
    margin-left: 30px !important;
  }
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt30 {
    padding-top: 30px !important;
  }
  .u-pc-pb30 {
    padding-bottom: 30px !important;
  }
  .u-pc-pr30 {
    padding-right: 30px !important;
  }
  .u-pc-pl30 {
    padding-left: 30px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt30 {
    padding-top: 30px !important;
  }
  .u-sp-pb30 {
    padding-bottom: 30px !important;
  }
  .u-sp-pr30 {
    padding-right: 30px !important;
  }
  .u-sp-pl30 {
    padding-left: 30px !important;
  }
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt35 {
    margin-top: 35px !important;
  }
  .u-pc-mb35 {
    margin-bottom: 35px !important;
  }
  .u-pc-mr35 {
    margin-right: 35px !important;
  }
  .u-pc-ml35 {
    margin-left: 35px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt35 {
    margin-top: 35px !important;
  }
  .u-sp-mb35 {
    margin-bottom: 35px !important;
  }
  .u-sp-mr35 {
    margin-right: 35px !important;
  }
  .u-sp-ml35 {
    margin-left: 35px !important;
  }
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt35 {
    padding-top: 35px !important;
  }
  .u-pc-pb35 {
    padding-bottom: 35px !important;
  }
  .u-pc-pr35 {
    padding-right: 35px !important;
  }
  .u-pc-pl35 {
    padding-left: 35px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt35 {
    padding-top: 35px !important;
  }
  .u-sp-pb35 {
    padding-bottom: 35px !important;
  }
  .u-sp-pr35 {
    padding-right: 35px !important;
  }
  .u-sp-pl35 {
    padding-left: 35px !important;
  }
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt40 {
    margin-top: 40px !important;
  }
  .u-pc-mb40 {
    margin-bottom: 40px !important;
  }
  .u-pc-mr40 {
    margin-right: 40px !important;
  }
  .u-pc-ml40 {
    margin-left: 40px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt40 {
    margin-top: 40px !important;
  }
  .u-sp-mb40 {
    margin-bottom: 40px !important;
  }
  .u-sp-mr40 {
    margin-right: 40px !important;
  }
  .u-sp-ml40 {
    margin-left: 40px !important;
  }
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt40 {
    padding-top: 40px !important;
  }
  .u-pc-pb40 {
    padding-bottom: 40px !important;
  }
  .u-pc-pr40 {
    padding-right: 40px !important;
  }
  .u-pc-pl40 {
    padding-left: 40px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt40 {
    padding-top: 40px !important;
  }
  .u-sp-pb40 {
    padding-bottom: 40px !important;
  }
  .u-sp-pr40 {
    padding-right: 40px !important;
  }
  .u-sp-pl40 {
    padding-left: 40px !important;
  }
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt45 {
    margin-top: 45px !important;
  }
  .u-pc-mb45 {
    margin-bottom: 45px !important;
  }
  .u-pc-mr45 {
    margin-right: 45px !important;
  }
  .u-pc-ml45 {
    margin-left: 45px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt45 {
    margin-top: 45px !important;
  }
  .u-sp-mb45 {
    margin-bottom: 45px !important;
  }
  .u-sp-mr45 {
    margin-right: 45px !important;
  }
  .u-sp-ml45 {
    margin-left: 45px !important;
  }
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt45 {
    padding-top: 45px !important;
  }
  .u-pc-pb45 {
    padding-bottom: 45px !important;
  }
  .u-pc-pr45 {
    padding-right: 45px !important;
  }
  .u-pc-pl45 {
    padding-left: 45px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt45 {
    padding-top: 45px !important;
  }
  .u-sp-pb45 {
    padding-bottom: 45px !important;
  }
  .u-sp-pr45 {
    padding-right: 45px !important;
  }
  .u-sp-pl45 {
    padding-left: 45px !important;
  }
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt50 {
    margin-top: 50px !important;
  }
  .u-pc-mb50 {
    margin-bottom: 50px !important;
  }
  .u-pc-mr50 {
    margin-right: 50px !important;
  }
  .u-pc-ml50 {
    margin-left: 50px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
  .u-sp-mb50 {
    margin-bottom: 50px !important;
  }
  .u-sp-mr50 {
    margin-right: 50px !important;
  }
  .u-sp-ml50 {
    margin-left: 50px !important;
  }
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt50 {
    padding-top: 50px !important;
  }
  .u-pc-pb50 {
    padding-bottom: 50px !important;
  }
  .u-pc-pr50 {
    padding-right: 50px !important;
  }
  .u-pc-pl50 {
    padding-left: 50px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt50 {
    padding-top: 50px !important;
  }
  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
  .u-sp-pr50 {
    padding-right: 50px !important;
  }
  .u-sp-pl50 {
    padding-left: 50px !important;
  }
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt55 {
    margin-top: 55px !important;
  }
  .u-pc-mb55 {
    margin-bottom: 55px !important;
  }
  .u-pc-mr55 {
    margin-right: 55px !important;
  }
  .u-pc-ml55 {
    margin-left: 55px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt55 {
    margin-top: 55px !important;
  }
  .u-sp-mb55 {
    margin-bottom: 55px !important;
  }
  .u-sp-mr55 {
    margin-right: 55px !important;
  }
  .u-sp-ml55 {
    margin-left: 55px !important;
  }
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt55 {
    padding-top: 55px !important;
  }
  .u-pc-pb55 {
    padding-bottom: 55px !important;
  }
  .u-pc-pr55 {
    padding-right: 55px !important;
  }
  .u-pc-pl55 {
    padding-left: 55px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt55 {
    padding-top: 55px !important;
  }
  .u-sp-pb55 {
    padding-bottom: 55px !important;
  }
  .u-sp-pr55 {
    padding-right: 55px !important;
  }
  .u-sp-pl55 {
    padding-left: 55px !important;
  }
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt60 {
    margin-top: 60px !important;
  }
  .u-pc-mb60 {
    margin-bottom: 60px !important;
  }
  .u-pc-mr60 {
    margin-right: 60px !important;
  }
  .u-pc-ml60 {
    margin-left: 60px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt60 {
    margin-top: 60px !important;
  }
  .u-sp-mb60 {
    margin-bottom: 60px !important;
  }
  .u-sp-mr60 {
    margin-right: 60px !important;
  }
  .u-sp-ml60 {
    margin-left: 60px !important;
  }
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt60 {
    padding-top: 60px !important;
  }
  .u-pc-pb60 {
    padding-bottom: 60px !important;
  }
  .u-pc-pr60 {
    padding-right: 60px !important;
  }
  .u-pc-pl60 {
    padding-left: 60px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt60 {
    padding-top: 60px !important;
  }
  .u-sp-pb60 {
    padding-bottom: 60px !important;
  }
  .u-sp-pr60 {
    padding-right: 60px !important;
  }
  .u-sp-pl60 {
    padding-left: 60px !important;
  }
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt65 {
    margin-top: 65px !important;
  }
  .u-pc-mb65 {
    margin-bottom: 65px !important;
  }
  .u-pc-mr65 {
    margin-right: 65px !important;
  }
  .u-pc-ml65 {
    margin-left: 65px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt65 {
    margin-top: 65px !important;
  }
  .u-sp-mb65 {
    margin-bottom: 65px !important;
  }
  .u-sp-mr65 {
    margin-right: 65px !important;
  }
  .u-sp-ml65 {
    margin-left: 65px !important;
  }
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt65 {
    padding-top: 65px !important;
  }
  .u-pc-pb65 {
    padding-bottom: 65px !important;
  }
  .u-pc-pr65 {
    padding-right: 65px !important;
  }
  .u-pc-pl65 {
    padding-left: 65px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt65 {
    padding-top: 65px !important;
  }
  .u-sp-pb65 {
    padding-bottom: 65px !important;
  }
  .u-sp-pr65 {
    padding-right: 65px !important;
  }
  .u-sp-pl65 {
    padding-left: 65px !important;
  }
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt70 {
    margin-top: 70px !important;
  }
  .u-pc-mb70 {
    margin-bottom: 70px !important;
  }
  .u-pc-mr70 {
    margin-right: 70px !important;
  }
  .u-pc-ml70 {
    margin-left: 70px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt70 {
    margin-top: 70px !important;
  }
  .u-sp-mb70 {
    margin-bottom: 70px !important;
  }
  .u-sp-mr70 {
    margin-right: 70px !important;
  }
  .u-sp-ml70 {
    margin-left: 70px !important;
  }
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt70 {
    padding-top: 70px !important;
  }
  .u-pc-pb70 {
    padding-bottom: 70px !important;
  }
  .u-pc-pr70 {
    padding-right: 70px !important;
  }
  .u-pc-pl70 {
    padding-left: 70px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt70 {
    padding-top: 70px !important;
  }
  .u-sp-pb70 {
    padding-bottom: 70px !important;
  }
  .u-sp-pr70 {
    padding-right: 70px !important;
  }
  .u-sp-pl70 {
    padding-left: 70px !important;
  }
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt75 {
    margin-top: 75px !important;
  }
  .u-pc-mb75 {
    margin-bottom: 75px !important;
  }
  .u-pc-mr75 {
    margin-right: 75px !important;
  }
  .u-pc-ml75 {
    margin-left: 75px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt75 {
    margin-top: 75px !important;
  }
  .u-sp-mb75 {
    margin-bottom: 75px !important;
  }
  .u-sp-mr75 {
    margin-right: 75px !important;
  }
  .u-sp-ml75 {
    margin-left: 75px !important;
  }
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt75 {
    padding-top: 75px !important;
  }
  .u-pc-pb75 {
    padding-bottom: 75px !important;
  }
  .u-pc-pr75 {
    padding-right: 75px !important;
  }
  .u-pc-pl75 {
    padding-left: 75px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt75 {
    padding-top: 75px !important;
  }
  .u-sp-pb75 {
    padding-bottom: 75px !important;
  }
  .u-sp-pr75 {
    padding-right: 75px !important;
  }
  .u-sp-pl75 {
    padding-left: 75px !important;
  }
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt80 {
    margin-top: 80px !important;
  }
  .u-pc-mb80 {
    margin-bottom: 80px !important;
  }
  .u-pc-mr80 {
    margin-right: 80px !important;
  }
  .u-pc-ml80 {
    margin-left: 80px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt80 {
    margin-top: 80px !important;
  }
  .u-sp-mb80 {
    margin-bottom: 80px !important;
  }
  .u-sp-mr80 {
    margin-right: 80px !important;
  }
  .u-sp-ml80 {
    margin-left: 80px !important;
  }
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt80 {
    padding-top: 80px !important;
  }
  .u-pc-pb80 {
    padding-bottom: 80px !important;
  }
  .u-pc-pr80 {
    padding-right: 80px !important;
  }
  .u-pc-pl80 {
    padding-left: 80px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt80 {
    padding-top: 80px !important;
  }
  .u-sp-pb80 {
    padding-bottom: 80px !important;
  }
  .u-sp-pr80 {
    padding-right: 80px !important;
  }
  .u-sp-pl80 {
    padding-left: 80px !important;
  }
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt85 {
    margin-top: 85px !important;
  }
  .u-pc-mb85 {
    margin-bottom: 85px !important;
  }
  .u-pc-mr85 {
    margin-right: 85px !important;
  }
  .u-pc-ml85 {
    margin-left: 85px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt85 {
    margin-top: 85px !important;
  }
  .u-sp-mb85 {
    margin-bottom: 85px !important;
  }
  .u-sp-mr85 {
    margin-right: 85px !important;
  }
  .u-sp-ml85 {
    margin-left: 85px !important;
  }
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt85 {
    padding-top: 85px !important;
  }
  .u-pc-pb85 {
    padding-bottom: 85px !important;
  }
  .u-pc-pr85 {
    padding-right: 85px !important;
  }
  .u-pc-pl85 {
    padding-left: 85px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt85 {
    padding-top: 85px !important;
  }
  .u-sp-pb85 {
    padding-bottom: 85px !important;
  }
  .u-sp-pr85 {
    padding-right: 85px !important;
  }
  .u-sp-pl85 {
    padding-left: 85px !important;
  }
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt90 {
    margin-top: 90px !important;
  }
  .u-pc-mb90 {
    margin-bottom: 90px !important;
  }
  .u-pc-mr90 {
    margin-right: 90px !important;
  }
  .u-pc-ml90 {
    margin-left: 90px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt90 {
    margin-top: 90px !important;
  }
  .u-sp-mb90 {
    margin-bottom: 90px !important;
  }
  .u-sp-mr90 {
    margin-right: 90px !important;
  }
  .u-sp-ml90 {
    margin-left: 90px !important;
  }
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt90 {
    padding-top: 90px !important;
  }
  .u-pc-pb90 {
    padding-bottom: 90px !important;
  }
  .u-pc-pr90 {
    padding-right: 90px !important;
  }
  .u-pc-pl90 {
    padding-left: 90px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt90 {
    padding-top: 90px !important;
  }
  .u-sp-pb90 {
    padding-bottom: 90px !important;
  }
  .u-sp-pr90 {
    padding-right: 90px !important;
  }
  .u-sp-pl90 {
    padding-left: 90px !important;
  }
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt95 {
    margin-top: 95px !important;
  }
  .u-pc-mb95 {
    margin-bottom: 95px !important;
  }
  .u-pc-mr95 {
    margin-right: 95px !important;
  }
  .u-pc-ml95 {
    margin-left: 95px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt95 {
    margin-top: 95px !important;
  }
  .u-sp-mb95 {
    margin-bottom: 95px !important;
  }
  .u-sp-mr95 {
    margin-right: 95px !important;
  }
  .u-sp-ml95 {
    margin-left: 95px !important;
  }
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt95 {
    padding-top: 95px !important;
  }
  .u-pc-pb95 {
    padding-bottom: 95px !important;
  }
  .u-pc-pr95 {
    padding-right: 95px !important;
  }
  .u-pc-pl95 {
    padding-left: 95px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt95 {
    padding-top: 95px !important;
  }
  .u-sp-pb95 {
    padding-bottom: 95px !important;
  }
  .u-sp-pr95 {
    padding-right: 95px !important;
  }
  .u-sp-pl95 {
    padding-left: 95px !important;
  }
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt100 {
    margin-top: 100px !important;
  }
  .u-pc-mb100 {
    margin-bottom: 100px !important;
  }
  .u-pc-mr100 {
    margin-right: 100px !important;
  }
  .u-pc-ml100 {
    margin-left: 100px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt100 {
    margin-top: 100px !important;
  }
  .u-sp-mb100 {
    margin-bottom: 100px !important;
  }
  .u-sp-mr100 {
    margin-right: 100px !important;
  }
  .u-sp-ml100 {
    margin-left: 100px !important;
  }
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt100 {
    padding-top: 100px !important;
  }
  .u-pc-pb100 {
    padding-bottom: 100px !important;
  }
  .u-pc-pr100 {
    padding-right: 100px !important;
  }
  .u-pc-pl100 {
    padding-left: 100px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt100 {
    padding-top: 100px !important;
  }
  .u-sp-pb100 {
    padding-bottom: 100px !important;
  }
  .u-sp-pr100 {
    padding-right: 100px !important;
  }
  .u-sp-pl100 {
    padding-left: 100px !important;
  }
}

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

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

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

.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-pos-r {
  position: relative !important;
}

.u-pos-a {
  position: absolute !important;
}

.u-show {
  display: block !important;
}

.u-hide {
  display: none !important;
}

.u-visible {
  visibility: visible !important;
}

.u-invisible {
  visibility: hidden !important;
}

.u-w-full {
  width: 100% !important;
}

.u-block {
  display: block;
}

@media only screen and (min-width: 897px) {
  .u-inner--small {
    max-width: 700px;
  }
}

@media only screen and (min-width: 897px) {
  .u-pc-none {
    display: none !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-none {
    display: none !important;
  }
}

.u-circle {
  border-radius: 50%;
}

.u-text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-outerlink::before {
  content: "";
  background: url("../static/img/common/icn/icn_outerlink.svg") no-repeat center/contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 5px;
  vertical-align: sub;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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);
  transform: translate3d(0, 0, 0);
}

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

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

@media only screen and (max-width: 896px) {
  .slick-slide img {
    width: 100%;
  }
}

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

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

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../../static/slick/fonts/slick.eot");
  src: url("../../static/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../static/slick/fonts/slick.woff") format("woff"), url("../../static/slick/fonts/slick.ttf") format("truetype"), url("../../static/slick/fonts/slick.svg#slick") format("svg");
}

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

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  /*margin-bottom: 30px;*/
}

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

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

.slick-dots li button {
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  color: transparent;
  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 {
  font-family: 'slick';
  font-size: 11px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
  background-color: #000;
  border: 1px solid #000;
}

.slick-dots li.slick-active button:before {
  color: #ff7aab;
}

.slick-dots li button:hover {
  background-color: #c8196f;
  border: 1px solid #c8196f;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* =========================================================
    layout footer-avatar
========================================================= */
.l-footer-avatar {
  background-color: #000;
  color: #fff;
  font-size: 13px;
}

@media only screen and (max-width: 896px) {
  .l-footer-avatar {
    height: 80px;
    padding: 25px 30px;
  }
}

@media only screen and (min-width: 897px) {
  .l-footer-avatar {
    height: 320px;
    padding: 40px 80px;
  }
}

.l-footer-avatar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-footer-avatar__logo {
  padding-top: 4px;
}

.l-footer-avatar__logo img {
  width: 120px;
  height: auto;
}

.l-footer-avatar__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 12px;
}

.l-footer-avatar__other:not(:last-child) {
  margin-right: 20px;
}

.l-footer-avatar__other:not(:last-child)::after {
  display: block;
  right: -10px;
  width: 1px;
  height: 10px;
  background-color: #333;
  content: "";
}

.l-footer-avatar__other small {
  color: #666;
  font-size: 12px;
}

.l-footer-avatar__other a {
  color: #666;
}

@media (any-hover: hover) {
  .l-footer-avatar__other a:hover {
    color: #c8196f;
  }
}

/* =========================================================
    layout footer
========================================================= */
.l-footer {
  padding: 60px 0 40px;
  border-top: solid 1px #eee;
  background-color: #f9f9f9;
  font-size: 13px;
}

@media only screen and (min-width: 897px) {
  .l-footer {
    padding: 48px 0 30px;
  }
}

.l-footer__inner {
  display: -ms-grid;
  display: grid;
  width: 100%;
}

@media only screen and (max-width: 896px) {
  .l-footer__inner {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto 1fr auto;
    grid-template-rows: auto 1fr auto;
    grid-row-gap: 40px;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 897px) {
  .l-footer__inner {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-row-gap: 110px;
    padding: 0 3%;
  }
}

@media only screen and (min-width: 1280px) {
  .l-footer__inner {
    padding: 0 5%;
  }
}

.l-footer__logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 25px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

@media only screen and (min-width: 897px) {
  .l-footer__logos {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
}

.l-footer__logo {
  padding-top: 4px;
}

.l-footer__logo img {
  width: 160px;
  height: auto;
}

.l-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

.l-footer__social-item {
  width: 30px;
  height: 30px;
}

.l-footer__social-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.l-footer__social-item a::before {
  content: "";
  position: absolute;
  display: block;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media (any-hover: hover) {
  .l-footer__social-item a:hover::before {
    background-color: rgba(0, 0, 0, 0.05);
  }
}

.l-footer__social-item img {
  width: 100%;
  height: 100%;
}

.l-footer__navi {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}

@media only screen and (min-width: 897px) {
  .l-footer__navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.l-footer__others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / 5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

@media only screen and (min-width: 897px) {
  .l-footer__others {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
}

.l-footer__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  font-size: 12px;
}

.l-footer__other:not(:last-child) {
  margin-right: 20px;
}

.l-footer__other:not(:last-child)::after {
  display: block;
  position: relative;
  right: -10px;
  width: 1px;
  height: 12px;
  background-color: #ccc;
  content: "";
}

.l-footer__other small {
  color: #666;
  font-size: 12px;
}

.l-footer__other a {
  color: #666;
}

@media (any-hover: hover) {
  .l-footer__other a:hover {
    color: #c8196f;
  }
}

.l-footer__navilist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 896px) {
  .l-footer__navilist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-footer__navilist li {
    width: calc(50% - 10px);
  }
}

@media only screen and (min-width: 897px) {
  .l-footer__navilist {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-footer__navilist li {
    position: relative;
    margin: 0 10px;
  }
  .l-footer__navilist li::after {
    position: absolute;
    top: calc(50% - 8px);
    left: -10px;
    width: 1px;
    height: 13px;
    background-color: #ccc;
    content: "";
  }
  .l-footer__navilist li:first-child::after {
    display: none;
  }
}

.l-footer__navilist-item a {
  color: #000;
  font-family: "Bebas Neue";
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
}

@media only screen and (min-width: 897px) {
  .l-footer__navilist-item a {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

@media (any-hover: hover) {
  .l-footer__navilist-item a:hover {
    color: #c8196f;
  }
}

.l-footer__sponsor-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, auto));
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (min-width: 897px) {
  .l-footer__sponsor-list {
    grid-auto-flow: column;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
}

.l-footer__sponsor-item {
  max-width: 120px;
}

@media only screen and (min-width: 897px) {
  .l-footer__sponsor-item {
    max-width: inherit;
    height: 60px;
  }
}

.l-footer__sponsor-item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

/* =========================================================
    layout header-avatar
========================================================= */
.l-header-avatar {
  position: relative;
  z-index: 1041;
}

/* =========================================================
    layout header
========================================================= */
.l-header {
  position: relative;
  z-index: 9999;
}

.l-header__humberger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 62px;
  height: 62px;
}

@media only screen and (min-width: 897px) {
  .l-header__humberger {
    display: none;
  }
}

.l-header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.l-header__button span {
  position: absolute;
  content: '';
  right: 18px;
  height: 2px;
  background-color: #fff;
}

.l-header__button span:first-of-type {
  top: 18px;
  width: 26px;
}

.l-header__button span:nth-of-type(2) {
  top: 28px;
  width: 13px;
}

.l-header__button span:nth-of-type(3) {
  top: 38px;
  width: 21px;
}

@media only screen and (min-width: 897px) {
  .l-header__button span {
    position: absolute;
    content: '';
    right: 27px;
    height: 2px;
    background-color: #fff;
  }
  .l-header__button span:first-of-type {
    top: 28px;
    width: 26px;
  }
  .l-header__button span:nth-of-type(2) {
    top: 39px;
    width: 13px;
  }
  .l-header__button span:nth-of-type(3) {
    top: 50px;
    width: 21px;
  }
}

.l-header__button.is-scroll, .l-header__button.is-black {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.l-header__button.is-scroll span, .l-header__button.is-black span {
  background-color: #000;
}

.l-main {
  overflow: hidden;
}

@media only screen and (max-width: 896px) {
  .l-main {
    width: 100%;
  }
}

@media only screen and (min-width: 897px) {
  .l-main {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 896px) {
  .l-inner {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 897px) {
  .l-inner {
    width: 100%;
    padding: 0 5%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 897px) {
  .l-article {
    width: 720px;
    margin: 0 auto;
    padding: 0;
  }
}

.l-overlay {
  display: none;
}

.l-overlay.is-open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  z-index: 998;
}

body.is-open {
  height: 100vh;
  overflow-y: hidden;
}

@media only screen and (max-width: 896px) {
  .l-sidebar {
    padding: 0 20px;
  }
}

.l-sidebar__section:not(:first-child) {
  padding-top: 60px;
}

.l-sidebar__banner-link {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-sidebar__banner-link:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 896px) {
  .l-sidebar__banner-image {
    width: 100%;
  }
}

.p-about-company {
  padding: 60px 0 80px;
  background-color: #f6f6f6;
}

@media only screen and (min-width: 897px) {
  .p-about-company {
    padding: 120px 0;
  }
}

.p-about-company .c-title__center {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
}

@media only screen and (min-width: 897px) {
  .p-about-company .c-title__center {
    font-size: 36px;
  }
}

.p-about-company .c-title__center::after {
  bottom: -15px;
}

.p-about-company__inner {
  padding: 0 20px;
}

@media only screen and (min-width: 897px) {
  .p-about-company__inner {
    padding: 0;
  }
}

.p-about-company__lists {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 0;
}

@media only screen and (min-width: 897px) {
  .p-about-company__lists {
    -ms-grid-rows: (80px)[4];
    grid-template-rows: repeat(4, 80px);
    grid-auto-flow: column;
    margin: 70px auto 0;
  }
}

.p-about-company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-about-company__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100px;
  height: 50px;
  padding-right: 20px;
  line-height: 1.5;
  text-align: right;
}

@media only screen and (min-width: 897px) {
  .p-about-company__list-title {
    width: 120px;
    font-size: 16px;
  }
}

.p-about-company__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 230px;
  height: 50px;
  padding-left: 20px;
  border-left: solid 1px #ccc;
  line-height: 1.5;
  text-align: left;
}

@media only screen and (min-width: 897px) {
  .p-about-company__list-item {
    width: 300px;
    height: 80px;
    font-size: 16px;
  }
}

.p-about-company__list-item-link {
  text-decoration: underline;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.p-about-company__list-item-link:hover {
  color: #c8196f;
  text-decoration: underline;
}

.p-about {
  margin: 80px 0 120px;
}

@media only screen and (min-width: 897px) {
  .p-about {
    margin: 120px 0;
  }
}

.p-about__inner {
  padding: 0 20px;
}

@media only screen and (min-width: 897px) {
  .p-about__inner {
    padding: 0;
  }
}

.p-about__logo {
  text-align: center;
}

.p-about__logo img {
  width: 320px;
  height: auto;
}

@media only screen and (min-width: 897px) {
  .p-about__logo img {
    width: 360px;
    height: auto;
  }
}

.p-about__lead {
  margin-top: 50px;
  color: #000;
  font-family: serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 3;
  text-align: center;
}

.p-about__lead p {
  margin-top: 30px;
}

@media only screen and (min-width: 897px) {
  .p-about__lead {
    margin-top: 80px;
    font-size: 20px;
  }
  .p-about__lead p {
    margin-top: 40px;
  }
  .p-about__lead p:first-child {
    margin-top: 0;
  }
}

.p-avatar-section {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 30px;
  background-color: #222;
  background-image: -webkit-image-set(url("../img/avatar-lp/bg_goods.png") 1x, url("../img/avatar-lp/bg_goods@2x.png") 2x);
  background-image: image-set(url("../img/avatar-lp/bg_goods.png") 1x, url("../img/avatar-lp/bg_goods@2x.png") 2x);
  background-size: 50%;
}

@media only screen and (min-width: 897px) {
  .p-avatar-section {
    -ms-grid-columns: inherit;
    grid-template-columns: inherit;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    min-width: 1440px;
    height: 720px;
    padding: 40px;
    background-size: 40%;
  }
}

@media only screen and (min-width: 897px) {
  .p-avatar-section--align-left {
    -ms-grid-columns: 720px 640px;
    grid-template-columns: 720px 640px;
  }
}

@media only screen and (min-width: 897px) {
  .p-avatar-section--align-right {
    -ms-grid-columns: 640px 720px;
    grid-template-columns: 640px 720px;
  }
}

.p-avatar-section--nobg {
  background-color: transparent;
  background-image: none;
}

@media only screen and (max-width: 896px) {
  .p-avatar-section__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 897px) {
  .p-avatar-section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 80px 0 80px;
  }
}

.p-avatar-section__content:first-child:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 897px) {
  .p-avatar-section__content--align-left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    text-align: left;
  }
}

@media only screen and (min-width: 897px) {
  .p-avatar-section__content--align-right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    text-align: right;
  }
}

.p-avatar-section__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media only screen and (max-width: 896px) {
  .p-avatar-section__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 54px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media only screen and (min-width: 897px) {
  .p-avatar-section__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 80px 80px 80px;
  }
}

.p-avatar-section__link img {
  display: block;
}

@media only screen and (min-width: 897px) {
  .p-avatar-section__link--align-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    text-align: left;
  }
}

@media only screen and (min-width: 897px) {
  .p-avatar-section__link--align-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    text-align: right;
  }
}

.p-avatar-section__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media only screen and (max-width: 896px) {
  .p-avatar-section__img {
    margin-top: 23%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (min-width: 897px) {
  .p-avatar-section__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    padding: 80px;
  }
}

.p-avatar-section__img::after {
  display: block;
  position: absolute;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 896px) {
  .p-avatar-section__img::after {
    top: -22.5%;
    left: -19%;
    width: 140%;
    height: 140%;
  }
}

@media only screen and (min-width: 897px) {
  .p-avatar-section__img::after {
    top: calc(50% - 320px);
    left: calc(50% - 320px);
    width: 640px;
    height: 640px;
  }
}

.p-avatar-section__img img {
  display: block;
  width: 100%;
}

.p-avatar-section__img--about::after {
  background-image: -webkit-image-set(url("../img/avatar-lp/img_about_icatch.png") 1x, url("../img/avatar-lp/img_about_icatch@2x.png") 2x);
  background-image: image-set(url("../img/avatar-lp/img_about_icatch.png") 1x, url("../img/avatar-lp/img_about_icatch@2x.png") 2x);
}

.p-avatar-section__img--goods::after {
  background-image: -webkit-image-set(url("../img/avatar-lp/img_goods_icatch.png") 1x, url("../img/avatar-lp/img_goods_icatch@2x.png") 2x);
  background-image: image-set(url("../img/avatar-lp/img_goods_icatch.png") 1x, url("../img/avatar-lp/img_goods_icatch@2x.png") 2x);
}

.p-avatar-section__img--next::after {
  background-image: -webkit-image-set(url("../img/avatar-lp/img_next_icatch.png") 1x, url("../img/avatar-lp/img_next_icatch@2x.png") 2x);
  background-image: image-set(url("../img/avatar-lp/img_next_icatch.png") 1x, url("../img/avatar-lp/img_next_icatch@2x.png") 2x);
}

.p-contact {
  margin: 40px 0 120px;
}

@media only screen and (min-width: 897px) {
  .p-contact {
    margin: 80px 0 160px;
  }
}

.p-contact .c-required {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.p-contact .c-forms {
  margin-top: 40px;
}

@media only screen and (min-width: 897px) {
  .p-contact .c-forms {
    margin-top: 80px;
  }
}

.p-contact .c-form__submit {
  padding-top: 60px;
}

@media only screen and (min-width: 897px) {
  .p-contact .c-form__submit {
    padding-top: 20px;
  }
}

.p-contact__inner {
  padding: 0 20px;
}

@media only screen and (min-width: 897px) {
  .p-contact__inner {
    margin: 0 auto;
    padding: 0;
    width: 720px;
  }
}

.p-history-usg {
  padding: 60px 0 120px;
}

@media only screen and (min-width: 897px) {
  .p-history-usg {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 896px) {
  .p-history-usg .c-title__center {
    letter-spacing: 2.5px;
  }
}

@media only screen and (min-width: 897px) {
  .p-history-usg__inner {
    margin: 0 auto;
    width: 720px;
  }
}

.p-history-usg__list {
  margin-top: 50px;
  padding: 0 20px;
}

@media only screen and (min-width: 897px) {
  .p-history-usg__list {
    margin-top: 70px;
    padding: 0;
  }
}

.p-history-usg__item:first-child .c-history__date {
  padding: 0 20px 15px 0;
}

.p-history-usg__item:first-child .c-history__content {
  padding: 6px 0 18px 30px;
}

.p-history-usg__item:last-child .c-history__date {
  padding: 15px 18px 0 0;
}

.p-history-usg__item:last-child .c-history__content {
  padding: 20px 0 6px 30px;
}

@media only screen and (min-width: 897px) {
  .p-history-usg__item:first-child .c-history__date {
    padding: 0 20px 26px 0;
  }
  .p-history-usg__item:first-child .c-history__content {
    padding: 12px 0 26px 30px;
  }
  .p-history-usg__item:last-child .c-history__date {
    padding: 13px 20px 5px 0;
  }
  .p-history-usg__item:last-child .c-history__content {
    padding: 23px 0 5px 30px;
  }
}

.p-interview-archive {
  padding: 80px 0 160px 0;
}

@media only screen and (min-width: 897px) {
  .p-interview-archive {
    padding: 120px 0 240px 0;
  }
}

.p-interview-archive .c-category-navi {
  margin-top: 40px;
}

@media only screen and (min-width: 897px) {
  .p-interview-archive .c-category-navi {
    margin-top: 80px;
  }
}

.p-interview-archive .c-article-cards {
  margin-top: 60px;
}

@media only screen and (min-width: 897px) {
  .p-interview-archive .c-article-cards {
    margin-top: 90px;
  }
}

.p-interview-archive__btn {
  margin-top: 80px;
}

@media only screen and (min-width: 897px) {
  .p-interview-archive__btn {
    margin-top: 160px;
    text-align: center;
  }
}

.p-interview-single .c-daily + .c-profile {
  margin-top: 40px;
}

@media only screen and (min-width: 897px) {
  .p-interview-single .c-daily + .c-profile {
    margin-top: 60px;
  }
}

.p-interview-single__related {
  margin: 40px 0;
}

@media only screen and (min-width: 897px) {
  .p-interview-single__related {
    margin: 60px 0;
  }
}

.p-interview-single__team {
  margin-bottom: 60px;
  border-top: 1px solid #ccc;
  padding-top: 60px;
}

@media only screen and (min-width: 897px) {
  .p-interview-single__team {
    margin-bottom: 120px;
    padding-top: 80px;
  }
}

.p-interview-single__team .c-boxlinks {
  margin-top: 60px;
}

.p-member {
  margin-top: 40px;
  padding-bottom: 80px;
}

@media only screen and (min-width: 897px) {
  .p-member {
    margin-top: 80px;
    padding-bottom: 100px;
  }
}

.p-member .c-members {
  margin-top: 40px;
}

@media only screen and (min-width: 897px) {
  .p-member .c-members {
    margin-top: 60px;
  }
}

.p-member__banner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

@media only screen and (min-width: 897px) {
  .p-member__banner-box {
    margin-top: 80px;
  }
}

.p-member__banner-wrapper {
  display: block;
}

.p-member__banner {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 897px) {
  .p-member__banner {
    max-width: 800px;
  }
}

.p-member__banner:hover {
  opacity: 0.8;
}

.p-news-archive {
  padding: 40px 0 120px;
}

@media only screen and (min-width: 897px) {
  .p-news-archive {
    padding: 80px 0 160px;
  }
}

.p-news-archive .c-category-navi {
  margin-top: 35px;
}

@media only screen and (min-width: 897px) {
  .p-news-archive .c-category-navi {
    margin-top: 55px;
  }
}

.p-news-archive .c-article-cards {
  margin-top: 35px;
}

@media only screen and (min-width: 897px) {
  .p-news-archive .c-article-cards {
    margin-top: 65px;
  }
}

.p-news-archive__more {
  margin-top: 80px;
}

@media only screen and (min-width: 897px) {
  .p-news-archive__more {
    margin-top: 160px;
    text-align: center;
  }
}

@media only screen and (max-width: 896px) {
  .p-article {
    margin-top: 30px;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 897px) {
  .p-article {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 896px) {
  .p-article .c-wysiwyg {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 897px) {
  .p-article .c-wysiwyg {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 896px) {
  .p-article .c-social-btns {
    margin: 60px 0;
  }
}

@media only screen and (min-width: 897px) {
  .p-article .c-social-btns {
    margin: 80px 0;
  }
}

@media only screen and (max-width: 896px) {
  .p-article .c-pagelink {
    margin-top: 30px;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 897px) {
  .p-article .c-pagelink {
    margin-top: 60px;
    margin-bottom: 200px;
  }
}

.p-notfound {
  margin: 80px 0 120px;
}

@media only screen and (min-width: 897px) {
  .p-notfound {
    margin: 160px 0 200px;
  }
}

.p-notfound__inner {
  padding: 0 20px;
}

@media only screen and (min-width: 897px) {
  .p-notfound__inner {
    padding: 0;
  }
}

.p-notfound__logo {
  text-align: center;
}

.p-notfound__logo img {
  width: 260px;
  height: auto;
}

@media only screen and (min-width: 897px) {
  .p-notfound__logo img {
    width: 320px;
    height: auto;
  }
}

.p-notfound__title {
  margin-top: 50px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-align: center;
  color: #000;
}

@media only screen and (min-width: 897px) {
  .p-notfound__title {
    margin-top: 100px;
    font-size: 24px;
  }
}

.p-notfound__text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #000;
}

@media only screen and (min-width: 897px) {
  .p-notfound__text {
    margin-top: 45px;
    font-size: 16px;
  }
}

.p-notfound__btn {
  margin-top: 100px;
  text-align: center;
}

@media only screen and (min-width: 897px) {
  .p-notfound__btn .c-btn {
    width: 280px;
    font-size: 20px;
  }
}

.p-other-team {
  padding: 40px 0 80px;
}

@media only screen and (min-width: 897px) {
  .p-other-team {
    padding: 80px 0 160px;
  }
}

.p-other-team__inner {
  margin-top: 40px;
}

@media only screen and (min-width: 897px) {
  .p-other-team__inner {
    padding: 0 80px;
  }
}

.p-privacy-policy {
  margin: 40px 0 120px;
}

@media only screen and (min-width: 897px) {
  .p-privacy-policy {
    margin: 80px 0 160px;
  }
}

.p-privacy-policy__inner {
  padding: 0 20px;
}

@media only screen and (min-width: 897px) {
  .p-privacy-policy__inner {
    width: 720px;
    padding: 0;
    margin: 0 auto;
  }
}

.p-privacy-policy__content {
  margin-top: 20px;
}

@media only screen and (min-width: 897px) {
  .p-privacy-policy__content {
    margin-top: 40px;
  }
}

.p-privacy-policy__content p {
  display: block;
  margin-top: 20px;
  font-size: 14px;
}

.p-privacy-policy__content ol {
  display: block;
  margin-top: 20px;
  list-style-type: decimal;
}

.p-privacy-policy__content ul {
  display: block;
  margin-top: 20px;
  list-style-type: disc;
}

.p-privacy-policy__content li {
  margin-top: 5px;
  margin-left: 20px;
}

.p-privacy-policy__content li ol, .p-privacy-policy__content li ul {
  margin-top: 5px;
}

.p-privacy-policy__sign {
  margin-top: 40px;
  font-size: 14px;
  text-align: right;
}

.p-privacy-policy__hairline {
  height: 1px;
  margin: 40px 0;
  background-color: #ccc;
  border: none;
}

.p-privacy-policy__contact {
  font-size: 14px;
}

.p-related {
  margin: 30px 0 60px;
  border-top: 1px solid #ccc;
  padding: 40px 0 0;
}

@media only screen and (min-width: 897px) {
  .p-related {
    margin: 60px 0 120px;
    padding: 80px 0 0;
  }
}

.p-related .c-boxlinks {
  margin: 30px 0;
}

@media only screen and (min-width: 897px) {
  .p-related .c-boxlinks {
    margin: 60px 0;
  }
}

.p-section-contents {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  padding: 60px 0 80px;
}

@media only screen and (min-width: 897px) {
  .p-section-contents {
    padding: 80px 0 120px;
  }
}

.p-section-contents__cards {
  padding: 0 20px;
}

@media only screen and (min-width: 897px) {
  .p-section-contents__cards {
    padding: 0 5%;
  }
}

.p-section-news {
  padding: 20px 0 60px;
  border-bottom: solid 1px #eee;
}

@media only screen and (min-width: 897px) {
  .p-section-news {
    padding: 60px 0 80px;
  }
}

.p-section-news__list {
  width: 100%;
}

@media only screen and (max-width: 896px) {
  .p-section-news__list {
    padding: 0 20px;
  }
  .p-section-news__list .c-article-card:nth-child(n + 3) {
    display: none;
  }
}

@media only screen and (min-width: 897px) {
  .p-section-news__list {
    margin-top: 40px;
  }
  .p-section-news__list .slick-list {
    overflow: visible;
  }
  .p-section-news__list .slick-slide {
    width: 510px;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-transition: 0.58s;
    transition: 0.58s;
  }
  .p-section-news__list .slick-slide.slick-current .c-article-card {
    -webkit-transition: 0.58s;
    transition: 0.58s;
  }
  .p-section-news__list .slick-dots {
    display: inline-block;
    top: -80px;
    right: 0;
    bottom: auto;
    width: auto;
    padding-right: 60px;
    text-align: right;
  }
}

@media only screen and (max-width: 896px) {
  .p-section-news__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 80px;
    margin: 40px 0 80px;
  }
}

@media only screen and (min-width: 897px) {
  .p-section-news__inner {
    overflow: visible;
    padding: 0 12%;
  }
}

.p-section-news__btn {
  margin-top: 80px;
}

@media only screen and (min-width: 897px) {
  .p-section-news__btn {
    display: none;
  }
}

.p-section-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 500px;
}

@media only screen and (min-width: 897px) {
  .p-section-other {
    height: 480px;
  }
}

.p-section-other .c-title__center {
  color: #fff;
}

.p-section-other.is-streamer {
  background-image: url(../img/top/bg_streamer@2x.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-section-other.is-dailylife {
  background-image: url(../img/top/bg_dailylife@2x.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 896px) {
  .p-section-other.is-other_team {
    height: 500px;
  }
}

@media only screen and (min-width: 897px) {
  .p-section-other.is-other_team {
    height: calc(100vw / 2 * 0.562);
  }
}

@media only screen and (max-width: 896px) {
  .p-section-other__inner {
    padding: 0 20px;
  }
}

.p-section-other__text {
  margin-top: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 1.63;
  text-align: center;
}

@media only screen and (min-width: 897px) {
  .p-section-other__text {
    margin-top: 30px;
    letter-spacing: 1px;
    line-height: 2;
  }
}

.p-section-other__btn {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (max-width: 896px) {
  .p-section-other__btn {
    margin-left: auto;
    margin-right: auto;
    width: 240px;
  }
}

.p-section-otherlink {
  padding: 80px 0;
  background-image: url(../img/top/bg_otherlink@2x.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (min-width: 897px) {
  .p-section-otherlink {
    padding: 120px 0;
  }
}

.p-section-sponsor-slider {
  padding: 10px 0;
  border-bottom: solid 1px #eee;
}

@media only screen and (min-width: 897px) {
  .p-section-sponsor-slider {
    padding: 20px 0;
  }
}

.p-section-sponsor-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-section-sponsor-slider__img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 120px;
  max-height: 60px;
}

@media only screen and (min-width: 897px) {
  .p-section-sponsor-slider__img {
    max-width: 240px;
    max-height: 120px;
  }
}

.p-section-sponsor {
  padding: 60px 0 120px;
}

@media only screen and (min-width: 897px) {
  .p-section-sponsor {
    padding: 80px 0;
  }
}

.p-section-sponsor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
}

.p-section-sponsor__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 896px) {
  .p-section-sponsor__item img {
    width: auto;
    max-height: 100px;
  }
}

@media only screen and (min-width: 897px) {
  .p-section-sponsor__item img {
    width: auto;
    max-height: 140px;
  }
}

.p-section-sponsor__btn {
  margin-top: 80px;
}

@media only screen and (min-width: 897px) {
  .p-section-sponsor__btn {
    display: none;
  }
}

.p-section-sponsor__banner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

@media only screen and (min-width: 897px) {
  .p-section-sponsor__banner-box {
    margin-top: 80px;
  }
}

.p-section-sponsor__banner-wrapper {
  display: block;
}

.p-section-sponsor__banner {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 897px) {
  .p-section-sponsor__banner {
    max-width: 640px;
  }
}

@media (any-hover: hover) {
  .p-section-sponsor__banner:hover {
    opacity: 0.8;
  }
}

.p-section-team {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  padding: 40px 0 0;
  border-bottom: solid 1px #eee;
}

@media only screen and (min-width: 897px) {
  .p-section-team {
    padding: 80px 0 0;
  }
}

.p-section {
  margin: 80px 0 160px;
}

@media only screen and (min-width: 897px) {
  .p-section {
    margin: 240px 0;
  }
}

@media only screen and (min-width: 897px) {
  .p-single {
    position: relative;
  }
  .p-single .c-single-background {
    position: absolute;
    top: 0;
    left: 50%;
  }
}

.p-sponsor {
  margin: 40px 0 120px;
}

@media only screen and (min-width: 897px) {
  .p-sponsor {
    margin: 80px 0 160px;
  }
}

.p-sponsor__inner {
  padding: 0 20px;
}

@media only screen and (min-width: 897px) {
  .p-sponsor__inner {
    width: 720px;
    margin: 0 auto;
    padding: 0;
  }
}

.p-sponsor__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, auto));
  gap: 40px 5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

@media only screen and (min-width: 897px) {
  .p-sponsor__list {
    gap: 120px 5%;
    margin-top: 40px;
  }
}

.p-sponsor__item {
  max-width: 480px;
}

.p-sponsor__banner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

@media only screen and (min-width: 897px) {
  .p-sponsor__banner-box {
    margin-top: 80px;
  }
}

.p-sponsor__banner-wrapper {
  display: block;
}

.p-sponsor__banner {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 897px) {
  .p-sponsor__banner {
    max-width: 800px;
  }
}

@media (any-hover: hover) {
  .p-sponsor__banner:hover {
    opacity: 0.8;
  }
}

.p-team-title {
  padding: 60px 0 80px;
  background-color: #f6f6f6;
}

@media only screen and (min-width: 897px) {
  .p-team-title {
    padding: 80px 0 120px;
  }
}

.p-team-title__overview {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  grid-row-gap: 40px;
  margin-top: 40px;
}

@media only screen and (min-width: 897px) {
  .p-team-title__overview {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 65.625% 31.25%;
    grid-template-columns: 65.625% 31.25%;
    grid-column-gap: 3.125%;
  }
}

.p-team {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  gap: 40px;
  padding: 40px 0 0;
}

@media only screen and (min-width: 897px) {
  .p-team {
    padding: 80px 0 0;
  }
}

.p-textarea .bold, .p-textarea strong, .p-textarea b {
  font-weight: bold;
}

.p-textarea .gray, .p-textarea em {
  color: #666;
}

.p-thanks {
  margin: 80px 0 120px;
}

@media only screen and (min-width: 897px) {
  .p-thanks {
    margin: 160px 0 200px;
  }
}

.p-thanks__inner {
  padding: 0 20px;
}

@media only screen and (min-width: 897px) {
  .p-thanks__inner {
    padding: 0;
  }
}

.p-thanks__logo {
  text-align: center;
}

.p-thanks__logo img {
  width: 320px;
  height: auto;
}

@media only screen and (min-width: 897px) {
  .p-thanks__logo img {
    width: 360px;
    height: auto;
  }
}

.p-thanks__title {
  margin-top: 50px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-align: center;
}

@media only screen and (min-width: 897px) {
  .p-thanks__title {
    margin-top: 100px;
    font-size: 24px;
  }
}

.p-thanks__text {
  margin-top: 30px;
  color: #000;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

@media only screen and (min-width: 897px) {
  .p-thanks__text {
    margin-top: 45px;
    font-size: 16px;
  }
}

.p-thanks__btn {
  margin-top: 100px;
  text-align: center;
}

@media only screen and (min-width: 897px) {
  .p-thanks__btn .c-btn {
    width: 280px;
    font-size: 20px;
  }
}

.c-article-cards {
  display: -ms-grid;
  display: grid;
}

@media only screen and (min-width: 897px) and (-ms-high-contrast: none) {
  .c-article-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-article-cards > * {
    width: calc( 100% / 2 - 3%);
    margin: 0 3% 3% 0;
  }
  .c-article-cards > *:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 896px) {
  .c-article-cards {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 0;
  }
}

@media only screen and (min-width: 897px) {
  .c-article-cards {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 120px 40px;
  }
}

.c-article-card__area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto auto 3em 18px;
  grid-template-rows: auto auto 3em 18px;
  grid-row-gap: 20px;
}

@media (any-hover: hover) {
  .c-article-card__area .c-article-card__thumb {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .c-article-card__area:hover .c-article-card__thumb {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .c-article-card__area:hover .c-article-card__title {
    color: #c8196f;
  }
}

.c-article-card__thumb {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.c-article-card__title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

@media only screen and (min-width: 897px) {
  .c-article-card__title {
    font-size: 16px;
  }
}

.c-article-card__content {
  overflow: hidden;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  font-size: 13px;
  line-height: 1.85;
}

@media only screen and (min-width: 897px) {
  .c-article-card__content {
    font-size: 14px;
    line-height: 1.7;
  }
}

.c-article-card__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: 100%;
  grid-template-rows: 100%;
  grid-column-gap: 10px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / 5;
}

.c-article-card__head-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-article-card__head-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-article-card__image {
  width: 100%;
}

.c-article-card__loading {
  padding: 40px 0;
}

@media only screen and (min-width: 897px) {
  .c-article-card__loading {
    padding: 50px 0;
  }
}

.c-avatar-bnr-list {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  will-change: top;
}

@media only screen and (max-width: 896px) {
  .c-avatar-bnr-list {
    top: 310px;
  }
}

@media only screen and (min-width: 897px) {
  .c-avatar-bnr-list {
    bottom: 40px;
    height: 135px;
  }
}

.c-avatar-bnr-list__inner {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media only screen and (max-width: 896px) {
  .c-avatar-bnr-list__inner {
    -ms-grid-columns: 160px 128px;
    grid-template-columns: 160px 128px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 30px;
  }
}

@media only screen and (min-width: 897px) {
  .c-avatar-bnr-list__inner {
    -ms-grid-columns: 20px 260px 1fr 240px 20px;
    grid-template-columns: 20px 260px 1fr 240px 20px;
    gap: 20px;
  }
}

.c-avatar-bnr {
  overflow: hidden;
  position: relative;
  border: 1px solid #fff;
  pointer-events: all;
}

@media only screen and (max-width: 896px) {
  .c-avatar-bnr {
    width: 172px;
    height: 40px;
  }
}

@media only screen and (min-width: 897px) {
  .c-avatar-bnr {
    width: 260px;
    height: 60px;
  }
}

.c-avatar-bnr::before {
  display: block;
  background: #999;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  mix-blend-mode: difference;
}

@media only screen and (max-width: 896px) {
  .c-avatar-bnr::before {
    width: 172px;
    height: 40px;
  }
}

@media only screen and (min-width: 897px) {
  .c-avatar-bnr::before {
    width: 260px;
    height: 60px;
  }
}

.c-avatar-bnr__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-avatar-bnr__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

@media (any-hover: hover) {
  .c-avatar-bnr__inner:hover {
    color: #fff;
  }
  .c-avatar-bnr__inner:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
}

.c-avatar-bnr__label {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Bebas Neue";
}

@media only screen and (max-width: 896px) {
  .c-avatar-bnr__label {
    -ms-grid-columns: 90px auto;
    grid-template-columns: 90px auto;
    gap: 8px;
    font-size: 10.3px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.66px;
    line-height: 12px;
  }
}

@media only screen and (min-width: 897px) {
  .c-avatar-bnr__label {
    -ms-grid-columns: 120px auto;
    grid-template-columns: 120px auto;
    gap: 12px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 19px;
  }
}

.c-avatar-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 28px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  isolation: isolate;
}

@media only screen and (min-width: 897px) {
  .c-avatar-btn {
    width: 220px;
  }
}

@media (any-hover: hover) {
  .c-avatar-btn:hover {
    color: #fff;
  }
  .c-avatar-btn:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
}

.c-avatar-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  mix-blend-mode: difference;
}

.p-avatar-mainvisual {
  position: relative;
  width: 100vw;
  height: 400px;
  background-color: #000;
  background-image: -webkit-image-set(url("../img/avatar-lp/bg_mainvisual_sp.png") 1x, url("../img/avatar-lp/bg_mainvisual_sp@2x.png") 2x);
  background-image: image-set(url("../img/avatar-lp/bg_mainvisual_sp.png") 1x, url("../img/avatar-lp/bg_mainvisual_sp@2x.png") 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

@media only screen and (min-width: 897px) {
  .p-avatar-mainvisual {
    height: 100vh;
    background-image: -webkit-image-set(url("../img/avatar-lp/bg_mainvisual.png") 1x, url("../img/avatar-lp/bg_mainvisual@2x.png") 2x);
    background-image: image-set(url("../img/avatar-lp/bg_mainvisual.png") 1x, url("../img/avatar-lp/bg_mainvisual@2x.png") 2x);
    background-size: cover;
  }
}

.p-avatar-mainvisual__logo {
  display: block;
  position: absolute;
}

@media only screen and (max-width: 896px) {
  .p-avatar-mainvisual__logo {
    top: calc(50% - 86px);
    left: calc(50% - 100px);
    width: 200px;
  }
}

@media only screen and (min-width: 897px) {
  .p-avatar-mainvisual__logo {
    top: calc(50% - 142px);
    left: calc(50% - 165px);
    width: 330px;
  }
}

.p-avatar-mainvisual__scroll {
  display: none;
}

@media only screen and (min-width: 897px) {
  .p-avatar-mainvisual__scroll {
    display: block;
    position: absolute;
    left: calc(50% - 69px);
    bottom: 51px;
    color: #fff;
    font-family: "Bebas Neue";
    font-size: 16px;
    letter-spacing: 2.22px;
    line-height: 1.8;
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (min-width: 897px) {
  .p-avatar-mainvisual__scroll img {
    margin-right: 10px;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 897px) {
  .p-avatar-mainvisual__scroll span {
    opacity: 0.6;
  }
}

.c-avatar-movie-bnr {
  display: block;
  overflow: hidden;
  position: relative;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  pointer-events: all;
}

.c-avatar-movie-bnr::after {
  display: block;
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 32px);
  width: 64px;
  height: 36px;
  background-image: url("../img/avatar-lp/img_movie_thmb_filter.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  mix-blend-mode: exclusion;
}

@media (any-hover: hover) {
  .c-avatar-movie-bnr:hover::after {
    -webkit-transform: scale(5);
            transform: scale(5);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

.c-avatar-movie-bnr__img {
  width: 100%;
}

.c-avatar-movie {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 177.77777778vh;
  min-width: 100%;
  height: 56.25vw;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -4;
}

.c-avatar-typography {
  color: #ccc;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 171%;
}

.c-avatar-typography--heading {
  color: #fff;
  font-family: "Bebas Neue";
  letter-spacing: 2.5px;
  line-height: 100%;
}

@media only screen and (max-width: 896px) {
  .c-avatar-typography--heading {
    font-size: 48px;
  }
}

@media only screen and (min-width: 897px) {
  .c-avatar-typography--heading {
    font-size: 80px;
  }
}

.c-avatar-typography--subttl {
  color: #c8196f;
  font-family: "Noto Sans JP";
}

@media only screen and (max-width: 896px) {
  .c-avatar-typography--subttl {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 897px) {
  .c-avatar-typography--subttl {
    font-size: 16px;
    line-height: 23px;
  }
}

.c-blocklink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background-color: #000;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  line-break: anywhere;
  white-space: collapse;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.c-blocklink::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
  background: center/contain no-repeat url(../img/common/icn_blank.svg);
}

@media (any-hover: hover) {
  .c-blocklink:hover {
    background-color: #c8196f;
  }
}

@media only screen and (max-width: 896px) {
  .c-boxlink {
    margin-top: 40px;
    width: 100%;
  }
  .c-boxlink:first-of-type {
    margin-top: 0;
  }
}

@media only screen and (min-width: 897px) {
  .c-boxlink {
    width: 300px;
    height: 450px;
  }
}

@media only screen and (max-width: 896px) {
  .c-boxlinks {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 897px) {
  .c-boxlinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-boxlinks > div {
    margin: 0 30px;
  }
}

.c-boxlink__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  min-height: 190px;
}

@media only screen and (max-width: 896px) {
  .c-boxlink__inner > div {
    padding: 20px;
  }
}

@media (any-hover: hover) {
  .c-boxlink__inner {
    -webkit-transition: background-color 0.2s ease-out, border 0.2s ease-out;
    transition: background-color 0.2s ease-out, border 0.2s ease-out;
  }
  .c-boxlink__inner:hover {
    border: 1px solid #c8196f;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: background-color 0.2s ease-out, border 0.2s ease-out;
    transition: background-color 0.2s ease-out, border 0.2s ease-out;
  }
  .c-boxlink__inner:hover .c-boxlink__icn {
    color: #c8196f;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
}

.c-boxlink__title {
  font-size: 32px;
  font-weight: normal;
  font-family: "Bebas Neue";
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

.c-boxlink__lead {
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
  color: #999;
}

@media only screen and (min-width: 897px) {
  .c-boxlink__lead {
    margin-top: 10px;
  }
}

.c-boxlink__icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  min-height: 36px;
  text-align: center;
  color: #fff;
}

.c-boxlink__icn svg {
  fill: currentColor;
}

@media only screen and (min-width: 897px) {
  .c-boxlink__icn {
    margin-top: 30px;
  }
}

.c-boxlink.is-black .c-boxlink__inner {
  border: 1px solid #000;
}

.c-boxlink.is-black .c-boxlink__title {
  color: #000;
}

.c-boxlink.is-black .c-boxlink__icn {
  color: #000;
}

@media (any-hover: hover) {
  .c-boxlink.is-black:hover .c-boxlink__inner {
    border: 1px solid #c8196f;
  }
  .c-boxlink.is-black:hover .c-boxlink__icn {
    color: #c8196f;
  }
}

.c-breadcrumbs {
  width: 100%;
  border-top: solid 1px #eee;
  background-color: #f9f9f9;
}

@media only screen and (max-width: 896px) {
  .c-breadcrumbs {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 897px) {
  .c-breadcrumbs {
    padding: 30px 0;
  }
}

.c-breadcrumbs__inner {
  width: 100%;
}

@media only screen and (max-width: 896px) {
  .c-breadcrumbs__inner {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 897px) {
  .c-breadcrumbs__inner {
    padding: 0 3%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-breadcrumbs__inner {
    padding: 0 5%;
  }
}

.c-breadcrumb {
  display: inline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  color: #000;
}

@media only screen and (max-width: 896px) {
  .c-breadcrumb {
    font-size: 12px;
  }
}

@media only screen and (min-width: 897px) {
  .c-breadcrumb {
    font-size: 14px;
  }
}

.c-breadcrumbs__link {
  background-image: url(../img/common/icn_arrow_small.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 7px) 55%;
  background-size: 4px 8px;
  color: #000;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

@media (any-hover: hover) {
  .c-breadcrumbs__link:hover {
    color: #c8196f;
  }
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border: 1px solid #000;
  color: #333;
  cursor: pointer;
  color: #000;
  width: 100%;
  height: 50px;
  font-family: "Bebas Neue";
  font-size: 20px;
  letter-spacing: 1.5px;
  text-align: center;
}

@media only screen and (min-width: 897px) {
  .c-btn {
    width: 300px;
    height: 80px;
    font-size: 24px;
  }
}

@media (any-hover: hover) {
  .c-btn:hover {
    border: 1px solid #c8196f;
    color: #c8196f;
  }
}

.c-btn__white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border: 1px solid #fff;
  color: #333;
  cursor: pointer;
  color: #fff;
  width: 100%;
  height: 50px;
  font-family: "Bebas Neue";
  font-size: 20px;
  letter-spacing: 1.5px;
  text-align: center;
}

@media only screen and (min-width: 897px) {
  .c-btn__white {
    width: 300px;
    height: 80px;
    font-size: 24px;
  }
}

@media (any-hover: hover) {
  .c-btn__white:hover {
    border: 1px solid #c8196f;
    color: #c8196f;
  }
}

.c-btn--accent {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8446), to(#EF6344));
  background: -webkit-linear-gradient(top, #FF8446 0%, #EF6344 100%);
  background: linear-gradient(180deg, #FF8446 0%, #EF6344 100%);
  color: white;
  font-weight: bold;
}

.c-btn--full {
  width: 100%;
}

.c-btn--form {
  padding: 25px;
  width: 330px;
  font-size: 21px;
  display: block;
  margin: auto;
}

.c-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border: 1px solid #fff;
  width: 300px;
  height: 80px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c-button::before,
.c-button::after,
.c-button span::before,
.c-button span::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 1px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c-button::before {
  top: -1px;
  left: -1px;
  border-left-color: #c8196f;
}

.c-button::after {
  bottom: -1px;
  right: -1px;
  border-right-color: #c8196f;
}

.c-button span::before {
  bottom: -1px;
  left: -1px;
  border-bottom-color: #c8196f;
}

.c-button span::after {
  top: -1px;
  right: -1px;
  border-top-color: #c8196f;
}

.c-button:hover {
  color: #c8196f;
}

.c-button:hover::before,
.c-button:hover::after {
  height: 100%;
  visibility: visible;
}

.c-button:hover span::before,
.c-button:hover span::after {
  width: 100%;
  visibility: visible;
}

.c-category-navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 896px) {
  .c-category-navi__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-category-navi__list li {
  margin: 0 25px 10px 0;
}

@media only screen and (min-width: 897px) {
  .c-category-navi__list li {
    margin: 0 25px 0 0;
  }
}

.c-category-navi__item {
  position: relative;
  font-family: "Bebas Neue";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #000;
  cursor: pointer;
}

.c-category-navi__item::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #c8196f;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: width .25s, -webkit-transform .25s;
  transition: width .25s, -webkit-transform .25s;
  transition: transform .25s, width .25s;
  transition: transform .25s, width .25s, -webkit-transform .25s;
}

@media (any-hover: hover) {
  .c-category-navi__item:hover {
    color: #c8196f;
  }
  .c-category-navi__item:hover::after {
    background-color: #c8196f;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: width .25s, -webkit-transform .25s;
    transition: width .25s, -webkit-transform .25s;
    transition: transform .25s, width .25s;
    transition: transform .25s, width .25s, -webkit-transform .25s;
  }
}

.c-category-navi__item.is-act {
  color: #999;
}

.c-category-navi__item.is-act::after {
  background-color: #999;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: none;
  transition: none;
}

@media only screen and (min-width: 897px) {
  .c-category-navi__item {
    font-size: 24px;
  }
  .c-category-navi__item li {
    margin: 0 40px 0 0;
  }
}

.c-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 60px;
  height: 18px;
  color: #fff;
  font-family: mono45-headline, monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  background-color: #000;
  line-height: 1;
}

.c-category--white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 60px;
  height: 18px;
  color: #000;
  font-family: mono45-headline, monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  background-color: #fff;
  line-height: 1;
}

.c-contents-cards-wrapper {
  position: relative;
}

@media only screen and (min-width: 897px) {
  .c-contents-cards-wrapper {
    height: calc(100vh - 240px);
  }
}

.c-contents-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  position: relative;
}

.c-contents-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  top: 0;
  width: 100%;
  background-color: #fff;
}

@media only screen and (min-width: 897px) {
  .c-contents-card {
    position: absolute;
  }
}

@media (any-hover: hover) {
  .c-contents-card:hover .c-contents-card__image {
    opacity: 0.6;
    -webkit-transform: scale(105%);
            transform: scale(105%);
  }
}

.c-contents-card__image-wrapper {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
}

@media only screen and (min-width: 897px) {
  .c-contents-card__image-wrapper {
    max-height: calc(100vh - 240px);
  }
}

.c-contents-card__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.c-contents-card__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-contents-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-contents-card__title {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.c-contents-card__category {
  color: #999;
  font-size: 12px;
}

.c-daily-data {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32px 40px 134px 55px;
  grid-template-columns: 32px 40px 134px 55px;
  grid-column-gap: 10px;
}

.c-daily-data__color {
  position: relative;
}

.c-daily-data__color:after {
  position: absolute;
  content: '';
  top: calc(50% - 4px);
  left: 0;
  width: 32px;
  height: 8px;
  border-radius: 4px;
}

.c-daily-data__color.is-playing:after {
  background-color: #f74884;
}

.c-daily-data__color.is-meeting:after {
  background-color: #6d3dcc;
}

.c-daily-data__color.is-physical:after {
  background-color: #4880f0;
}

.c-daily-data__color.is-eating:after {
  background-color: #f7b01f;
}

.c-daily-data__color.is-private:after {
  background-color: #31e5bd;
}

.c-daily-data__color.is-sleeping:after {
  background-color: #005580;
}

@media only screen and (min-width: 897px) {
  .c-daily-data__color {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

.c-daily-data__icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 897px) {
  .c-daily-data__icn {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

.c-daily-data__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "Bebas Neue";
  color: #000;
  background-image: -webkit-gradient(linear, left top, right top, from(#e6e6e6), to(#e6e6e6));
  background-image: -webkit-linear-gradient(left, #e6e6e6 0%, #e6e6e6 100%);
  background-image: linear-gradient(to right, #e6e6e6 0%, #e6e6e6 100%);
  background-position: 0px 50%;
  background-size: 1px 2px;
  background-repeat: repeat-x;
}

.c-daily-data__title span {
  background-color: #fff;
  padding-right: 4px;
}

@media only screen and (min-width: 897px) {
  .c-daily-data__title {
    -ms-grid-column: 3;
    grid-column: 3;
  }
}

.c-daily-data__hour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: bold;
  font-family: "Bebas Neue";
  color: #000;
}

@media only screen and (min-width: 897px) {
  .c-daily-data__hour {
    -ms-grid-column: 4;
    grid-column: 4;
  }
}

.c-daily-data__hour-unit {
  margin-left: 5px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #999;
}

.c-daily {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}

.c-daily__inner {
  padding: 40px 20px;
}

@media only screen and (min-width: 897px) {
  .c-daily__inner {
    padding: 60px 60px 66px;
  }
}

.c-daily__wrap {
  margin-top: 30px;
}

@media only screen and (min-width: 897px) {
  .c-daily__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
}

.c-daily__chart img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 897px) {
  .c-daily__chart {
    width: 280px;
  }
}

@media only screen and (max-width: 896px) {
  .c-daily__data {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 897px) {
  .c-daily__data {
    width: 290px;
  }
}

.c-date {
  font-size: 13px;
  font-weight: bold;
  color: #333;
}

.c-exclution-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  border: 1px solid #fff;
  pointer-events: all;
}

@media only screen and (max-width: 896px) {
  .c-exclution-btn {
    width: 172px;
    height: 40px;
  }
}

@media only screen and (min-width: 897px) {
  .c-exclution-btn {
    width: 260px;
    height: 60px;
  }
}

.c-exclution-btn::before {
  display: block;
  background: #999;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  mix-blend-mode: difference;
}

@media only screen and (max-width: 896px) {
  .c-exclution-btn::before {
    width: 172px;
    height: 40px;
  }
}

@media only screen and (min-width: 897px) {
  .c-exclution-btn::before {
    width: 260px;
    height: 60px;
  }
}

.c-exclution-btn__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-exclution-btn__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

@media (any-hover: hover) {
  .c-exclution-btn__inner:hover {
    color: #fff;
  }
  .c-exclution-btn__inner:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
}

.c-exclution-btn__label {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px auto;
  grid-template-columns: 90px auto;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 10.3px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.66px;
  line-height: 12px;
}

@media only screen and (min-width: 897px) {
  .c-exclution-btn__label {
    -ms-grid-columns: 120px auto;
    grid-template-columns: 120px auto;
    gap: 12px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 19px;
  }
}

.c-eyecatch {
  overflow: hidden;
}

@media only screen and (min-width: 897px) {
  .c-eyecatch {
    margin: 0 auto;
    padding-top: 170px;
    width: 100%;
    max-width: 1020px;
  }
  .c-eyecatch img {
    width: 100%;
  }
}

.c-eyecatch .c-mask {
  opacity: 0;
}

.c-forms {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  grid-row-gap: 40px;
}

@media only screen and (min-width: 897px) {
  .c-forms {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-row-gap: 60px;
  }
}

@media only screen and (min-width: 897px) {
  .c-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}

@media only screen and (min-width: 897px) {
  .c-form__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    margin: 12px 30px 0 0;
    width: 190px;
    height: 100%;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 897px) {
  .c-form__content {
    width: 500px;
  }
}

div.c-form__submit {
  position: relative;
}

div.c-form__submit input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border: solid 1px #000;
  width: 280px;
  height: 80px;
  background-color: #fff;
  font-size: 20px;
  letter-spacing: 1.25px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
}

div.c-form__submit span.ajax-loader {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 100px);
  width: 22px;
  height: 22px;
  -webkit-animation: spin .75s infinite linear;
          animation: spin .75s infinite linear;
  opacity: 1;
  border: 2px solid #999;
  border-top-color: transparent;
  border-radius: 100%;
  background-image: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.c-form {
  font-size: 14px;
}

.c-form input:not([type="radio"]):not([type="checkbox"]),
.c-form select,
.c-form textarea {
  height: 50px;
  line-height: 1em;
  padding: 0 11px;
  font-size: 1em;
  color: #000;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}

.c-form input:not([type="radio"]):not([type="checkbox"]).wpcf7-not-valid,
.c-form select.wpcf7-not-valid,
.c-form textarea.wpcf7-not-valid {
  border: 1px solid #c8196f;
}

@media only screen and (min-width: 897px) {
  .c-form input:not([type="radio"]):not([type="checkbox"]),
  .c-form select,
  .c-form textarea {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.c-form textarea {
  padding: 8px 12px;
  min-height: 100px;
}

@media only screen and (min-width: 897px) {
  .c-form textarea {
    width: 100%;
    max-width: 100%;
    min-height: 160px;
    padding: 10px;
  }
}

.c-form select {
  background-color: #fff;
}

.c-form span.wpcf7-not-valid-tip {
  color: #c8196f;
}

div.wpcf7-response-output {
  display: none !important;
}

.c-game-overview__inner {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px 20px;
}

.c-game-overview__image {
  margin-bottom: 20px;
}

.c-game-overview__image img {
  width: 100%;
}

@media only screen and (min-width: 897px) {
  .c-game-overview__image {
    margin-bottom: 40px;
  }
}

.c-game-overview__title {
  font-family: "Bebas Neue";
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: #666;
}

@media only screen and (min-width: 897px) {
  .c-game-overview__title {
    font-size: 32px;
  }
}

.c-game-overview__content {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 2;
}

.c-game-overview__content p + p {
  margin-top: 10px;
}

@media only screen and (min-width: 897px) {
  .c-game-overview__content {
    margin-top: 20px;
  }
  .c-game-overview__content p + p {
    margin-top: 20px;
  }
}

.c-gnav-avatar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 896px) {
  .c-gnav-avatar {
    height: 50px;
  }
}

@media only screen and (min-width: 897px) {
  .c-gnav-avatar {
    height: 80px;
  }
}

@media only screen and (max-width: 896px) {
  .c-gnav-avatar__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20px 140px 1fr auto 20px;
    grid-template-columns: 20px 140px 1fr auto 20px;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}

@media only screen and (min-width: 897px) {
  .c-gnav-avatar__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60px 180px 1fr auto 60px;
    grid-template-columns: 60px 180px 1fr auto 60px;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}

.c-gnav-avatar-right {
  position: fixed;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

@media only screen and (max-width: 896px) {
  .c-gnav-avatar-right {
    top: 100vh;
    right: 10px;
    width: 100vh;
    height: 12px;
  }
}

@media only screen and (min-width: 897px) {
  .c-gnav-avatar-right {
    top: calc(100vh - 195px);
    right: 15px;
    width: calc(100vh - 195px);
    height: 48px;
  }
}

.c-gnav-avatar-right__inner {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

@media only screen and (max-width: 896px) {
  .c-gnav-avatar-right__inner {
    -ms-grid-columns: 1fr 42px 1fr;
    grid-template-columns: 1fr 42px 1fr;
  }
}

@media only screen and (min-width: 897px) {
  .c-gnav-avatar-right__inner {
    -ms-grid-columns: 61fr 42px 39fr;
    grid-template-columns: 61fr 42px 39fr;
  }
}

@media only screen and (max-width: 896px) {
  .c-gnav-avatar-bottom {
    position: fixed;
    bottom: 12px;
    width: 100%;
  }
}

@media only screen and (min-width: 897px) {
  .c-gnav-avatar-bottom {
    display: none;
  }
}

.c-gnav-avatar-left {
  position: fixed;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

@media only screen and (max-width: 896px) {
  .c-gnav-avatar-left {
    top: 100vh;
    left: 10px;
    width: 100vh;
    height: 12px;
  }
}

@media only screen and (min-width: 897px) {
  .c-gnav-avatar-left {
    top: calc(100vh - 120px);
    left: 15px;
    width: calc(100vh - 120px);
    height: 48px;
  }
}

.c-gnav-avatar-left__inner {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

@media only screen and (max-width: 896px) {
  .c-gnav-avatar-left__inner {
    -ms-grid-columns: 1fr 42px 1fr;
    grid-template-columns: 1fr 42px 1fr;
  }
}

@media only screen and (min-width: 897px) {
  .c-gnav-avatar-left__inner {
    -ms-grid-columns: 39fr 42px 61fr;
    grid-template-columns: 39fr 42px 61fr;
  }
}

.c-gnav-avatar__logo img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 897px) {
  .c-gnav-avatar__logo {
    line-height: 1;
  }
  .c-gnav-avatar__logo a {
    color: #fff;
  }
  .c-gnav-avatar__logo svg {
    fill: currentColor;
  }
}

.c-gnav-avatar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 897px) {
  .c-gnav-avatar__menu {
    gap: 20px;
  }
}

@media only screen and (max-width: 896px) {
  .c-gnav-avatar__menu li {
    margin-top: 12px;
    text-align: right;
  }
}

@media only screen and (min-width: 897px) {
  .c-gnav-avatar__menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 896px) {
  .c-gnav-avatar__menu li:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 897px) {
  .c-gnav-avatar__menu li:after {
    display: block;
    width: 24px;
    height: 1px;
    background-color: #fff;
    content: "";
  }
}

.c-gnav-avatar__menu li:last-child:after {
  content: inherit;
}

.c-gnav-avatar__menu li.is-act {
  position: relative;
}

.c-gnav-avatar__menu li.is-act:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  content: "";
}

.c-gnav-avatar__menu li a {
  font-family: "Bebas Neue";
}

@media only screen and (max-width: 896px) {
  .c-gnav-avatar__menu li a {
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
  }
}

@media only screen and (min-width: 897px) {
  .c-gnav-avatar__menu li a {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1.23px;
  }
}

@media (any-hover: hover) {
  .c-gnav-avatar__menu li a:hover {
    color: #c8196f !important;
  }
}

.c-gnav-avatar__sns {
  -webkit-transform: all 0.3s ease;
          transform: all 0.3s ease;
}

@media (any-hover: hover) {
  .c-gnav-avatar__sns:hover {
    opacity: 0.6;
    -webkit-transform: all 0.3s ease;
            transform: all 0.3s ease;
  }
}

@media only screen and (max-width: 896px) {
  .c-gnav {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    width: 270px;
    height: 100vh;
    padding: 20px;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 999;
    -webkit-overflow-scrolling: touch;
  }
  .c-gnav.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media only screen and (min-width: 897px) {
  .c-gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 0 3%;
    border-bottom: solid 1px rgba(238, 238, 238, 0);
    -webkit-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
    transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  }
  .c-gnav.is-scrolled {
    border-color: #eeeeee;
    background-color: #fff;
  }
}

@media only screen and (min-width: 1280px) {
  .c-gnav {
    padding: 0 5%;
  }
}

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

.c-gnav__close button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-gnav__close button img {
  width: 62px;
  height: 62px;
}

@media only screen and (min-width: 897px) {
  .c-gnav__close {
    display: none;
  }
}

.c-gnav__inner {
  padding-right: 15px;
}

@media only screen and (min-width: 897px) {
  .c-gnav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding-right: 0;
  }
}

.c-gnav__logo {
  margin-top: 20px;
  text-align: right;
}

.c-gnav__logo svg {
  height: auto;
}

@media only screen and (min-width: 897px) {
  .c-gnav__logo {
    margin-top: 0;
    line-height: 1;
  }
  .c-gnav__logo a {
    color: #fff;
  }
  .c-gnav__logo svg {
    fill: currentColor;
  }
}

@media only screen and (min-width: 897px) {
  .c-gnav__menu {
    margin-left: auto;
  }
}

@media only screen and (max-width: 896px) {
  .c-gnav__menu li,
  .c-gnav__smenu li {
    margin-top: 12px;
    text-align: right;
  }
  .c-gnav__menu li:first-child,
  .c-gnav__smenu li:first-child {
    margin-top: 0;
  }
  .c-gnav__menu li a,
  .c-gnav__smenu li a {
    color: #000;
    font-family: "Bebas Neue";
    font-size: 16px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 896px) and (any-hover: hover) {
  .c-gnav__menu li a:hover,
  .c-gnav__smenu li a:hover {
    color: #c8196f;
  }
}

@media only screen and (min-width: 897px) {
  .c-gnav__menu,
  .c-gnav__smenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-gnav__menu li,
  .c-gnav__smenu li {
    margin: 0 5px;
  }
  .c-gnav__menu li.is-act,
  .c-gnav__smenu li.is-act {
    position: relative;
  }
  .c-gnav__menu li.is-act:after,
  .c-gnav__smenu li.is-act:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
    content: "";
  }
  .c-gnav__menu li a,
  .c-gnav__smenu li a {
    color: #fff;
    font-family: "Bebas Neue";
    font-size: 20px;
    letter-spacing: 1.23px;
  }
}

@media only screen and (min-width: 897px) and (any-hover: hover) {
  .c-gnav__menu li a:hover,
  .c-gnav__smenu li a:hover {
    color: #c8196f !important;
  }
}

@media only screen and (min-width: 1024px) {
  .c-gnav__menu li,
  .c-gnav__smenu li {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-gnav__menu li,
  .c-gnav__smenu li {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 896px) {
  .c-gnav__menu {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 896px) {
  .c-gnav__smenu {
    margin-top: 36px;
  }
}

@media only screen and (min-width: 897px) {
  .c-gnav__smenu li:last-child {
    margin-right: 0;
  }
}

.c-gnav__menu--default {
  display: none;
}

@media only screen and (max-width: 896px) {
  .c-gnav__menu--default {
    display: block;
  }
}

@media only screen and (min-width: 1500px) {
  .c-gnav__menu--default {
    display: block;
  }
}

.c-gnav__menu--simple {
  display: block;
}

@media only screen and (max-width: 896px) {
  .c-gnav__menu--simple {
    display: none;
  }
}

@media only screen and (min-width: 1500px) {
  .c-gnav__menu--simple {
    display: none;
  }
}

@media only screen and (min-width: 897px) {
  .c-gnav.is-scrolled {
    background-color: #fff;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
  }
  .c-gnav.is-scrolled .c-gnav__logo a {
    color: #000;
  }
  .c-gnav.is-scrolled .c-gnav__menu li a,
  .c-gnav.is-scrolled .c-gnav__smenu li a {
    color: #000;
  }
  .c-gnav.is-scrolled .c-gnav__menu li:after,
  .c-gnav.is-scrolled .c-gnav__smenu li:after {
    background-color: #000;
  }
}

@media only screen and (min-width: 897px) {
  .single-interview .c-gnav .c-gnav__logo a,
  .single-news .c-gnav .c-gnav__logo a {
    color: #000;
  }
  .single-interview .c-gnav .c-gnav__menu li a,
  .single-interview .c-gnav .c-gnav__smenu li a,
  .single-news .c-gnav .c-gnav__menu li a,
  .single-news .c-gnav .c-gnav__smenu li a {
    color: #000;
  }
  .single-interview .c-gnav .c-gnav__menu li:after,
  .single-interview .c-gnav .c-gnav__smenu li:after,
  .single-news .c-gnav .c-gnav__menu li:after,
  .single-news .c-gnav .c-gnav__smenu li:after {
    background-color: #000;
  }
}

.c-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-history__date {
  width: 60px;
  padding: 15px 20px 15px 0;
  font-family: "Bebas Neue";
  font-size: 18px;
}

@media only screen and (min-width: 897px) {
  .c-history__date {
    width: 90px;
    padding: 13px 20px 22px 0;
    font-size: 24px;
  }
}

.c-history__content {
  width: calc(100% - 60px);
  padding: 20px 0 20px 30px;
  border-left: 1px solid #ccc;
  color: #000;
  font-size: 14px;
  line-height: 1.71;
}

@media only screen and (min-width: 897px) {
  .c-history__content {
    width: calc(100% - 90px);
    padding: 23px 0 26px 22px;
  }
}

.c-humberger,
.c-humberger__line {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c-humberger {
  position: relative;
  width: 26px;
  height: 22px;
  border: none;
  outline: none;
  background: none;
}

.c-humberger.is-opened-humberger .c-humberger__line:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.c-humberger.is-opened-humberger .c-humberger__line:nth-of-type(2) {
  opacity: 0;
}

.c-humberger.is-opened-humberger .c-humberger__line:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

.c-humberger__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #666;
}

.c-humberger__line:nth-of-type(1) {
  top: 0;
}

.c-humberger__line:nth-of-type(2) {
  top: calc(50% - 1px);
}

.c-humberger__line:nth-of-type(3) {
  bottom: 0;
}

.c-inview {
  opacity: 0;
  -webkit-transform: translate(0, 8%);
          transform: translate(0, 8%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-inview.is-show {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.c-keyvisual {
  position: relative;
  background-image: url(../img/common/bg_keyvisual@2x.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.c-keyvisual__about {
  background-image: url(../img/common/bg_keyvisual_about_sp@2x.jpg);
}

@media only screen and (min-width: 897px) {
  .c-keyvisual__about {
    background-image: url(../img/common/bg_keyvisual_about@2x.jpg);
  }
}

.c-keyvisual__team {
  background-image: url(../img/common/bg_keyvisual_team_sp@2x.jpg);
}

@media only screen and (min-width: 897px) {
  .c-keyvisual__team {
    background-image: url(../img/common/bg_keyvisual_team@2x.jpg);
  }
}

.c-keyvisual__news {
  background-image: url(../img/common/bg_keyvisual_news_sp@2x.jpg);
}

@media only screen and (min-width: 897px) {
  .c-keyvisual__news {
    background-image: url(../img/common/bg_keyvisual_news@2x.jpg);
  }
}

.c-keyvisual__interview {
  background-image: url(../img/common/bg_keyvisual_interview_sp@2x.jpg);
}

@media only screen and (min-width: 897px) {
  .c-keyvisual__interview {
    background-image: url(../img/common/bg_keyvisual_interview@2x.jpg);
  }
}

.c-keyvisual__history {
  background-image: url(../img/common/bg_keyvisual_history_sp@2x.jpg);
}

@media only screen and (min-width: 897px) {
  .c-keyvisual__history {
    background-image: url(../img/common/bg_keyvisual_history@2x.jpg);
  }
}

.c-keyvisual__sponsor {
  background-image: url(../img/common/bg_keyvisual_sponsor_sp@2x.jpg);
}

@media only screen and (min-width: 897px) {
  .c-keyvisual__sponsor {
    background-image: url(../img/common/bg_keyvisual_sponsor@2x.jpg);
  }
}

.c-keyvisual__contact {
  background-image: url(../img/common/bg_keyvisual_contact_sp@2x.jpg);
}

@media only screen and (min-width: 897px) {
  .c-keyvisual__contact {
    background-image: url(../img/common/bg_keyvisual_contact@2x.jpg);
  }
}

.c-keyvisual__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media only screen and (max-width: 896px) {
  .c-keyvisual__inner {
    width: 100%;
    height: 180px;
  }
}

@media only screen and (min-width: 897px) {
  .c-keyvisual__inner {
    height: 320px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 896px) {
  .c-keyvisual__inner--large {
    width: 100%;
    height: 200px;
  }
}

@media only screen and (min-width: 897px) {
  .c-keyvisual__inner--large {
    height: 400px;
    margin: 0 auto;
  }
}

.c-keyvisual__copy {
  width: 100%;
}

.c-keyvisual__copy img {
  width: 100%;
  opacity: 0.6;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}

.c-keyvisual__bg-wrapper {
  width: 100%;
  height: 100%;
}

.c-keyvisual__bg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-keyvisual__title {
  display: block;
  position: absolute;
  bottom: 10px;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 897px) {
  .c-keyvisual__title {
    bottom: 0;
  }
}

.c-logo {
  position: relative;
}

.c-logo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 896px) {
  .c-logo__inner {
    width: 100%;
    height: 100px;
  }
}

@media only screen and (min-width: 897px) {
  .c-logo__inner {
    height: 170px;
  }
}

.c-logo__image img {
  width: 160px;
  height: auto;
}

@media only screen and (min-width: 897px) {
  .c-logo__image {
    position: relative;
    top: 6px;
  }
  .c-logo__image img {
    width: 240px;
  }
}

.c-mainvisual {
  position: relative;
}

@media only screen and (max-width: 896px) {
  .c-mainvisual {
    height: 600px;
  }
}

@media only screen and (min-width: 897px) {
  .c-mainvisual {
    height: 50vw;
    max-height: 720px;
  }
}

.c-mainvisual__images {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-mainvisual__image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 600px;
}

@media only screen and (min-width: 897px) {
  .c-mainvisual__image {
    height: 50vw;
    max-height: 720px;
  }
}

.c-mainvisual__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 896px) {
  .c-mainvisual__inner {
    width: 100%;
    height: 600px;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 897px) {
  .c-mainvisual__inner {
    height: 50vw;
    max-height: 760px;
    margin: 0 auto;
  }
}

.c-mainvisual__logo {
  display: block;
  overflow: hidden;
  width: 140px;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.c-mainvisual__logo img {
  width: 140px;
  height: auto;
}

@media only screen and (min-width: 897px) {
  .c-mainvisual__logo {
    width: 210px;
  }
  .c-mainvisual__logo img {
    width: 210px;
    height: auto;
  }
}

.c-mainvisual__logo span {
  display: inline-block;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.c-mainvisual__logo.is-loaded {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-mainvisual__logo.is-loaded span {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-mainvisual__copy {
  overflow: hidden;
  position: relative;
  width: 316px;
  margin-top: 20px;
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 44px;
  font-weight: normal;
  letter-spacing: 4px;
  line-height: 1.2;
  text-align: center;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.c-mainvisual__copy span {
  display: inline-block;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@media only screen and (max-width: 896px) {
  .c-mainvisual__copy {
    white-space: pre-line;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
  .c-mainvisual__copy span {
    display: block;
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
}

@media only screen and (min-width: 897px) {
  .c-mainvisual__copy {
    height: 1.2em;
    margin-top: 30px;
    font-size: 90px;
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) {
  .c-mainvisual__copy {
    font-size: 96px;
  }
}

.c-mainvisual__copy.is-loaded {
  width: 100%;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-mainvisual__copy.is-loaded span {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-mainvisual__lead {
  overflow: hidden;
  width: 346px;
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.08px;
  line-height: 1.5;
  text-align: center;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.c-mainvisual__lead span {
  display: inline-block;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@media only screen and (min-width: 897px) {
  .c-mainvisual__lead {
    width: 545px;
    margin: 40px auto 0;
    font-size: 26px;
  }
}

.c-mainvisual__lead.is-loaded {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-mainvisual__lead.is-loaded span {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-mainvisual__scroll {
  position: absolute;
  left: calc(50% - 60px);
  bottom: 46px;
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 16px;
  letter-spacing: 2.22px;
  line-height: 1.8;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.c-mainvisual__scroll img {
  margin-right: 10px;
  vertical-align: middle;
}

.c-mainvisual__scroll span {
  opacity: 0.6;
}

@media only screen and (min-width: 897px) {
  .c-mainvisual__scroll {
    left: calc( 50% - 69px);
    bottom: 43px;
    font-size: 20px;
  }
}

.c-mainvisual__scroll.is-loaded {
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
}

.c-mask {
  -webkit-animation-name: play;
          animation-name: play;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
  overflow: hidden;
}

.c-mask:before {
  -webkit-animation-name: maskOut;
          animation-name: maskOut;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
}

@-webkit-keyframes play {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes play {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.c-match-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 36px 1fr 18px;
  grid-template-rows: 36px 1fr 18px;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  grid-row-gap: 15px;
}

@media only screen and (max-width: 896px) {
  .c-match-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .c-match-card:nth-child(2n) {
    background-color: #f6f6f6;
  }
}

.c-match-cards {
  display: -ms-grid;
  display: grid;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 897px) and (-ms-high-contrast: none) {
  .c-match-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-match-cards > * {
    width: calc( 100% / 4 - 3%);
    margin: 0 3% 3% 0;
  }
  .c-match-cards > *:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 896px) {
  .c-match-cards {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0 20px;
  }
}

@media only screen and (min-width: 897px) {
  .c-match-cards {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 0 60px;
  }
}

@media only screen and (min-width: 897px) {
  .c-match-cards {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .c-match-cards:nth-child(2n -1) {
    background-color: #f6f6f6;
  }
}

.c-match-card__date {
  -ms-grid-row: 1;
  grid-row: 1;
  font-family: "Bebas Neue";
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.c-match-card__title {
  -ms-grid-row: 2;
  grid-row: 2;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: underline;
}

.c-match-card__category {
  -ms-grid-row: 3;
  grid-row: 3;
  line-height: 1;
}

.c-members {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

@media only screen and (min-width: 897px) and (-ms-high-contrast: none) {
  .c-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-members > * {
    width: calc( 100% / 3 - 3%);
    margin: 0 3% 3% 0;
  }
  .c-members > *:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 896px) {
  .c-members {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 0;
  }
}

@media only screen and (min-width: 897px) {
  .c-members {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 120px 40px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-members {
    display: -ms-grid;
    display: grid;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 897px) and (-ms-high-contrast: none) {
  .c-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-members > * {
    width: calc( 100% / 4 - 3%);
    margin: 0 3% 3% 0;
  }
  .c-members > *:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 896px) {
  .c-members {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 0;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 897px) {
  .c-members {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 120px 40px;
  }
}

.c-member {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: calc(100vw - 40px) auto auto;
  grid-template-rows: calc(100vw - 40px) auto auto;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  grid-row-gap: 15px;
}

@media only screen and (min-width: 897px) {
  .c-member {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: calc(calc(100vw - 160px - 80px) / 3) auto 1fr;
    grid-template-rows: calc(calc(100vw - 160px - 80px) / 3) auto 1fr;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-row-gap: 20px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-member {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: calc(calc(100vw - 160px - 120px) / 4) auto 1fr;
    grid-template-rows: calc(calc(100vw - 160px - 120px) / 4) auto 1fr;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-row-gap: 20px;
  }
}

.c-member__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-row: 1;
  grid-row: 1;
  overflow: hidden;
}

.c-member__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-row: 2;
  grid-row: 2;
  line-height: 1.2;
}

.c-member__name {
  font-family: "Bebas Neue";
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 1.5px;
}

@media only screen and (min-width: 897px) {
  .c-member__name {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 1.2px;
  }
}

@media only screen and (min-width: 1024px) {
  .c-member__name {
    font-size: 36px;
  }
}

.c-member__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4px;
}

.c-member__social a {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.c-member__social a::before {
  content: "";
  position: absolute;
  display: block;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.c-member__social svg {
  fill: currentColor;
}

@media only screen and (max-width: 896px) {
  .c-member__social svg {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transform-origin: 12px 12px;
            transform-origin: 12px 12px;
  }
}

@media only screen and (min-width: 897px) {
  .c-member__social svg {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transform-origin: 12px 12px;
            transform-origin: 12px 12px;
  }
}

@media only screen and (min-width: 1024px) {
  .c-member__social svg {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

@media only screen and (min-width: 1280px) {
  .c-member__social svg {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

@media (any-hover: hover) {
  .c-member__social a:hover {
    color: #c8196f;
  }
  .c-member__social a:hover::before {
    background-color: rgba(0, 0, 0, 0.05);
  }
}

.c-member__social--twitter a:hover {
  color: #000;
}

.c-member__social--youtube a:hover {
  color: #FF0000;
}

.c-member__social--mixch a:hover {
  color: #ff3b48;
}

.c-member__social--twitch a:hover {
  color: #9147ff;
}

.c-member__social--openrec a:hover {
  color: #FF4C11;
}

.c-member__overview {
  -ms-grid-row: 3;
  grid-row: 3;
}

.c-member__position {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  line-height: 2;
}

@media only screen and (min-width: 897px) {
  .c-member__position {
    font-size: 14px;
  }
}

.c-member__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: bold;
}

.c-member__tab {
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.c-member__tab.is-act {
  color: #999;
}

.c-member__tab.is-act:after {
  position: absolute;
  content: '';
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #999;
}

.c-member__tab-content {
  padding-top: 25px;
}

.c-member__basic {
  font-size: 14px;
  line-height: 2;
}

.c-member__about {
  font-size: 14px;
  line-height: 2;
  color: #000000;
}

.c-member__result {
  font-size: 14px;
  line-height: 2;
}

.c-news-head {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 18px;
  grid-template-rows: auto 18px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 10px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 40px;
}

.c-news-head__title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.c-news-head__category {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-news-head__date {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-overview__image {
  margin-bottom: 30px;
}

@media only screen and (max-width: 896px) {
  .c-overview__image {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media only screen and (min-width: 897px) {
  .c-overview__image {
    margin-bottom: 40px;
  }
}

.c-overview__image img {
  width: 100%;
}

.c-overview__title {
  font-family: "Bebas Neue";
  font-size: 24px;
  line-height: 0.88;
  letter-spacing: 1.5px;
  color: #666;
}

@media only screen and (min-width: 897px) {
  .c-overview__title {
    font-size: 32px;
  }
}

.c-overview__content {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 2;
}

.c-overview__content p + p {
  margin-top: 10px;
}

@media only screen and (min-width: 897px) {
  .c-overview__content {
    margin-top: 40px;
  }
  .c-overview__content p + p {
    margin-top: 20px;
  }
}

.c-pagelink {
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 896px) {
  .c-pagelink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 897px) {
  .c-pagelink {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
    -ms-grid-columns: 360px 360px;
    grid-template-columns: 360px 360px;
  }
  .c-pagelink::after {
    position: absolute;
    content: '';
    top: calc(50% - 23px);
    left: 50%;
    width: 1px;
    height: 47px;
    background-color: #ccc;
  }
}

.c-pagelink__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}

@media (any-hover: hover) {
  .c-pagelink__item:hover {
    color: #c8196f;
  }
}

@media only screen and (max-width: 896px) {
  .c-pagelink__item {
    width: 100%;
    min-height: 87px;
    padding: 10px 30px;
  }
}

@media only screen and (min-width: 897px) {
  .c-pagelink__item {
    padding: 10px 46px;
    width: 360px;
    min-height: 107px;
  }
}

.c-pagelink__prev {
  position: relative;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}

.c-pagelink__prev::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 15px;
  width: 6px;
  height: 12px;
  background-image: url(../img/common/icn_arrow_gray.svg);
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 6px 12px;
  -webkit-transform: translateY(-7px) rotate(180deg);
          transform: translateY(-7px) rotate(180deg);
  -webkit-transition: left 0.25s;
  transition: left 0.25s;
}

@media only screen and (max-width: 896px) {
  .c-pagelink__prev {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@media only screen and (min-width: 897px) {
  .c-pagelink__prev {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}

@media (any-hover: hover) {
  .c-pagelink__prev:hover::after {
    left: 12px;
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
  }
}

.c-pagelink__next {
  position: relative;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
}

.c-pagelink__next::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 15px;
  width: 6px;
  height: 12px;
  background-image: url(../img/common/icn_arrow_gray.svg);
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 6px 12px;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-transition: right 0.25s;
  transition: right 0.25s;
}

@media only screen and (max-width: 896px) {
  .c-pagelink__next {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@media only screen and (min-width: 897px) {
  .c-pagelink__next {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (any-hover: hover) {
  .c-pagelink__next:hover::after {
    right: 12px;
    -webkit-transition: right 0.25s;
    transition: right 0.25s;
  }
}

@media only screen and (max-width: 896px) {
  .c-pagelink__prev + .c-pagelink__next::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
  }
}

.c-post-wysiwyg {
  margin-top: 40px;
  line-height: 2;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.c-post-wysiwyg h2:first-child,
.c-post-wysiwyg h3:first-child,
.c-post-wysiwyg h4:first-child,
.c-post-wysiwyg h5:first-child,
.c-post-wysiwyg h6:first-child {
  margin-top: 0 !important;
}

.c-post-wysiwyg h2 {
  color: #000;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (max-width: 896px) {
  .c-post-wysiwyg h2 {
    margin: 40px 0 20px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 897px) {
  .c-post-wysiwyg h2 {
    margin: 60px 0 40px;
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.c-post-wysiwyg h3 {
  color: #999;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 896px) {
  .c-post-wysiwyg h3 {
    margin: 20px 0;
    font-size: 14px;
  }
}

@media only screen and (min-width: 897px) {
  .c-post-wysiwyg h3 {
    margin: 40px 0 20px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 896px) {
  .c-post-wysiwyg h2 + h3 {
    margin-top: 30px;
  }
}

.c-post-wysiwyg h4 {
  margin: 0.3em 0;
}

.c-post-wysiwyg h5 {
  margin: 0.3em 0;
}

@media only screen and (max-width: 896px) {
  .c-post-wysiwyg p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 897px) {
  .c-post-wysiwyg p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.c-post-wysiwyg a {
  color: #000;
  word-break: break-word;
  text-decoration: underline;
}

.c-post-wysiwyg blockquote {
  border-left: 5px solid #f0f1f2;
}

@media only screen and (max-width: 896px) {
  .c-post-wysiwyg blockquote {
    margin-bottom: 30px;
    padding: 0 0 0 25px;
  }
}

@media only screen and (min-width: 897px) {
  .c-post-wysiwyg blockquote {
    margin-bottom: 40px;
    padding: 5px 0 5px 35px;
  }
}

.c-post-wysiwyg cite {
  color: #aaa;
  font-size: 13px;
}

.c-post-wysiwyg ul,
.c-post-wysiwyg ol {
  margin-bottom: 32px;
  padding-left: 1.4em;
}

.c-post-wysiwyg ul {
  list-style: disc;
}

.c-post-wysiwyg ul ul {
  margin-bottom: 0;
  list-style: circle;
}

.c-post-wysiwyg ol {
  list-style: decimal;
}

.c-post-wysiwyg ol ol {
  margin-bottom: 0;
}

.c-post-wysiwyg li {
  margin-top: 0.5em;
}

.c-post-wysiwyg figcaption {
  color: #666;
  font-size: 12px;
}

.c-post-wysiwyg img {
  margin: 20px 0;
  width: auto;
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 897px) {
  .c-post-wysiwyg img {
    margin: 40px 0;
  }
}

@media only screen and (max-width: 896px) {
  .c-post-wysiwyg .wp-block-group {
    padding: 25px;
  }
}

@media only screen and (min-width: 897px) {
  .c-post-wysiwyg .wp-block-group {
    padding: 30px 40px;
  }
}

@media only screen and (max-width: 896px) {
  .c-post-wysiwyg .wp-block-embed-youtube .wp-block-embed__wrapper {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }
}

@media only screen and (max-width: 896px) {
  .c-post-wysiwyg .wp-block-embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.c-post-wysiwyg twitter-widget {
  width: 100% !important;
}

.c-post-wysiwyg .wp-block-verse {
  white-space: normal;
}

.c-profile {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}

.c-profile__inner {
  padding: 40px 20px;
}

@media only screen and (min-width: 897px) {
  .c-profile__inner {
    padding: 60px 60px 66px;
  }
}

.c-profile__overview {
  margin-top: 20px;
  font-size: 13px;
  line-height: 2;
  color: #000;
}

@media only screen and (min-width: 897px) {
  .c-profile__overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
}

.c-profile__content {
  margin-top: 40px;
  color: #000;
  font-size: 13px;
  line-height: 2;
}

.c-required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
  height: 18px;
  color: #fff;
  font-family: mono45-headline, monospace;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  background-color: #000;
  line-height: 1;
}

.c-schedule {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-rows: auto auto 1fr;
  grid-template-rows: auto auto 1fr;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  grid-row-gap: 18px;
}

@media only screen and (min-width: 897px) {
  .c-schedule {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 195px 1fr;
    grid-template-columns: 195px 1fr;
    grid-column-gap: 35px;
    grid-row-gap: 18px;
  }
}

.c-schedules {
  display: -ms-grid;
  display: grid;
  padding: 60px 0 0;
}

@media only screen and (min-width: 897px) and (-ms-high-contrast: none) {
  .c-schedules {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-schedules > * {
    width: calc( 100% / 1 - 3%);
    margin: 0 3% 3% 0;
  }
  .c-schedules > *:nth-of-type(1n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 896px) {
  .c-schedules {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 0;
  }
}

@media only screen and (min-width: 897px) {
  .c-schedules {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 0;
  }
}

@media only screen and (min-width: 897px) {
  .c-schedules {
    padding: 80px 0;
  }
}

.c-schedule__link {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-rows: auto auto 1fr;
  grid-template-rows: auto auto 1fr;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  grid-row-gap: 18px;
}

@media only screen and (min-width: 897px) {
  .c-schedule__link {
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: 150px 1fr;
    grid-template-columns: 150px 1fr;
    grid-column-gap: 35px;
    grid-row-gap: 20px;
  }
}

@media (any-hover: hover) {
  .c-schedule__link:hover .c-schedule__date {
    color: #c8196f;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .c-schedule__link:hover .c-schedule__title {
    color: #c8196f;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
}

.c-schedule__date {
  font-family: "Bebas Neue";
  font-size: 36px;
  color: #fff;
  line-height: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

@media only screen and (min-width: 897px) {
  .c-schedule__date {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    font-size: 54px;
  }
}

.c-schedule__title {
  text-decoration: underline;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  -ms-grid-row: 2;
  grid-row: 2;
}

@media only screen and (min-width: 897px) {
  .c-schedule__title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

.c-schedule__content {
  color: #ccc;
  font-size: 13px;
  line-height: 1.85;
  -ms-grid-row: 3;
  grid-row: 3;
}

@media only screen and (min-width: 897px) {
  .c-schedule__content {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    font-size: 14px;
    line-height: 1.71;
  }
}

.c-single-background {
  width: 100%;
  height: 320px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.15;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 896px) {
  .c-single-background {
    display: none;
  }
}

.c-social-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-social-btns a {
  margin-right: 10px;
}

.c-social-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  color: #333;
  cursor: pointer;
  background: #000;
  color: #fff;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.58px;
  text-align: center;
}

@media only screen and (min-width: 897px) {
  .c-social-btn {
    height: 30px;
    font-size: 14px;
  }
}

.c-social-btn img {
  margin-right: 4px;
  width: 22px;
  height: 22px;
}

.c-sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-sponsor__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.c-sponsor__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  aspect-ratio: 2 / 1;
}

.c-sponsor__work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 48px;
  margin-top: 20px;
  border: solid 1px #000;
  font-size: 14px;
}

@media (any-hover: hover) {
  .c-sponsor__work {
    -webkit-transition: border-color 0.2s ease-out ,background-color 0.2s ease-out, color 0.2s ease-out;
    transition: border-color 0.2s ease-out ,background-color 0.2s ease-out, color 0.2s ease-out;
  }
  .c-sponsor__work:hover {
    border-color: #c8196f;
    background-color: #c8196f;
    color: #fff;
  }
}

.c-sponsor__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

@media only screen and (min-width: 897px) {
  .c-sponsor__social {
    margin-top: 30px;
  }
}

.c-sponsor__social-item {
  position: relative;
  width: 36px;
  height: 36px;
  line-height: 1;
}

.c-sponsor__social-item::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media (any-hover: hover) {
  .c-sponsor__social-item:hover::after {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.c-sponsor__social-item svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.c-sponsor__social-item--facebook {
  color: #000;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media (any-hover: hover) {
  .c-sponsor__social-item--facebook:hover {
    color: #1877f2;
  }
}

.c-sponsor__social-item--twitter {
  color: #000;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media (any-hover: hover) {
  .c-sponsor__social-item--twitter:hover {
    color: #000;
  }
}

.c-team-card {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.c-team-card img {
  width: 100%;
  height: auto;
}

.c-team-card .js-image-mask {
  opacity: 0;
}

.c-team-cards {
  background-color: #f9f9f9;
  display: -ms-grid;
  display: grid;
}

@media only screen and (min-width: 897px) and (-ms-high-contrast: none) {
  .c-team-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-team-cards > * {
    width: calc( 100% / 2 - 3%);
    margin: 0 3% 3% 0;
  }
  .c-team-cards > *:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 896px) {
  .c-team-cards {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0 0;
  }
}

@media only screen and (min-width: 897px) {
  .c-team-cards {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0 0;
  }
}

@media only screen and (min-width: 897px) {
  .c-team-cards__other {
    display: -ms-grid;
    display: grid;
  }
}

@media only screen and (min-width: 897px) and (min-width: 897px) and (-ms-high-contrast: none) {
  .c-team-cards__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-team-cards__other > * {
    width: calc( 100% / 4 - 3%);
    margin: 0 3% 3% 0;
  }
  .c-team-cards__other > *:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 897px) and (max-width: 896px) {
  .c-team-cards__other {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0 0;
  }
}

@media only screen and (min-width: 897px) and (min-width: 897px) {
  .c-team-cards__other {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 8px 8px;
  }
}

.c-text-btn {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-items: flex-start;
  position: relative;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  mix-blend-mode: exclusion;
  isolation: isolate;
}

@media only screen and (min-width: 897px) {
  .c-text-btn {
    width: 220px;
  }
}

.c-text-btn::-moz-selection {
  mix-blend-mode: inherit;
}

.c-text-btn::selection {
  mix-blend-mode: inherit;
}

@media (any-hover: hover) {
  .c-text-btn:hover {
    color: #fff;
  }
  .c-text-btn:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
}

.c-text-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  mix-blend-mode: exclusion;
}

.c-text-btn::before::-moz-selection {
  mix-blend-mode: inherit;
}

.c-text-btn::before::selection {
  mix-blend-mode: inherit;
}

.c-text-btn__label {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 100%;
}

.c-text-btn__label--en {
  font-family: "Bebas Neue";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.c-title__section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-title__section {
  position: relative;
  padding-left: 15px;
  color: #000;
  font-family: "Bebas Neue";
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1.5px;
}

.c-title__section::before {
  position: absolute;
  top: calc(50% - 0.4em);
  left: 0;
  width: 5px;
  height: 18px;
  background-color: #000;
  content: "";
}

@media only screen and (min-width: 897px) {
  .c-title__section {
    padding-left: 22px;
    font-size: 40px;
    letter-spacing: 2.5px;
    line-height: 1.5;
  }
  .c-title__section::before {
    top: calc(50% - 0.415em);
    width: 7px;
    height: 30px;
  }
}

.c-title__article {
  position: relative;
  padding-left: 20px;
  color: #000;
  font-family: "Bebas Neue";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.75px;
  line-height: 1.5;
}

.c-title__article::before {
  position: absolute;
  top: 18%;
  left: 0;
  width: 5px;
  height: 63.88%;
  background-color: #000;
  content: "";
}

@media only screen and (min-width: 897px) {
  .c-title__article {
    padding-left: 22px;
    font-size: 24px;
  }
  .c-title__article::before {
    position: absolute;
    top: 18%;
    left: 0;
    width: 7px;
    height: 63.88%;
    background-color: #000;
    content: "";
  }
}

.c-title__center {
  position: relative;
  color: #000;
  font-family: "Bebas Neue";
  font-size: 36px;
  letter-spacing: 5px;
  line-height: 1.2;
  text-align: center;
}

.c-title__center::after {
  position: absolute;
  left: calc(50% - 20px);
  bottom: -12px;
  width: 40px;
  height: 5px;
  background-color: #999;
  content: "";
}

@media only screen and (min-width: 897px) {
  .c-title__center {
    font-size: 56px;
  }
}

.c-twitter {
  padding: 40px 0 0;
  text-align: center;
}

@media only screen and (min-width: 897px) {
  .c-twitter {
    padding: 80px 40px 0;
  }
}

.c-viewall {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #999;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.c-viewall .c-long-arrow {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-viewall .c-long-arrow__color {
  -webkit-transition: fill 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: fill 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: fill 0.2s ease-out, transform 0.2s ease-out;
  transition: fill 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  fill: #999;
}

@media (any-hover: hover) {
  .c-viewall:hover {
    color: #c8196f;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .c-viewall:hover .c-long-arrow {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
  .c-viewall:hover .c-long-arrow__color {
    fill: #c8196f;
  }
}

.c-viewall--black {
  position: relative;
  padding-right: 90px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

@media (any-hover: hover) {
  .c-viewall--black:hover {
    color: #c8196f;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
}
