@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: #3f2922;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #e7467b;
  transition: all 0.3s 0s;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  opacity: .7;
}
ul,
ol,
li {
  list-style: none;
}
body {
  background: #fff;
  animation: contentsfadeIn 2s ease 0s 1 normal;
  -webkit-animation: contentsfadeIn 2s ease 0s 1 normal;
}
@keyframes contentsfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes contentsfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
::selection {
  background: #e7467b;
  color: #fff;
}

/*-----------------
header
-----------------*/
header {
  position: relative;
  background-size: cover;
}
.logo {
  position: relative;
  padding: 0 28px;
  max-width: calc(1100px + 56px);
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 50px;
}
.logo img {
  margin: 0 1em 0 0;
}
.backtop {
  position: absolute;
  top: 0;
  right: 28px;
  line-height: 50px;
}
.backtop a {
  background-color: #e7467b;
  padding: 0 15px;
  display: inline-block;
  color: #fff;
}
.main {
  margin: 0 auto;
  text-align: center;
  padding: 2em 2em 3em;
  background-color: #f4d8e4;
  background-image:
  repeating-linear-gradient(45deg, #f5dae5, #f5dae5 5px, transparent 0, transparent 14px);
}

/*-----------------
article
-----------------*/
article {
  max-width: calc(1100px + 4em);
  margin: 5em auto;
  text-align: center;
  padding: 0 2em;
}
article h2 {
  color: #e7467b;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: .5em;
}
.article_flex {
  display: flex;
  justify-content: center;
}
.article_flex li {
  width: 48%;
}

/*-----------------
backnumber
-----------------*/
.backnumber {
  margin: 0 auto 80px;
}
.backnumber h2 {
  background-color: #e7467b;
  padding: .5em 1em;
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  margin: 0 0 1em;
}
.backnumber ul {
  max-width: 980px;
  display: flex;
  flex-wrap: wrap;
  margin: .5em auto 2em;
}
.backnumber ul li {
  margin: 0 1% 1em;
  width: 23%;
}
.backnumber ul li a {
  position: relative;
  display: inline-block;
}
.backnumber ul li .number {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  margin: 0;
  padding: 5px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #54504C;
  background-color: #FFD400;
}
.backnumber ul li .number:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #FFD400;
  border-right: 20px solid #FFD400;
  border-bottom: 10px solid transparent;
}

/*-----------------
footer
-----------------*/
#pagetop {
  margin: -45px 0 0;
}
#pagetop a {
  background-color: #eee;
  display: block;
  width: 90px;
  height: 45px;
  border-radius: 45px 45px 0 0;
  margin: 0 auto;
  text-align: center;
  padding: 0.8em 0 0;
}
footer {
  padding: 0 2em;
  border-top: 10px solid #eee;
}
.footer_contents {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 3em 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer_listWrap {
  align-self: center;
  width: 50%;
}
.footer_listWrap p {
  font-size: 22px;
  font-size: 2.2rem;
}
.footer_listWrap ul {
  margin: 1em 2em 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_listWrap li {
  margin: 0 0 0.5em 0;
  width: 33%;
  display: inline-block;
}
.footer_listWrap a {
  color: #666;
}
.footer_contact {
  width: 50%;
  border-left: 1px solid #eee;
  padding: 0 0 0 3%;
}
.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: space-between;
}
.footer_contact dd p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2%;
  width: 49%;
}
.footer_contact dd a {
  background-color: #ed86b3;
  padding: 1em 0.5em;
  display: block;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}
.copy {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 2em 2em;
  text-align: center;
}
.footer_listWrap li.shop_search {
  display: none;
}

/*-----------------
list
-----------------*/
.list {
  padding: 0 2em;
}
.listWrap {
  max-width: 1100px;
  margin: 3em auto 5em;
  text-align: center;
}
.listWrap h3 {
  margin: 0 0 1em;
  font-size: 20px;
  font-size: 2.0rem;
}
.listWrap h3.comingsoon {
  font-size: 40px;
  font-size: 4.0rem;
  letter-spacing: 5px;
}

@media screen and (max-width: 786px){
  .logo {
    padding: 2em 28px 0.5em;
    position: static;
  }
  .logo img {
    display: block;
    margin: 0;
  }
  .backtop {
    top: 0;
    line-height: 40px;
  }
  .backtop a {
    border-radius: 0 0 3px 3px;
  }
  article {
    margin: 5vw auto;
  }
  .footer_contents {
    display: block;
    padding: 3em 0 1em;
  }
  .footer_contact {
    width: 100%;
    padding: 2em 0 0 0;
    border-left: 0;
    border-top: 1px solid #eee;
  }
  .footer_listWrap {
    text-align: center;
    width: auto;
  }
  .footer_listWrap ul {
    text-align: left;
    margin: 1em 0;
  }
  .footer_listWrap a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer_contact dd a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .copy {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .backtop {
    right: 14px;
  }
  .logo {
    padding: 2em 14px 0.5em;
    line-height: 1.5;
  }
  .backnumber h2 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0.5em 14px;
  }
  .backnumber div {
    padding: 0 1em;
  }
  footer {
    padding: 0 1em;
  }
  .footer_listWrap ul {
    margin: 0.5em 0 1em;
  }
  .footer_listWrap li {
    display: none;
  }
  .footer_listWrap li.shop_search {
    display: block;
    width: 100%;
  }
  .footer_listWrap a {
    background-color: #eee;
    padding: 0.8em 0;
    display: block;
    text-align: center;
    border-radius: 3px;
  }
  .footer_contact dd p {
    width: 100%;
  }
}