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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 62.5%; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333; }

a {
  color: #e61959; }
  section a:link, section a:hover, section a:active, section a:visited  {
    text-decoration: underline; }

img {
  max-width: 100%;
  vertical-align: top;
  line-height: 0; }

label {
  cursor: pointer; }

@-webkit-keyframes fadeIn {
  0% {
    top: 5px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    top: 5px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

.m-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }

.header__copen {
  height: 122px;
  background-color: #FFF; }
  .header__copen .header__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 0;
    line-height: 22px; }
    .header__copen .header__inner::after {
      content: " ";
      display: block;
      clear: both; }
    .header__copen .header__inner img {
      vertical-align: middle; }
    .header__copen .header__inner #lgo {
      float: left;
      display: inline-block;
      margin: 0 0 0;
      padding: 0;
      vertical-align: top; }
    .header__copen .header__inner .lgo__fun {
      float: left;
      margin: 0 0 0 30px;
      padding: 0;
      display: inline-block;
      vertical-align: top; }
    .header__copen .header__inner #header__nav ul {
      float: right;
      display: table;
      margin: 3px 0 0;
      padding: 0;
      list-style-type: none;
      vertical-align: top;
      border-left: 1px solid #b2b2b2; }
      .header__copen .header__inner #header__nav ul li {
        display: table-cell;
        border-right: 1px solid #b2b2b2;
        line-height: 1;
        vertical-align: middle; }
        .header__copen .header__inner #header__nav ul li a {
          position: relative;
          display: block;
          padding: 0 15px; }
          .header__copen .header__inner #header__nav ul li a:hover img {
            opacity: 0; }
          .header__copen .header__inner #header__nav ul li a:hover .new img {
            opacity: 1; }
          .header__copen .header__inner #header__nav ul li a img {
            margin-top: 3px;
            vertical-align: top;
            background-color: #fff; }
          .header__copen .header__inner #header__nav ul li a .new {
            position: absolute;
            top: 0;
            left: 50%;
            opacity: 0;
            -webkit-transform: translate(-50%, -23px);
            transform: translate(-50%, -23px);
            -webkit-animation: fadeIn 1s forwards;
            animation: fadeIn 1s forwards;
            -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
            .header__copen .header__inner #header__nav ul li a .new img {
              width: 40px;
              max-width: none; }
        .header__copen .header__inner #header__nav ul li:nth-child(1) a {
          background: url("/coupe/asset/common/img/nav_01_o.png") no-repeat center 3px; }
        .header__copen .header__inner #header__nav ul li:nth-child(2) a {
          background: url("/coupe/asset/common/img/nav_02_o.png") no-repeat center 3px; }
        .header__copen .header__inner #header__nav ul li:nth-child(3) a {
          background: url("/coupe/asset/common/img/nav_03_o.png") no-repeat center 3px; }
        .header__copen .header__inner #header__nav ul li:nth-child(4) a {
          background: url("/coupe/asset/common/img/nav_05_o.png") no-repeat center 3px; }

.footer__copen {
  padding: 123px 0 8px;
  background-color: #ececec; }
  .footer__copen .footer__inner {
    width: 970px;
    margin: 0 auto;
    border-top: 1px solid #e5e5e5;
    padding: 30px 5px 0;
    position: relative; }
    .footer__copen .footer__inner::after {
      content: " ";
      display: block;
      clear: both; }
    .footer__copen .footer__inner .footer__left {
      float: left; }
      .footer__copen .footer__inner .footer__left p {
        font-size: 10.5px; }
    .footer__copen .footer__inner .footer__contents {
      display: inline-block;
      float: right;
      text-align: right;
      font-size: 10px; }
      .footer__copen .footer__inner .footer__contents p {
        clear: both; }
    .footer__copen .footer__inner .footer__menu {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .footer__copen .footer__inner .footer__menu li {
        margin: 0 0 0 15px;
        padding: 0 0 10px;
        float: left; }
        .footer__copen .footer__inner .footer__menu li a {
          padding-left: 10px;
          color: #000;
          text-decoration: underline; }
    .footer__copen .footer__inner .footer__sns {
      text-align: right;
      margin: 0 0 23px;
      padding: 0;
      list-style-type: none; }
      .footer__copen .footer__inner .footer__sns li {
        padding-left: 10px;
        display: inline; }
        .footer__copen .footer__inner .footer__sns li a {
          display: inline-block; }
          .footer__copen .footer__inner .footer__sns li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
            -ms-filter: "alpha( opacity=80 )"; }

.pagetop {
  position: absolute;
  top: -70px;
  right: 0; }

main {
  display: block;
  padding: 202px 0 0;
  min-width: 1000px;
  font-size: 1.4rem; }
  main p {
    margin: 0;
    padding: 0; }
    main p[class*="__lead"] {
      font-size: 1.6rem; }
  main a:hover img {
    opacity: 0.8; }
  main section .section-inner {
    width: 1000px;
    margin: 0 auto; }

h1 + h2.h2-01 {
  margin-top: 0; }

h2 {
  margin: 0;
  padding: 0 0 5px; }
  h2.h2-01 {
    margin: 80px 0 0;
    font-size: 2.4rem; }

h3 {
  margin: 0;
  padding: 0;
  font-size: 1.8rem; }

h4 {
  margin: 0;
  padding: 0 0 10px;
  font-size: 1.4rem;
  font-weight: normal; }

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

.block .block-left {
  float: left;
  width: 490px;
  margin: 0 20px 10px 0; }

.block .block-right {
  float: right;
  width: 490px;
  margin: 0 0 10px 20px; }

.block-flex {
  margin: 10px 0 0;
  padding: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .block-flex div {
    width: 490px; }
  .block-flex .order-01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .block-flex .order-02 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .block-flex .order-03 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .block-flex .order-04 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .block-flex h2 {
    font-size: 1.8rem; }

.text__caption {
  padding: 10px;
  font-size: 1.2rem;
  line-height: 1.5; }

.text__notice {
  font-size: 1.2rem;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.5; }

.text__info {
  font-size: 1.2rem;
  line-height: 1.5; }

.link-btm-area {
  padding: 93px 0 120px;
  text-align: center; }

.notice {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.5; }
  .notice li {
    text-indent: -1em;
    margin-left: 1em; }
    .notice li .link {
      display: block;
      margin: 1em 0 1em;
      padding: 0 0 0 1em;
      font-size: 1.4rem;
      line-height: 1.8; }

a.back {
  color: #000;
  font-size: 1.8rem;
  padding: 5px 20px 5px 0;
  text-decoration: underline;
  background: url("/coupe/asset/common/img/ico_back.png") no-repeat right center; }

.blank {
  color: #e61959;
  padding: 5px 20px 5px 0;
  background: url("/coupe/asset/common/img/ico_blank.png") no-repeat right center; }

.pdf {
  padding: 5px 20px 5px 0;
  background: url("/coupe/asset/common/img/ico_pdf.png") no-repeat right center; }

.bold {
  font-weight: bold; }

#introduction {
  padding: 58px 0 0;
  text-align: center; }
  #introduction h1 {
    margin: 0;
    padding: 0 0 28px; }
  #introduction .introduction__voice {
    background: url("/coupe/asset/home/img/bkg_introduction.jpg") #12192d no-repeat left top/100% auto;
    margin: 0 0;
    padding: 209px 0 98px; }
    #introduction .introduction__voice h2 {
      margin: 0;
      padding: 0 0 40px; }
    #introduction .introduction__voice .introduction__txt01 {
      margin: 35px 0 0; }
    #introduction .introduction__voice .introduction__txt02 {
      margin: 33px 0 0; }
    #introduction .introduction__voice .introduction__txt-close {
      margin: 34px 0 0; }

#special {
  padding: 95px 0 100px;
  background: url("/coupe/asset/home/img/bkg_special.jpg") no-repeat center top/cover;
  color: #fff; }
  #special .special__list {
    margin: 40px 0 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #special .special__list li {
      width: 320px; }

#overview {
  padding: 70px 0 100px;
  background-color: #f3ede1;
  background-image: url("/coupe/asset/home/img/bkg_overview_car.png"), url("/coupe/asset/home/img/bkg_overview.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center 59px, center top;
  background-size: auto auto,100% 433px; }
  #overview .overview__lead {
    width: 360px;
    min-height: 247px; }
  #overview .overview__text1 {
    margin-top: 20px;
    text-align: right; }
  #overview .overview__text2 {
    margin-bottom: 37px; }
  #overview .overview__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1060px;
    margin: 45px 0 50px -30px;
    padding: 47px 30px 30px;
    background-color: #f0e6d1; }
  #overview .overview__block-01 {
    padding-bottom: 12px; }
  #overview .overview__block-02 {
    padding-bottom: 10px; }
  #overview .overview__block-03 {
    margin-top: 20px; }
    #overview .overview__block-03 strong {
      font-size: 1.8rem; }
  #overview .overview__block-04 {
    padding-bottom: 20px; }
    #overview .overview__block-04 div:nth-child(2) h3 {
      margin-bottom: 3.1em; }
    #overview .overview__block-04 p {
      min-height: 4em; }
  #overview .overview__block-05 {
    padding-bottom: 10px; }
    #overview .overview__block-05 > div {
      width: 320px; }
  #overview .overview__block-06 {
    padding-bottom: 10px; }
    #overview .overview__block-06 > div:nth-child(1) {
      width: 660px; }
    #overview .overview__block-06 > div:nth-child(2) {
      position: relative;
      width: 320px; }
    #overview .overview__block-06 ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      letter-spacing: -.40em; }
      #overview .overview__block-06 ul li {
        display: inline-block;
        letter-spacing: normal; }
    #overview .overview__block-06 .text__info {
      position: absolute;
      left: 0;
      bottom: 3em; }
  #overview .overview__block-07 {
    margin-top: 0;
    padding-bottom: 20px; }
    #overview .overview__block-07 > div {
      width: 320px; }
    #overview .overview__block-07 .text__caption {
      padding-bottom: 0; }
      #overview .overview__block-07 .text__caption + .text__caption {
        padding-top: 0; }
    #overview .overview__block-07 + p {
      padding-bottom: 25px; }

#spec {
  padding: 105px 0 100px;
  color: #fff;
  background: url("/coupe/asset/home/img/bkg_price.jpg") no-repeat center top/cover; }
  #spec .price__table {
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    background-color: #FFF;
    color: #000;
    width: 100%;
    border-top: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1; }
    #spec .price__table + .price__table {
      margin-top: 50px; }
    #spec .price__table tr th {
      background-color: #ebebeb;
      border-right: 1px solid #d1d1d1;
      border-bottom: 1px solid #d1d1d1;
      font-size: 1.5rem;
      font-weight: normal;
      text-align: center;
      padding: 8px 10px; }
    #spec .price__table tr td {
      border-right: 1px solid #d1d1d1;
      border-bottom: 1px solid #d1d1d1;
      font-size: 1.5rem;
      text-align: center;
      padding: 5px 10px; }
      #spec .price__table tr td.image {
        padding: 0; }
      #spec .price__table tr td .tax-included {
        display: block;
        font-size: 2rem; }
        #spec .price__table tr td .tax-included span {
          font-size: 1.3rem; }
      #spec .price__table tr td .excluding-tax {
        display: block;
        font-size: 1.3rem; }
  #spec .notice {
    margin: 25px 0; }
  #spec .list-pdf {
    margin: 0;
    padding: 30px 0 0;
    list-style-type: none;
    letter-spacing: -.40em;
    text-align: center;
    border-top: 1px solid #7e7e7e; }
    #spec .list-pdf li {
      letter-spacing: normal;
      display: inline-block;
      margin: 0 10px; }

#application {
  padding: 100px 0 100px; }
  #application h3 {
    margin-top: 42px;
    padding-bottom: 7px; }
  #application h4 {
    font-size: 1.8rem;
    padding: 0; }
  #application p + h4 {
    margin-top: 20px; }
  #application .application__txt-close {
    margin: 32px 0 0;
    padding: 0 0 10px; }
  #application .application__step {
    margin: 0 0 30px;
    padding: 30px;
    border: 1px solid #d1d1d1;
    background-color: #f3f3f3;
    list-style-type: none; }
    #application .application__step li {
      display: table;
      width: 100%;
      padding: 13px 0; }
      #application .application__step li:nth-child(1) {
        padding-top: 0; }
      #application .application__step li:nth-last-child(1) {
        padding-bottom: 0; }
      #application .application__step li:not(:nth-child(1)) {
        border-top: 1px solid #ffffff; }
      #application .application__step li:not(:nth-last-child(1)) {
        border-bottom: 1px solid #d1d1d1; }
      #application .application__step li > div {
        display: table-cell;
        vertical-align: top; }
      #application .application__step li .application__step-image {
        width: 168px; }
      #application .application__step li .application__step-text {
        padding: 0 0 0 29px; }
  #application .application__btn {
    margin: 50px 0 0;
    text-align: center; }
  #application .application__contact {
    margin: 80px 0 0;
    padding: 42px 29px 42px;
    border: 1px solid #d1d1d1;
    line-height: 1.5; }
    #application .application__contact h3 {
      margin: 0;
      padding: 0 0 5px;
      font-size: 1.4rem;
      color: #e61959; }
    #application .application__contact p {
      margin: 0 0 26px; }

#carlife {
  padding: 100px 0 95px 0;
  background-color: #ececec; }
  #carlife .carlife__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 25px 0 0;
    padding: 0;
    list-style-type: none; }
    #carlife .carlife__list li {
      width: 320px;
      font-size: 1.2rem;
      line-height: 1.5; }
      #carlife .carlife__list li p {
        padding: 10px; }

#event {
  padding: 50px 0; }
  #event .event__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0 0;
    padding: 0;
    list-style-type: none; }
    #event .event__list li {
      width: 490px; }

#evolution {
  padding: 227px 0;
  background: url("/coupe/asset/home/img/bkg_evolution.jpg") no-repeat center center/cover;
  text-align: center; }

.interview h1 {
  margin: 0 0 83px; }

.interview .block {
  margin-top: 20px;
  padding-bottom: 0; }
  .interview .block p {
    text-indent: 1em;
    line-height: 1.95; }
  .interview .block img {
    text-indent: 1em;
    margin-top: 4px; }

.interview .interview-footer {
  margin: 100px 0 0;
  padding: 95px 0 0;
  border-top: 1px solid #d1d1d1;
  font-size: 1.6rem;
  text-align: center; }
  .interview .interview-footer .block-flex {
    margin: 35px 0 0;
    padding-bottom: 0px; }

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

.d-n {
  display: none; }

.d-ib {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-1em {
  margin-top: 1em !important; }

.p-0 {
  padding: 0px !important; }

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

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

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

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

.p-5 {
  padding: 5px !important; }

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

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

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

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

@font-face {
  font-family: 'DIN-Schablonierschrift';
  src: url("DIN-Schablonierschrift.ttf.woff") format("woff"), url("DIN-Schablonierschrift.ttf.svg#DIN-Schablonierschrift") format("svg"), url("DIN-Schablonierschrift.ttf.eot"), url("DIN-Schablonierschrift.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

.application {
  display: none; }

.count-wrapper {
  width: 100%;
  overflow: hidden;
  height: 650px; }

.count {
  width: 100%;
  text-align: center;
  height: 460px; }

.count h1 {
  padding-top: 30px; }

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

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 673px;
  margin: 0 auto; }

.unit {
  text-align: right;
  padding-right: 5px;
  margin-top: -20px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  color: #fff; }

#day, #hour, #min, #sec {
  font-family: 'DIN-Schablonierschrift';
  margin-right: 11px;
  position: relative; }

.clear {
  clear: both; }

.colon {
  float: left;
  font-size: 16px;
  vertical-align: bottom;
  line-height: 120px; }

.box, .box2 {
  width: 133px;
  height: 47px;
  position: relative; }

.top,
.top2,
.bottom,
.bottom2 {
  font-family: 'DIN-Schablonierschrift';
  font-size: 78px;
  line-height: 91px;
  color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIUAAABeCAYAAAANI9fQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0M2Y2ZjdiOS0xODQxLWJmNGMtODU2MS1iZTM2N2NhOTFmNjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Mzg3QjA4RERGRjUxMTFFODlEMTBCQjAxMTQ5QURDODkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Mzg3QjA4RENGRjUxMTFFODlEMTBCQjAxMTQ5QURDODkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OGUwNjFjMzYtZWI2MS00MzRhLWEzMWUtNWNjMDlmMGZmOTU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQzZjZmN2I5LTE4NDEtYmY0Yy04NTYxLWJlMzY3Y2E5MWY2NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psrj/lEAAAPBSURBVHja7J3LbRRBEECranoFli184IBEEASBxM1HHAWZkAcnrr6RBRdIwHckkGzsnS66+jPbBjKY91Z2AKOn+vb06PcPHz/Zr99XogJ7x0XyxbObZD/vr8++fD34YeGh7Bx9XOXu3ZvrlF3u/GAHT8ZTIVRI+JDEcw0b9Q92nz7Ch+SOEzB5UUSwEjB4EjAnkBIpShIZP0CJ8CHlnEvI0Bo2YO9OqIQPNVJQVcCTSDESB0pA10JMMjrARI0UUVPEj6ICavrIYtlpSWEOFL3QzLSkUNCt0MyMuWHLHjV9pJzpPmBKH1ukQAuYCs0aKbLTfUCpKYoD+dSSEiegx4o25l7rzBsrIDwIH1KkDRpS2GoKH1tSAgXUokLaljTXOYVjBVQP2up8XftEEwgUxYPig7EkhZnwobWkdU7BAyF99OGVH1fmFHDyovjQz2g6Z21AbBSaedt9AExSeEsnsHsl+pyiTTSVWAHNg5hotkKTOQX0AxRRaPqYaAKMk1dr+RelJsd3IVjb6rwPr3geBIoeKYwTV/BUjLE6p/uArSX1fhWBIwWM9FGkWNfSkipSQDuVGT7UM5ruCSmgX3lVpJDMjhQmTvdTKDNN2DzYVudIAWMhZs5BCpjFKD4wvIJ/qDXFQ24numHfWKkpYhOWFl3k5fMLWbnRZvcsanJ7fy/psCzy+vxSjkhB2ihSfHv4IUlUa/pACsjqdaqZdGtGqCnAI0ZExDCcgA0tv6TaKk6SB9RDFItFpBj3EBAqyB6lLTVr6YObCGCEhfChdh9cmghbrlBt6QMl4BQpVEyVT0/C1H0UH5JFpDiyOocWKWyJ9FFaED+SPqCnj9qSRqHp7YY82LkUHhNNnSaaAN5bUlW6D5jSh+qQAiVgliIKTefcFbQ3xGqhGbNulxUpoLWkdcw9dh90H0jRrJC01C1p3GZjPJXdW5ElfKgtabvJhgQCoyVdjFv8YcsffaLZIgVOQK4taY8UrMNg9B/hg7UxN0pATx9RU1gc3OUTlCDtE5ThQzuOhxTQI4WMLSkLMXjSksbJK94GglFohg91zL1G1MAJWtIx5m4LMZpSGJFivCEWUwtWH5DbEf860fQ2y+KhYEWfaJrycjFs9EKzzSmYakJ1IKSwEi6OtKQwCk3tLxhnWlLogSJ8sDi9CzDQ05ib9AHSbmm3ujoXvioHoyOV8KHPKeg+oEcKNd4Qg7+loNCE/xWargyvYLSkXr8nZ8bOAybCh1T+ztbHI2qAePEgfEjp8uLzq/dvr7ACot9YXpzf/BFgAHzeVpIDabhmAAAAAElFTkSuQmCC);
  text-align: center;
  width: 133px;
  height: 94px;
  position: absolute; }

.bottom, .bottom2 {
  top: -47px; }

.bottom2 {
  transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg); }

.separator {
  position: absolute;
  z-index: 100;
  height: 1px;
  width: 133px;
  background-color: #990f37; }
