::-moz-selection {
  background: #470c19;
}
::selection {
  background: #470c19;
}
body[data-theme="alphard"] header {
  background-color: #fff;
}
body[data-theme="alphard"] #parts-list {
  background-color: #470c19;
}
body[data-theme="alphard"] .social a {
  background-color: #470c19;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body[data-theme="alphard"] .social svg {
  fill: #fff;
}
body[data-theme="alphard"] footer {
  background-color: #fff;
  color: #000;
}
body[data-theme="alphard"] footer .copyright {
  border-color: #f5ede4;
}
body[data-theme="alphard"] #slideshow {
  background: #470c19;
}
body[data-theme="alphard"] #dealer {
  background-color: #470c19;
}
.logo_toyopet {
  padding: 40px 20px 33px;
  width: 600px;
  max-width: calc(100% - 40px);
  border: 4px solid transparent;
  box-shadow: 0 0 0 .1px #fff;
  background: #fff;
  background-clip: padding-box;
}
.logo_toyopet img {
  max-width: calc(60%);
  max-width: 100%;
  height: auto;
}
#dealer .dealer-link a {
  width: 360px;
  display: inline-block;
  padding: 23px;
  position: relative;
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  box-sizing: border-box;
  text-decoration: none;
}
#dealer .dealer-link a:hover {
  opacity: .7;
  transition: opacity .2s ease-out;
}
#dealer .dealer-link a:after {
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  transform: rotate(-45deg);
}
.dealer {
  margin: 10px 0 0;
  font-size: 12px;
  text-align: center;
}
#dealer .dealer .u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #dealer .dealer .u-sp {
    display: block;
  }
  #dealer .dealer-link a {
    display: block;
    margin: 0 auto;
    width: 80%;
    padding: 18px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .logo_toyopet {
    max-width: calc(100% - 20px);
    padding: 20px 10px;
  }
}