@charset "UTF-8";
/* ///////////////////////////////////////////////

　ABOUT のスタイル

/////////////////////////////////////////////// */
#menu .navi li:nth-child(1) {
  border-bottom-color: #577368;
}
#menu .navi li:nth-child(1) a {
  color: #000;
}

#about {
  padding-left: calc(50% - 640px);
  padding-right: calc(50% - 640px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -60px;
}
@media screen and (max-width: 1320px) {
  #about {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#about > * {
  padding: 0 60px;
}
@media (max-width: 768px) {
  #about {
    padding: 0;
    margin: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #about > * {
    padding: 0;
  }
}
#about .image {
  width: 60%;
}
@media (max-width: 768px) {
  #about .image {
    width: 100%;
  }
}
#about .text {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#about .text h2 {
  font-size: 2.4rem;
}
#about .text p {
  line-height: 2.5;
}
#about .text .lang {
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
}
#about .text .lang > * {
  border-bottom: 1px solid transparent;
  padding: 5px 2px;
}
#about .text .lang a {
  color: #888;
  text-decoration: none;
}
#about .text .lang em {
  border-bottom-color: #577368;
}
@media (max-width: 768px) {
  #about .text {
    width: 100%;
    margin-top: 50px;
    text-align: center;
  }
  #about .text p {
    margin: 2.5em 0 4em;
  }
  #about .text .lang {
    justify-content: center;
  }
}
#about .stockist {
  margin: 190px 0;
  display: flex;
  align-items: center;
}
#about .stockist dt {
  margin-right: 90px;
  font-size: 2.4rem;
}
#about .stockist dd {
  display: flex;
  align-items: center;
  margin-left: 60px;
  font-size: 2rem;
  color: #577368;
}
#about .stockist dd .shop {
  margin-right: 15px;
  border-bottom: 1px solid #577368;
}
#about .stockist dd a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  #about .stockist {
    margin: 70px 0 100px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #about .stockist dt {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
  #about .stockist dd {
    margin: 0 15px;
  }
  #about .stockist dd img {
    width: 15px;
  }
}
