.c-hero {
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .c-hero {
    margin-bottom: 5rem;
  }
}

.pager {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #A0ADB3;
  border-top: 1px solid #C8C5C4;
  border-bottom: 1px solid #C8C5C4;
  padding: 1.1rem 0;
  min-width: 48rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .pager {
    padding: 2rem 0;
    width: 100%;
  }
}
.pager-wrapper {
  text-align: center;
  margin: 5.9rem auto 6.9rem;
}
.pager li {
  font-size: 1.4rem;
  margin: 0 1.5rem;
  line-height: 1;
  position: relative;
  height: 3rem;
  width: 3rem;
}
@media screen and (max-width: 750px) {
  .pager li {
    font-size: 2.8rem;
    height: 6rem;
    width: 6rem;
  }
}
.pager li span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pager li a {
  display: block;
}
.pager .arrow {
  color: #000000;
}
.pager .prev {
  margin-left: 0;
}
.pager .next {
  margin-right: 0;
}
.pager .is-current {
  color: #FFFFFF;
  background: #A0ADB3;
  border-radius: 50%;
}

.p-clublife-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 9rem;
}
@media screen and (max-width: 750px) {
  .p-clublife-item {
    display: block;
    margin-bottom: 11rem;
  }
}
.p-clublife-img {
  width: 28.4rem;
  -webkit-box-shadow: 0 0 2px #CCCCCC;
          box-shadow: 0 0 2px #CCCCCC;
}
@media screen and (max-width: 750px) {
  .p-clublife-img {
    width: 49.7rem;
    margin: 0 auto 6.5rem;
  }
}
.p-clublife-cnt {
  width: 67.4rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-clublife-cnt {
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .p-clublife-list-wrap {
    padding-top: 12rem;
    margin-top: -12rem;
  }
}
.p-clublife-vol {
  font-size: 3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-clublife-vol {
    font-size: 5rem;
  }
}
.p-clublife-date {
  font-size: 1.6rem;
  margin-top: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-clublife-date {
    font-size: 2.6rem;
    margin-top: 2.8rem;
  }
}
.p-clublife-ttl {
  line-height: 1.5;
  margin-top: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-clublife-ttl {
    margin-top: 2.6rem;
  }
}
.p-clublife-txt {
  line-height: 1.714;
  margin-top: 3rem;
}
@media screen and (min-width: 751px) {
  .p-clublife-txt {
    display: block !important;
  }
}
@media screen and (max-width: 750px) {
  .p-clublife-txt {
    line-height: 1.769;
  }
}
.p-clublife-dl {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .p-clublife-dl a {
    letter-spacing: 0.1em;
  }
}
.p-clublife-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  margin: 0 -4rem;
  color: transparent;
}
.p-clublife-btn::before, .p-clublife-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
}
.p-clublife-btn::before {
  background: url(/HERITAGE/CLUBLIFE/IMAGES/ico_open.png) center/cover no-repeat;
}
.p-clublife-btn.is-active {
  color: inherit;
}
.p-clublife-btn.is-active::before {
  display: none;
}
.p-clublife-btn.is-active::after {
  background: url(/HERITAGE/CLUBLIFE/IMAGES/ico_close.png) center/cover no-repeat;
  right: 4rem;
}

.p-hdg-01 {
  margin-bottom: 3rem;
}

/*# sourceMappingURL=style.css.map */