@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0; }

body {
  font-feature-settings: "palt";
  font-size: 3.75vw;
  ext-align: justify;
  color: #221916;
  font-family: "Roboto Condensed", "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }
  @media (min-width: 52em) {
    body {
      font-size: 0.97rem; } }
footer {
  font-size: 0.7em;
  text-align: center;
  padding: 2em; }

a {
  font-size: 0.95em;
  letter-spacing: 0.05em;
  color: #000;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  display: inline-block; }
  a img {
    transition: all .3s; }
  a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .5s; }
  a:hover {
    color: #333; }
    a:hover::after {
      transform-origin: left top;
      transform: scale(1, 1); }
    a:hover img {
      opacity: 0.8; }

dt,
dd {
  box-sizing: border-box; }

.wrapper {
  padding: 0 30px; }

#logo {
  margin: 20vh auto 0 auto; }
  @media (min-width: 52em) {
    #logo {
      margin: 30vh auto 0 auto;
      width: 50vh;
      display: block; } }
.note {
  padding-left: 0.6em;
  text-indent: -0.6em; }

#intro {
  padding-top: 1.5em;
  margin-bottom: 30vh;
  text-align: center; }
  #intro p {
    display: flex;
    justify-content: center;
    font-size: 4.375vw;
    letter-spacing: 0.02em; }
    @media (min-width: 52em) {
      #intro p {
        font-size: 1.3em; } }
    #intro p span {
      display: flex;
      align-items: center; }
      #intro p span:before, #intro p span:after {
        content: "";
        display: block;
        height: 2px;
        width: 1.5em;
        background-color: #000; }
      #intro p span:before {
        transform: rotate(50deg); }
      #intro p span:after {
        transform: rotate(-50deg); }
  #intro a {
    display: block;
    position: relative;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    width: 12em;
    padding: 0.5em 0;
    border-radius: 2em;
    margin: 0 auto;
    font-size: 1.4em;
    transition: all .3s;
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: 0.05em; }
    #intro a svg {
      width: 1.5em;
      height: 1.5em;
      position: absolute;
      top: 0.7em;
      right: 1em;
      transition: all .3s; }
    #intro a:after {
      content: none; }
    #intro a:hover {
      background-color: #333; }
      #intro a:hover svg {
        right: 0.7em; }

#about {
  position: relative;
  text-align: center; }
  @media (min-width: 52em) {
    #about {
      width: 37em;
      margin: 0 auto;
      display: block; } }
  #about:before {
    content: '';
    height: 1px;
    background-color: #000;
    width: 100px;
    display: block;
    transform: rotate(90deg);
    left: 35%;
    position: absolute;
    top: -100px; }
    @media (min-width: 52em) {
      #about:before {
        left: 40.8%; } }
  #about h1 {
    letter-spacing: 0.2em;
    font-size: 2em;
    margin-bottom: 2em; }
  #about h2 {
    font-size: 1.3em;
    margin-bottom: 2em;
    letter-spacing: 0.05em; }
  #about h3 {
    margin-bottom: 3em;
    font-size: 1.05em;
    background-color: #eee;
    padding: 0.4em; }
  #about dl dd {
    padding: 0;
    margin: 0; }
  #about .intro {
    margin-bottom: 3em;
    line-height: 1.8;
    font-size: 1em;
    text-align: left; }
    #about .intro br {
      display: none; }
    @media (min-width: 52em) {
      #about .intro {
        font-size: 1.2em;
        text-align: center; }
        #about .intro br {
          display: block; } }
  #about .map-sec {
    margin-bottom: 5em; }
    #about .map-sec .map {
      width: 18em;
      margin-bottom: 2em; }
    #about .map-sec .access-info {
      text-align: left; }
      @media (min-width: 52em) {
        #about .map-sec .access-info {
          text-align: center; } }
    #about .map-sec iframe {
      margin-top: 2em;
      margin-bottom: 1em; }
    #about .map-sec a {
      font-size: 1.3em; }
      #about .map-sec a img {
        transform: translateY(0.25em); }
  #about .shop-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    @media (min-width: 52em) {
      #about .shop-info {
        width: 30em; } }
    #about .shop-info > dt, #about .shop-info > dd {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    #about .shop-info > dt {
      width: 20%;
      text-align: right;
      line-height: 1.4;
      margin-bottom: 0.5em; }
      @media (min-width: 52em) {
        #about .shop-info > dt {
          width: 40%; } }
    #about .shop-info > dd {
      width: 80%;
      text-align: left;
      padding-left: 1em;
      margin-bottom: 0.5em; }
      @media (min-width: 52em) {
        #about .shop-info > dd {
          width: 60%; } }
      #about .shop-info > dd span {
        font-size: 0.8em;
        line-height: 1.4; }
  #about .brand {
    margin-bottom: 4em; }
    #about .brand dt {
      margin-bottom: 1em; }
      #about .brand dt.startex img {
        height: 3em; }
      #about .brand dt.linx img {
        height: 2.7em; }
      #about .brand dt.xosystem img {
        height: 2.5em; }
      #about .brand dt.tab img {
        height: 2.5em; }
      #about .brand dt.ballistics img {
        height: 2.3em; }
      #about .brand dt.fourthirty img {
        height: 2.5em; }
      #about .brand dt.higher img {
        height: 1.4em; }
    #about .brand dd {
      margin-bottom: 4.5em;
      font-size: 3.125vw; }
      @media (min-width: 52em) {
        #about .brand dd {
          font-size: 1em; } }
      #about .brand dd a {
        margin-top: 1em; }
