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

/*-----------------
common
-----------------*/
*, *:before, *:after {
  margin:0;
  padding:0;
  box-sizing:border-box;
  border:0;
  outline:0
}
html {
  font-size: 62.5%;
}
body {
  line-height: 1.75;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  animation: contentsfadeIn 2s ease 0s 1 normal;
  -webkit-animation: contentsfadeIn 2s ease 0s 1 normal;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s 0s;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  opacity: .7;
}
ul,ol,li {
  list-style: none;
}
@keyframes contentsfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes contentsfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

/* header */
#container {
  position: relative;
}
.logoWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 2em;
  flex-wrap: wrap;
}
.logo {
  width: calc(100% - 250px);
}
.logo img {
  margin: 0 1em 0 0;
}
.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 250px;
}
.menu p {
  margin-left: 2em;
}
.main {
  text-align: center;
  padding: 2em;
  background-image: url(images/header_bg.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 60vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main .position {
  position: absolute;
  bottom: 2.5vw;
  left: 4vw;
  width: 10vw;
}
.listWrap {
  padding: 6vw 2em;
}
.list {
  max-width: 1200px;
  margin: 0 auto;
}
.list_til {
  text-align: center;
}
.list_til h2 {
  margin-bottom: .5em;
}
.top_news {
  margin: 2em 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
}
.top_news li {
  width: 32%;
  max-width: 360px;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 1%;
}
.top_news a {
  margin-bottom: 10px;
  display: block;
}
.top_news a img {
  width: 100%;
}
.news_days {
  letter-spacing: 3px;
  font-weight: bold;
}
.top_news li:first-child .news_days:before {
  content: "NEW";
  display: inline-block;
  font-weight: 14px;
  font-size: 1.4rem;
  color: #e60012;
  margin-right: 1em;
}
.top_news.more li {
  margin: 0 1% 2em;
}

/* topic_path */
.topic_path {
  padding: 0 2em;
}
.topic_path ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.topic_path li {
  position: relative;
  padding: 0 2em 0 0 ;
}
.topic_path li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: 1em;
  width: 4px;
  height: 4px;
  border-top: 1px solid #003567;
  border-right: 1px solid #003567;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.topic_path li:last-child:after {
  display: none;
}

aside {
  padding: 0 2em;
}
aside div {
  border: 1px solid #000;
  padding: 3em;
  max-width: 1200px;
  margin: 0 auto;
}
aside h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
aside p {
  font-size: 20px;
  font-size: 2.0rem;
}

/* shop_listWrap */
.shop_listWrap {
  text-align: center;
  padding: 5em 2em;
  margin: 6em auto 0;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #eaeef4;
}
.shop_listWrap ul {
  max-width: 1200px;
  margin: 1em auto 0;
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop_listWrap li {
  margin: 0 0 15px 0;
  width: 24%;
  display: flex;
}
.shop_listWrap li a {
  background-color: #fff;
  padding: 1em 1.5em;
  background-size: cover;
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.shop_listWrap .link_dealer a {
  background-image: none;
  color: #333;
  position: relative;
}

/* pagetop */
#pagetop {
  position: absolute;
  bottom: 70px;
  right: 70px;
}
#pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 70px;
  margin: 0 auto;
}
#pagetop a::before,
#pagetop a::after{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#pagetop a::before{
  width: 1px;
  height: 70px;
  background: #333;
}
#pagetop a::after{
  width: 29px;
  height: 29px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
}

/* footer */
footer {
  padding: 0 2em;
}
.footer_contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3em 0;
}
.footer_contact {
  margin: 3em 0 0;
}
.footer_contact dt {
  margin: 0 0 2em 0;
  text-align: center;
}
.footer_contact dd {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_contact dd p {
  display: inline-block;
  vertical-align: middle;
}
.footer_contact dd a:after {
  content: "";
  display: inline-block;
  background-image: linear-gradient(-0deg, transparent 49%, #ccc 49%, #ccc 51%, transparent 51%, transparent);
  width: 2em;
  height: 2em;
  vertical-align: middle;
  margin: 0 1em;
}
.footer_contact dd p:last-child a:after {
  display: none;
}
.btn {
  color: #fff;
  background-color: #000;
  display: block;
  padding: 1em;
  background-size: cover;
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 264px;
  margin: 30px auto 0;
  text-align: center;
  position: relative;
}
.btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.copy {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 2em 8em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .logo img {
    display: block;
    margin: 0 0 0.5em;
  }
  .logo {
    width: 100%;
    text-align: center;
  }
  .logo img {
    display: block;
    margin: 0 auto 0.5em;
    width: 30vw;
  }
  .menu {
    justify-content: center;
    max-width: 100%;
    width: 100%;
    margin: 2em 0 0;
  }
  .main {
        height: 80vw;
  }
  .main>p {
    width: 50vw;
  }
  .main .position {
    width: 15vw;
  }
  .top_news li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 3em;
  }
  aside div {
    padding: 5vw;
  }
  aside p {
    font-size: 3vw;
  }
  .shop_listWrap li {
    width: 48%;
  }
  .footer_listWrap li {
    width: 49%;
  }
  .footer_listWrap li:nth-child(10) {
    margin-left: 0;
    margin-right: 0;
  }
  .footer_listWrap .link_dealer {
    width: 100%;
  }
  .topic_path {
    margin: 0 0 50px;
  }
  #pagetop {
    position: static;
  }
  .listWrap h2 {
    letter-spacing: 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .footer_contact dd a:after {
    display: none;
  }
  .footer_contact dd {
    display: block;
    text-align: center;
  }
  .footer_contact dd p {
    display: block;
    border-bottom: 1px solid #333;
    padding: 0.5em;
  }
  .footer_contact dd p:last-child {
    border: 0;
  }
  .copy {
    padding: 0 1em 2em;
    text-align: left;
  }
}