/*
* Resets
* --------------------------------------------------
* Adapted from normalize.css and some reset.css. We don't care even one
* bit about old IE, so we don't need any hacks for that in here.
*
* There are probably other things we could remove here, as well.
*
* normalize.css v2.1.2 | MIT License | git.io/normalize

* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, fieldset,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  line-height: 1;
}

a,
button,
:focus,
a:focus,
button:focus,
a:active,
a:hover {
  outline: 0;
}

a {
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

a[href]:hover {
  cursor: pointer;
}

/* ==========================================================================
   Typography
   ========================================================================== */
b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, serif;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
  outline-offset: 0;
  outline-style: none;
  outline-width: 0;
  -webkit-font-smoothing: inherit;
  background-image: none;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

img {
  -webkit-user-drag: none;
}

/* ==========================================================================
Tables
========================================================================== */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

body {
  position: relative;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 500;
  color: #333333;
  word-wrap: break-word;
  width: 100%;
}

body .sp {
  display: block;
}

body * {
  word-wrap: break-word;
  box-sizing: border-box;
}

body * img {
  vertical-align: middle;
}

body * ::after {
  box-sizing: border-box;
}

body * ::before {
  box-sizing: border-box;
}

@media screen and (min-width: 812px) {
  body {
    font-size: 16px;
  }
  body .sp {
    display: none;
  }
}

#allWrap {
  width: 100%;
}

h1 {
  font-size: 24px;
  line-height: 1.5;
  font-family: "Yanone Kaffeesatz", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

h2 {
  font-size: 24px;
  line-height: 1.5;
}

h3,
h4,
h5 {
  font-size: 16px;
  line-height: 1.75;
}

p {
  font-size: 16px;
  line-height: 1.75;
}

small {
  font-size: 12px;
}

a {
  position: relative;
  color: #333333;
  text-decoration: none;
  transition: 0.3s all ease;
}

a:hover {
  color: #be0000;
  text-decoration: none;
  transition: 0.3s all ease;
}

a:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #be0000;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  transition: 0.3s all ease;
}

a:active {
  color: #333333;
  text-decoration: none;
}

a:visited {
  /* color: #fefefe; */
  text-decoration: none;
}

ul li {
  display: block;
  list-style: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"],
input[type="number"],
input[type="date"],
select {
  padding: 16px;
  width: 100%;
  border: 1px solid #eeeeee;
  background: #ffffff;
}

input[type="radio"] {
  position: relative;
  display: block;
  width: 1.6em;
  padding-bottom: 1.6em;
  border-radius: 50%;
  background: #eeeeee;
  transition: 0.3s all ease;
  box-shadow: inset 0px 1px 8px 0px rgba(49, 53, 63, 0.28);
}

input[type="radio"]:checked {
  transition: 0.3s all ease;
}

input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: #23a3ce;
}

input[type="radio"]::after {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: #333333;
  transition: 0.3s all ease;
}

input[type="checkbox"] {
  position: relative;
  display: block;
  width: 1.6em;
  padding-bottom: 1.6em;
  border-radius: 0%;
  background: #eeeeee;
  transition: 0.3s all ease;
  box-shadow: inset 0px 1px 8px 0px rgba(49, 53, 63, 0.28);
}

input[type="checkbox"]:checked {
  background: #23a3ce;
  transition: 0.3s all ease;
}

input[type="checkbox"]:checked::after {
  content: "\f3fd";
  position: absolute;
  top: -0.15em;
  left: 0.2em;
  display: block;
  border-radius: 0%;
  font-family: "ionicons";
  font-size: 2em;
  color: #ffffff;
}

input[type="checkbox"]::after {
  content: "\f3fd";
  position: absolute;
  top: -0.15em;
  left: 0.2em;
  display: block;
  border-radius: 0%;
  font-family: "ionicons";
  font-size: 2em;
  color: #333333;
  transition: 0.3s all ease;
}


/* ==========================================================================
content-inner
========================================================================== */
.unit .inner {
  width: calc(100% - 4em);
  max-width: 1056px;
  margin: 0 auto;
}

.btn {
  /* cursor: not-allowed; */
  /* pointer-events: none; */
}

/* ==========================================================================
header
========================================================================== */
.l-header {
  width: 100%;
  position: absolute;
  z-index: 2;
}

.l-header .unit .inner {
  height: 72px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header .unit .inner .logo_unit {
  padding: 20px 0;
}

.l-header .unit .inner .logo_unit a:after {
  display: none;
}

.l-header .unit .inner .hamburger {
  position: fixed;
  right: 1rem;
  flex-direction: column;
  cursor: pointer;
  z-index: 2;
}

.l-header .unit .inner .hamburger > * {
  width: 28px;
  height: 2px;
  background: #fff;
  margin: 8px 0;
  box-shadow: 0px 0px 9px #1b1b1b;
  transition: all 0.3s ease;
}

.l-header .unit .inner .hamburger.nav-active {
  top: 28px;
}

.l-header .unit .inner .hamburger.nav-active > * {
  position: relative;
  top: 0;
  transform: translateY(0) rotate(45deg);
}

.l-header .unit .inner .hamburger.nav-active > *:nth-child(2) {
  top: -10px;
  opacity: 0;
}

.l-header .unit .inner .hamburger.nav-active > *:nth-child(3) {
  top: -20px;
  transform: translateY(0px) rotate(-45deg);
}

.l-header .unit .inner .header_link > * {
  display: flex;
  flex-flow: row wrap;
}

.l-header .unit .inner .header_link > * > * {
  margin: 0 1rem;
}

.l-header .unit .inner .header_link a {
  display: block;
  width: 100%;
  color: #fff;
}

@media screen and (max-width: 811px) {
  .l-header .unit .inner .header_link {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    padding: 80px 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
    transition:
      opacity 0.4s ease,
      transform 0.4s ease,
      visibility 0.4s;
  }

  .l-header .unit .inner .header_link.nav-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .l-header .unit .inner .header_link > * > * {
    width: 100%;
    height: fit-content;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 812px) {
  .l-header .unit .inner .hamburger {
    display: none;
  }
  .l-header .unit .inner .header_link {
    opacity: 1;
    visibility: visible;
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
  }
}

/* ==========================================================================
footer
========================================================================== */
.l-footer .unit {
  background: #000000;
}

.l-footer .unit .inner {
  width: 100%;
  max-width: initial;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 80px;
}

.l-footer .unit .inner a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s all ease;
}

.l-footer .unit .inner a:hover {
  color: #be0000;
  text-decoration: none;
  transition: 0.3s all ease;
}

.l-footer .unit .inner a:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.l-footer .unit .inner a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #be0000;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  transition: 0.3s all ease;
}

.l-footer .unit .inner .footer_link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  max-width: 480px;
  margin-bottom: 80px;
}

.l-footer .unit .inner .copylight {
  padding: 8px;
  border-top: 1px solid #ffffff;
  width: 100%;
  text-align: center;
}

.l-footer .unit .inner .copylight p {
  font-size: 12px;
  color: #ffffff;
}

/* ==========================================================================
main_visual
========================================================================== */
.main_visual {
  position: relative;
  height: 100vh;
}

.main_visual .unit .inner {
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main_visual .unit .inner > * {
  width: 100%;
  margin: auto 0 4rem;
}

.main_visual .unit .inner h1 {
  color: #ffffff;
  letter-spacing: 0;
  font-size: 1.6rem;
  filter: drop-shadow(0px 0px 16px #333);
}

.main_visual .unit .inner .btn {
  font-family: "Yanone Kaffeesatz", "Hiragino Mincho ProN", Meiryo, serif;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  padding: 8px 16px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #ffffff;
}

.main_visual .unit .inner .btn:after {
  display: none;
}

.main_visual .unit .inner .btn:hover {
  color: #1b1b1b;
  font-size: 1.6rem;
  padding: 8px 16px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #1b1b1b;
}

.main_visual .unit .inner .btn:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
}

.main_visual .unit .inner .btn:hover:before {
  border-top: solid 2px #1b1b1b;
  border-right: solid 2px #1b1b1b;
}

@media screen and (min-width: 812px) {
  .main_visual .unit .inner > * {
    width: auto;
  }
  .main_visual .unit .inner h1 {
    font-size: 2rem;
  }
  .main_visual .unit .inner .btn {
    max-width: 280px;
  }
}

/* --- covervid --- */
.covervid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
}

.covervid .covervid-video {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.covervid .covervid-video > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}

/* ==========================================================================
about
========================================================================== */
.about .unit {
  background-color: rgba(0, 0, 0, 0.75);
}

.about .unit .inner {
  margin: 0 auto;
  padding: 120px 0;
  color: #ffffff;
}

.about .unit .inner .title {
  text-align: center;
}

.about .unit .inner .title h2 {
  font-family: "Yanone Kaffeesatz", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-size: 42px;
  position: relative;
}

.about .unit .inner .title hr {
  width: 20%;
  margin: 0 auto 8px auto;
}

.about .unit .inner .title p {
  font-size: 14px;
}

.about .unit .inner .read {
  margin: 80px 0;
  text-align: center;
}

.about .unit .inner .read h3 {
  font-size: 24px;
}

.about .unit .inner dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about .unit .inner dl dd {
  width: 45%;
  text-align: right;
  padding-bottom: 8px;
}

.about .unit .inner dl dt {
  width: 50%;
  padding-left: 5%;
  text-align: left;
  border-left: 1px solid #ffffff;
  padding-bottom: 8px;
}

/* ==========================================================================
suppliers
========================================================================== */
.suppliers .unit {
  background: #ffffff;
}

.suppliers .unit .inner {
  max-width: 656px;
  margin: 0 auto;
  padding: 120px 0;
}

.suppliers .unit .inner .title {
  text-align: center;
}

.suppliers .unit .inner .title h2 {
  font-family: "Yanone Kaffeesatz", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-size: 42px;
  position: relative;
}

.suppliers .unit .inner .title hr {
  width: 20%;
  margin: 0 auto 8px auto;
}

.suppliers .unit .inner .title p {
  font-size: 14px;
}

.suppliers .unit .inner .list {
  margin: 80px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: bold;
}

.suppliers .unit .inner .list ul {
  width: 50%;
  padding-right: 5%;
}

.suppliers .unit .inner .list ul:nth-child(2) {
  width: 50%;
  padding-left: 5%;
  padding-right: 0;
  border-left: 1px solid #1b1b1b;
}

/* ==========================================================================
business
========================================================================== */
.business .unit {
  background-color: rgba(0, 0, 0, 0.75);
}

.business .unit .inner {
  /* width: 1056px; */
  margin: 0 auto;
  padding: 120px 0;
}

.business .unit .inner .title {
  text-align: center;
  color: #ffffff;
}

.business .unit .inner .title h2 {
  font-family: "Yanone Kaffeesatz", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-size: 42px;
  position: relative;
}

.business .unit .inner .title hr {
  width: 20%;
  margin: 0 auto 8px auto;
}

.business .unit .inner .title p {
  font-size: 14px;
}

.business .unit .inner .items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 120px 16px 0 16px;
}

.business .unit .inner .items .item {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  padding: 3rem 0 3rem 2rem;
  margin-bottom: 3rem;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .business .unit .inner .items .item {
    width: 31%;
  }
}

.business .unit .inner .items .item .img_holder {
  margin-bottom: 64px;
  height: 140px;
}

.business .unit .inner .items .item .txt_holder .sub_title {
  font-size: 20px;
  margin-bottom: 24px;
}

.business .unit .inner .items .item .txt_holder .sub_title span {
  letter-spacing: -3px;
}

/* ==========================================================================
history
========================================================================== */
.history .unit {
  background: #ffffff;
}

.history .unit .inner {
  /* width: 1056px; */
  margin: 0 auto;
  padding: 120px 0;
}

.history .unit .inner .title {
  text-align: center;
}

.history .unit .inner .title h2 {
  font-family: "Yanone Kaffeesatz", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-size: 42px;
  position: relative;
}

.history .unit .inner .title hr {
  width: 20%;
  margin: 0 auto 8px auto;
}

.history .unit .inner .title p {
  font-size: 14px;
}

.history .unit .inner .dates .date {
  text-align: center;
  margin-top: 80px;
}

.history .unit .inner .dates .date h4 {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: bold;
}

.history .unit .inner .dates .tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  margin: 80px 0;
}

.history .unit .inner .dates .tabs .active a {
  color: #be0000;
  position: relative;
}

.history .unit .inner .dates .tabs .active a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #be0000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.history .unit .inner .dates .tabs .active a:before {
  position: absolute;
  bottom: -140%;
  right: 50%;
  left: 50%;
  content: "";
  width: 1px;
  height: 100%;
  background: #1b1b1b;
}

.history .unit .inner .dates .tabs .horizontal {
  font-size: 1.6rem;
  line-height: 2;
  width: 100%;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.history .unit .inner .dates .tabs .horizontal > * {
  width: auto;
  margin-right: 1rem;
}

.history .unit .inner .dates .tabs .horizontal_content {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}

.history .unit .inner .dates .tabs .horizontal_content ul {
  width: 100%;
}

.history .unit .inner .dates .tabs .horizontal_content ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.history .unit .inner .dates .tabs .horizontal_content ul li .day {
  margin-right: 2rem;
  width: 3rem;
  min-width: 3rem;
}

@media screen and (min-width: 640px) {
  .history .unit .inner .dates .tabs {
    flex-flow: nowrap;
  }

  .history .unit .inner .dates .tabs .active a:before {
    bottom: 50%;
    right: -3rem;
    left: auto;
    width: 50%;
    height: 1px;
  }

  .history .unit .inner .dates .tabs .horizontal {
    width: auto;
    padding: 0 3rem 0 0;
    margin: 0 3rem 0 0;
    border-right: 1px solid;
    border-bottom: none;
    display: block;
  }

  .history .unit .inner .dates .tabs .horizontal > * {
    margin-right: 0;
  }

  .history .unit .inner .dates .tabs .horizontal_content {
    width: auto;
  }

  .history .unit .inner .dates .tabs .horizontal_content ul {
    width: auto;
  }
}

/* ==========================================================================
recruit
========================================================================== */
.recruit .unit {
  background-color: rgba(0, 0, 0, 0.45);
}

.recruit .unit .inner {
  margin: 0 auto;
  padding: 120px 0;
}

.recruit .unit .inner .title {
  text-align: center;
  color: #ffffff;
}

.recruit .unit .inner .title h2 {
  font-family: "Yanone Kaffeesatz", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-size: 42px;
  position: relative;
}

.recruit .unit .inner .title hr {
  width: 20%;
  margin: 0 auto 8px auto;
}

.recruit .unit .inner .title p {
  font-size: 14px;
}

.recruit .unit .inner .soon {
  font-size: 24px;
  color: #ffffff;
  margin-top: 80px;
  text-align: center;
  font-weight: bold;
}

/* ==========================================================================
contact
========================================================================== */
.contact .unit {
  background: #000000;
}

.contact .unit .inner {
  /* width: 1056px; */
  margin: 0 auto;
  padding: 120px 0 40px 0;
  color: #ffffff;
  text-align: center;
}

.contact .unit .inner .title {
  text-align: center;
  color: #ffffff;
}

.contact .unit .inner .title h2 {
  font-family: "Yanone Kaffeesatz", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-size: 42px;
  position: relative;
}

.contact .unit .inner .title hr {
  width: 20%;
  margin: 0 auto 8px auto;
}

.contact .unit .inner .title p {
  font-size: 14px;
}

.contact .unit .inner a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s all ease;
}

.contact .unit .inner a:hover {
  color: #be0000;
  text-decoration: none;
  transition: 0.3s all ease;
}

.contact .unit .inner a:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.contact .unit .inner a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #be0000;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  transition: 0.3s all ease;
}

.contact .unit .inner .text {
  margin-top: 80px;
}

/* ==========================================================================
sitepolicy
========================================================================== */
.sitepolicy .unit {
  background-color: rgba(0, 0, 0, 0.75);
}

.sitepolicy .unit .inner {
  margin: 0 auto;
  padding: 120px 0;
  color: #ffffff;
  text-align: center;
}

.sitepolicy .unit .inner .title {
  text-align: center;
  color: #ffffff;
}

.sitepolicy .unit .inner .title h2 {
  font-family: "Yanone Kaffeesatz", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-size: 42px;
  position: relative;
}

.sitepolicy .unit .inner .title hr {
  width: 20%;
  margin: 0 auto 8px auto;
}

.sitepolicy .unit .inner .title p {
  font-size: 14px;
}

.sitepolicy .unit .inner .policy div {
  margin-top: 80px;
  text-align: left;
}

.sitepolicy .unit .inner .policy div a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s all ease;
}

.sitepolicy .unit .inner .policy div a:hover {
  color: #be0000;
  text-decoration: none;
  transition: 0.3s all ease;
}

.sitepolicy .unit .inner .policy div a:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.sitepolicy .unit .inner .policy div a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #be0000;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  transition: 0.3s all ease;
}

.sitepolicy .unit .inner .policy div h2 {
  margin-bottom: 24px;
}

/* ==========================================================================
privacy
========================================================================== */
.privacy .unit {
  background-color: rgba(0, 0, 0, 0.75);
}

.privacy .unit .inner {
  margin: 0 auto;
  padding: 120px 0;
  color: #ffffff;
  text-align: center;
}

.privacy .unit .inner .title {
  text-align: center;
  color: #ffffff;
}

.privacy .unit .inner .title h2 {
  font-family: "Yanone Kaffeesatz", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-size: 42px;
  position: relative;
}

.privacy .unit .inner .title hr {
  width: 20%;
  margin: 0 auto 8px auto;
}

.privacy .unit .inner .title p {
  font-size: 14px;
}

.privacy .unit .inner .policy div {
  margin-top: 80px;
  text-align: left;
}

.privacy .unit .inner .policy div ol {
  list-style: none;
  margin-top: 8px;
  padding-left: 2em;
  text-align: left;
}

.privacy .unit .inner .policy div ol li {
  list-style-type: upper-roman;
  margin-bottom: 24px;
}

.privacy .unit .inner .policy div ol li ol {
  padding-left: 2em;
}

.privacy .unit .inner .policy div ol li ol li {
  font-size: 16px;
  list-style: decimal;
  margin-bottom: 8px;
}

.privacy .unit .inner .policy div ol.noNum {
  padding-left: 0;
}

.privacy .unit .inner .policy div ol.noNum li {
  list-style: none;
}

.privacy .unit .inner .policy div a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s all ease;
}

.privacy .unit .inner .policy div a:hover {
  color: #be0000;
  text-decoration: none;
  transition: 0.3s all ease;
}

.privacy .unit .inner .policy div a:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.privacy .unit .inner .policy div a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #be0000;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  transition: 0.3s all ease;
}

.privacy .unit .inner .policy div h2 {
  margin-bottom: 24px;
}
