.page-head {
  width: 100%;
  padding: 120px 24px 80px;
  background-color: #000;
  overflow: hidden;
  position: relative;
}

.page-head:before, .page-head:after {
  content: "";
}

.page-head:before {
  width: 100%;
  height: 64%;
  margin: auto;
  background-image: url(/news/img/head-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.page-head:after {
  width: 100%;
  max-width: 960px;
  height: 100vh;
  z-index: 2;
  margin: auto;
  background-image: url(/news/img/member-pickup-layer_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  z-index: 2;
}

.page-head .page-ttl {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 24px;
  position: relative;
  z-index: 3;
}

.page-head .page-ttl:before {
  content: "";
  width: 20%;
  height: 30vw;
  position: absolute;
  bottom: 0;
  right: 0;
}

.page-head .page-ttl-unit {
  display: inline-block;
  width: 40.2%;
  max-width: 230px;
  position: relative;
  z-index: 3;
}

.page-head .jp {
  color: #808080;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: calc(100% + 16px);
}

.page-head .contents-ttl {
  width: 100%;
  max-width: 1080px;
  padding-bottom: 12px;
  margin: 0 auto 12px;
  border-bottom: 1px solid #555;
  position: relative;
  z-index: 3;
}

.page-head .contents-ttl .contents-ttl-txt {
  display: inline-block;
}

.page-head .contents-ttl .contents-ttl-txt.news {
  width: 48%;
  max-width: 240px;
}

.page-head .contents-ttl .contents-ttl-txt.topics {
  width: 28%;
  max-width: 150px;
}

.page-head .page-ttl-box {
  letter-spacing: -0.4em;
}

.page-head .page-ttl-box .contents-ttl-txt,
.page-head .page-ttl-box .day {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

.page-head .page-ttl-box .day {
  padding: 10px 0 0 24px;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.page-head .article-head {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 0;
  position: relative;
  z-index: 3;
}

.page-head .article-head .article-ttl {
  margin: 0 auto 12px;
  color: #fff;
  font-size: 2.4rem;
}

.page-head .article-head .shop {
  display: inline-block;
  padding: 4px 12px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  background-color: #df6a12;
  border-radius: 100px;
}

.contents {
  width: 100%;
  max-width: 1128px;
  padding: 0 24px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 2;
}

.tabs {
  margin: -40px auto 0;
  position: relative;
  z-index: 1;
}

.tabs .tabs-menu {
  letter-spacing: -0.4em;
}

.tabs .tabs-menu-item {
  display: inline-block;
  width: calc( 100% / 2 - 8px);
  max-width: 192px;
  height: 40px;
  padding: 10px 16px 7px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
  letter-spacing: normal;
  border-radius: 10px 10px 0 0;
  background-color: #E1690F;
  cursor: pointer;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.tabs .tabs-menu-item:not(:last-child) {
  margin-right: 16px;
}

.tabs .tabs-menu-item.is-active {
  color: #E1690F;
  background: #fff;
  cursor: default;
}

.tabs .tabs-body {
  display: none;
  background: #fff;
  padding: 40px 0 40px;
}

.tabs .tabs-body.is-active {
  display: block;
}

.tabs .tabs-body .search {
  margin: 0 auto 24px;
}

.tabs .tabs-body .search select {
  width: 100%;
  max-width: 440px;
  padding: 8px 16px;
  margin: 0 auto 16px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #333;
}

.tabs .tabs-body .topics-list,
.tabs .tabs-body .info-list {
  padding-top: 16px;
  border-top: 1px solid #ccc;
}

.tabs .tabs-body .topics-list-item,
.tabs .tabs-body .info-list-item {
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}

.tabs .tabs-body .topics-list-item:not(:last-child),
.tabs .tabs-body .info-list-item:not(:last-child) {
  margin: 0 auto 16px;
}

.tabs .tabs-body .item-head {
  font-weight: normal;
  letter-spacing: -0.4em;
}

.tabs .tabs-body .shop,
.tabs .tabs-body .day {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: .1em;
  vertical-align: middle;
}

.tabs .tabs-body .shop {
  padding: 1px 8px;
  margin-right: 8px;
  line-height: 1.4;
  background-color: #df6a12;
  border-radius: 100px;
}

.tabs .tabs-body .item-ttl a {
  font-size: 1.5rem;
}

@media screen and (min-width: 1048px) {
  .page-head {
    padding: 160px 24px 100px;
  }
  .page-head:before, .page-head:after {
    content: "";
  }
  .page-head:after {
    top: 20%;
  }
  .page-head .jp {
    font-size: 2.2rem;
  }
  .contents {
    margin: 0 auto 80px;
  }
  .tabs .tabs-body .search {
    margin: 0 auto 24px;
  }
  .tabs .tabs-body .search select {
    font-size: 1.5rem;
  }
  .tabs .tabs-body .topics-list-item,
  .tabs .tabs-body .info-list-item {
    padding: 0 24px 16px;
  }
  .tabs .tabs-body .shop,
  .tabs .tabs-body .day {
    font-size: 1.3rem;
  }
  .tabs .tabs-body .shop {
    padding: 2px 8px 1px;
  }
  .tabs .tabs-body .item-ttl a {
    font-size: 1.8rem;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  .tabs .tabs-body .item-ttl a:hover {
    color: #df6a12;
  }
}

.article {
  padding: 80px 0;
}

.article .slide-wrap {
  width: 100%;
  max-width: 1196px;
  margin: 0 auto 64px;
  position: relative;
}

.article .swiper-pagination {
  line-height: 1;
  top: calc(100% + 16px);
  bottom: auto;
}

.article .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #999;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.article .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #df6a12;
}

.article .txt-area {
  width: 100%;
  max-width: 1196px;
  padding: 0 24px;
  margin: 0 auto 0;
  text-align: center;
}

.article .txt-unit {
  display: inline-block;
  text-align: left;
  font-size: 1.5rem;
}

.article .txt-unit > *:not(:last-child) {
  margin: 0 auto 16px;
}

@media screen and (min-width: 1048px) {
  .article {
    padding: 120px 0 80px;
    position: relative;
    z-index: 2;
  }
  .article .swiper-wrapper {
    display: block;
    letter-spacing: -0.4em;
    text-align: center;
  }
  .article .swiper-slide {
    display: inline-block;
    width: 32%;
    letter-spacing: normal;
    vertical-align: top;
  }
  .article .swiper-slide:not(:last-child) {
    margin-right: 2%;
  }
  .article .swiper-pagination {
    display: none;
  }
  .article .txt-unit {
    font-size: 1.8rem;
  }
}