@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;
  animation: contentsfadeIn 2s ease 0s 1 normal;
  -webkit-animation: contentsfadeIn 2s ease 0s 1 normal;
  letter-spacing: calc((50 / 1000)*2em);
  background-image: url(images/bg.png);
}
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;
  background-image: url(images/header_bg.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
header {
  padding: 30px 2em;
}
.logo {
  max-width: 1100px;
  margin: 0 auto;
}
.logo img {
  margin: 0 1em 0 0;
}
.main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2em 0;
  text-align: center;
}
header.sub {
  padding: 0 2em;
}

/*-----------------
topic_path
-----------------*/
.topic_path {
  padding: 0 2em;
  margin: 0 0 ;
}
.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;
  background-color: #fff;
}
.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:first-child {
  padding-left: 1em;
}
.topic_path li:last-child {
  padding-right: 1em;
}
.topic_path li:last-child:after {
  display: none;
}

/* shop_listWrap */
.shop_listWrap {
  padding: 4em 2em;
  position: relative;
}
.shop_list {
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  max-width: calc(1100px + 4em);
}
.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 {
  color: #fff;
  background-color: #7030a0;
  padding: 1em;
  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;
}
.shop_listWrap .line {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  padding: 0 2em;
}

/* 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(-45deg, transparent 49%, #333 49%, #333 51%, transparent 51%, transparent);
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    margin: 0 1em;  
}
.footer_contact dd p:last-child a:after {
  display: none;
}
.btn {
  color: #fff;
  background-color: #7030a0;
  display: block;
  padding: 1em;
  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 {
  margin: 3em auto 0;
  padding: 1em 2em;
  max-width: 800px;
  background-color: #fce7f0;
}
.backnumber h3 {
  color: #534741;
  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: #534741;
  color: #fff;
  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;
}

/* top_menu */
.top_menu {
  display: flex;
  margin: 5vw auto;
  max-width: 1100px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_menu li {
  width: 48%;
  padding: 0;
}
.top_menu a {
  background-color: #f9e1df;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1em;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0 1em;
box-shadow: 0 0 20px #fff;
}
.list.wrapper {
  padding: 0 2em;
}

/* article */
article {
  max-width: 1100px;
  margin: 0 auto 120px;
  text-align: center;
}
article h3 {
  margin: 3em 0 1em;
}
article.wrapper.news {
  padding: 0 2em;
}
.what_lady {
    margin: 5vw 2em;
}
.what_lady>div {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.what_lady h2 {
  margin-bottom: 1em;
}
.what_lady>div div {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: calc(1100px - (1100px - 109px) + .5em);
  padding-right: calc(1100px - (1100px - 109px) + .5em);
}
.ladiesday {
  margin: 5vw 2em;
}
.ladiesday>div {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  background: linear-gradient(to right, #ffa6c2, #ffdbe5);
  padding: 3em 2em;
}
.ladiesday>div div {
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1.25;
}
.ladiesday>div div span {
  font-size: 130%;
}
.til_event2 {
  display: block;
  text-align: center;
  margin-top: -45px;
}
.main_contents {
  margin: 2em 0 0;
}

.report_list ul {
  margin: 1em 0;
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.report_list li {
  margin: 0 1% 15px 0;
  width: 24%;
  display: flex;
}
.report_list li:last-child {
  margin-right: 0;
}
.report_list a {
  color: #fff;
  background-color: #7030a0;
  padding: 1em;
  background-size: cover;
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.what_lady.report_list>div>div {
  max-width: calc(1100px + 4em);
  padding: 0;
}

@media screen and (max-width: 980px) {
.shop_listWrap li {
    width: 32%;
  }
}

@media screen and (max-width: 768px) {
  #container {
    background-size: contain;
  }
  .ladiesday>div div {
    font-size: 5vw;
    letter-spacing: normal;
  }
  .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%;
  }
  #pagetop {
    position: static;
  }
  .listWrap h2 {
    letter-spacing: 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .top_menu li {
    width: 100%;
  }
  .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;
  }
  .shop_listWrap li a {
    font-size: 2.5vw;
  }
  .copy {
    padding: 0 1em 2em;
    text-align: left;
  }
  .what_lady>div {
    background-size: 50px;
  }
  .what_lady>div div {
    padding: 0 0 3em;
    font-size: 2.5vw;
  }
  .ladiesday h2 {
    width: 50vw;
    margin: 0 auto;
  }
  .til_event2 {
    margin: -5vw auto 0;
    width: 50vw;
  }
  .logo img {
    display: block;
    margin: 0 0 0.5em;
  }
  .logo {
    font-size: 11px;
  }
  .shop_list h2,
  .what_lady h2 {
    width: 60vw;
    margin: 0 auto 1em;
  }
  header {
    padding: 30px 2em 0;
  }
  .footer_contact dt {
    width: 60vw;
    margin: 0 auto;
  }
  .shop_listWrap .line {
    bottom: -6vw;
    width: 50vw;
  }
  .report_list ul {
    justify-content: space-between;
  }
  .report_list li {
    width: 48%;
  }
    .report_list a {
    font-size: 2.5vw;
  }
}