@charset "UTF-8";
/*! normalize.css v6.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
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

html {
  -webkit-overflow-scrolling: touch;
  font-family: 'Noto Sans', sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  overflow-x: hidden;
}

body {
  -webkit-overflow-scrolling: touch;
  color: #202020;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
}

div {
  display: block;
}

img {
  border: none;
  touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

h1, h2, h3, h4, h5, ul, p, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  font-weight: 400;
}

li {
  list-style: none;
}

label {
  -webkit-tap-highlight-color: transparent;
}

input, select, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none transparent;
  border-radius: 0;
  border: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
}
input:focus, select:focus, textarea:focus {
  outline: none;
}

select {
  text-indent: 0.01px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}

button:focus, button:active {
  outline: none;
}

textarea {
  resize: none;
}

table {
  border-spacing: 0;
}

a {
  color: #202020;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}
a:active, a:visited {
  color: inherit;
}

.fw-n {
  font-weight: normal;
}

.fw-b {
  font-weight: bold;
}

.fz-12 {
  font-size: 1.2rem;
}

.fz-14 {
  font-size: 1.4rem;
}

.fz-18 {
  font-size: 1.8rem;
}

.fz-24 {
  font-size: 2.4rem;
}

.fz-30 {
  font-size: 3rem;
}

.fz-36 {
  font-size: 3.6rem;
}

.fz-60 {
  font-size: 6rem;
}

.fz-64 {
  font-size: 6.4rem;
}

.fz-80 {
  font-size: 8rem;
}

.mt-0 {
  margin-top: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.mt-1 {
  margin-top: 1px;
}

.ml-1 {
  margin-left: 1px;
}

.mr-1 {
  margin-right: 1px;
}

.mb-1 {
  margin-bottom: 1px;
}

.pt-1 {
  padding-top: 1px;
}

.pl-1 {
  padding-left: 1px;
}

.pr-1 {
  padding-right: 1px;
}

.pb-1 {
  padding-bottom: 1px;
}

.mt-2 {
  margin-top: 2px;
}

.ml-2 {
  margin-left: 2px;
}

.mr-2 {
  margin-right: 2px;
}

.mb-2 {
  margin-bottom: 2px;
}

.pt-2 {
  padding-top: 2px;
}

.pl-2 {
  padding-left: 2px;
}

.pr-2 {
  padding-right: 2px;
}

.pb-2 {
  padding-bottom: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.ml-3 {
  margin-left: 3px;
}

.mr-3 {
  margin-right: 3px;
}

.mb-3 {
  margin-bottom: 3px;
}

.pt-3 {
  padding-top: 3px;
}

.pl-3 {
  padding-left: 3px;
}

.pr-3 {
  padding-right: 3px;
}

.pb-3 {
  padding-bottom: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.pt-4 {
  padding-top: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.pr-4 {
  padding-right: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.ml-6 {
  margin-left: 6px;
}

.mr-6 {
  margin-right: 6px;
}

.mb-6 {
  margin-bottom: 6px;
}

.pt-6 {
  padding-top: 6px;
}

.pl-6 {
  padding-left: 6px;
}

.pr-6 {
  padding-right: 6px;
}

.pb-6 {
  padding-bottom: 6px;
}

.mt-7 {
  margin-top: 7px;
}

.ml-7 {
  margin-left: 7px;
}

.mr-7 {
  margin-right: 7px;
}

.mb-7 {
  margin-bottom: 7px;
}

.pt-7 {
  padding-top: 7px;
}

.pl-7 {
  padding-left: 7px;
}

.pr-7 {
  padding-right: 7px;
}

.pb-7 {
  padding-bottom: 7px;
}

.mt-8 {
  margin-top: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.mt-9 {
  margin-top: 9px;
}

.ml-9 {
  margin-left: 9px;
}

.mr-9 {
  margin-right: 9px;
}

.mb-9 {
  margin-bottom: 9px;
}

.pt-9 {
  padding-top: 9px;
}

.pl-9 {
  padding-left: 9px;
}

.pr-9 {
  padding-right: 9px;
}

.pb-9 {
  padding-bottom: 9px;
}

.mt-10 {
  margin-top: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.mt-14 {
  margin-top: 14px;
}

.ml-14 {
  margin-left: 14px;
}

.mr-14 {
  margin-right: 14px;
}

.mb-14 {
  margin-bottom: 14px;
}

.pt-14 {
  padding-top: 14px;
}

.pl-14 {
  padding-left: 14px;
}

.pr-14 {
  padding-right: 14px;
}

.pb-14 {
  padding-bottom: 14px;
}

.mt-16 {
  margin-top: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.mt-18 {
  margin-top: 18px;
}

.ml-18 {
  margin-left: 18px;
}

.mr-18 {
  margin-right: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

.pt-18 {
  padding-top: 18px;
}

.pl-18 {
  padding-left: 18px;
}

.pr-18 {
  padding-right: 18px;
}

.pb-18 {
  padding-bottom: 18px;
}

.mt-20 {
  margin-top: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.mt-28 {
  margin-top: 28px;
}

.ml-28 {
  margin-left: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

.pt-28 {
  padding-top: 28px;
}

.pl-28 {
  padding-left: 28px;
}

.pr-28 {
  padding-right: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

.mt-32 {
  margin-top: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.pt-48 {
  padding-top: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.pr-48 {
  padding-right: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.mt-56 {
  margin-top: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.pt-56 {
  padding-top: 56px;
}

.pl-56 {
  padding-left: 56px;
}

.pr-56 {
  padding-right: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.mt-64 {
  margin-top: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.pt-64 {
  padding-top: 64px;
}

.pl-64 {
  padding-left: 64px;
}

.pr-64 {
  padding-right: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.mt-72 {
  margin-top: 72px;
}

.ml-72 {
  margin-left: 72px;
}

.mr-72 {
  margin-right: 72px;
}

.mb-72 {
  margin-bottom: 72px;
}

.pt-72 {
  padding-top: 72px;
}

.pl-72 {
  padding-left: 72px;
}

.pr-72 {
  padding-right: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

.mt-80 {
  margin-top: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.mt-88 {
  margin-top: 88px;
}

.ml-88 {
  margin-left: 88px;
}

.mr-88 {
  margin-right: 88px;
}

.mb-88 {
  margin-bottom: 88px;
}

.pt-88 {
  padding-top: 88px;
}

.pl-88 {
  padding-left: 88px;
}

.pr-88 {
  padding-right: 88px;
}

.pb-88 {
  padding-bottom: 88px;
}

.mt-96 {
  margin-top: 96px;
}

.ml-96 {
  margin-left: 96px;
}

.mr-96 {
  margin-right: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.pt-96 {
  padding-top: 96px;
}

.pl-96 {
  padding-left: 96px;
}

.pr-96 {
  padding-right: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.ta-c {
  text-align: center;
}

.va-t {
  vertical-align: top;
}

.va-m {
  vertical-align: middle;
}

.va-b {
  vertical-align: bottom;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

.pos-f {
  position: fixed;
}

.show {
  display: block !important;
}

.ts-500 {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.transparent {
  filter: alpha(opacity=0) !important;
  -moz-opacity: 0 !important;
  opacity: 0 !important;
}
.transparent a {
  cursor: default;
  pointer-events: none;
}

.full {
  height: 100%;
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ff-g {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, "游ゴシック", "Yu Gothic", "游ゴシック体", Arial, Verdana, Roboto, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ff-m {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

br.mqbr {
  display: none;
}
@media screen and (max-width: 999px) {
  br.mqbr.lg {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  br.mqbr.md {
    display: inline;
  }
}
@media screen and (max-width: 479px) {
  br.mqbr.sm {
    display: inline;
  }
}

.col-cs-1 {
  position: relative;
  float: left;
  width: 100%;
}

.col-cs-2 {
  position: relative;
  float: left;
  width: 50%;
}

.col-cs-3 {
  position: relative;
  float: left;
  width: 33.33333%;
}

.col-cs-4 {
  position: relative;
  float: left;
  width: 25%;
}

.col-cs-5 {
  position: relative;
  float: left;
  width: 20%;
}

.col-cs-6 {
  position: relative;
  float: left;
  width: 16.66667%;
}

.col-cs-7 {
  position: relative;
  float: left;
  width: 14.28571%;
}

.col-cs-8 {
  position: relative;
  float: left;
  width: 12.5%;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.red {
  color: #eb2256;
}

.inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}
@media screen and (max-width: 999px) {
  .inner {
    padding: 0 1.6rem;
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .is-open-nav {
    -webkit-transform: translateX(-30vw);
        -ms-transform: translateX(-30vw);
            transform: translateX(-30vw);
  }
}
@media screen and (max-width: 767px) {
  .is-open-nav {
    -webkit-transform: translateX(-40vw);
        -ms-transform: translateX(-40vw);
            transform: translateX(-40vw);
  }
}
@media screen and (max-width: 479px) {
  .is-open-nav {
    -webkit-transform: translateX(-70vw);
        -ms-transform: translateX(-70vw);
            transform: translateX(-70vw);
  }
}

.container {
  z-index: 4;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.section {
  padding: 8rem 0;
}
@media screen and (max-width: 999px) {
  .section {
    padding: 5.6rem 0;
  }
}
.section.red {
  background-color: #eb2256;
  color: white;
}
.section.gray {
  background-color: #efefef;
}
.section.arrow {
  position: relative;
}
.section.arrow::after {
  border-color: #eb2256 transparent transparent transparent;
  border-style: solid;
  border-width: 3.2rem 3.2rem 0 3.2rem;
  bottom: -3.2rem;
  content: '';
  height: 0;
  left: 50%;
  margin: 0 auto 0 -3.2rem;
  position: absolute;
}

.heading {
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479px) {
  .heading {
    font-size: 1.8rem;
  }
}
.heading b {
  color: #eb2256;
  font-weight: 400;
}

.callout {
  font-size: 1.4rem;
  line-height: 2.2rem;
  position: absolute;
  -webkit-transform: rotate(5.6deg);
      -ms-transform: rotate(5.6deg);
          transform: rotate(5.6deg);
  white-space: nowrap;
}
@media screen and (max-width: 479px) {
  .callout {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.callout_inner {
  display: inline-block;
}
.callout b {
  color: #202020;
  font-size: 1.8rem;
}
@media screen and (max-width: 479px) {
  .callout b {
    font-size: 1.4rem;
  }
}
.callout::before, .callout::after {
  background-image: url("../images/callout.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  content: '';
  display: inline-block;
  height: 3.8rem;
  width: 2.3156rem;
}
@media screen and (max-width: 479px) {
  .callout::before, .callout::after {
    height: 3.2rem;
    width: 1.94998rem;
  }
}
.callout::after {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.lead {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .lead {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 479px) {
  .lead {
    font-size: 1.2rem;
  }
}
.lead small {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .lead small {
    font-size: .8rem;
  }
}

.btn {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1;
  padding: 1.1rem 3rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .4s;
  transition: color .4s;
}
@media screen and (max-width: 479px) {
  .btn {
    font-size: 1.4rem;
  }
}
.btn.block {
  display: block;
}
.btn.large {
  font-size: 2.4rem;
  padding: 2.8rem 3rem;
}
@media screen and (max-width: 999px) {
  .btn.large {
    font-size: 2rem;
    padding: 2.6rem 3rem;
  }
}
@media screen and (max-width: 479px) {
  .btn.large {
    font-size: 1.6rem;
    padding: 1.6rem 0;
  }
}
.btn:hover, .btn:active {
  text-decoration: none;
}
.btn:hover {
  color: #202020 !important;
}
.btn.red {
  background-color: #eb2256;
  color: white;
}
@media screen and (max-width: 999px) {
  .btn.red:hover {
    color: white !important;
  }
}
.btn.blue {
  background-color: #228feb;
  color: white;
}
@media screen and (max-width: 999px) {
  .btn.blue:hover {
    color: white !important;
  }
}
.btn.gray {
  background-color: #dddddd;
  color: white;
}
.btn.white {
  background-color: white;
  color: #eb2256;
}

.cards_item {
  border: 1px solid #c2c2c2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tile_item {
  background-color: white;
  border-radius: 100%;
  border: 0.3rem solid #202020;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin-bottom: 2%;
  text-align: center;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: .5s, .5s;
          transition-duration: .5s, .5s;
  width: 32%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tile_item {
    width: 49%;
  }
}
@media screen and (max-width: 479px) {
  .tile_item {
    margin-bottom: 4%;
    width: 100%;
  }
}
.tile_item:hover {
  background-color: #eb2256;
  color: white;
}
.tile_item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.tile_item > * {
  height: 70%;
  margin: auto;
  width: 70%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.tile_heading {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  .tile_heading {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tile_heading {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 479px) {
  .tile_heading {
    font-size: 1.6rem;
    margin-bottom: .6rem;
  }
}
.tile_lead {
  font-size: 1.4rem;
}
@media screen and (max-width: 999px) {
  .tile_lead {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .tile_lead {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 479px) {
  .tile_lead {
    font-size: 1.2rem;
  }
}

.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
}
.table_cell {
  border-bottom: 1px solid white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 8rem;
  padding: .3rem;
}
@media screen and (max-width: 479px) {
  .table_cell {
    height: 4.8rem;
  }
}
.table_cell_inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 400;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .table_cell_inner {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 479px) {
  .table_cell_inner {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 479px) {
  .table_cell_inner.desc {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1.2rem;
  }
}
@media screen and (max-width: 479px) {
  .table_cell_inner::before {
    content: attr(area-label);
    text-align: left;
  }
}
.table_cell_inner.white {
  background-color: white;
  color: #202020;
}
.table_cell_inner.gray {
  background-color: #bbbbbb;
  color: #fff;
}
.table_cell_inner.blue {
  background-color: #228feb;
  color: #fff;
}
.table_cell_inner b {
  font-size: 3rem;
  font-weight: 400;
}
@media screen and (max-width: 999px) {
  .table_cell_inner b {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479px) {
  .table_cell_inner b {
    font-size: 1.8rem;
  }
}
.main .table_cell:first-child {
  padding: 0 0 .3rem 0;
}
.main .table_cell_inner {
  color: #228feb;
  text-align: center;
}
.main .table_cell_inner img {
  max-height: 100%;
  width: 98%;
}
.table_head {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 20%;
}
@media screen and (max-width: 479px) {
  .table_head {
    display: none;
  }
}
.table_head_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.table_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 5;
  -webkit-flex-grow: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
  width: 80%;
}
@media screen and (max-width: 479px) {
  .table_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.table_body_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 25%;
}
@media screen and (max-width: 479px) {
  .table_body_col {
    display: block;
    margin-bottom: 2rem;
    width: 100%;
  }
}
.table_body_col.main {
  color: #228feb;
  font-size: 3rem;
}

.media_item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 999px) {
  .media_item {
    font-size: 1.4rem;
    margin-bottom: 0;
    padding: 1.7rem 0;
  }
}
@media screen and (max-width: 479px) {
  .media_item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.media_item_updated {
  margin-right: 1.6rem;
  vertical-align: middle;
}
@media screen and (max-width: 999px) {
  .media_item_updated {
    margin-right: 1rem;
  }
}
.media_item_category {
  margin-right: 1.6rem;
}
@media screen and (max-width: 999px) {
  .media_item_category {
    margin-right: 1.2rem;
  }
}
.media_item_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #eb2256;
  vertical-align: middle;
}
@media screen and (max-width: 479px) {
  .media_item_title {
    width: 100%;
  }
}
.media_item:hover .media_item_title {
  text-decoration: underline;
}

.tag {
  background-color: #eb2256;
  border-radius: 1.6rem;
  color: white;
  display: inline-block;
  font-size: 1.2rem;
  padding: .2rem 0;
  line-height: 1;
  text-align: center;
  width: 10rem;
}

.tab {
  background-color: #efefef;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tab {
    height: 4.8rem;
    position: relative;
    overflow-y: hidden;
  }
}
.tab_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 1.2rem .8rem .4rem;
}
@media screen and (max-width: 767px) {
  .tab_inner {
    -webkit-overflow-scrolling: touch;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: 0 .8rem;
    overflow-x: scroll;
    padding: 1.2rem 0 1.6rem;
  }
}
.tab_input {
  display: none;
}
.tab_label {
  background-color: white;
  border-radius: 1.2rem;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: .8rem;
  margin-right: 1.2rem;
  padding: 0 1.2rem;
}
.tab_input:checked + .tab_label {
  background-color: #eb2256;
  color: white;
}
.tab.blue .tab_input:checked + .tab_label {
  background-color: #228feb;
}
.tab_content {
  display: none;
}
.tab_content.is-active {
  display: block;
}

.header {
  background-color: transparent;
  height: 80px;
  position: fixed;
  width: 100vw;
  -webkit-transition: background-color .25s, -webkit-transform .4s;
  transition: background-color .25s, -webkit-transform .4s;
  transition: background-color .25s, transform .4s;
  transition: background-color .25s, transform .4s, -webkit-transform .4s;
  z-index: 5;
}
@media screen and (max-width: 999px) {
  .header {
    height: 60px;
  }
}
.header.red {
  background-color: #eb2256;
}
.header.red .gnav_item:hover {
  background-color: transparent;
  color: #202020 !important;
}
.header_inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .header_inner {
    padding: 0;
  }
}
.header_title {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-image: url("../images/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  height: 33px;
  width: 192px;
}
@media screen and (max-width: 999px) {
  .header_title {
    height: 44px;
  }
}
@media screen and (max-width: 479px) {
  .header_title {
    height: 36px;
    width: 160px;
  }
}
.header_title > a {
  display: block;
  height: 100%;
  width: 100%;
}
.header_btn {
  border-radius: 3rem;
  border: 0.2rem solid white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white !important;
  font-size: 1.4rem;
  padding: 0.8rem 1.2rem;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (max-width: 999px) {
  .header_btn {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-top: 0;
    color: #eb2256;
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 1.6rem 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 999px) and (max-height: 480px) {
  .header_btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  .header_btn:hover {
    border-color: #eb2256;
    background-color: #eb2256;
    color: white !important;
  }
}
.header_btn:last-of-type {
  margin-left: .6rem;
}
@media screen and (max-width: 999px) {
  .header_btn.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.header_btn--sp {
  display: none;
  border: 2px solid white;
  color: white;
  -webkit-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
}
@media screen and (max-width: 999px) {
  .header_btn--sp {
    display: block;
  }
}
.header_btn--sp:active, .header_btn--sp:visited {
  color: white !important;
}
@media screen and (min-width: 1000px) {
  .header_btn--sp:hover {
    background-color: white;
    color: #eb2256 !important;
  }
}
@media screen and (max-width: 999px) {
  .header_btn--sp.tap {
    background-color: white;
    color: #eb2256 !important;
  }
}
.header.red .header_btn:hover {
  border-color: #202020;
  color: #202020 !important;
}

.gnav {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 999px) {
  .gnav {
    background-color: #202020;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(30vw);
        -ms-transform: translateX(30vw);
            transform: translateX(30vw);
    width: 30vw;
  }
}
@media screen and (max-width: 767px) {
  .gnav {
    -webkit-transform: translateX(40vw);
        -ms-transform: translateX(40vw);
            transform: translateX(40vw);
    width: 40vw;
  }
}
@media screen and (max-width: 479px) {
  .gnav {
    -webkit-transform: translateX(70vw);
        -ms-transform: translateX(70vw);
            transform: translateX(70vw);
    width: 70vw;
  }
}
.gnav_item {
  border-radius: 3rem;
  color: white !important;
  font-size: 1.4rem;
  margin-right: .6rem;
  padding: 0.65rem 1.2rem;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: .25s, .25s;
          transition-duration: .25s, .25s;
}
@media screen and (max-width: 999px) {
  .gnav_item {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    border-radius: 0;
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 1.6rem 0;
    text-align: center;
    width: 100%;
  }
  .gnav_item:last-of-type {
    border-bottom: 0;
  }
}
@media screen and (max-width: 999px) and (max-height: 480px) {
  .gnav_item {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
.gnav_item:hover {
  background-color: #eb2256;
}
.gnav_toggle {
  display: none;
}
.gnav_toggle:checked + .gnav_btn > span:first-child {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.gnav_toggle:checked + .gnav_btn > span:nth-child(2) {
  opacity: 0;
}
.gnav_toggle:checked + .gnav_btn > span:last-child {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.gnav_btn {
  display: none;
  height: 48px;
  margin-right: 1rem;
  position: relative;
  width: 48px;
}
@media screen and (max-width: 999px) {
  .gnav_btn {
    display: block;
  }
}
.gnav_btn > span {
  background-color: white;
  display: inline-block;
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 24px;
}
.gnav_btn > span:first-child {
  top: 1.4rem;
  -webkit-transform-origin: -14px 13px;
      -ms-transform-origin: -14px 13px;
          transform-origin: -14px 13px;
  -webkit-transition: top .2s, -webkit-transform .2s;
  transition: top .2s, -webkit-transform .2s;
  transition: top .2s, transform .2s;
  transition: top .2s, transform .2s, -webkit-transform .2s;
}
.gnav_btn > span:nth-child(2) {
  top: 0;
  bottom: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.gnav_btn > span:last-child {
  bottom: 1.4rem;
  -webkit-transform-origin: -15px -9px;
      -ms-transform-origin: -15px -9px;
          transform-origin: -15px -9px;
  -webkit-transition: bottom .2s, -webkit-transform .2s;
  transition: bottom .2s, -webkit-transform .2s;
  transition: bottom .2s, transform .2s;
  transition: bottom .2s, transform .2s, -webkit-transform .2s;
}
.gnav_btn.is-open > span:first-child {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.gnav_btn.is-open > span:nth-child(2) {
  opacity: 0;
}
.gnav_btn.is-open > span:last-child {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contact_heading {
  color: #eb2256;
  margin-bottom: 1.8rem;
}
.contact_lead {
  margin-bottom: 3rem;
}
.contact_btn {
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 479px) {
  .contact_btn {
    width: 100%;
  }
}
.contact_btn a {
  width: 100%;
}
.contact_btn a:first-of-type {
  margin-bottom: 2rem;
}

.footer {
  background-color: #202020;
  padding: 7.2rem 0;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}
@media screen and (max-width: 999px) {
  .footer {
    padding: 5.6rem 0;
  }
}
.footer_inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer_title {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-image: url("../images/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  height: 3.6rem;
  width: 19.2rem;
}
@media screen and (max-width: 999px) {
  .footer_title {
    margin-bottom: 1.6rem;
  }
}
.footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: white;
}
@media screen and (max-width: 999px) {
  .footer_nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.footer_nav:first-of-type {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 999px) {
  .footer_nav:first-of-type {
    margin-bottom: 0;
  }
}
.footer_nav:first-of-type .footer_nav_link {
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 1.6rem;
}
.footer_nav_link {
  color: white;
  font-size: 1.4rem;
  margin-right: 1.4rem;
}
@media screen and (max-width: 999px) {
  .footer_nav_link {
    padding: 1.4rem 0;
  }
}
.footer_nav_link:hover {
  text-decoration: underline;
}
.footer_nav_link:last-of-type {
  margin-right: 0 !important;
}

.banner {
  -webkit-animation-name: expand;
          animation-name: expand;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eb2256;
  border-radius: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  right: 2%;
  top: 15%;
  width: 130px;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  z-index: 1000;
}
.banner::before {
  -webkit-animation-name: emit-light;
          animation-name: emit-light;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  border-radius: 100%;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .banner::before {
    -webkit-animation-name: none;
            animation-name: none;
    content: normal;
  }
}
@media screen and (max-width: 1199px) {
  .banner {
    border-radius: 90px;
    height: 90px;
    width: 90px;
  }
}
@media screen and (max-width: 999px) {
  .banner {
    -webkit-animation-name: show-banner;
            animation-name: show-banner;
    -webkit-animation-duration: .4s;
            animation-duration: .4s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    border-radius: 0;
    bottom: 0;
    height: 48px;
    left: 0;
    right: auto;
    top: auto;
    width: 100vw;
  }
}
.banner.is-open-nav {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.banner_lead {
  color: white;
  font-size: 1.6rem;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .banner_lead {
    font-size: 1rem;
  }
}
@media screen and (max-width: 999px) {
  .banner_lead {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 999px) {
  .banner_lead::after {
    content: 'はこちら';
  }
}
.banner_lead > i {
  display: block;
  font-style: normal;
}
@media screen and (max-width: 999px) {
  .banner_lead > i {
    display: inline;
  }
}

@-webkit-keyframes show-banner {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes show-banner {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes emit-light {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes emit-light {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0;
  }
}
@-webkit-keyframes expand {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  5% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  10% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  15% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  20% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes expand {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  5% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  10% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  15% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  20% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
