/* インポート */
@font-face {
    font-family: 'Unageo';
    src: url('fonts/Unageo[wght].ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

/* 共通 */
html body {
  font-size: 14px;
  line-height: 1.4;
  font-family: 'Unageo', 'Arial', 'メイリオ',sans-serif;
}
a {
  text-decoration: none;
}
.container {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
.section {
  margin: 64px 0;
}

/* トップページ */

.top-html .top-body .top-main .top-mainvis {
  height: 100%;
}
.top-mainvis-coffee {
  display: flex;
  align-items: flex-start;
  height: 50%;
  width: 100%;
  background: #FD7E00;
}
.top-mainvis-tattoo {
  display: flex;
  align-items: flex-end;
  height: 50%;
  width: 100%;
  background: #E9E9E9;
}
.top-mainvis {
  position: relative;
}
.top-mainvis-phrase {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 80%;
  max-width: 780px;
}
.top-mainvis-phrase-img {
  display: block;
  width: 100%;
}
.top-mainvis-arrow-items {
  display: flex;
  align-items: center;
  justify-content: right;
}
.top-mainvis-arrow-items-coffee {
  padding-top: 2rem;
}
.top-mainvis-arrow-items-tattoo {
  padding-bottom: 2rem;
}
.top-mainvis-arrow-item-text-coffee {
  font-size: 0.6rem;
  color: #E9E9E9;
  font-weight: bold;
  padding-right: 0.6rem;
}
.top-mainvis-arrow-item-text-tattoo {
  font-size: 0.6em;
  color: #FD7E00;
  font-weight: bold;
  padding-right: 0.6rem;
}
.dli-arrow {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  width: 2rem;
  height: 1px;
  background: currentColor;
}
.dli-arrow::before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
.dli-arrow-tattoo::before {
  color: #FD7E00;
}
.dli-arrow-coffee {
  color: #E9E9E9;
}
.dli-arrow-tattoo {
  color: #FD7E00;
}

/* COFFEE ページ */
.header {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.header-logo-orcoffee {
  position: absolute;
  top: 16px;
  width: 86px;
}
.coffee-mainvis-img {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.commingsoon-img {
  width: 100%;
  margin: 0 auto;
}
.section-about h2 {
  font-size: 18px;
  margin: 32px 0 16px 0;
}

.coffee-inf-items {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0;
  font-size: 0.8rem;
}
.coffee-inf-item-title {
  width: 120px;
  border: 2px solid #E9E9E9;
  background: #ffffff;
  padding: 1rem;
  font-weight: bold;
}
.coffee-inf-item-content {
  width: calc(100% - 120px);
  border: 2px solid #E9E9E9;
  background: #ffffff;
  padding: 1rem;
}

/* footer */
.footer {
  border-top: 1px solid #FD7E00;
}
.footer-text {
  display: block;
  font-size: 8px;
  text-align: center;
  padding: 16px 0;
}
