﻿@charset "UTF-8";
/* ! --------------------------------------------------
- メディアクエリ
-------------------------------------------------- */
/* ! --------------------------------------------------
- カラー
-------------------------------------------------- */
/*Made by Elly Loel - https://ellyloel.com/*/
* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}

*, ::before, ::after {
  box-sizing: border-box;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select), :where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

:where(ul, ol)[role=list], ul, ol {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button, :where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]), :where(input[type=file])::-webkit-file-upload-button, :where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
} /* ! ==================================================
- html/body
白銀比/ 1:1.414
黄金比/ 1:1.618
白金比/ 1:1.732
================================================== */
* {
  box-sizing: border-box;
  letter-spacing: 0.06em;
}

html {
  min-height: 100vh;
  display: block;
}

body {
  color: #000;
  font-size: 14px;
  font-family: "Josefin Sans", "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-feature-settings: "palt";
  background: #F5F5F5;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

.win {
  /* Windows (全バージョン)のみ */
}
.win body {
  font-feature-settings: normal;
}

@supports (-ms-ime-align: auto) {
  /* edgeのみ */
  body {
    font-feature-settings: normal;
  }
}
::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 4px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #D60021;
  border-radius: 4px;
  height: 10px;
}

/* ! --------------------------------------------------
- text
-------------------------------------------------- */
p {
  color: #000;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.34em;
  text-align: left;
  word-break: break-word;
}

a {
  color: #000;
  word-break: break-word;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.34em;
  text-decoration: none;
  cursor: pointer;
}

strong {
  font-size: 1.3em;
}

small {
  font-size: 0.8em;
}

::selection {
  color: #00cec6;
}

form {
  width: auto;
}

/* ! --------------------------------------------------
- errorPage
-------------------------------------------------- */
.l-error {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-error .l-main {
  justify-content: center;
}
.l-error .l-main .l-frame {
  margin: 0 auto;
}
.l-error .l-main .l-frame .c-text__lv1 {
  font-size: 200px;
  line-height: 1;
}
.l-error__head__title {
  color: #00cec6;
  font-size: 120px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}
.l-error__head__subTitle {
  color: #00cec6;
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
  margin: 8px 0 0;
  text-align: center;
}
.l-error__body {
  margin: 32px 0 0;
  text-align: center;
}
.l-error__body__title {
  font-size: 20px;
  font-weight: 700;
}
.l-error__body__description {
  margin: 16px 0 0;
}
.l-error__foot {
  margin: 40px 0 0;
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - https://opensource.org/licenses/MIT
*
* Copyright (c) 2021 Animate.css
*/
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* ! ==================================================
- ベースレイアウト[サイドバー、メインを並べるために使用]
================================================== */
.l-base {
  min-height: 100vh;
  width: 100%;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

#l-base {
  display: none;
}

#l-base__loading {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#l-base__loading p {
  color: #D60021;
  font-size: 20px;
  font-weight: 700;
}

.l {
  display: flex;
  margin: -16px;
}
@media screen and (min-width: 768px) {
  .l {
    margin: 0;
    flex-direction: column;
  }
}
.l > div {
  display: flex;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .l > div {
    flex: auto;
    width: 100%;
    padding: 0;
  }
  .l > div + div {
    margin-top: 8px;
  }
}
.l .l-auto {
  flex: 1 1 auto;
}
.l .l-half {
  flex: 0 0 50%;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .l .l-half {
    flex: auto;
    width: 100%;
  }
}
.l .l-fix__50 {
  width: 50px;
  flex: 0 0 50px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__50 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__60 {
  width: 60px;
  flex: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__60 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__70 {
  width: 70px;
  flex: 0 0 70px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__70 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__80 {
  width: 80px;
  flex: 0 0 80px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__80 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__90 {
  width: 90px;
  flex: 0 0 90px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__90 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__100 {
  width: 100px;
  flex: 0 0 100px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__100 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__110 {
  width: 110px;
  flex: 0 0 110px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__110 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__120 {
  width: 120px;
  flex: 0 0 120px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__120 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__130 {
  width: 130px;
  flex: 0 0 130px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__130 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__140 {
  width: 140px;
  flex: 0 0 140px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__140 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__150 {
  width: 150px;
  flex: 0 0 150px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__150 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__160 {
  width: 160px;
  flex: 0 0 160px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__160 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__170 {
  width: 170px;
  flex: 0 0 170px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__170 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__180 {
  width: 180px;
  flex: 0 0 180px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__180 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__190 {
  width: 190px;
  flex: 0 0 190px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__190 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__200 {
  width: 200px;
  flex: 0 0 200px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__200 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__210 {
  width: 210px;
  flex: 0 0 210px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__210 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__220 {
  width: 220px;
  flex: 0 0 220px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__220 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__230 {
  width: 230px;
  flex: 0 0 230px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__230 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__240 {
  width: 240px;
  flex: 0 0 240px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__240 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__250 {
  width: 250px;
  flex: 0 0 250px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__250 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__260 {
  width: 260px;
  flex: 0 0 260px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__260 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__270 {
  width: 270px;
  flex: 0 0 270px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__270 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__280 {
  width: 280px;
  flex: 0 0 280px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__280 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__290 {
  width: 290px;
  flex: 0 0 290px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__290 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__300 {
  width: 300px;
  flex: 0 0 300px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__300 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__310 {
  width: 310px;
  flex: 0 0 310px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__310 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__320 {
  width: 320px;
  flex: 0 0 320px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__320 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__330 {
  width: 330px;
  flex: 0 0 330px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__330 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__340 {
  width: 340px;
  flex: 0 0 340px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__340 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__350 {
  width: 350px;
  flex: 0 0 350px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__350 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__360 {
  width: 360px;
  flex: 0 0 360px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__360 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__370 {
  width: 370px;
  flex: 0 0 370px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__370 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__380 {
  width: 380px;
  flex: 0 0 380px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__380 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__390 {
  width: 390px;
  flex: 0 0 390px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__390 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__400 {
  width: 400px;
  flex: 0 0 400px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__400 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__410 {
  width: 410px;
  flex: 0 0 410px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__410 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__420 {
  width: 420px;
  flex: 0 0 420px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__420 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__430 {
  width: 430px;
  flex: 0 0 430px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__430 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__440 {
  width: 440px;
  flex: 0 0 440px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__440 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__450 {
  width: 450px;
  flex: 0 0 450px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__450 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__460 {
  width: 460px;
  flex: 0 0 460px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__460 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__470 {
  width: 470px;
  flex: 0 0 470px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__470 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__480 {
  width: 480px;
  flex: 0 0 480px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__480 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__490 {
  width: 490px;
  flex: 0 0 490px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__490 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__500 {
  width: 500px;
  flex: 0 0 500px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__500 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__510 {
  width: 510px;
  flex: 0 0 510px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__510 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__520 {
  width: 520px;
  flex: 0 0 520px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__520 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__530 {
  width: 530px;
  flex: 0 0 530px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__530 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__540 {
  width: 540px;
  flex: 0 0 540px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__540 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__550 {
  width: 550px;
  flex: 0 0 550px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__550 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__560 {
  width: 560px;
  flex: 0 0 560px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__560 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__570 {
  width: 570px;
  flex: 0 0 570px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__570 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__580 {
  width: 580px;
  flex: 0 0 580px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__580 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__590 {
  width: 590px;
  flex: 0 0 590px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__590 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__600 {
  width: 600px;
  flex: 0 0 600px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__600 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__610 {
  width: 610px;
  flex: 0 0 610px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__610 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__620 {
  width: 620px;
  flex: 0 0 620px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__620 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__630 {
  width: 630px;
  flex: 0 0 630px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__630 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__640 {
  width: 640px;
  flex: 0 0 640px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__640 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__650 {
  width: 650px;
  flex: 0 0 650px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__650 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__660 {
  width: 660px;
  flex: 0 0 660px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__660 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__670 {
  width: 670px;
  flex: 0 0 670px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__670 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__680 {
  width: 680px;
  flex: 0 0 680px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__680 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__690 {
  width: 690px;
  flex: 0 0 690px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__690 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__700 {
  width: 700px;
  flex: 0 0 700px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__700 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__710 {
  width: 710px;
  flex: 0 0 710px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__710 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__720 {
  width: 720px;
  flex: 0 0 720px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__720 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__730 {
  width: 730px;
  flex: 0 0 730px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__730 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__740 {
  width: 740px;
  flex: 0 0 740px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__740 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__750 {
  width: 750px;
  flex: 0 0 750px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__750 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__760 {
  width: 760px;
  flex: 0 0 760px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__760 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__770 {
  width: 770px;
  flex: 0 0 770px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__770 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__780 {
  width: 780px;
  flex: 0 0 780px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__780 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__790 {
  width: 790px;
  flex: 0 0 790px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__790 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}
.l .l-fix__800 {
  width: 800px;
  flex: 0 0 800px;
}
@media screen and (min-width: 768px) {
  .l .l-fix__800 {
    flex: auto;
    width: 100%;
    padding: 8px 0 0;
  }
}

.f-wrap {
  display: flex;
  flex-wrap: wrap;
  flex: auto;
}
.f-column {
  display: flex;
  flex-direction: column;
}
.f-j_start {
  display: flex;
  justify-content: flex-start;
}
.f-j_center {
  display: flex;
  justify-content: center;
}
.f-j_end {
  display: flex;
  justify-content: flex-end;
}
.f-a_start {
  display: flex;
  align-items: flex-start;
  flex: auto;
}
.f-a_center {
  display: flex;
  align-items: center;
  flex: auto;
}
.f-a_end {
  display: flex;
  align-items: flex-end;
  flex: auto;
}

.p-loading {
  height: 150px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.p-loading:after {
  content: "Loading";
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-loading__body {
  background: #ccc;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
  color: #ccc;
  text-indent: -9999em;
  margin: 30px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.p-loading__body:before, .p-loading__body:after {
  background: #ccc;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
  position: absolute;
  top: 0;
  content: "";
}
.p-loading__body:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.p-loading__body:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
/* ! --------------------------------------------------
- コンテナ
-------------------------------------------------- */
.l-container__600, .l-container__768, .l-container__960, .l-container__1080, .l-container__full, .l-container {
  max-width: 1280px;
  width: 100%;
  min-width: 350px;
  margin: 0 auto;
  padding: 1rem;
}

@media screen and (min-width: 1280px) {
  .l-container {
    padding: 0 16px;
  }
}
.l-container__full {
  max-width: inherit;
}
.l-container__1080 {
  max-width: 1080px;
  min-width: inherit;
}
.l-container__960 {
  max-width: 960px;
  min-width: inherit;
}
.l-container__768 {
  max-width: 768px;
  min-width: inherit;
}
.l-container__600 {
  max-width: 600px;
  min-width: inherit;
}

.l-frame {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.l-frame__narrow {
  max-width: 900px;
}

.p-frame__head {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.p-frame__head h1 {
  margin-left: 8px;
}
.p-frame__body .c-box__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-frame__body .c-box__head .c-right {
  display: flex;
  flex-wrap: wrap;
}
.p-frame__body .c-box__head .c-right p {
  margin-right: 16px;
}
.p-frame__body .c-box__head .c-right p:last-child {
  margin: 0;
}
.p-frame__body .c-box__head .c-right span {
  margin-right: 4px;
}
.p-frame__foot {
  margin-top: 24px;
}

.p-section {
  margin-top: 3rem;
}
@media screen and (min-width: 560px) {
  .p-section {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-section {
    margin-top: 100px;
  }
}
.p-section__head {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 560px) {
  .p-section__head {
    margin-bottom: 2.5rem;
  }
}
.p-section__foot {
  margin-top: 1.5rem;
}
@media screen and (min-width: 560px) {
  .p-section__foot {
    margin-top: 2.5rem;
  }
}

.c-buttonArea__bottom--fixed {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 560px) {
  .c-buttonArea__bottom--fixed {
    flex-direction: row;
  }
}

/* ! ==================================================
- ヘッダー
================================================== */
.l-header {
  width: 100%;
  padding: 8px 24px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 40px;
    padding: 8px 16px;
  }
}
.l-header .c-logoArea {
  display: block;
}
.l-header .c-logoArea:hover {
  opacity: 0.7;
}
.l-header .c-logoArea .c-logo {
  height: 1rem;
  display: block;
}
@media screen and (min-width: 560px) {
  .l-header .c-logoArea .c-logo {
    height: 1.5rem;
  }
}

.nav_toggle {
  height: 40px;
  width: 40px;
  border-radius: 4px;
  display: none;
  border: #000 1px solid;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  transition: all 0.2s ease;
  z-index: 100;
  cursor: pointer;
}
.nav_toggle span {
  height: 1px;
  width: 30px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 15px;
  left: 50%;
  transition: all 0.2s ease;
  transform: translate(-50%, 0);
}
.nav_toggle span + span {
  top: 22px;
}
.nav_toggle span.close {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav_toggle span.close + span {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 560px) {
  .nav_toggle {
    display: block;
    z-index: 99;
  }
  .nav_toggle:hover {
    background-color: #eee;
  }
  .nav_toggle:hover span {
    width: 20px;
  }
}

/* ! --------------------------------------------------
- フッターレイアウト
-------------------------------------------------- */
.l-footer {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .l-footer {
    padding: 0;
  }
}
.l-footer .p-footer {
  background-color: #F5F5F5;
  padding: 1.5rem 1.5rem 8rem;
}
@media screen and (min-width: 560px) {
  .l-footer .p-footer {
    padding: 1rem 1rem 4.5rem;
  }
}
.l-footer .p-footer__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 560px) {
  .l-footer .p-footer__body {
    justify-content: flex-start;
  }
}
.l-footer .p-footer__body img:hover {
  opacity: 0.7;
}
@media screen and (min-width: 560px) {
  .l-footer .p-footer__body img + img {
    margin-top: 1rem;
  }
}
.l-footer .p-footer__foot {
  margin-top: 4px;
}
.l-footer .p-footer__foot .c-text__copyright {
  font-size: 11px;
  text-align: right;
  color: #888;
}

/* ! ==================================================
- ボディ
================================================== */
.l-body {
  font-family: "Josefin Sans", "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
}

.l-main {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  min-width: 1px;
}

.l-grid--gap40, .l-grid--gap32, .l-grid--gap24, .l-grid--gap16, .l-grid--gap8 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .l-grid--gap40, .l-grid--gap32, .l-grid--gap24, .l-grid--gap16, .l-grid--gap8 {
    grid-template-columns: 1fr 1fr;
  }
}

.l-grid--gap8 {
  gap: 0.5rem;
}
.l-grid--gap16 {
  gap: 1rem;
}
.l-grid--gap24 {
  gap: 1.5rem;
}
.l-grid--gap32 {
  gap: 2rem;
}
.l-grid--gap40 {
  gap: 2.5rem;
}

.c-masonry {
  columns: 2;
}
.c-masonry > * {
  display: block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 560px) {
  .c-masonry {
    columns: 3;
  }
}
@media screen and (min-width: 768px) {
  .c-masonry {
    columns: 4;
  }
}
@media screen and (min-width: 1280px) {
  .c-masonry {
    columns: 5;
  }
}
@media screen and (min-width: 1440px) {
  .c-masonry {
    columns: 6;
  }
}

/* ! ==================================================
- テーブル
================================================== */
.p-table, .p-table__1350, .p-table__1000 {
  width: 100%;
  position: relative;
  min-width: 600px;
}
@media screen and (min-width: 768px) {
  .p-table, .p-table__1350, .p-table__1000 {
    min-width: inherit;
  }
}
.p-table__1000 {
  min-width: 1000px;
}
.p-table__1350 {
  min-width: 1350px;
}
.p-table .c-button__gray, .p-table__1000 .c-button__gray, .p-table__1350 .c-button__gray {
  font-size: 10px;
  padding: 3px;
  height: inherit;
  text-align: center;
  min-width: inherit;
}
.p-table .c-button__gray:hover, .p-table__1000 .c-button__gray:hover, .p-table__1350 .c-button__gray:hover {
  border: none;
}
.p-table .c-image, .p-table .c-image__logo, .p-table .c-image__circle, .p-table .c-image__square, .p-table .c-image__vertical, .p-table .c-image__wide, .p-table__1000 .c-image, .p-table__1000 .c-image__logo, .p-table__1000 .c-image__circle, .p-table__1000 .c-image__square, .p-table__1000 .c-image__vertical, .p-table__1000 .c-image__wide, .p-table__1350 .c-image, .p-table__1350 .c-image__logo, .p-table__1350 .c-image__circle, .p-table__1350 .c-image__square, .p-table__1350 .c-image__vertical, .p-table__1350 .c-image__wide {
  background-color: #eee;
}
.p-table .thumbnail, .p-table__1000 .thumbnail, .p-table__1350 .thumbnail {
  background-image: url(../image/icon/icon_man_white.svg);
}
.p-table th, .p-table__1000 th, .p-table__1350 th, .p-table td, .p-table__1000 td, .p-table__1350 td {
  padding: 4px 8px;
}
.p-table th p, .p-table__1000 th p, .p-table__1350 th p, .p-table td p, .p-table__1000 td p, .p-table__1350 td p {
  line-height: 1.3em;
}
.p-table th .c-text__icon, .p-table__1000 th .c-text__icon, .p-table__1350 th .c-text__icon, .p-table td .c-text__icon, .p-table__1000 td .c-text__icon, .p-table__1350 td .c-text__icon {
  background: #00cec6;
  padding: 2px 4px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.p-table th .c-text__icon.add, .p-table__1000 th .c-text__icon.add, .p-table__1350 th .c-text__icon.add, .p-table td .c-text__icon.add, .p-table__1000 td .c-text__icon.add, .p-table__1350 td .c-text__icon.add {
  display: block !important;
}
.p-table thead, .p-table__1000 thead, .p-table__1350 thead {
  border-bottom: #000 1px solid;
  position: sticky;
  top: -1px;
  left: 0;
  background-color: #F5F5F5;
}
.p-table thead p, .p-table__1000 thead p, .p-table__1350 thead p {
  font-size: 12px;
}
.p-table thead th.w_40, .p-table__1000 thead th.w_40, .p-table__1350 thead th.w_40 {
  width: 40px;
}
.p-table thead th.w_50, .p-table__1000 thead th.w_50, .p-table__1350 thead th.w_50 {
  width: 50px;
}
.p-table thead th.w_60, .p-table__1000 thead th.w_60, .p-table__1350 thead th.w_60 {
  width: 60px;
}
.p-table thead th.w_70, .p-table__1000 thead th.w_70, .p-table__1350 thead th.w_70 {
  width: 70px;
}
.p-table thead th.w_80, .p-table__1000 thead th.w_80, .p-table__1350 thead th.w_80 {
  width: 80px;
}
.p-table thead th.w_90, .p-table__1000 thead th.w_90, .p-table__1350 thead th.w_90 {
  width: 90px;
}
.p-table thead th.w_100, .p-table__1000 thead th.w_100, .p-table__1350 thead th.w_100 {
  width: 100px;
}
.p-table thead th.w_110, .p-table__1000 thead th.w_110, .p-table__1350 thead th.w_110 {
  width: 110px;
}
.p-table thead th.w_120, .p-table__1000 thead th.w_120, .p-table__1350 thead th.w_120 {
  width: 120px;
}
.p-table thead th.w_130, .p-table__1000 thead th.w_130, .p-table__1350 thead th.w_130 {
  width: 130px;
}
.p-table thead th.w_140, .p-table__1000 thead th.w_140, .p-table__1350 thead th.w_140 {
  width: 140px;
}
.p-table thead th.w_150, .p-table__1000 thead th.w_150, .p-table__1350 thead th.w_150 {
  width: 150px;
}
.p-table thead th.w_160, .p-table__1000 thead th.w_160, .p-table__1350 thead th.w_160 {
  width: 160px;
}
.p-table thead th.w_170, .p-table__1000 thead th.w_170, .p-table__1350 thead th.w_170 {
  width: 170px;
}
.p-table thead th.w_180, .p-table__1000 thead th.w_180, .p-table__1350 thead th.w_180 {
  width: 180px;
}
.p-table thead th.w_190, .p-table__1000 thead th.w_190, .p-table__1350 thead th.w_190 {
  width: 190px;
}
.p-table thead th.w_200, .p-table__1000 thead th.w_200, .p-table__1350 thead th.w_200 {
  width: 200px;
}
.p-table thead th.w_210, .p-table__1000 thead th.w_210, .p-table__1350 thead th.w_210 {
  width: 210px;
}
.p-table thead th.w_220, .p-table__1000 thead th.w_220, .p-table__1350 thead th.w_220 {
  width: 220px;
}
.p-table thead th.w_230, .p-table__1000 thead th.w_230, .p-table__1350 thead th.w_230 {
  width: 230px;
}
.p-table thead th.w_240, .p-table__1000 thead th.w_240, .p-table__1350 thead th.w_240 {
  width: 240px;
}
.p-table thead th.w_250, .p-table__1000 thead th.w_250, .p-table__1350 thead th.w_250 {
  width: 250px;
}
.p-table thead th.w_260, .p-table__1000 thead th.w_260, .p-table__1350 thead th.w_260 {
  width: 260px;
}
.p-table thead th.w_270, .p-table__1000 thead th.w_270, .p-table__1350 thead th.w_270 {
  width: 270px;
}
.p-table thead th.w_280, .p-table__1000 thead th.w_280, .p-table__1350 thead th.w_280 {
  width: 280px;
}
.p-table thead th.w_290, .p-table__1000 thead th.w_290, .p-table__1350 thead th.w_290 {
  width: 290px;
}
.p-table thead th.w_300, .p-table__1000 thead th.w_300, .p-table__1350 thead th.w_300 {
  width: 300px;
}
.p-table tbody tr + tr, .p-table__1000 tbody tr + tr, .p-table__1350 tbody tr + tr {
  border-top: #e8e8e8 1px solid;
}
.p-table tbody tr[data-href], .p-table__1000 tbody tr[data-href], .p-table__1350 tbody tr[data-href] {
  cursor: pointer;
  transition: all 0.2s ease;
}
.p-table tbody tr .c-text__alert, .p-table__1000 tbody tr .c-text__alert, .p-table__1350 tbody tr .c-text__alert {
  background-color: #d52f9b;
  color: #fff;
  padding: 2px 4px;
}
.p-table tbody tr .number, .p-table__1000 tbody tr .number, .p-table__1350 tbody tr .number {
  text-align: center;
}
.p-table tbody tr .number:before, .p-table__1000 tbody tr .number:before, .p-table__1350 tbody tr .number:before {
  content: attr(data-before) "";
  font-size: 13px;
  font-weight: 500;
  color: #888;
  margin: 0 4px 0 0;
}
.p-table tbody tr .number:after, .p-table__1000 tbody tr .number:after, .p-table__1350 tbody tr .number:after {
  content: attr(data-after) "";
  font-size: 13px;
  font-weight: 500;
  color: #888;
  margin: 0 0 0 4px;
}
.p-table tbody tr .c-icon--arrow, .p-table__1000 tbody tr .c-icon--arrow, .p-table__1350 tbody tr .c-icon--arrow {
  margin-left: auto;
}
.p-table tbody tr .c-image__logo, .p-table__1000 tbody tr .c-image__logo, .p-table__1350 tbody tr .c-image__logo {
  width: 100%;
  border-radius: 4px;
  margin-right: 4px;
  background-color: #eee;
  background-image: url(../image/icon/icon_noimage.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-table tbody tr .c-image__logo:before, .p-table__1000 tbody tr .c-image__logo:before, .p-table__1350 tbody tr .c-image__logo:before {
  padding-top: 75%;
  width: 100%;
  content: "";
  display: block;
}
.p-table tbody tr .c-image__circle, .p-table__1000 tbody tr .c-image__circle, .p-table__1350 tbody tr .c-image__circle {
  width: 40px;
  margin-right: 4px;
}

/* ! --------------------------------------------------
- ボタン
-------------------------------------------------- */
.c-buttonArea__bottom, .c-buttonArea__end, .c-buttonArea__center, .c-buttonArea__wrap, .c-buttonArea {
  margin: -4px;
}
@media screen and (min-width: 768px) {
  .c-buttonArea__bottom, .c-buttonArea__end, .c-buttonArea__center, .c-buttonArea__wrap, .c-buttonArea {
    align-items: center;
    justify-content: inherit;
  }
}

.c-buttonArea__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.c-buttonArea__center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.c-buttonArea__end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  align-items: flex-end;
}
.c-buttonArea__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.c-buttonArea__bottom--end {
  position: fixed;
  bottom: 8px;
  right: 24px;
}
@media screen and (min-width: 560px) {
  .c-buttonArea__bottom--end {
    right: 8px;
  }
}
.c-buttonArea__bottom--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 8px;
  border-radius: 0;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .c-buttonArea__bottom--fixed {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.c-column {
  flex-direction: column;
}

.c-button__round, .c-button__line--gray, .c-button__line--black, .c-button__line--white, .c-button__line, .c-button__pale, .c-button__gray, .c-button__white, .c-button__full, .c-button__wide, .c-button__min, .c-button__sm, .c-button__lg, .c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1em;
  padding: 3px 8px;
  background: linear-gradient(135deg, #FFF336, #FA2318, #000586);
  color: #fff;
  border: #EBFF00 1px solid;
  border-radius: 25px;
  height: 45px;
  margin: 4px;
  transition: all 0.1s ease;
  cursor: pointer;
}
@media screen and (min-width: 560px) {
  .c-button__round, .c-button__line--gray, .c-button__line--black, .c-button__line--white, .c-button__line, .c-button__pale, .c-button__gray, .c-button__white, .c-button__full, .c-button__wide, .c-button__min, .c-button__sm, .c-button__lg, .c-button {
    font-size: 16px;
    width: 100%;
    min-width: 100px;
    max-width: 300px;
  }
}
.c-button__round:hover, .c-button__line--gray:hover, .c-button__line--black:hover, .c-button__line--white:hover, .c-button__line:hover, .c-button__pale:hover, .c-button__gray:hover, .c-button__white:hover, .c-button__full:hover, .c-button__wide:hover, .c-button__min:hover, .c-button__sm:hover, .c-button__lg:hover, .c-button:hover {
  background: #EBFF00;
  color: #D60021;
  border-color: #D60021;
}

.c-button__lg {
  font-size: 16px;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .c-button__lg {
    height: 60px;
    border-radius: 30px;
  }
}
.c-button__sm {
  height: 40px;
  font-size: 13px;
  max-width: 200px;
}
.c-button__min {
  height: 30px;
  font-size: 12px;
  width: auto;
}
.c-button__wide {
  min-width: 200px;
}
.c-button__full {
  width: 100%;
  max-width: inherit;
}
.c-button__text {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #D60021;
  text-align: center;
  transition: all 0.1s ease;
  border: 1px solid;
  padding: 4px 8px;
  border-radius: 18px;
}
.c-button__text:hover .c-icon__arrow {
  transform: translateX(4px);
}
.c-button__text .c-icon__arrow {
  display: inline-block;
  border-radius: 50%;
  border: #888 1px solid;
  margin-left: 4px;
  transition: all 0.2s ease;
}
.c-button__text--white {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid transparent;
  color: #fff;
  text-align: center;
  transition: all 0.1s ease;
}
.c-button__white {
  border: #fff 1px solid;
  background: #fff;
  color: #D60021;
}
.c-button__white:hover {
  color: #fff;
  background: #D60021;
}
.c-button__gray {
  background: #c7c7c7;
  border-color: #c7c7c7;
}
.c-button__gray:hover {
  color: #fff;
  background: #666;
  border: 1px solid #c7c7c7;
}
.c-button__pale {
  background: #FFD576;
  border-color: #FFD576;
  color: #D60021;
}
.c-button__pale:hover {
  color: #fff;
  background: #D60021;
}
.c-button__line {
  background: transparent;
  color: #D60021;
  border: 1px solid #D60021;
}
.c-button__line:hover {
  background: #D60021;
  color: #fff;
}
.c-button__line--white {
  border: #fff 1px solid;
  background: transparent;
  color: #fff;
}
.c-button__line--white:hover {
  background: #fff;
  color: #D60021;
}
.c-button__line--black {
  border: #000 1px solid;
  background: transparent;
  color: #000;
}
.c-button__line--black:hover {
  border: #000 1px solid;
  background: #000;
  color: #fff;
}
.c-button__line--gray {
  background: transparent;
  border-color: #888;
  color: #888;
}
.c-button__line--gray:hover {
  color: #fff;
  background: #888;
}
.c-button:disabled {
  cursor: auto;
  background: #eee;
  border-color: #eee;
  color: #fff;
}
.c-button:disabled:hover {
  background: #eee;
  border-color: #eee;
  color: #fff;
}
.c-button__round {
  border-radius: 30px;
}
.c-button__back {
  font-size: 13px;
  font-weight: 400;
  display: block;
  padding: 8px 8px 8px 16px;
  position: relative;
  color: #D60021;
}
.c-button__back:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  height: 8px;
  width: 8px;
  border-top: 1px solid;
  border-left: 1px solid;
  transform: rotate(-45deg);
}
.c-button__back:hover {
  color: #00cec6;
}

.c-button__switch {
  color: #D60021;
  background: #fff;
  border-radius: 20px 0 0 20px;
  margin-right: 0;
  width: 100px;
}
.c-button__switch + .c-button__switch {
  border-radius: 0 20px 20px 0;
  margin-left: 0;
  margin-right: 5px;
}

.c-button__switch.current {
  background: #D60021;
  color: #fff;
}

.p-fixBottom {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px 20px;
  background: #fff;
  z-index: 3;
  box-shadow: 0px -3px 6px rgba(0, 100, 139, 0.1);
}
.p-fixBottom > .c-button__wide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.c-button__rise {
  position: fixed;
  bottom: 16px;
  right: 24px;
  border-radius: 50%;
  border: #D60021 1px solid;
  background: #fff;
  height: 48px;
  width: 48px;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .c-button__rise {
    right: 16px;
  }
}
.c-button__rise a {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}
.c-button__rise .c-icon__rise {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  height: 8px;
  width: 8px;
  border-top: #D60021 1px solid;
  border-right: #D60021 1px solid;
  transition: all 0.2s ease;
}
.c-button__rise .c-icon__rise:before {
  content: "";
  display: block;
  padding-top: 100%;
  width: 100%;
}
.c-button__rise:hover {
  background: #D60021;
}
.c-button__rise:hover .c-icon__rise {
  border-color: #fff;
}

/* ! ==================================================
- テキスト
================================================== */
.c-text__note, .c-text__label, .c-text__sub, .c-text__lv7, .c-text__lv6, .c-text__lv5, .c-text__lv4, .c-text__lv3, .c-text__lv2, .c-text__lv1, .c-text__title {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.618em;
  letter-spacing: 0.05em;
}

.c-text__title {
  font-size: 2.5rem;
  letter-spacing: 0;
}
@media screen and (min-width: 560px) {
  .c-text__title {
    font-size: 3rem;
  }
}
.c-text__lv1 {
  font-size: 2rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 560px) {
  .c-text__lv1 {
    font-size: 2.5rem;
  }
}
.c-text__lv2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 560px) {
  .c-text__lv2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 560px) {
  .c-text__lv3 {
    font-size: 1.5rem;
  }
}
.c-text__lv4 {
  font-size: 14px;
}
@media screen and (min-width: 560px) {
  .c-text__lv4 {
    font-size: 1rem;
  }
}
.c-text__lv5 {
  font-size: 0.85rem;
}
.c-text__lv5--base {
  color: #000;
}
.c-text__lv6 {
  font-weight: 400;
  font-size: 0.8rem;
}
.c-text__lv7 {
  font-weight: 400;
  font-size: 0.75rem;
}
.c-text__sub {
  color: #000;
  font-weight: 500;
  font-size: 0.75rem;
}
.c-text__label {
  font-weight: 400;
  font-size: 0.8333rem;
  line-height: 1.2em;
  letter-spacing: 0;
  display: inline-block;
}
.c-text__note {
  font-weight: 400;
  font-size: 0.8rem;
  letter-spacing: 0;
  display: inline-block;
}
.c-text__unit {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1em;
  margin: 0 2px;
  letter-spacing: 0;
  display: inline-block;
  color: #888;
}
.c-text__min {
  font-weight: 400;
  font-size: 11px;
  line-height: 1.2em;
  color: #444;
}
.c-text__main {
  color: #D60021;
}
.c-text__alert {
  color: #d52f9b;
}
.c-text__accent {
  color: #00cec6;
}
.c-text__ok {
  color: #1AA800;
}
.c-text__read {
  color: #555;
}
.c-text__weight--100 {
  font-weight: 100;
}
.c-text__weight--200 {
  font-weight: 200;
}
.c-text__weight--300 {
  font-weight: 300;
}
.c-text__weight--400 {
  font-weight: 400;
}
.c-text__weight--700 {
  font-weight: 700;
}
.c-text__weight--900 {
  font-weight: 900;
}
.c-text__letter--none {
  letter-spacing: 0;
}
.c-text--center {
  text-align: center;
}
.c-text--right {
  text-align: right;
  line-height: 1;
}
.c-text__space--wrap {
  white-space: pre-wrap;
}

.c-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.c-italic__en {
  font-family: "times", serif;
  font-style: italic;
}

.c-unit__before {
  margin-right: 4px;
}
.c-unit__after {
  margin-left: 4px;
}

.c-alert {
  padding: 5px 10px;
  border: #EF0065 1px solid;
}
.c-alert p {
  color: #EF0065;
  font-size: 15px;
  text-align: center;
}

[data-before]:before {
  content: attr(data-before) "";
  font-size: 0.6em;
  font-weight: 500;
}

[data-after]:after {
  content: attr(data-after) "";
  font-size: 0.6em;
  font-weight: 500;
}

/* ! --------------------------------------------------
- イメージ
-------------------------------------------------- */
.c-image, .c-image__logo, .c-image__circle, .c-image__square, .c-image__vertical, .c-image__wide {
  background-image: url(../image/icon/icon_noimage_white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  border-radius: 2px;
}
.c-image:before, .c-image__logo:before, .c-image__circle:before, .c-image__square:before, .c-image__vertical:before, .c-image__wide:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.c-image__wide:before {
  padding-top: 56.18%;
}
.c-image__vertical:before {
  padding-top: 125%;
}
.c-image__square:before {
  padding-top: 100%;
}
.c-image__circle {
  border-radius: 50%;
  min-width: 30px;
}
.c-image__circle:before {
  padding-top: 100%;
}
.c-image__logo {
  background-size: contain;
}

.c-icon, .c-icon__w72, .c-icon__w64, .c-icon__w56, .c-icon__w48, .c-icon__w40, .c-icon__w32, .c-icon__w24, .c-icon__w20, .c-icon__w16, .c-icon__w12 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  display: block;
  border-radius: 4px;
}
.c-icon:before, .c-icon__w72:before, .c-icon__w64:before, .c-icon__w56:before, .c-icon__w48:before, .c-icon__w40:before, .c-icon__w32:before, .c-icon__w24:before, .c-icon__w20:before, .c-icon__w16:before, .c-icon__w12:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-icon__w12 {
  width: 12px;
}
.c-icon__w16 {
  width: 16px;
}
.c-icon__w20 {
  width: 20px;
}
.c-icon__w24 {
  width: 24px;
}
.c-icon__w32 {
  width: 32px;
}
.c-icon__w40 {
  width: 40px;
}
.c-icon__w48 {
  width: 48px;
}
.c-icon__w56 {
  width: 56px;
}
.c-icon__w64 {
  width: 64px;
}
.c-icon__w72 {
  width: 72px;
}
.c-icon__square {
  border-radius: 0;
}
.c-icon__circle {
  border-radius: 50%;
}

.on {
  display: block !important;
}

.off {
  display: none !important;
}

/* ! --------------------------------------------------
- インプット
-------------------------------------------------- */
input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}

textarea {
  padding: 8px;
  resize: none;
  min-height: 100px;
}
@media screen and (min-width: 560px) {
  textarea {
    min-height: 200px;
  }
}

select {
  color: #000;
}

.c-input, .c-input--select, .c-input__50, .c-input__70, .c-input__100, .c-input__150, .c-input__200, .c-input__250, .c-input__300, .c-input__350, .c-input__400, .c-input__500, .c-input__600, .c-input--column, .c-input--end, .c-input--center, .c-input--wrap, .c-input--full {
  display: inline-flex;
  position: relative;
  /* セレクトボックス */
}
.c-input textarea, .c-input--select textarea, .c-input__50 textarea, .c-input__70 textarea, .c-input__100 textarea, .c-input__150 textarea, .c-input__200 textarea, .c-input__250 textarea, .c-input__300 textarea, .c-input__350 textarea, .c-input__400 textarea, .c-input__500 textarea, .c-input__600 textarea, .c-input--column textarea, .c-input--end textarea, .c-input--center textarea, .c-input--wrap textarea, .c-input--full textarea, .c-input input, .c-input--select input, .c-input__50 input, .c-input__70 input, .c-input__100 input, .c-input__150 input, .c-input__200 input, .c-input__250 input, .c-input__300 input, .c-input__350 input, .c-input__400 input, .c-input__500 input, .c-input__600 input, .c-input--column input, .c-input--end input, .c-input--center input, .c-input--wrap input, .c-input--full input, .c-input select, .c-input--select select, .c-input__50 select, .c-input__70 select, .c-input__100 select, .c-input__150 select, .c-input__200 select, .c-input__250 select, .c-input__300 select, .c-input__350 select, .c-input__400 select, .c-input__500 select, .c-input__600 select, .c-input--column select, .c-input--end select, .c-input--center select, .c-input--wrap select, .c-input--full select {
  font-size: 14px;
  height: 40px;
  padding: 8px;
  width: 100%;
  border: 1px solid #555;
  border-radius: 4px;
  color: #000;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 560px) {
  .c-input textarea, .c-input--select textarea, .c-input__50 textarea, .c-input__70 textarea, .c-input__100 textarea, .c-input__150 textarea, .c-input__200 textarea, .c-input__250 textarea, .c-input__300 textarea, .c-input__350 textarea, .c-input__400 textarea, .c-input__500 textarea, .c-input__600 textarea, .c-input--column textarea, .c-input--end textarea, .c-input--center textarea, .c-input--wrap textarea, .c-input--full textarea, .c-input input, .c-input--select input, .c-input__50 input, .c-input__70 input, .c-input__100 input, .c-input__150 input, .c-input__200 input, .c-input__250 input, .c-input__300 input, .c-input__350 input, .c-input__400 input, .c-input__500 input, .c-input__600 input, .c-input--column input, .c-input--end input, .c-input--center input, .c-input--wrap input, .c-input--full input, .c-input select, .c-input--select select, .c-input__50 select, .c-input__70 select, .c-input__100 select, .c-input__150 select, .c-input__200 select, .c-input__250 select, .c-input__300 select, .c-input__350 select, .c-input__400 select, .c-input__500 select, .c-input__600 select, .c-input--column select, .c-input--end select, .c-input--center select, .c-input--wrap select, .c-input--full select {
    height: 50px;
  }
}
.c-input input.datepicker, .c-input--select input.datepicker, .c-input__50 input.datepicker, .c-input__70 input.datepicker, .c-input__100 input.datepicker, .c-input__150 input.datepicker, .c-input__200 input.datepicker, .c-input__250 input.datepicker, .c-input__300 input.datepicker, .c-input__350 input.datepicker, .c-input__400 input.datepicker, .c-input__500 input.datepicker, .c-input__600 input.datepicker, .c-input--column input.datepicker, .c-input--end input.datepicker, .c-input--center input.datepicker, .c-input--wrap input.datepicker, .c-input--full input.datepicker, .c-input select.datepicker, .c-input--select select.datepicker, .c-input__50 select.datepicker, .c-input__70 select.datepicker, .c-input__100 select.datepicker, .c-input__150 select.datepicker, .c-input__200 select.datepicker, .c-input__250 select.datepicker, .c-input__300 select.datepicker, .c-input__350 select.datepicker, .c-input__400 select.datepicker, .c-input__500 select.datepicker, .c-input__600 select.datepicker, .c-input--column select.datepicker, .c-input--end select.datepicker, .c-input--center select.datepicker, .c-input--wrap select.datepicker, .c-input--full select.datepicker {
  height: 35px;
}
.c-input textarea, .c-input--select textarea, .c-input__50 textarea, .c-input__70 textarea, .c-input__100 textarea, .c-input__150 textarea, .c-input__200 textarea, .c-input__250 textarea, .c-input__300 textarea, .c-input__350 textarea, .c-input__400 textarea, .c-input__500 textarea, .c-input__600 textarea, .c-input--column textarea, .c-input--end textarea, .c-input--center textarea, .c-input--wrap textarea, .c-input--full textarea {
  padding: 5px 8px;
  resize: none;
  min-height: 100px;
}
@media screen and (min-width: 560px) {
  .c-input textarea, .c-input--select textarea, .c-input__50 textarea, .c-input__70 textarea, .c-input__100 textarea, .c-input__150 textarea, .c-input__200 textarea, .c-input__250 textarea, .c-input__300 textarea, .c-input__350 textarea, .c-input__400 textarea, .c-input__500 textarea, .c-input__600 textarea, .c-input--column textarea, .c-input--end textarea, .c-input--center textarea, .c-input--wrap textarea, .c-input--full textarea {
    padding: 8px;
    min-height: 200px;
  }
}
.c-input input[type=number]::-webkit-outer-spin-button, .c-input--select input[type=number]::-webkit-outer-spin-button, .c-input__50 input[type=number]::-webkit-outer-spin-button, .c-input__70 input[type=number]::-webkit-outer-spin-button, .c-input__100 input[type=number]::-webkit-outer-spin-button, .c-input__150 input[type=number]::-webkit-outer-spin-button, .c-input__200 input[type=number]::-webkit-outer-spin-button, .c-input__250 input[type=number]::-webkit-outer-spin-button, .c-input__300 input[type=number]::-webkit-outer-spin-button, .c-input__350 input[type=number]::-webkit-outer-spin-button, .c-input__400 input[type=number]::-webkit-outer-spin-button, .c-input__500 input[type=number]::-webkit-outer-spin-button, .c-input__600 input[type=number]::-webkit-outer-spin-button, .c-input--column input[type=number]::-webkit-outer-spin-button, .c-input--end input[type=number]::-webkit-outer-spin-button, .c-input--center input[type=number]::-webkit-outer-spin-button, .c-input--wrap input[type=number]::-webkit-outer-spin-button, .c-input--full input[type=number]::-webkit-outer-spin-button,
.c-input input[type=number]::-webkit-inner-spin-button,
.c-input--select input[type=number]::-webkit-inner-spin-button,
.c-input__50 input[type=number]::-webkit-inner-spin-button,
.c-input__70 input[type=number]::-webkit-inner-spin-button,
.c-input__100 input[type=number]::-webkit-inner-spin-button,
.c-input__150 input[type=number]::-webkit-inner-spin-button,
.c-input__200 input[type=number]::-webkit-inner-spin-button,
.c-input__250 input[type=number]::-webkit-inner-spin-button,
.c-input__300 input[type=number]::-webkit-inner-spin-button,
.c-input__350 input[type=number]::-webkit-inner-spin-button,
.c-input__400 input[type=number]::-webkit-inner-spin-button,
.c-input__500 input[type=number]::-webkit-inner-spin-button,
.c-input__600 input[type=number]::-webkit-inner-spin-button,
.c-input--column input[type=number]::-webkit-inner-spin-button,
.c-input--end input[type=number]::-webkit-inner-spin-button,
.c-input--center input[type=number]::-webkit-inner-spin-button,
.c-input--wrap input[type=number]::-webkit-inner-spin-button,
.c-input--full input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-input input[type=number], .c-input--select input[type=number], .c-input__50 input[type=number], .c-input__70 input[type=number], .c-input__100 input[type=number], .c-input__150 input[type=number], .c-input__200 input[type=number], .c-input__250 input[type=number], .c-input__300 input[type=number], .c-input__350 input[type=number], .c-input__400 input[type=number], .c-input__500 input[type=number], .c-input__600 input[type=number], .c-input--column input[type=number], .c-input--end input[type=number], .c-input--center input[type=number], .c-input--wrap input[type=number], .c-input--full input[type=number] {
  -moz-appearance: textfield;
}
.c-input--full {
  width: 100%;
}
.c-input--full input,
.c-input--full textarea {
  width: 100%;
}
.c-input--wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -4px;
}
.c-input--wrap > * {
  padding: 4px;
}
.c-input--center {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.c-input--center > * + * {
  margin-left: 8px;
}
.c-input--end {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
.c-input--end > * + * {
  margin-left: 8px;
}
.c-input--column {
  flex-direction: column;
  width: 100%;
}
.c-input__600 {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .c-input__600 {
    width: 600px;
  }
}
.c-input__500 {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .c-input__500 {
    width: 500px;
  }
}
.c-input__400 {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .c-input__400 {
    width: 400px;
  }
}
.c-input__350 {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .c-input__350 {
    width: 350px;
  }
}
.c-input__300 {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .c-input__300 {
    width: 300px;
  }
}
.c-input__250 {
  width: 250px;
}
.c-input__200 {
  width: 200px;
}
.c-input__150 {
  width: 150px;
}
.c-input__100 {
  width: 100px;
}
.c-input__70 {
  width: 70px;
}
.c-input__50 {
  width: 50px;
}
.c-input .c-checkbox input[type=checkbox], .c-checkbox .c-input input[type=checkbox], .c-input .c-checkbox input[type=radio], .c-checkbox .c-input input[type=radio], .c-input .c-radio input[type=checkbox], .c-radio .c-input input[type=checkbox], .c-input .c-radio input[type=radio], .c-radio .c-input input[type=radio], .c-input--select .c-checkbox input[type=checkbox], .c-checkbox .c-input--select input[type=checkbox], .c-input--select .c-checkbox input[type=radio], .c-checkbox .c-input--select input[type=radio], .c-input--select .c-radio input[type=checkbox], .c-radio .c-input--select input[type=checkbox], .c-input--select .c-radio input[type=radio], .c-radio .c-input--select input[type=radio], .c-input--full .c-checkbox input[type=checkbox], .c-checkbox .c-input--full input[type=checkbox], .c-input--full .c-checkbox input[type=radio], .c-checkbox .c-input--full input[type=radio], .c-input--full .c-radio input[type=checkbox], .c-radio .c-input--full input[type=checkbox], .c-input--full .c-radio input[type=radio], .c-radio .c-input--full input[type=radio], .c-input--wrap .c-checkbox input[type=checkbox], .c-checkbox .c-input--wrap input[type=checkbox], .c-input--wrap .c-checkbox input[type=radio], .c-checkbox .c-input--wrap input[type=radio], .c-input--wrap .c-radio input[type=checkbox], .c-radio .c-input--wrap input[type=checkbox], .c-input--wrap .c-radio input[type=radio], .c-radio .c-input--wrap input[type=radio], .c-input--center .c-checkbox input[type=checkbox], .c-checkbox .c-input--center input[type=checkbox], .c-input--center .c-checkbox input[type=radio], .c-checkbox .c-input--center input[type=radio], .c-input--center .c-radio input[type=checkbox], .c-radio .c-input--center input[type=checkbox], .c-input--center .c-radio input[type=radio], .c-radio .c-input--center input[type=radio], .c-input--end .c-checkbox input[type=checkbox], .c-checkbox .c-input--end input[type=checkbox], .c-input--end .c-checkbox input[type=radio], .c-checkbox .c-input--end input[type=radio], .c-input--end .c-radio input[type=checkbox], .c-radio .c-input--end input[type=checkbox], .c-input--end .c-radio input[type=radio], .c-radio .c-input--end input[type=radio], .c-input--column .c-checkbox input[type=checkbox], .c-checkbox .c-input--column input[type=checkbox], .c-input--column .c-checkbox input[type=radio], .c-checkbox .c-input--column input[type=radio], .c-input--column .c-radio input[type=checkbox], .c-radio .c-input--column input[type=checkbox], .c-input--column .c-radio input[type=radio], .c-radio .c-input--column input[type=radio], .c-input__600 .c-checkbox input[type=checkbox], .c-checkbox .c-input__600 input[type=checkbox], .c-input__600 .c-checkbox input[type=radio], .c-checkbox .c-input__600 input[type=radio], .c-input__600 .c-radio input[type=checkbox], .c-radio .c-input__600 input[type=checkbox], .c-input__600 .c-radio input[type=radio], .c-radio .c-input__600 input[type=radio], .c-input__500 .c-checkbox input[type=checkbox], .c-checkbox .c-input__500 input[type=checkbox], .c-input__500 .c-checkbox input[type=radio], .c-checkbox .c-input__500 input[type=radio], .c-input__500 .c-radio input[type=checkbox], .c-radio .c-input__500 input[type=checkbox], .c-input__500 .c-radio input[type=radio], .c-radio .c-input__500 input[type=radio], .c-input__400 .c-checkbox input[type=checkbox], .c-checkbox .c-input__400 input[type=checkbox], .c-input__400 .c-checkbox input[type=radio], .c-checkbox .c-input__400 input[type=radio], .c-input__400 .c-radio input[type=checkbox], .c-radio .c-input__400 input[type=checkbox], .c-input__400 .c-radio input[type=radio], .c-radio .c-input__400 input[type=radio], .c-input__350 .c-checkbox input[type=checkbox], .c-checkbox .c-input__350 input[type=checkbox], .c-input__350 .c-checkbox input[type=radio], .c-checkbox .c-input__350 input[type=radio], .c-input__350 .c-radio input[type=checkbox], .c-radio .c-input__350 input[type=checkbox], .c-input__350 .c-radio input[type=radio], .c-radio .c-input__350 input[type=radio], .c-input__300 .c-checkbox input[type=checkbox], .c-checkbox .c-input__300 input[type=checkbox], .c-input__300 .c-checkbox input[type=radio], .c-checkbox .c-input__300 input[type=radio], .c-input__300 .c-radio input[type=checkbox], .c-radio .c-input__300 input[type=checkbox], .c-input__300 .c-radio input[type=radio], .c-radio .c-input__300 input[type=radio], .c-input__250 .c-checkbox input[type=checkbox], .c-checkbox .c-input__250 input[type=checkbox], .c-input__250 .c-checkbox input[type=radio], .c-checkbox .c-input__250 input[type=radio], .c-input__250 .c-radio input[type=checkbox], .c-radio .c-input__250 input[type=checkbox], .c-input__250 .c-radio input[type=radio], .c-radio .c-input__250 input[type=radio], .c-input__200 .c-checkbox input[type=checkbox], .c-checkbox .c-input__200 input[type=checkbox], .c-input__200 .c-checkbox input[type=radio], .c-checkbox .c-input__200 input[type=radio], .c-input__200 .c-radio input[type=checkbox], .c-radio .c-input__200 input[type=checkbox], .c-input__200 .c-radio input[type=radio], .c-radio .c-input__200 input[type=radio], .c-input__150 .c-checkbox input[type=checkbox], .c-checkbox .c-input__150 input[type=checkbox], .c-input__150 .c-checkbox input[type=radio], .c-checkbox .c-input__150 input[type=radio], .c-input__150 .c-radio input[type=checkbox], .c-radio .c-input__150 input[type=checkbox], .c-input__150 .c-radio input[type=radio], .c-radio .c-input__150 input[type=radio], .c-input__100 .c-checkbox input[type=checkbox], .c-checkbox .c-input__100 input[type=checkbox], .c-input__100 .c-checkbox input[type=radio], .c-checkbox .c-input__100 input[type=radio], .c-input__100 .c-radio input[type=checkbox], .c-radio .c-input__100 input[type=checkbox], .c-input__100 .c-radio input[type=radio], .c-radio .c-input__100 input[type=radio], .c-input__70 .c-checkbox input[type=checkbox], .c-checkbox .c-input__70 input[type=checkbox], .c-input__70 .c-checkbox input[type=radio], .c-checkbox .c-input__70 input[type=radio], .c-input__70 .c-radio input[type=checkbox], .c-radio .c-input__70 input[type=checkbox], .c-input__70 .c-radio input[type=radio], .c-radio .c-input__70 input[type=radio], .c-input__50 .c-checkbox input[type=checkbox], .c-checkbox .c-input__50 input[type=checkbox], .c-input__50 .c-checkbox input[type=radio], .c-checkbox .c-input__50 input[type=radio], .c-input__50 .c-radio input[type=checkbox], .c-radio .c-input__50 input[type=checkbox], .c-input__50 .c-radio input[type=radio], .c-radio .c-input__50 input[type=radio] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.c-input .c-radio label, .c-radio .c-input label, .c-input--select .c-radio label, .c-radio .c-input--select label, .c-input--full .c-radio label, .c-radio .c-input--full label, .c-input--wrap .c-radio label, .c-radio .c-input--wrap label, .c-input--center .c-radio label, .c-radio .c-input--center label, .c-input--end .c-radio label, .c-radio .c-input--end label, .c-input--column .c-radio label, .c-radio .c-input--column label, .c-input__600 .c-radio label, .c-radio .c-input__600 label, .c-input__500 .c-radio label, .c-radio .c-input__500 label, .c-input__400 .c-radio label, .c-radio .c-input__400 label, .c-input__350 .c-radio label, .c-radio .c-input__350 label, .c-input__300 .c-radio label, .c-radio .c-input__300 label, .c-input__250 .c-radio label, .c-radio .c-input__250 label, .c-input__200 .c-radio label, .c-radio .c-input__200 label, .c-input__150 .c-radio label, .c-radio .c-input__150 label, .c-input__100 .c-radio label, .c-radio .c-input__100 label, .c-input__70 .c-radio label, .c-radio .c-input__70 label, .c-input__50 .c-radio label, .c-radio .c-input__50 label {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/img/admin/p-input/radio.svg);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translateY(-50%);
}
.c-input .c-radio label, .c-radio .c-input label, .c-input--select .c-radio label, .c-radio .c-input--select label, .c-input--full .c-radio label, .c-radio .c-input--full label, .c-input--wrap .c-radio label, .c-radio .c-input--wrap label, .c-input--center .c-radio label, .c-radio .c-input--center label, .c-input--end .c-radio label, .c-radio .c-input--end label, .c-input--column .c-radio label, .c-radio .c-input--column label, .c-input__600 .c-radio label, .c-radio .c-input__600 label, .c-input__500 .c-radio label, .c-radio .c-input__500 label, .c-input__400 .c-radio label, .c-radio .c-input__400 label, .c-input__350 .c-radio label, .c-radio .c-input__350 label, .c-input__300 .c-radio label, .c-radio .c-input__300 label, .c-input__250 .c-radio label, .c-radio .c-input__250 label, .c-input__200 .c-radio label, .c-radio .c-input__200 label, .c-input__150 .c-radio label, .c-radio .c-input__150 label, .c-input__100 .c-radio label, .c-radio .c-input__100 label, .c-input__70 .c-radio label, .c-radio .c-input__70 label, .c-input__50 .c-radio label, .c-radio .c-input__50 label {
  color: #555;
  font-size: 14px;
  line-height: 1em;
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 12px 0 20px;
  position: relative;
}
.c-input--date {
  position: relative;
  width: 150px;
}
.c-input--date:before {
  content: "";
  display: block;
  background: url(../image/icon/icon_calendar.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 50%;
  margin: 0;
  height: 24px;
  width: 24px;
  transform: translateY(-50%);
}
.c-input--pw {
  position: relative;
}
.c-input--pw .c-icon__eye {
  background-size: cover !important;
  background: url(../image/icon/icon_eye_close.svg) no-repeat center;
  width: 24px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  cursor: pointer;
}
.c-input--pw .c-icon__eye:before {
  content: "";
  display: block;
  padding-top: 100%;
  width: 100%;
}
.c-input--pw .c-icon__eye.visible {
  background: url(../image/icon/icon_eye_open.svg) no-repeat center;
}
.c-input--select {
  display: inline-flex;
  position: relative;
}
.c-input--select:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../image/icon/icon_dropdown.svg);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  pointer-events: none;
}
.c-input--select select {
  padding-right: 20px !important;
  width: 100%;
}

.c-checkbox, .c-radio {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
.c-checkbox--column, .c-radio--column {
  flex-direction: column;
}
.c-checkbox input[type=checkbox] + label, .c-checkbox input[type=radio] + label, .c-radio input[type=checkbox] + label, .c-radio input[type=radio] + label {
  color: #000;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-checkbox input[type=checkbox] + label:before, .c-checkbox input[type=radio] + label:before, .c-radio input[type=checkbox] + label:before, .c-radio input[type=radio] + label:before {
  content: "";
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #555;
  border-radius: 3px;
  display: block;
  margin-right: 4px;
}
.c-checkbox input[type=checkbox] + label:after, .c-checkbox input[type=radio] + label:after, .c-radio input[type=checkbox] + label:after, .c-radio input[type=radio] + label:after {
  content: "";
  display: none;
  border-radius: 2px;
  height: 14px;
  width: 9px;
  border-bottom: 3px solid #555;
  border-right: 3px solid #555;
  position: absolute;
  top: 0;
  left: 6px;
  transform: rotate(45deg);
}
.c-checkbox input[type=checkbox]:checked + label:after, .c-checkbox input[type=radio]:checked + label:after, .c-radio input[type=checkbox]:checked + label:after, .c-radio input[type=radio]:checked + label:after {
  display: block;
}
.c-checkbox__button, .c-radio__button {
  background: linear-gradient(135deg, #EFD800, #EF6500);
  padding: 2px;
  border-radius: 8px;
}
.c-checkbox__button input[type=checkbox] + label, .c-checkbox__button input[type=radio] + label, .c-radio__button input[type=checkbox] + label, .c-radio__button input[type=radio] + label {
  border-radius: 6px;
  color: #D60021;
  background: #fff;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  .c-checkbox__button input[type=checkbox] + label, .c-checkbox__button input[type=radio] + label, .c-radio__button input[type=checkbox] + label, .c-radio__button input[type=radio] + label {
    padding: 4px 8px;
    font-size: 13px;
  }
}
.c-checkbox__button input[type=checkbox] + label:before, .c-checkbox__button input[type=checkbox] + label:after, .c-checkbox__button input[type=radio] + label:before, .c-checkbox__button input[type=radio] + label:after, .c-radio__button input[type=checkbox] + label:before, .c-radio__button input[type=checkbox] + label:after, .c-radio__button input[type=radio] + label:before, .c-radio__button input[type=radio] + label:after {
  content: none;
}
.c-checkbox__button input[type=checkbox] + label .c-icon__w16, .c-checkbox__button input[type=radio] + label .c-icon__w16, .c-radio__button input[type=checkbox] + label .c-icon__w16, .c-radio__button input[type=radio] + label .c-icon__w16 {
  margin-right: 8px;
}
.c-checkbox__button input[type=checkbox]:checked + label, .c-checkbox__button input[type=radio]:checked + label, .c-radio__button input[type=checkbox]:checked + label, .c-radio__button input[type=radio]:checked + label {
  background: transparent;
  color: #fff;
}
.c-checkbox__button input[type=checkbox]:checked + label .c-icon--heart, .c-checkbox__button input[type=radio]:checked + label .c-icon--heart, .c-radio__button input[type=checkbox]:checked + label .c-icon--heart, .c-radio__button input[type=radio]:checked + label .c-icon--heart {
  background-image: url(../image/icon/icon_heart_white.svg);
}
.c-checkbox__icon input[type=checkbox] + label, .c-checkbox__icon input[type=radio] + label, .c-radio__icon input[type=checkbox] + label, .c-radio__icon input[type=radio] + label {
  font-size: 13px;
  color: #888;
}
.c-checkbox__icon input[type=checkbox] + label:before, .c-checkbox__icon input[type=checkbox] + label:after, .c-checkbox__icon input[type=radio] + label:before, .c-checkbox__icon input[type=radio] + label:after, .c-radio__icon input[type=checkbox] + label:before, .c-radio__icon input[type=checkbox] + label:after, .c-radio__icon input[type=radio] + label:before, .c-radio__icon input[type=radio] + label:after {
  content: none;
}
.c-checkbox__icon input[type=checkbox] + label .c-icon--favorite, .c-checkbox__icon input[type=radio] + label .c-icon--favorite, .c-radio__icon input[type=checkbox] + label .c-icon--favorite, .c-radio__icon input[type=radio] + label .c-icon--favorite {
  border-radius: 50%;
  margin-right: 4px;
}
.c-checkbox__icon input[type=checkbox]:checked + label, .c-checkbox__icon input[type=radio]:checked + label, .c-radio__icon input[type=checkbox]:checked + label, .c-radio__icon input[type=radio]:checked + label {
  color: #D60021;
}
.c-checkbox__icon input[type=checkbox]:checked + label .c-icon--favorite, .c-checkbox__icon input[type=radio]:checked + label .c-icon--favorite, .c-radio__icon input[type=checkbox]:checked + label .c-icon--favorite, .c-radio__icon input[type=radio]:checked + label .c-icon--favorite {
  background-image: url(../image/icon/icon_star_white.svg);
  background-color: #D60021;
}
.c-checkbox.c-switch input[type=checkbox] + label, .c-radio.c-switch input[type=checkbox] + label {
  width: 50px;
  height: 24px;
  background-color: #ddd;
  border-radius: 12px;
  position: relative;
  transition: all 0.2s ease;
}
.c-checkbox.c-switch input[type=checkbox] + label:before, .c-radio.c-switch input[type=checkbox] + label:before {
  height: 20px;
  width: 20px;
  display: block;
  content: "";
  z-index: 1;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 2px;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.c-checkbox.c-switch input[type=checkbox] + label:after, .c-radio.c-switch input[type=checkbox] + label:after {
  position: absolute;
  top: 5px;
  right: -55px;
  content: "未対応";
  font-size: 13px;
  font-weight: 500;
  color: #d52f9b;
  display: block;
  height: inherit;
  width: inherit;
}
.c-checkbox.c-switch input[type=checkbox]:checked + label, .c-radio.c-switch input[type=checkbox]:checked + label {
  background-color: #1AA800;
}
.c-checkbox.c-switch input[type=checkbox]:checked + label:before, .c-radio.c-switch input[type=checkbox]:checked + label:before {
  left: 28px;
}
.c-checkbox.c-switch input[type=checkbox]:checked + label:after, .c-radio.c-switch input[type=checkbox]:checked + label:after {
  content: "対応済";
  color: #1AA800;
}
.c-checkbox.c-switch__publish input[type=checkbox] + label:after, .c-radio.c-switch__publish input[type=checkbox] + label:after {
  content: "未公開";
}
.c-checkbox.c-switch__publish input[type=checkbox]:checked + label:after, .c-radio.c-switch__publish input[type=checkbox]:checked + label:after {
  content: "公開中";
}

.c-radio {
  margin: -8px;
}
.c-radio + p {
  margin-top: 8px;
}
.c-radio input[type=radio] + label {
  line-height: 1em;
  padding: 8px;
  width: auto;
}
.c-radio input[type=radio] + label:before, .c-radio input[type=radio] + label:after {
  border-radius: 50%;
}
.c-radio input[type=radio] + label:before {
  margin-right: 8px;
}
.c-radio input[type=radio] + label:after {
  height: 10px;
  width: 10px;
  border: none;
  background-color: #D60021;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}
.c-radio label:before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #ddd;
}
.c-radio label:after {
  content: none;
}

.required, .optional {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.required:after, .optional:after {
  border: 1px solid #D60021;
  border-radius: 3px;
  line-height: 1em;
  font-size: 10px;
  padding: 2px 2px 1px;
  height: auto;
  margin-left: 4px;
}

.required:after {
  content: "必須";
  background-color: #D60021;
  color: #fff;
}

.optional:after {
  content: "任意";
  border: 1px solid #D60021;
  color: #555;
}

input[readonly], textarea[readonly] {
  border: none;
  background: none;
  padding: 0;
}

/* デフォルトリセットなど */
input, select, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  outline: none;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
}

input[type=checkbox], input[type=radio], input[type=file] {
  display: none;
  width: 100%;
  border-radius: 0 !important;
  padding: 0;
}

/* イメージ、ファイル系 */
.c-input--image, .c-input--file {
  width: 100%;
  max-width: 600px;
}
.c-input--image input[type=file] + label, .c-input--file input[type=file] + label {
  background: #e3edf1 url(../image/icon/icon_noimage_white.svg) no-repeat center;
  background-size: cover;
  display: block;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #555;
}
.c-input--image input[type=file] + label.c-user, .c-input--file input[type=file] + label.c-user {
  background-image: url(../image/icon/icon_nobody_white.svg);
}
.c-input--image input[type=file] + label:before, .c-input--file input[type=file] + label:before {
  content: "";
  display: block;
  padding-top: 70%;
  width: 100%;
}
.c-input--image input[type=file] + label:hover, .c-input--file input[type=file] + label:hover {
  opacity: 0.7;
}
.c-input--image.wide input[type=file] + label:before, .c-input--file.wide input[type=file] + label:before {
  padding-top: 50%;
}
.c-input--image.square input[type=file] + label, .c-input--file.square input[type=file] + label {
  background-size: contain;
}
.c-input--image.square input[type=file] + label:before, .c-input--file.square input[type=file] + label:before {
  padding-top: 100%;
}
.c-input--image.c-user input[type=file] + label, .c-input--file.c-user input[type=file] + label {
  background-image: url(../image/icon/icon_nobody_white.svg);
}
.c-input--image.c-user input[type=file] + label:before, .c-input--file.c-user input[type=file] + label:before {
  content: "";
  display: block;
  padding-top: 125%;
  width: 100%;
}

/* 住所などインプット要素を縦に並べる場合 */
.c-input--column > .c-input + .c-input, .c-input--column > .c-input--full + .c-input, .c-input--column > .c-input--wrap + .c-input, .c-input--column > .c-input--center + .c-input, .c-input--column > .c-input--end + .c-input, .c-input--column > .c-input--column + .c-input, .c-input--column > .c-input__600 + .c-input, .c-input--column > .c-input__500 + .c-input, .c-input--column > .c-input__400 + .c-input, .c-input--column > .c-input__350 + .c-input, .c-input--column > .c-input__300 + .c-input, .c-input--column > .c-input__250 + .c-input, .c-input--column > .c-input__200 + .c-input, .c-input--column > .c-input__150 + .c-input, .c-input--column > .c-input__100 + .c-input, .c-input--column > .c-input__70 + .c-input, .c-input--column > .c-input__50 + .c-input, .c-input--column > .c-input--select + .c-input, .c-input--column > .c-input + .c-input--full, .c-input--column > .c-input--full + .c-input--full, .c-input--column > .c-input--wrap + .c-input--full, .c-input--column > .c-input--center + .c-input--full, .c-input--column > .c-input--end + .c-input--full, .c-input--column > .c-input--column + .c-input--full, .c-input--column > .c-input__600 + .c-input--full, .c-input--column > .c-input__500 + .c-input--full, .c-input--column > .c-input__400 + .c-input--full, .c-input--column > .c-input__350 + .c-input--full, .c-input--column > .c-input__300 + .c-input--full, .c-input--column > .c-input__250 + .c-input--full, .c-input--column > .c-input__200 + .c-input--full, .c-input--column > .c-input__150 + .c-input--full, .c-input--column > .c-input__100 + .c-input--full, .c-input--column > .c-input__70 + .c-input--full, .c-input--column > .c-input__50 + .c-input--full, .c-input--column > .c-input--select + .c-input--full, .c-input--column > .c-input + .c-input--wrap, .c-input--column > .c-input--full + .c-input--wrap, .c-input--column > .c-input--wrap + .c-input--wrap, .c-input--column > .c-input--center + .c-input--wrap, .c-input--column > .c-input--end + .c-input--wrap, .c-input--column > .c-input--column + .c-input--wrap, .c-input--column > .c-input__600 + .c-input--wrap, .c-input--column > .c-input__500 + .c-input--wrap, .c-input--column > .c-input__400 + .c-input--wrap, .c-input--column > .c-input__350 + .c-input--wrap, .c-input--column > .c-input__300 + .c-input--wrap, .c-input--column > .c-input__250 + .c-input--wrap, .c-input--column > .c-input__200 + .c-input--wrap, .c-input--column > .c-input__150 + .c-input--wrap, .c-input--column > .c-input__100 + .c-input--wrap, .c-input--column > .c-input__70 + .c-input--wrap, .c-input--column > .c-input__50 + .c-input--wrap, .c-input--column > .c-input--select + .c-input--wrap, .c-input--column > .c-input + .c-input--center, .c-input--column > .c-input--full + .c-input--center, .c-input--column > .c-input--wrap + .c-input--center, .c-input--column > .c-input--center + .c-input--center, .c-input--column > .c-input--end + .c-input--center, .c-input--column > .c-input--column + .c-input--center, .c-input--column > .c-input__600 + .c-input--center, .c-input--column > .c-input__500 + .c-input--center, .c-input--column > .c-input__400 + .c-input--center, .c-input--column > .c-input__350 + .c-input--center, .c-input--column > .c-input__300 + .c-input--center, .c-input--column > .c-input__250 + .c-input--center, .c-input--column > .c-input__200 + .c-input--center, .c-input--column > .c-input__150 + .c-input--center, .c-input--column > .c-input__100 + .c-input--center, .c-input--column > .c-input__70 + .c-input--center, .c-input--column > .c-input__50 + .c-input--center, .c-input--column > .c-input--select + .c-input--center, .c-input--column > .c-input + .c-input--end, .c-input--column > .c-input--full + .c-input--end, .c-input--column > .c-input--wrap + .c-input--end, .c-input--column > .c-input--center + .c-input--end, .c-input--column > .c-input--end + .c-input--end, .c-input--column > .c-input--column + .c-input--end, .c-input--column > .c-input__600 + .c-input--end, .c-input--column > .c-input__500 + .c-input--end, .c-input--column > .c-input__400 + .c-input--end, .c-input--column > .c-input__350 + .c-input--end, .c-input--column > .c-input__300 + .c-input--end, .c-input--column > .c-input__250 + .c-input--end, .c-input--column > .c-input__200 + .c-input--end, .c-input--column > .c-input__150 + .c-input--end, .c-input--column > .c-input__100 + .c-input--end, .c-input--column > .c-input__70 + .c-input--end, .c-input--column > .c-input__50 + .c-input--end, .c-input--column > .c-input--select + .c-input--end, .c-input--column > .c-input + .c-input--column, .c-input--column > .c-input--full + .c-input--column, .c-input--column > .c-input--wrap + .c-input--column, .c-input--column > .c-input--center + .c-input--column, .c-input--column > .c-input--end + .c-input--column, .c-input--column > .c-input--column + .c-input--column, .c-input--column > .c-input__600 + .c-input--column, .c-input--column > .c-input__500 + .c-input--column, .c-input--column > .c-input__400 + .c-input--column, .c-input--column > .c-input__350 + .c-input--column, .c-input--column > .c-input__300 + .c-input--column, .c-input--column > .c-input__250 + .c-input--column, .c-input--column > .c-input__200 + .c-input--column, .c-input--column > .c-input__150 + .c-input--column, .c-input--column > .c-input__100 + .c-input--column, .c-input--column > .c-input__70 + .c-input--column, .c-input--column > .c-input__50 + .c-input--column, .c-input--column > .c-input--select + .c-input--column, .c-input--column > .c-input + .c-input__600, .c-input--column > .c-input--full + .c-input__600, .c-input--column > .c-input--wrap + .c-input__600, .c-input--column > .c-input--center + .c-input__600, .c-input--column > .c-input--end + .c-input__600, .c-input--column > .c-input--column + .c-input__600, .c-input--column > .c-input__600 + .c-input__600, .c-input--column > .c-input__500 + .c-input__600, .c-input--column > .c-input__400 + .c-input__600, .c-input--column > .c-input__350 + .c-input__600, .c-input--column > .c-input__300 + .c-input__600, .c-input--column > .c-input__250 + .c-input__600, .c-input--column > .c-input__200 + .c-input__600, .c-input--column > .c-input__150 + .c-input__600, .c-input--column > .c-input__100 + .c-input__600, .c-input--column > .c-input__70 + .c-input__600, .c-input--column > .c-input__50 + .c-input__600, .c-input--column > .c-input--select + .c-input__600, .c-input--column > .c-input + .c-input__500, .c-input--column > .c-input--full + .c-input__500, .c-input--column > .c-input--wrap + .c-input__500, .c-input--column > .c-input--center + .c-input__500, .c-input--column > .c-input--end + .c-input__500, .c-input--column > .c-input--column + .c-input__500, .c-input--column > .c-input__600 + .c-input__500, .c-input--column > .c-input__500 + .c-input__500, .c-input--column > .c-input__400 + .c-input__500, .c-input--column > .c-input__350 + .c-input__500, .c-input--column > .c-input__300 + .c-input__500, .c-input--column > .c-input__250 + .c-input__500, .c-input--column > .c-input__200 + .c-input__500, .c-input--column > .c-input__150 + .c-input__500, .c-input--column > .c-input__100 + .c-input__500, .c-input--column > .c-input__70 + .c-input__500, .c-input--column > .c-input__50 + .c-input__500, .c-input--column > .c-input--select + .c-input__500, .c-input--column > .c-input + .c-input__400, .c-input--column > .c-input--full + .c-input__400, .c-input--column > .c-input--wrap + .c-input__400, .c-input--column > .c-input--center + .c-input__400, .c-input--column > .c-input--end + .c-input__400, .c-input--column > .c-input--column + .c-input__400, .c-input--column > .c-input__600 + .c-input__400, .c-input--column > .c-input__500 + .c-input__400, .c-input--column > .c-input__400 + .c-input__400, .c-input--column > .c-input__350 + .c-input__400, .c-input--column > .c-input__300 + .c-input__400, .c-input--column > .c-input__250 + .c-input__400, .c-input--column > .c-input__200 + .c-input__400, .c-input--column > .c-input__150 + .c-input__400, .c-input--column > .c-input__100 + .c-input__400, .c-input--column > .c-input__70 + .c-input__400, .c-input--column > .c-input__50 + .c-input__400, .c-input--column > .c-input--select + .c-input__400, .c-input--column > .c-input + .c-input__350, .c-input--column > .c-input--full + .c-input__350, .c-input--column > .c-input--wrap + .c-input__350, .c-input--column > .c-input--center + .c-input__350, .c-input--column > .c-input--end + .c-input__350, .c-input--column > .c-input--column + .c-input__350, .c-input--column > .c-input__600 + .c-input__350, .c-input--column > .c-input__500 + .c-input__350, .c-input--column > .c-input__400 + .c-input__350, .c-input--column > .c-input__350 + .c-input__350, .c-input--column > .c-input__300 + .c-input__350, .c-input--column > .c-input__250 + .c-input__350, .c-input--column > .c-input__200 + .c-input__350, .c-input--column > .c-input__150 + .c-input__350, .c-input--column > .c-input__100 + .c-input__350, .c-input--column > .c-input__70 + .c-input__350, .c-input--column > .c-input__50 + .c-input__350, .c-input--column > .c-input--select + .c-input__350, .c-input--column > .c-input + .c-input__300, .c-input--column > .c-input--full + .c-input__300, .c-input--column > .c-input--wrap + .c-input__300, .c-input--column > .c-input--center + .c-input__300, .c-input--column > .c-input--end + .c-input__300, .c-input--column > .c-input--column + .c-input__300, .c-input--column > .c-input__600 + .c-input__300, .c-input--column > .c-input__500 + .c-input__300, .c-input--column > .c-input__400 + .c-input__300, .c-input--column > .c-input__350 + .c-input__300, .c-input--column > .c-input__300 + .c-input__300, .c-input--column > .c-input__250 + .c-input__300, .c-input--column > .c-input__200 + .c-input__300, .c-input--column > .c-input__150 + .c-input__300, .c-input--column > .c-input__100 + .c-input__300, .c-input--column > .c-input__70 + .c-input__300, .c-input--column > .c-input__50 + .c-input__300, .c-input--column > .c-input--select + .c-input__300, .c-input--column > .c-input + .c-input__250, .c-input--column > .c-input--full + .c-input__250, .c-input--column > .c-input--wrap + .c-input__250, .c-input--column > .c-input--center + .c-input__250, .c-input--column > .c-input--end + .c-input__250, .c-input--column > .c-input--column + .c-input__250, .c-input--column > .c-input__600 + .c-input__250, .c-input--column > .c-input__500 + .c-input__250, .c-input--column > .c-input__400 + .c-input__250, .c-input--column > .c-input__350 + .c-input__250, .c-input--column > .c-input__300 + .c-input__250, .c-input--column > .c-input__250 + .c-input__250, .c-input--column > .c-input__200 + .c-input__250, .c-input--column > .c-input__150 + .c-input__250, .c-input--column > .c-input__100 + .c-input__250, .c-input--column > .c-input__70 + .c-input__250, .c-input--column > .c-input__50 + .c-input__250, .c-input--column > .c-input--select + .c-input__250, .c-input--column > .c-input + .c-input__200, .c-input--column > .c-input--full + .c-input__200, .c-input--column > .c-input--wrap + .c-input__200, .c-input--column > .c-input--center + .c-input__200, .c-input--column > .c-input--end + .c-input__200, .c-input--column > .c-input--column + .c-input__200, .c-input--column > .c-input__600 + .c-input__200, .c-input--column > .c-input__500 + .c-input__200, .c-input--column > .c-input__400 + .c-input__200, .c-input--column > .c-input__350 + .c-input__200, .c-input--column > .c-input__300 + .c-input__200, .c-input--column > .c-input__250 + .c-input__200, .c-input--column > .c-input__200 + .c-input__200, .c-input--column > .c-input__150 + .c-input__200, .c-input--column > .c-input__100 + .c-input__200, .c-input--column > .c-input__70 + .c-input__200, .c-input--column > .c-input__50 + .c-input__200, .c-input--column > .c-input--select + .c-input__200, .c-input--column > .c-input + .c-input__150, .c-input--column > .c-input--full + .c-input__150, .c-input--column > .c-input--wrap + .c-input__150, .c-input--column > .c-input--center + .c-input__150, .c-input--column > .c-input--end + .c-input__150, .c-input--column > .c-input--column + .c-input__150, .c-input--column > .c-input__600 + .c-input__150, .c-input--column > .c-input__500 + .c-input__150, .c-input--column > .c-input__400 + .c-input__150, .c-input--column > .c-input__350 + .c-input__150, .c-input--column > .c-input__300 + .c-input__150, .c-input--column > .c-input__250 + .c-input__150, .c-input--column > .c-input__200 + .c-input__150, .c-input--column > .c-input__150 + .c-input__150, .c-input--column > .c-input__100 + .c-input__150, .c-input--column > .c-input__70 + .c-input__150, .c-input--column > .c-input__50 + .c-input__150, .c-input--column > .c-input--select + .c-input__150, .c-input--column > .c-input + .c-input__100, .c-input--column > .c-input--full + .c-input__100, .c-input--column > .c-input--wrap + .c-input__100, .c-input--column > .c-input--center + .c-input__100, .c-input--column > .c-input--end + .c-input__100, .c-input--column > .c-input--column + .c-input__100, .c-input--column > .c-input__600 + .c-input__100, .c-input--column > .c-input__500 + .c-input__100, .c-input--column > .c-input__400 + .c-input__100, .c-input--column > .c-input__350 + .c-input__100, .c-input--column > .c-input__300 + .c-input__100, .c-input--column > .c-input__250 + .c-input__100, .c-input--column > .c-input__200 + .c-input__100, .c-input--column > .c-input__150 + .c-input__100, .c-input--column > .c-input__100 + .c-input__100, .c-input--column > .c-input__70 + .c-input__100, .c-input--column > .c-input__50 + .c-input__100, .c-input--column > .c-input--select + .c-input__100, .c-input--column > .c-input + .c-input__70, .c-input--column > .c-input--full + .c-input__70, .c-input--column > .c-input--wrap + .c-input__70, .c-input--column > .c-input--center + .c-input__70, .c-input--column > .c-input--end + .c-input__70, .c-input--column > .c-input--column + .c-input__70, .c-input--column > .c-input__600 + .c-input__70, .c-input--column > .c-input__500 + .c-input__70, .c-input--column > .c-input__400 + .c-input__70, .c-input--column > .c-input__350 + .c-input__70, .c-input--column > .c-input__300 + .c-input__70, .c-input--column > .c-input__250 + .c-input__70, .c-input--column > .c-input__200 + .c-input__70, .c-input--column > .c-input__150 + .c-input__70, .c-input--column > .c-input__100 + .c-input__70, .c-input--column > .c-input__70 + .c-input__70, .c-input--column > .c-input__50 + .c-input__70, .c-input--column > .c-input--select + .c-input__70, .c-input--column > .c-input + .c-input__50, .c-input--column > .c-input--full + .c-input__50, .c-input--column > .c-input--wrap + .c-input__50, .c-input--column > .c-input--center + .c-input__50, .c-input--column > .c-input--end + .c-input__50, .c-input--column > .c-input--column + .c-input__50, .c-input--column > .c-input__600 + .c-input__50, .c-input--column > .c-input__500 + .c-input__50, .c-input--column > .c-input__400 + .c-input__50, .c-input--column > .c-input__350 + .c-input__50, .c-input--column > .c-input__300 + .c-input__50, .c-input--column > .c-input__250 + .c-input__50, .c-input--column > .c-input__200 + .c-input__50, .c-input--column > .c-input__150 + .c-input__50, .c-input--column > .c-input__100 + .c-input__50, .c-input--column > .c-input__70 + .c-input__50, .c-input--column > .c-input__50 + .c-input__50, .c-input--column > .c-input--select + .c-input__50, .c-input--column > .c-input + .c-input--select, .c-input--column > .c-input--full + .c-input--select, .c-input--column > .c-input--wrap + .c-input--select, .c-input--column > .c-input--center + .c-input--select, .c-input--column > .c-input--end + .c-input--select, .c-input--column > .c-input--column + .c-input--select, .c-input--column > .c-input__600 + .c-input--select, .c-input--column > .c-input__500 + .c-input--select, .c-input--column > .c-input__400 + .c-input--select, .c-input--column > .c-input__350 + .c-input--select, .c-input--column > .c-input__300 + .c-input--select, .c-input--column > .c-input__250 + .c-input--select, .c-input--column > .c-input__200 + .c-input--select, .c-input--column > .c-input__150 + .c-input--select, .c-input--column > .c-input__100 + .c-input--select, .c-input--column > .c-input__70 + .c-input--select, .c-input--column > .c-input__50 + .c-input--select, .c-input--column > .c-input--select + .c-input--select {
  margin: 4px 0 0;
}

*:disabled {
  border-color: transparent;
  background: #eee;
  color: #fff;
}
*:disabled + label {
  opacity: 0.3;
}

/* ラベルがない場合 */
.c-checkbox .label-none {
  padding: 0 0 0 16px; /* boxの幅分 */
  margin: 0 auto;
}

/* プレイスホルダー */
input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
  line-height: normal;
}

input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
  line-height: normal;
}

input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
  line-height: normal;
}

textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
  line-height: normal;
}

.c-switch {
  margin: 0 auto;
  display: flex;
  width: 200px;
  height: 35px;
}
.c-switch.c-radio input[type=radio] + label {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  line-height: 1.5em;
  padding: 0;
  width: 50%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px 0 0 3px;
  background-color: #ccc;
  color: #fff;
}
.c-switch.c-radio input[type=radio] + label:before, .c-switch.c-radio input[type=radio] + label:after {
  display: none;
}
.c-switch.c-radio input[type=radio] + label + input + label {
  border-radius: 0 3px 3px 0;
}
.c-switch.c-radio input[type=radio]:checked + label {
  background-color: #1dbe00;
}
.c-switch.c-radio input[type=radio]:checked + label:before {
  content: none;
}
.c-switch.c-radio input[type=radio]:checked + label:after {
  display: none;
}
.c-text__error, .error {
  padding: 3px 8px 2px;
  color: #fff !important;
  background-color: #D92B89;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
  display: inline-flex;
}
.c-text__error:before, .error:before {
  content: "!";
  font-weight: 900;
  font-size: 15px;
  margin-right: 4px;
}

body .ui-datepicker {
  box-shadow: 0px 4px 8px rgba(126, 55, 0, 0.15);
}
body .ui-datepicker.ui-widget.ui-widget-content {
  border: none;
  border-radius: 0;
}
body .ui-datepicker.ui-widget.ui-widget-content .ui-state-active {
  background-color: #D60021;
  border-color: #00cec6;
}
body .ui-datepicker .ui-datepicker-title {
  position: relative;
}
body .ui-datepicker .ui-datepicker-title select {
  padding: 4px;
  border: 1px solid #D60021;
  text-align: center;
  width: 70px;
  border-radius: 4px;
  cursor: pointer;
}
body .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  margin-right: 4px;
}
body .ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
  margin-left: 4px;
}
body .ui-datepicker .ui-state-default {
  border: none;
}
body .ui-datepicker .ui-button.ui-state-disabled:hover {
  border: none;
}
body .ui-datepicker .ui-button.ui-state-disabled:active {
  border: none;
}
body .ui-datepicker .ui-corner-all {
  border: none;
  background-color: #00cec6;
  border-radius: 0;
}
body .ui-datepicker .ui-corner-top {
  border: none;
}
body .ui-datepicker .ui-corner-left {
  border: none;
}
body .ui-datepicker .ui-corner-tl {
  border: none;
}
body .ui-datepicker .ui-state-highlight {
  color: #fff;
  background-color: #D60021;
  border-color: #00cec6;
}

/* ! --------------------------------------------------
- ボックス
-------------------------------------------------- */
.c-box {
  width: 100%;
}
.c-box.bg-fff {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 768px) {
  .c-box.bg-fff {
    padding: 2rem;
  }
}
.c-box + .c-box {
  margin-top: 1.5rem;
}
.c-box__200 {
  max-width: 200px;
  margin: 0 auto;
}
.c-box__500 {
  max-width: 500px;
  margin: 0 auto;
}
.c-box__600 {
  max-width: 600px;
  margin: 0 auto;
}
.c-box__700 {
  max-width: 700px;
  margin: 0 auto;
}
.c-box__800 {
  max-width: 800px;
  margin: 0 auto;
}
.c-box__900 {
  max-width: 900px;
  margin: 0 auto;
}
.c-box__head {
  margin-bottom: 1rem;
}
.c-box__foot {
  margin-top: 1rem;
}

.p-data__none {
  background-color: #ddd;
  border-radius: 8px;
  padding: 24px;
  margin: 24px 0;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-data__none p {
  color: #888;
}
@media screen and (min-width: 560px) {
  .p-data__none p {
    font-size: 16px;
  }
}

/* ! --------------------------------------------------
- scroll
-------------------------------------------------- */
.p-scroll, .p-scroll__height--800, .p-scroll__height--700, .p-scroll__height--600, .p-scroll__height--500, .p-scroll__height--400, .p-scroll__height--300, .p-scroll__height--200, .p-scroll__height--100 {
  overflow: auto;
  width: 100%;
}
.p-scroll__height--100 {
  height: 100px;
}
.p-scroll__height--200 {
  height: 200px;
}
.p-scroll__height--300 {
  height: 300px;
}
.p-scroll__height--400 {
  height: 400px;
}
.p-scroll__height--500 {
  height: 500px;
}
.p-scroll__height--600 {
  height: 600px;
}
.p-scroll__height--700 {
  height: 700px;
}
.p-scroll__height--800 {
  height: 800px;
}
.p-scroll__inner {
  padding: 4px;
}
.p-scroll__inner--500 {
  padding: 4px;
  min-width: 500px;
}
.p-scroll__inner--600 {
  padding: 4px;
  min-width: 600px;
}
.p-scroll__inner--700 {
  padding: 4px;
  min-width: 700px;
}
.p-scroll__inner--800 {
  padding: 4px;
  min-width: 800px;
}
.p-scroll__inner--900 {
  padding: 4px;
  min-width: 900px;
}
.p-scroll__inner--1000 {
  padding: 4px;
  min-width: 1000px;
}
.p-scroll__inner--1100 {
  padding: 4px;
  min-width: 1100px;
}
.p-scroll__inner--1200 {
  padding: 4px;
  min-width: 1200px;
}
.p-scroll__inner--1300 {
  padding: 4px;
  min-width: 1300px;
}
.p-scroll__inner--1400 {
  padding: 4px;
  min-width: 1400px;
}
@media screen and (min-width: 768px) {
  .p-scroll__inner {
    min-width: inherit !important;
  }
}
.p-scroll__inner .c-icon_next {
  background-image: url(../image/icon/icon_arrow.svg);
  width: 20px;
  display: block;
}

/* 指定のワイド以上でON */
.on_pcWide {
  display: none;
}
@media screen and (min-width: 1440px) {
  .on_pcWide {
    display: block;
  }
}
.on_pc {
  display: none;
}
@media screen and (min-width: 1280px) {
  .on_pc {
    display: block;
  }
}
.on_note {
  display: none;
}
@media screen and (min-width: 1120px) {
  .on_note {
    display: block;
  }
}
.on_tabletWide {
  display: none;
}
@media screen and (min-width: 1024px) {
  .on_tabletWide {
    display: block;
  }
}
.on_tablet {
  display: none;
}
@media screen and (min-width: 768px) {
  .on_tablet {
    display: block;
  }
}
.on_spWide {
  display: none;
}
@media screen and (min-width: 560px) {
  .on_spWide {
    display: block;
  }
}

/* 指定のワイド以上でOFF */
@media screen and (min-width: 1440px) {
  .off_pcWide {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .off_pc {
    display: none;
  }
}
@media screen and (min-width: 1120px) {
  .off_note {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .off_tabletWide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .off_tablet {
    display: none;
  }
}
@media screen and (min-width: 560px) {
  .off_spWide {
    display: none;
  }
}

/* WOWアニメーション */
.fadeInUp {
  -webkit-animation: fadeInUp 2.5s ease 0s 1 normal;
  animation: fadeInUp 2.5s ease 0s 1 normal;
}

/* 画面外 */
.fade-block2 {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease-in;
}

/* 画面に入った時の動き */
.fade-block2.blockIn {
  transform: translateY(0);
  opacity: 1;
}

.shadow {
  filter: drop-shadow(0px 4px 10px rgba(0, 169, 207, 0.2));
  box-shadow: 0px 4px 10px rgba(229, 150, 0, 0.2);
  -webkit-box-shadow: 0px 4px 10px rgba(229, 150, 0, 0.2);
}

.p-noContent {
  padding: 30px;
  min-height: 150px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.p-noContent .c-text {
  color: #aaa;
  font-size: 20px;
  font-weight: 700;
}

.c-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-date p {
  font-size: 20px;
}
.c-date p small {
  font-size: 14px;
  margin: 0 4px;
}
.c-date p span {
  font-size: 12px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  transform: translateY(-4px);
  display: inline-block;
  padding: 1px 4px 0;
  text-align: center;
}
.c-date p + span {
  margin: 0 4px;
}
.c-date .c-text__lv5 {
  font-size: 18px;
}

.c-full {
  width: 100% !important;
  flex: 1 1 auto !important;
}

.c-none {
  display: none;
}

.c-border {
  padding: 8px 8px 4px;
  border: 1px solid #D60021;
  border-radius: 8px;
}
.c-border__top {
  border-top: 1px solid #00cec6;
  padding-top: 16px;
  margin-top: 16px;
}

.c-right {
  margin-left: auto;
}

.c-center {
  margin: 0 auto;
  text-align: center;
}

.c-mgt8 {
  margin-top: 8px !important;
}
.c-mgt16 {
  margin-top: 16px !important;
}
.c-mgt24 {
  margin-top: 24px !important;
}
.c-mgt32 {
  margin-top: 32px !important;
}
.c-mgt40 {
  margin-top: 40px !important;
}
.c-mgt48 {
  margin-top: 48px !important;
}
.c-mgb8 {
  margin-bottom: 8px !important;
}
.c-mgb16 {
  margin-bottom: 16px !important;
}
.c-mgb24 {
  margin-bottom: 24px !important;
}
.c-mgb32 {
  margin-bottom: 32px !important;
}
.c-mgb40 {
  margin-bottom: 40px !important;
}
.c-mgb48 {
  margin-bottom: 48px !important;
}

.c-bulge {
  background-color: #F0F1F4;
  box-shadow: 7px 7px 20px rgba(174, 174, 192, 0.4), -7px -7px 16px rgb(255, 255, 255);
  padding: 20px;
  border-radius: 16px;
  flex: auto;
}

.c-concave {
  background-color: #F0F1F4;
  box-shadow: -5px -5px 5px rgba(255, 255, 255, 0.7) inset, 5px 5px 5px rgba(107, 112, 125, 0.1) inset;
  padding: 32px;
  flex: auto;
  border-radius: 16px;
}
@media screen and (min-width: 560px) {
  .c-concave {
    padding: 12px;
  }
}

.bg-fff {
  background-color: #fff;
}
.bg-back {
  background-color: #F5F5F5;
}
.bg-main {
  background-color: #D60021;
}
.bg-main p {
  color: #fff;
}
.bg-accent {
  background-color: #00cec6;
}
.bg-accent p {
  color: #fff;
}

.p-view {
  background: url(../image/bg-view.png) no-repeat center bottom;
  background-size: cover;
  padding: 2rem 1rem 4rem;
  position: relative;
}
.p-view:before, .p-view:after {
  content: "";
  display: block;
  width: 180px;
  aspect-ratio: 8/5;
  position: absolute;
  bottom: -24px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-view:before, .p-view:after {
    width: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .p-view:before, .p-view:after {
    width: 400px;
  }
}
.p-view:before {
  background: url(../image/img_car_left.png) no-repeat center;
  background-size: cover;
  left: -24px;
}
@media screen and (min-width: 768px) {
  .p-view:before {
    left: 0;
  }
}
.p-view:after {
  background: url(../image/img_car_right.png) no-repeat center;
  background-size: cover;
  right: -24px;
}
@media screen and (min-width: 768px) {
  .p-view:after {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-view {
    padding: 4rem 0;
    height: 700px;
  }
}
.p-view__head img {
  width: 230px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-view__head img {
    width: 380px;
  }
}
.p-view__body img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.p-view__body p {
  color: white;
  margin-top: 0.5rem;
  text-shadow: 0px 2px 4px rgb(99, 0, 0);
}

.p-section__head--title h3 {
  font-size: 1rem;
}
@media screen and (min-width: 560px) {
  .p-section__head--title h3 {
    font-size: 20px;
  }
}
.p-section__head--title span {
  margin-top: 0.5rem;
}
.p-section__head--title strong {
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  position: relative;
}
@media screen and (min-width: 560px) {
  .p-section__head--title strong {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-section__head--title strong {
    font-size: 3.5rem;
  }
}
.p-section__head--title strong:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 560px) {
  .p-section__head--title strong:after {
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .p-section__head--title strong:after {
    width: 500px;
  }
}

.p-campaign {
  position: relative;
  padding-bottom: 3rem;
}
@media screen and (min-width: 560px) {
  .p-campaign {
    padding-bottom: 100px;
  }
}
.p-campaign:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  content: "";
  background: url(../image/bg-campaign.png) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  aspect-ratio: 3/1;
}
.p-campaign .p-section__body .c-box__body {
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-campaign .p-section__body .c-box__body {
    flex-direction: row;
  }
}
.p-campaign__concept {
  flex: 1 1 50%;
}
.p-campaign__concept .bg-main {
  color: white;
  padding: 0.5rem 1rem 0.3rem;
  margin: 0.5rem 0;
}
.p-campaign__concept .bg-main strong {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-campaign__concept .bg-main strong {
    font-size: 36px;
  }
}
.p-campaign__detail {
  flex: 1 1 auto;
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-campaign__detail {
    margin: 0;
    flex: 1 1 50%;
    padding-left: 1.5rem;
  }
}
.p-campaign__detail .c-text__lv3 {
  color: #D60021;
  position: relative;
  margin-bottom: 0.5rem;
}
.p-campaign__detail .c-text__lv3:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 24px;
  mix-blend-mode: multiply;
  z-index: -1;
  background-color: #FFEB00;
}
.p-campaign__detail .c-text__lv3 strong {
  font-size: 3rem;
  font-style: italic;
  letter-spacing: -0.05em;
  margin: 0 4px;
}
@media screen and (min-width: 768px) {
  .p-campaign__detail .c-text__lv3 strong {
    font-size: 4rem;
  }
}
.p-campaign .c-box__body {
  display: flex;
  align-items: center;
}
.p-campaign .p-section__body .c-box {
  border-left: 3px solid #D60021;
  border-right: 3px solid #D60021;
}
@media screen and (min-width: 768px) {
  .p-campaign .p-section__body .c-box {
    border-left: 6px solid #D60021;
    border-right: 6px solid #D60021;
  }
}
.p-campaign .p-section__foot .c-box .c-text__lv2 {
  background-color: #D60021;
  height: 60px;
  width: 60px;
  flex: 0 0 60px;
  border-radius: 4px;
  color: white;
  text-align: center;
  line-height: 1;
  padding: 0.5rem 0;
  letter-spacing: 0;
}
@media screen and (min-width: 560px) {
  .p-campaign .p-section__foot .c-box .c-text__lv2 {
    height: 90px;
    width: 90px;
    flex: 0 0 90px;
    padding: 1rem 0;
  }
}
.p-campaign .p-section__foot .c-box .c-text__lv3 {
  margin-left: 1rem;
}
@media screen and (min-width: 560px) {
  .p-campaign .p-section__foot .c-box .c-text__lv3 {
    margin-left: 1.5rem;
  }
}

.p-information__title {
  display: flex;
  align-items: center;
  margin: -2rem 0 0 -1rem;
}
@media screen and (min-width: 768px) {
  .p-information__title {
    margin: -4rem 0 0 -1rem;
  }
}
.p-information__title p {
  background-color: #000;
  border-radius: 50%;
  border: 3px solid white;
  height: 70px;
  width: 70px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 0 0 8px;
  box-shadow: 0px 4px 8px rgba(141, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .p-information__title p {
    height: 90px;
    width: 90px;
  }
}
.p-information__title p:after {
  counter-increment: number 1;
  content: counter(number) "";
  display: block;
  font-style: italic;
  font-size: 2.75rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-information__title p:after {
    margin-top: 1.25rem;
    font-size: 4rem;
  }
}
.p-information__title h5 {
  background-color: #D60021;
  padding: 1rem 2rem 1rem 1.5rem;
  color: white;
  margin-left: -1rem;
  position: relative;
}
.p-information__title h5:after {
  content: "";
  display: block;
  background: url(../image/img_info_title.svg) no-repeat center;
  background-size: cover;
  height: 100%;
  width: 20px;
  position: absolute;
  right: -20px;
  top: 0;
}
.p-information__content {
  counter-reset: number 0;
}
@media screen and (min-width: 560px) {
  .p-information__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-information__content--item {
  width: 100%;
}
.p-information__content--item + div {
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-information__content--item + div {
    padding: 4px;
  }
}
@media screen and (min-width: 768px) {
  .p-information__content--item {
    padding: 4px;
    width: 50%;
  }
  .p-information__content--item:nth-child(3), .p-information__content--item:nth-child(4), .p-information__content--item:nth-child(5) {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 1120px) {
  .p-information__content--item {
    width: 33.333%;
  }
  .p-information__content--item:nth-child(3) {
    padding: 4px;
  }
  .p-information__content--item:nth-child(4), .p-information__content--item:nth-child(5) {
    padding-top: 2rem;
  }
}
.p-information__content--item .c-box {
  box-shadow: 0px 8px 20px rgba(141, 0, 0, 0.1);
  padding: 1rem;
}
@media screen and (min-width: 560px) {
  .p-information__content--item .c-box {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-information__content--item .c-box {
    height: 100%;
  }
}
.p-information__content--item .c-box .p-list__border legend {
  width: 100px;
  color: #888;
  font-size: 13px;
}

.p-about .p-section__body {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-about .p-section__body {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-about .p-section__body .c-box {
  border-left: 3px solid #D60021;
  box-shadow: 0px 8px 20px rgba(141, 0, 0, 0.1);
  border-right: 3px solid #D60021;
  width: 90%;
  margin: -3rem auto 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-about .p-section__body .c-box {
    border-left: 6px solid #D60021;
    border-right: 6px solid #D60021;
  }
}
@media screen and (min-width: 1024px) {
  .p-about .p-section__body .c-box {
    margin: 0 0 0 -3rem;
    width: 50%;
  }
}
.p-about__image {
  width: 100%;
  box-shadow: 20px 20px 0px rgb(240, 223, 223);
}
@media screen and (min-width: 768px) {
  .p-about__image {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__image {
    width: 50%;
  }
}

.p-detail .p-section__body .c-box {
  padding: 1rem 2rem;
}
@media screen and (min-width: 768px) {
  .p-detail .p-section__body .c-box {
    padding: 2rem 3.75rem;
  }
}
.p-detail .p-section__body .c-box h5 {
  margin-top: 1rem;
  font-size: 0.83rem;
}
.p-detail .p-section__body .c-box h5:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #888;
  display: inline-block;
  margin: 0 0 5px 8px;
}
.p-detail .p-section__body .c-box p a:hover {
  border-bottom: 1px solid;
}

.p-double {
  background: url(../image/bg-double.png) no-repeat center top;
  background-size: cover;
  padding: 4rem 0;
}
.p-double .p-section__head {
  display: flex;
  justify-content: center;
}
.p-double .p-section__head img {
  margin: 0 auto;
  max-width: 115%;
}
@media screen and (min-width: 768px) {
  .p-double .p-section__head img {
    max-width: inherit;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-double .p-section__body .c-box {
    display: flex;
    align-items: center;
  }
}
.p-double .p-section__body .c-box__head {
  margin: -2rem 0 1rem;
}
@media screen and (min-width: 1024px) {
  .p-double .p-section__body .c-box__head {
    margin: 0 1rem 0 -3rem;
  }
}
.p-double .p-section__body .c-box__head h5 {
  color: white;
  background-color: #000;
  border: 3px solid white;
  box-shadow: 0px 4px 8px rgba(52, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px 0 0 0;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-double .p-section__body .c-box__head h5 {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-double .p-section__body .c-box__body .c-text__lv3 small {
    font-size: 1rem;
  }
}
.p-double .p-section__body .c-box__body a.c-text__lv6:hover {
  border-bottom: 1px solid #000;
}
.p-double .p-section__body .c-box__body .c-date p {
  font-size: 2rem;
}
.p-double .p-section__body .c-box__body .c-date p small {
  font-size: 1rem;
}
@media screen and (min-width: 560px) {
  .p-double .p-section__body .c-box__body .c-date p small {
    font-size: 1.5rem;
  }
}
.p-double .p-section__body .c-box__body .c-date p span {
  padding: 5px 6px 3px;
  height: 28px;
  width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  padding: 5px 6px 1px;
}
@media screen and (min-width: 560px) {
  .p-double .p-section__body .c-box__body .c-date p span {
    font-size: 1.5rem;
  }
}

/* ! ==================================================
- リスト
================================================== */
ul > li .head {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  ul > li .head {
    margin-bottom: 4px;
  }
}
ul > li .foot {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  ul > li .foot {
    margin-bottom: 4px;
  }
}
ul > li[data-href] {
  cursor: pointer;
  transition: all 0.1s;
}
.p-list > li + li {
  margin-top: 16px;
}
@media screen and (min-width: 560px) {
  .p-list > li + li {
    margin-top: 8px;
  }
}
.p-list__row > li .head {
  margin: 0 0 8px;
}
@media screen and (min-width: 560px) {
  .p-list__row > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-list__row > li .head {
    min-width: 200px;
    margin: 0;
  }
  .p-list__row > li .body {
    flex: auto;
  }
}
.p-list__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.p-list__wrap > li {
  padding: 8px;
}
.p-list__wrap > li .head {
  margin: 0 0 8px;
}
.p-list__wrap > li.auto {
  flex: 1 1 auto;
  max-width: 240px;
}
.p-list__wrap > li.fix-150 {
  flex: 0 0 150px;
  width: 150px;
}
.p-list__wrap > li.fix-140 {
  flex: 0 0 140px;
  width: 140px;
}
.p-list__wrap > li.fix-130 {
  flex: 0 0 130px;
  width: 130px;
}
.p-list__wrap > li.fix-120 {
  flex: 0 0 120px;
  width: 120px;
}
@media screen and (min-width: 768px) {
  .p-list__wrap {
    margin: -4px;
  }
  .p-list__wrap > li {
    padding: 4px;
  }
}
.p-list__split2 {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.p-list__split2 > li {
  padding: 8px;
  flex: 0 0 50%;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-list__split2 {
    margin: -4px 0;
  }
  .p-list__split2 > li {
    padding: 4px 0;
    flex: 1 1 auto;
    width: 100%;
  }
}
.p-list__split3 {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.p-list__split3 > li {
  padding: 8px;
  flex: 0 0 33.333%;
  width: 33.333%;
}
@media screen and (min-width: 1024px) {
  .p-list__split3 > li {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media screen and (min-width: 560px) {
  .p-list__split3 {
    margin: -4px 0;
  }
  .p-list__split3 > li {
    padding: 4px 0;
    flex: 1 1 auto;
    width: 100%;
  }
}
.p-list__split4 {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.p-list__split4 > li {
  padding: 8px;
  flex: 0 0 25%;
  width: 25%;
}
@media screen and (min-width: 1120px) {
  .p-list__split4 > li {
    flex: 0 0 33.333%;
    width: 33.333%;
  }
}
@media screen and (min-width: 1024px) {
  .p-list__split4 > li {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media screen and (min-width: 560px) {
  .p-list__split4 {
    margin: -4px 0;
  }
  .p-list__split4 > li {
    padding: 4px 0;
    flex: 1 1 auto;
    width: 100%;
  }
}
.p-list__split5 {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.p-list__split5 > li {
  padding: 8px;
  flex: 0 0 20%;
  width: 20%;
}
@media screen and (min-width: 1120px) {
  .p-list__split5 > li {
    flex: 0 0 25%;
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .p-list__split5 > li {
    flex: 0 0 33.333%;
    width: 33.333%;
  }
}
@media screen and (min-width: 560px) {
  .p-list__split5 {
    margin: -4px 0;
  }
  .p-list__split5 > li {
    padding: 4px 0;
    flex: 0 0 50%;
    width: 50%;
  }
}
.p-list__border > li {
  padding: 0 0 8px;
}
.p-list__border > li + li {
  border-top: 1px solid;
  padding: 8px 0;
}
.p-list--column {
  margin: 0;
}
.p-list--column > li + li {
  margin-top: 8px;
}
.p-list--column > li article {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 8px;
  border: transparent 1px solid;
}
@media screen and (min-width: 560px) {
  .p-list--column > li article {
    flex-direction: column;
  }
}
.p-list--column > li article:hover {
  border: #D60021 1px solid;
}
.p-list--column > li article .c-image, .p-list--column > li article .c-image__wide, .p-list--column > li article .c-image__vertical, .p-list--column > li article .c-image__square, .p-list--column > li article .c-image__circle, .p-list--column > li article .c-image__logo {
  width: 150px;
  flex: 0 0 150px;
}
.p-list--column > li article .c-image__logo {
  width: 100px;
  flex: 0 0 100px;
}
.p-list--column > li article .c-text {
  flex: auto;
  width: calc(100% - 148px);
  margin: 0 8px;
}
@media screen and (min-width: 560px) {
  .p-list--column > li article .c-text {
    width: 100%;
  }
}
.p-list--column > li article .c-text .c-upper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-list--column > li article .c-text .c-upper .c-text__lv5 {
  margin-right: 8px;
}
.p-list--column > li article .c-text .c-upper .p-list__wrap {
  align-items: center;
}
.p-list--column > li article .c-text .c-upper .p-list__wrap li {
  padding: 4px;
}
.p-list--column > li article .c-text .c-border__top {
  border-top: 1px solid #D60021;
  padding-top: 8px;
  margin-top: 8px;
}
@media screen and (min-width: 560px) {
  .p-list--column > li article .c-icon--arrow {
    display: none;
  }
}

.updown {
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.updown:hover {
  opacity: 0.6;
}
.updown:after {
  content: "";
  display: block;
  background: #fff url(../image/icon/icon_updown.svg) no-repeat center;
  background-size: cover;
  height: 20px;
  width: 20px;
  margin-left: 5px;
  border: #D60021 1px solid;
  border-radius: 5px;
}

.updown.change:after {
  transform: rotate(180deg);
}

.p-pagination {
  margin-top: 24px;
}
.p-pagination .p-list__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -4px;
}
.p-pagination .p-list__wrap > li {
  padding: 0 4px;
}
.p-pagination .p-list__wrap > li.current * {
  border-bottom: #00cec6 2px solid;
}
.p-pagination .p-list__wrap > li > * {
  display: block;
  border: #00cec6 1px solid;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.2s ease;
}
.p-pagination .p-list__wrap > li > *:hover {
  background-color: #fff;
}
.p-pagination .p-list__wrap > li span {
  border: transparent 1px solid;
}
.p-pagination .p-list__wrap > li.prev > * {
  background-image: url(../image/icon/icon_arrow.svg);
  transform: rotate(180deg);
}
.p-pagination .p-list__wrap > li.next > * {
  background-image: url(../image/icon/icon_arrow.svg);
}
.p-pagination .p-list__wrap > li span, .p-pagination .p-list__wrap > li a {
  padding: 5px;
  line-height: 1em;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #00cec6;
}
.p-pagination .p-list__wrap > li a:hover {
  background-color: #eee;
}

.p-tab {
  width: 100%;
}
.p-tab form {
  margin-bottom: 8px;
}

.p-list__tab {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid;
}
.p-list__tab .tab {
  flex-grow: 1;
  text-align: center;
  cursor: pointer;
}
.p-list__tab .tab p {
  transition: all 0.1s ease-out;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-bottom: solid 2px transparent;
  display: block;
  padding: 0 0 4px;
}
.p-list__tab .tab.active p {
  border-bottom: solid 2px #000;
}

.p-content {
  margin-top: 24px;
}
@media screen and (min-width: 560px) {
  .p-content {
    margin-top: 16px;
  }
}
.p-content .c-content {
  display: none;
}
.p-content .c-content.show {
  display: block;
}
.p-content .c-content__head {
  margin-bottom: 24px;
}

.p-tab__css {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.p-tab__css:after {
  content: "";
  width: 100%;
  height: 3px;
  order: -1;
  display: block;
  background: #D60021;
}
.p-tab__css > .c-text__lv4 { /* タブ */
  margin-right: 3px;
  padding: 8px 16px;
  flex: 1;
  order: -1;
  border-radius: 16px 16px 0 0;
  color: #fff;
  background: #00cec6;
  transition: 0.5s;
  cursor: pointer;
}
.p-tab__css > .c-text__lv4:nth-last-of-type(1) {
  margin-right: 0;
}
.p-tab__css input { /* ラジオボタン非表示 */
  display: none;
}
.p-tab__css input:checked + .c-text__lv4 {
  color: #fff;
  background: #D60021;
}
.p-tab__css input:checked + .c-text__lv4 + .content {
  padding: 16px;
  height: auto;
  overflow: auto;
  transition: 0.2s opacity;
  display: block;
  border-radius: 0 0 16px 16px;
}
.p-tab__css .content { /* 内容 */
  width: 100%;
  height: 0;
  overflow: hidden;
  display: none;
  border: 16px solid #D60021;
  background-color: #fff;
}

.p-chart__body {
  overflow: auto;
  max-height: 550px;
}
.p-chart__body .c-chart {
  min-width: 800px;
}
.p-chart__body .p-table th, .p-chart__body .p-table__1000 th, .p-chart__body .p-table__1350 th, .p-chart__body .p-table td, .p-chart__body .p-table__1000 td, .p-chart__body .p-table__1350 td {
  padding: 8px;
}
.p-chart__body .p-table th .c-image__square, .p-chart__body .p-table__1000 th .c-image__square, .p-chart__body .p-table__1350 th .c-image__square, .p-chart__body .p-table td .c-image__square, .p-chart__body .p-table__1000 td .c-image__square, .p-chart__body .p-table__1350 td .c-image__square {
  border: 1px solid #D60021;
}

/*# sourceMappingURL=styles-oas.css.map */
