@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: #333;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: linear-gradient(#f3d8ec, #d097dc);
  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: #333;
  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;
}
.logo {
  max-width: 1100px;
  margin: 0 auto;
}
.logo img {
  margin: 0 1em 0 0;
}
.backtop {
  position: absolute;
  top: 0;
  right: 2.8em;
}
.backtop a {
  background-color: #fff;
  padding: 0 15px;
  display: inline-block;
  border-radius: 40px;
}
header {
  padding: 30px 2em 180px;
  background-image: url(images/header_bg.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.main {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 2em 0;
}
.main img {
  margin-left: -8vw;
}
.main dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main dt {
  margin: 0 9% 0 0;
}
.main dd {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 2px;
  position: relative;
}
.main dd img {
  margin: 0 0 5px;
}
.bg_side {
  background-image: url(images/bg_side1.png),url(images/bg_side2.png);
  background-repeat: no-repeat,no-repeat;
  background-position: left 1vw top 110px, right 1vw top 150px;
  background-size: 7vw,7vw;
}

/* topic_path */
.topic_path {
  padding: 0 2em;
  margin: -50px 0 50px;
}
.topic_path ul {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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 {
  padding: 0;
}
.topic_path li:last-child:after {
  display: none;
}

/* shop_listWrap */
.shop_listWrap {
  text-align: center;
  max-width: calc(1100px + 4em);
  padding: 0 2em;
  margin: -47px auto 125px;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  z-index: 999;
}
.shop_listWrap ul {
  margin: 1em 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 {
  border-radius: 5px;
  color: #fff;
  background-image: url(images/bg5.png);
  padding: 1em;
  background-size: cover;
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1.2;
}
.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 {
  background-color: #fff;
  padding: 0 2em;
}
.footer_contents {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3em 0;
}
.footer_contact {
  margin: 3em 0 0;
}
.footer_contact dt {
  margin: 0 0 1em 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 {
  border-radius: 5px;
  color: #fff;
  background-image: url(images/bg5.png);
  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;
}

/* backnumber */
.backnumber {
  background-color: #f3d8ec;
  margin: 3em 0 0;
  padding: 1em 2em;
}
.backnumber h3 {
  color: #ad45ad;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 0.5em;
}
.backnumber dl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: .5em auto;
}
.backnumber dt {
  margin: 0 1em 0 0;
}
.backnumber dd {
  margin: 0 0.3em;
}
.backnumber dd a {
  background-color: #ad45ad;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 5px 15px;
  min-width: 3em;
}
.backnumber dd a:last-child {
  margin: 0;
}
.backnumber_list {
  text-align: left;
}

/* update */
.top_update {
  padding: 0 2em;
  margin: -30px 0 50px;
}
.top_update dl {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_update dt {
  color: #ad45ad;
}
.top_update dt:after {
  content: "";
  display: inline-block;
  background-image: linear-gradient(-0deg, transparent 49%, #333 49%, #333 51%, transparent 51%, transparent);
  width: 2em;
  height: 2em;
  vertical-align: middle;
  margin: 0 1em;
}
.top_update dt img {
  margin: 0 1em 0 0;
}
.top_update dd {
  line-height: 2;
}

/* top_menu */
.top_menu {
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_menu li {
  width: 48%;
  padding: 0;
}
.top_menu a {
  background-image: url(images/bg.png);
  border-radius: 10px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1em;
  position: relative;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 3px;
  background-size: cover;
  }
.top_menu li:nth-child(2) a {
  background-image: url(images/bg2.png);
}
.top_menu li:nth-child(3) a {
  background-image: url(images/bg3.png);
}
.top_menu li:nth-child(4) a {
  background-image: url(images/bg4.png);
}
.top_menu a: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);
}
.menu_commentWrap {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  height: 170px;
}
li:nth-child(4) .menu_commentWrap {
  height: 200px;
}
li:nth-child(3) .menu_commentWrap .nagomi_img {
  bottom: 20px;
}
.menu_comment {
  width: 65%;
}
.menu_commentWrap .nagomi_img {
  width: 35%;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
}
.list.wrapper {
  padding: 0 2em;
}

/* article */
article {
  max-width: 1100px;
  margin: 0 auto 120px;
  text-align: center;
}
article h3 {
    margin: 3em 0 1em;
}
section {
  padding: 0 2em;
}
section div {
  background-color: #fff;
  text-align: center;
  padding: 5vw 2em;
  max-width: 1100px;
  margin: 0 auto 5em;
}
section h3 {
  padding: 0 0 1em;

}

@media screen and (max-width: 768px) {
  #container {
  }
  .logo img {
    display: block;
    margin: 0 0 0.5em;
  }
  header {
    padding: 30px 2em 90px;
  }
  .top_update {
    margin: 10px 0 50px;
  }
  .top_update dd {
    margin: 1em 0 0;
  }
  .top_update dl {
    display: block;
  }
  .top_update dt:after {
    display: none;
  }
  .top_menu {
    display: block;
  }
  .menu_commentWrap {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top_menu li {
    width: 100%;
  }
  .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;
  }
  .event_contents p br {
    display: none;
  }
  .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;
  }
}