/* 2019/02¹¹¿· */
main.top #works .message h1{
  margin-bottom: 1em;
}
main.top #works .message br.sp {
  display: none;
}

/* ¢§ 2023 LAFNE ¢§ */
#millar {
  padding: 70px 0 90px;
  background-color: #f2f2f5;
  margin-bottom: 80px;
  /* border-bottom: 1px solid #d9d9d9; */
}
#millar .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#millar .image {
  width: 534px;
  margin-right: 6%;
}
#millar img {
  max-width: 100%;
}
#millar .text {
  width: fit-content;
  max-width: 430px;
}
#millar .logo-container {
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-items: center;
  padding-left: 12px;
}
#millar h2 {
  font-size: 2em;
  width: fit-content;
  margin: 8px 0 32px;
}
#millar .logo {
  transform: translateX(-10px);
  max-width: 240px;
  opacity: 0.8;
}
#millar p {
  padding-left: 8px;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 1.1px;
}
#millar .link {
  margin-top: 32px;
  max-width: 430px;
}
#millar .link a {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 48px;
  padding-left: 30px;
  position: relative;
  background: #fff;
  color: #4d4d4d;
}
#millar .link a::after {
  content: url(https://file002.shop-pro.jp/PA01387/628/img/arrow-right.png);
  position: absolute;
  right: 29px;
  top: 50%;
  transform: translateY(-50%);
}
#works .link-sns-instagram::before {
  background: url(https://cdn.shopify.com/s/files/1/0744/9159/3017/files/instagram_icon_200x200_687a4216-2a55-45e2-beca-751aef56a8e4.png) no-repeat center/contain;
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  vertical-align: -5px;
}
/* ¢¥ 2023 LAFNE ¢¥ */