@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;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a{
  text-decoration: none;
  color: #D95272;
  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: calc(1100px + 4em);
  margin: 0 auto;
  padding: 1.2em 2em;
}
.logo img {
  margin: 0 1em 0 0;
}
.main {
  background-image: url(images/header_bg.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: center;
  height: 50vw;
}

/* topic_path */
.topic_path {
  padding: 2em;
}
.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:after {
  display: none;
}

/* update */
.top_update {
  padding: 2em;
}
.top_update dl {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_update dt {
  color: #D95272;
}
.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_list {
  background-image: url(images/bg.png);
  background-size: cover;
  padding: 4em 2em;
}
.top_menu {
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_menu li {
  width: 48%;
  padding: 0;
  background-color: #F8CDD2;
  text-align: center;
  padding: 4vw;
}
.top_menu a {
  background-color: #fff;
  border-radius: 10px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1em;
  color: #fff;
  position: relative;
}
.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 #D95272;
  border-right: 1px solid #D95272;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu_commentWrap {
  font-size: 16px;
  font-size: 1.6rem;
  width: 70%;
  margin: 0 auto;
}

/* member */
.top_member {
  background-color: #D95272;
  padding: 4vw;
  max-width: 1100px;
  margin: 2em auto 0;
}
.top_member dl {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
.top_member dt {
  margin: 0 0 1.5em;
}
.top_member dd {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}
.top_member a {
  background-color: #fff;
  border-radius: 10px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  max-width: 500px;
  margin: 0 auto 1em;
}
.top_member a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #D95272;
  border-right: 1px solid #D95272;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* about */
.top_about {
  background: linear-gradient(#F4BAC3, #fadde2);
  padding: 70px 2em;
}
.top_about dl {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
.top_about dt {
  margin: 0 0 1.5em;
}
.top_about dd {
  font-size: 16px;
  font-size: 1.6rem;
}

/* shop_listWrap */
.shop_listWrap {
  text-align: center;
  padding: 4em 2em;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #F2F2F2;
}
.shop_listWrap ul {
  max-width: 1100px;
  margin: 1em auto;
  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: #BED656;
  border-radius: 3px;
  color: #333;
  padding: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1.2;
}

/* 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 {
  color: #333;
}
.footer_contact dd a:after {
  content: "";
  display: inline-block;
  background-image: linear-gradient(-45deg, transparent 49%, #333 49%, #333 51%, transparent 51%, transparent);
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin: 0 1em;
}
.footer_contact dd p:last-child a:after {
  display: none;
}
.btn {
  border-radius: 3px;
  color: #333;
  background-color: #BED656;
  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 #333;
  border-right: 1px solid #333;
  -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;
}

/* article */
article {
  max-width: 1100px;
  margin: 0 auto 120px;
  text-align: center;
}
article h3 {
  margin: 3em 0 1em;
}
.main_contents {
  text-align: center;
  padding: 1em 1em 0;
}

@media screen and (max-width: 768px) {
  .logo img {
    display: block;
    margin: 0 0 0.5em;
  }
  .top_update dd {
    margin: 1em 0 0;
  }
  .top_update dl {
    display: block;
  }
  .top_update dt:after {
    display: none;
  }
  .top_menu {
    display: block;
  }
  .menu_commentWrap,
  .top_member dd {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
  }
  .top_menu li {
    width: 100%;
    margin: 0 0 2em;
  }
  article h3 {
    margin: 1em 0;
  }
  .shop_listWrap li {
    width: 48%;
  }
  .footer_listWrap li {
    width: 49%;
  }
  .footer_listWrap li:nth-child(10) {
    margin-left: 0;
    margin-right: 0;
  }
  .topic_path {
    margin: 0 0 1em;
  }
  #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;
  }
}