@charset "SHIFT-JIS";

/* ---------------------------------------------
  コンパイルされていない Mustache バインディングを隠す
--------------------------------------------- */
[v-cloak] {
  display: none;
}

/* ---------------------------------------------
  common
 --------------------------------------------- */
 
#membership .w980 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
#membership .separate {
  border-top: 20px solid #eee;
}
#membership .title-text {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
#membership .membership-button {
  text-align: center;
}
#membership a:hover {
  opacity: 0.7;
}
.fullsizeWidth {
  background-color: #e6e4dc;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  text-align: center;
}
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 20;
}
.pagetop a {
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/com/images/common/common-img-sprite.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-position: 0 -1277px;
}

/* ---------------------------------------------
  メンバー限定特別コンテンツ
 --------------------------------------------- */
#membership #membership-contents {
  padding: 50px 0 90px;
}
#membership #membership-contents a img {
  vertical-align: bottom;
}
#membership #membership-contents ul.largeBanners {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
#membership #membership-contents ul.largeBanners li {
  margin-bottom: 20px;
}
#membership #membership-contents ul.largeBanners li a img {
  border: 1px solid #000;
  width: 100%;
}
#membership #membership-contents ul.smallBanners {
  width: 886px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
#membership #membership-contents ul.smallBanners li {
  width: 282px;
  margin-left: 20px;
  margin-bottom: 20px;
}
#membership #membership-contents ul.smallBanners li:nth-of-type(3n + 1) {
  margin-left: 0;
}
#membership #membership-contents ul.smallBanners li a img {
  border: 1px solid #000;
  width: 100%;
}
#membership #membership-contents .textLinks{
  margin-top: 40px;
  text-align: center;
}
#membership #membership-contents .textLinks a{
  text-decoration: underline;
}