@charset "UTF-8";
main{
  border-bottom: 1px solid #D7A060;
}
.message {
  text-align: center;
  background: url(../img/about/bg_01.jpg) no-repeat bottom center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 80px 0 500px;
}
.message .copy {
  font-size: 2.375rem;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
  margin: 0 0 40px;
  letter-spacing: .1em;
  font-weight: 500;
}
.message p {
  font-size: .9375rem;
  line-height: 2.2;
}
.message p+p {
  margin: 40px 0 0;
}
.style {
  text-align: center;
  padding: 80px 0 40px;
}
.style .items {
  margin: 60px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.style .items .item {
  font-weight: bold;
  width: 200px;
  margin: 0 20px 50px;
}
.style .items span {
  letter-spacing: -0.04em;
}

.style .items .item img {
  display: block;
  margin: 0 0 20px;
}
