/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  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 {
  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"] {
  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;
}

body {
  box-sizing: border-box;
  cursor: auto;
  font-family: BrandonText-Regular, "游ゴシック体", "Yu Gothic", YuGothic,
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  font-style: normal;
  font-weight: 400;
  line-height: 1.444;
  overflow-wrap: break-word;
  background-color: white;
  color: #00131b;
  -webkit-font-feature-settings: "palt", "liga", "kern";
          font-feature-settings: "palt", "liga", "kern";
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: inherit;
}

span {
  display: inline-block;
}

ul {
  padding-left: 1em;
}

table {
  width: 100%;
  table-layout: fixed
}

table td,
  table th {
    text-align: left;
  }

dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}

dl dt {
    margin: 0;
    padding: 0;
    width: 50%;
  }

dl dd {
    margin: 0;
    padding: 0;
    width: 50%;
  }

h1,
h2,
h3 {
  color: #e7231c;
  margin: 0;
}

.body {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.menu-button-area {
  cursor: pointer;
  position: fixed;
  max-width: 1280px;
  width: 100%;
  height: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10
}

.menu-button-area a {
    float: right;
    display: block;
    margin: 24px 36px;
  }

@media only screen and (max-width: 680px) {
    .menu-button-area a {
      float: right;
      display: block;
      margin: 12px 18px
    }
      .menu-button-area a > img {
        width: 36px;
        height: 36px;
      }
  }

.hero {
  position: relative;
  width: 100%;
  height: 550px;
  max-width: 1280px;
  margin: 0 auto
}

.hero .hero__image {
    position: absolute;
    width: 62.5%;
    height: 100%;
    margin: 0 6%;
    background: #ef0300;
    overflow: hidden;
    background-image: url("./assets/background-color.jpg");
    pointer-events: none
  }

.hero .hero__image > img {
      position: absolute;
      top: 0;
      left: 50%;
      width: 100%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      min-width: 420px;
    }

.hero .hero__logo {
    position: absolute;
    bottom: 106px;
    left: 68.5%;
    -webkit-transform: translateX(-32%);
            transform: translateX(-32%);
    width: 253px;
    text-align: right
  }

.hero .hero__logo > h1 {
      display: block;
      margin: 0;
      padding: 0;
    }

.hero .hero__logo > h1 > img {
      width: 100%;
      height: 63.24%;
    }

.hero .hero__contact {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    font-size: 2.2em;
    line-height: 1.1627272727em;
    letter-spacing: 0.1em;
    padding: 0.8em 0;
    line-height: 1.6em;
    white-space: nowrap;
  }

@media only screen and (max-width: 680px) {

.hero {
    height: 420px
}
    .hero .hero__image {
      margin: 0;
      width: 50%;
    }
    .hero .hero__logo {
      left: 50%;
      width: 60%;
      max-width: 254px
    }
      .hero .hero__logo > h1 > img {
        width: 100%;
        height: 63.24%;
      }
    .hero .hero__contact {
      display: none;
    }
  }

@media only screen and (max-width: 400px) {

.hero {
    height: 390px
}
    .hero .hero__image {
      width: 40%;
    }
    .hero .hero__logo {
      left: 40%
    }
      .hero .hero__logo > h1 > img {
        width: 100%;
        height: 63.24%;
      }
      .hero .hero__logo a {
        display: block;
      }
  }

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(239, 2, 0, 1);
  color: #fff;
  font-size: 2.4em;
  display: none;
  opacity: 0;
  transition: visibility 0s linear, opacity 0s linear
}

.navigation[data-is-display="false"] {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.5s, opacity 0.5s ease;
  }

.navigation[data-is-display="true"] {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: visibility 0s linear 0s, opacity 0.5s ease;
  }

.navigation ul {
    margin: 0;
    padding: 0;
  }

.navigation li {
    list-style: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }

.navigation .navigation__close-button {
    position: absolute;
  }

.navigation .navigation__body {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
  }

.content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between
}

.content .content__body {
    padding: 80px 6%;
    -ms-flex-positive: 1;
        flex-grow: 1
  }

@media only screen and (max-width: 680px) {

.content .content__body {
      padding: 12% 6%
  }
    }

.content .content__heading {
    color: rgb(231, 35, 28);
    color: rgb(231, 35, 28);
    font-size: 2.2em;
    line-height: 1.75em;
    margin: 0;
    padding: 0;
    color: #e7231c
  }

.content .content__heading[data-align="center"] {
      text-align: center;
    }

.content .content__tel {
    display: block;
  }

.content .content__caption {
    font-size: 1.4em;
    line-height: 1.7142857143em;
    letter-spacing: 0.1em;
    margin-top: 1em
  }

.content .content__caption p {
      margin: 0;
    }

@media only screen and (max-width: 680px) {

.content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}
    .content .content__caption {
      width: 100%;
    }
    .content .content__tel {
      display: none;
    }
    .content .content__image {
      display: block;
      pointer-events: none;
      -ms-flex-item-align: end;
          align-self: flex-end;
      justify-self: flex-end;
      width: 100%
    }
      .content .content__image > img {
        width: 60%;
        height: auto;
      }
  }

.content .content__image[data-layout="right"] {
    justify-self: flex-end;
  }

.content .content__brands {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding-left: 1em
  }

.content .content__brands li {
      white-space: nowrap;
      font-size: 1.8em;
      line-height: 1.83333em;
      letter-spacing: 0.1em;
      font-weight: 500;
      margin: 0 2em 0 1em;
    }

.content#news .content__image {
      -webkit-transform: translateY(42%);
              transform: translateY(42%);
    }

@media only screen and (max-width: 680px) {
      .content#news .content__image {
        text-align: right;
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
        width: 100%;
      }
    }

.content#concept .content__image {
    }

@media only screen and (max-width: 680px) {

.content#concept {
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse
  }
      .content#concept .content__image {
        -ms-flex-item-align: end;
            align-self: flex-end;
        justify-self: flex-end;
        height: auto;
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
      }
    }

.content#menu .content__image {
      -ms-flex-item-align: end;
          align-self: flex-end;
      justify-self: flex-end;
      margin: 40px 0;
    }

@media only screen and (max-width: 680px) {
      .content#menu .content__caption {
        font-size: 1.2em
      }
        .content#menu .content__caption table th:first-child,
        .content#menu .content__caption table td:first-child {
          width: 50%;
        }
        .content#menu .content__caption table th {
          font-size: 0.8em;
          white-space: nowrap;
        }
      .content#menu .content__image {
        text-align: right;
        margin: 0;
      }
    }

.content#brands .content__image {
      margin: 0 6%;
    }

@media only screen and (max-width: 680px) {

.content#brands {
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse
  }
      .content#brands .content__brands {
        font-size: 0.8em
      }
        .content#brands .content__brands li {
          width: 100%;
        }
      .content#brands .content__image {
        -ms-flex-item-align: end;
            align-self: flex-end;
        justify-self: flex-end;
        height: auto;
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
        margin: 0;
      }
    }

@media only screen and (max-width: 680px) {
      .content#staff .staff {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: center;
            justify-content: center
      }
        .content#staff .staff li {
          width: 46%;
          margin: 2%
        }
          .content#staff .staff li > img {
            width: 100%;
            height: auto;
          }
    }

@media only screen and (max-width: 680px) {
        .content#hr .content__image > img {
          width: 100%;
        }
    }

.content .content__map {
    display: -ms-flexbox;
    display: flex;
    width: 50%
  }

.content .content__map iframe {
      -ms-flex-positive: 1;
          flex-grow: 1;
    }

@media only screen and (max-width: 890px) {
      .content#information .content__map {
        width: 100%
      }
        .content#information .content__map iframe {
          width: 100%;
          max-width: 680px;
          height: 50vw;
        }
    }

@media only screen and (max-width: 580px) {
      .content#information .content__map {
        width: 100%
      }
        .content#information .content__map iframe {
          width: 100%;
          max-width: 680px;
          height: 38.823529411%;
        }
    }

.sns {
  margin: 1em 0;
}

.staff {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 2em 0 0;
  -ms-flex-pack: justify;
      justify-content: space-between
}

.staff li {
    margin: 0 0 2em 0;
    padding: 0;
    display: block;
  }

.staff .staff__name > strong {
      display: block;
    }

.carousel {
  position: relative;
  width: 100%;
  padding-top: 62.4%
}

@media only screen and (max-width: 580px) {

.carousel {
    padding-top: 62.4%
}
  }

.carousel .carousel__controll-prev,
  .carousel .carousel__controll-next {
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer
  }

.carousel .carousel__controll-prev svg, .carousel .carousel__controll-next svg {
      fill: none;
      stroke: #ffffff;
      stroke-width: 2;
      stroke-miterlimit: 10;
    }

.carousel .carousel__controll-prev {
    left: 0;
  }

.carousel .carousel__controll-next {
    right: 0
  }

.carousel .carousel__controll-next svg {
      -webkit-transform: scaleX(-1);
              transform: scaleX(-1);
    }

.carousel .carousel__image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    overflow: hidden;
  }

.carousel .carousel__image {
    min-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

.carousel .carousel__indicator {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    left: 0;
    bottom: -32px;
    width: 100%;
    height: 32px;
    z-index: 3;
  }

.carousel .carousel__indicator-button {
    position: relative;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    margin: 0px 5px;
    border: 1px solid rgba(0, 0, 0, 0.1)
  }

.carousel .carousel__indicator-button::after {
      content: "";
      position: absolute;
      top: 2px;
      left: 2px;
      width: 6px;
      height: 6px;
      background-color: #000;
      border-radius: 50%;
      display: block;
      opacity: 0;
    }

.carousel .carousel__indicator-button:hover::after,
    .carousel .carousel__indicator-button[data-is-active="true"]::after {
      opacity: 1;
    }

@media only screen and (max-width: 680px) {
      .carousel .carousel__indicator-button:hover::after {
        opacity: inherit;
      }
      .carousel .carousel__indicator-button[data-is-active="true"]::after {
        opacity: 1;
      }
    }

.footer {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  height: 123px
}

.footer .footer__background {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%
  }

.footer .footer__background > img {
      width: 100%;
      height: auto;
    }

.footer .footer__info {
    margin: 0 6%;
    text-align: right;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }

.footer .footer__logo {
    text-align: right;
    padding: 8px 0;
  }

.footer .footer__address {
    font-size: 1.2em;
    line-height: 1.83333em;
    letter-spacing: 0.1em;
  }

@media only screen and (max-width: 890px) {
    .footer .footer__background {
      position: absolute;
      left: 0;
      bottom: 0;
    }
  }

@media only screen and (max-width: 680px) {

.footer {
    height: 260px
}
    .footer .footer__info {
      padding-top: 4%;
      text-align: right;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    .footer .footer__contact {
      display: none;
    }
  }
