@charset "UTF-8";

.member-card-nav {
  background: #e5e5e5;
}

/* member-card-list */
.member-card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 20px;
  width: 775px;
  margin: 0 auto;
  padding: 50px 0;
}
.member-card-list li {
  width: 160px;
  height: 160px;
}
.member-card-list li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .member-card-list {
    justify-content: flex-start;
    gap: 1.8rem;
    width: 100%;
    padding: 3rem;
  }
  .member-card-list li {
    width: calc((100% - 3.6rem) / 3);
    height: 29vw;
  }
  .member-card-list li a {
    border-radius: 2rem;
  }
}

.member-card-list li a .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.6em;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  font-feature-settings: "palt";
}
@media screen and (max-width:767px) {
  .member-card-list li a .txt {
    font-size: 1.8rem;
  }
}

.member-card-list li a .image {
  padding: 25px 20px 5px 20px;
}
.member-card-list li a .image img {
  width: 100%;
}
.member-card-list li.debit a .image {
  width: 64%;
  margin: 0 auto;
  padding-top: 15px
}
.member-card-list li.business a .image {
  padding-top: 20px
}
.member-card-list li.sugotsumi a .image {
  width: 82%;
  margin: 0 auto;
  padding-top: 20px
}
@media screen and (max-width:767px) {
  .member-card-list li a .image {
    padding: 4rem 3rem 1rem 3rem;
  }
  .member-card-list li.debit a .image {
    width: 65%;
    padding-top: 2rem
  }
  .member-card-list li.business a .image {
    padding-top: 2.5rem
  }
  .member-card-list li.sugotsumi a .image {
    width: 80%;
    padding-top: 3rem
  }
}


/*-------------------------------------------------------------------------------------------------------------------------------
* card-content
-------------------------------------------------------------------------------------------------------------------------------*/
.card-content {
  width: 780px;
  margin: 0 auto;
}
.card-content h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .card-content{
    width: 100%;
    padding: 0 15px;
  }
  .card-content h2  {
    font-size: 18px;
  }
}

/* card-campaign 
---------------------------------------- */
.card-section {
  background: url(/base/store_cmn/img/card_dot.png) no-repeat left bottom;
  padding: 236px 0 90px;
  margin-top: -166px;
}
.card-section:last-of-type {
  background: none;
}
@media screen and (max-width: 767px) {
  .card-section {
    background-size: 100%;
    padding: 110px 0 60px;
    margin-top: -60px;
  }
}

/* card-lead */
.card-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
}
.card-lead dd {
  padding: 0 0 0 50px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .card-lead {
    margin: 30px auto;
    padding: 0 15px;
  }
  .card-lead dt {
    width: 80px;
  }
  .card-lead-debit dt {
    width: 50px;
  }
  .card-lead dd {
    max-width: calc(100% - 80px);
    padding: 0 0 0 20px;
    font-size: 2.5rem;
  }
}

/* card-banner */
.card-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.card-banner.one {
  justify-content: center;
}
.card-banner li {
  width: 375px;
}
.card-banner li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .card-banner {
    width: 75%;
    margin: 0 auto;
    gap: 15px;
  }
  .card-banner li {
    width: 100%;
  }
}

/* card-detail 
---------------------------------------- */
.card-detail {
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .card-detail { 
    margin: 30px 0 0;
  }
}

/* card-title */
.card-title dl{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
}
.card-title dt {
  width: 106px;
}
.card-title dt img {
  width: 100%;
}
.card-title dd {
  padding: 0 0 0 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .card-title dl{
    flex-direction: column;
    padding: 20px;
  } 
  .card-title dt {
    width: 80px;
  }
  .card-title dd {
    flex: 1;
    padding: 15px 0 0;
    font-size: 13px;
  }
}

.bg-debit {
  background: #e5e5e5;
}
.bg-gold {
  background: #e8dac8;
}
.bg-amex {
  background: #ddebf7;
}
.bg-standard {
  background: #ffdeeb;
}
.bg-saison {
  background: #fffcee;
}
.bg-point {
  background: #fff1ae;
}
.bg-rosecircle {
  background: #caf2f9;
}

.card-title-debit dt {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .card-title-debit dt {
    width: 50px;
  }
}

.subttl-amex {
  position: relative;
  top: 10px;
  text-align: center;
  padding: 30px 0 0;
}
.subttl-amex span{
  display: inline-block;
  padding: 5px 40px;
  background: #002060;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
}
.card-title-amex dl{
  padding: 30px 30px 50px;
}
@media screen and (max-width: 767px) {
  .subttl-amex {
    padding: 10px 0 0;
  }
  .subttl-amex span{
    padding: 5px 10px;
    color: #fff;
    font-size: 11px;
    border-radius: 5px;
  }
  .card-title-amex dl{
    padding: 20px;
  }
}

/* card-point */
.card-point {
  padding: 35px;
  font-size: 14px;
  background: #f2f2f2;
  margin: 0 0 50px;
}
.card-point h3 {
  padding: 0 0 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}
.card-point-wrap {
  display: flex;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .card-point {
    padding: 10px;
    margin: 0 0 40px;
  }
  .card-point h3 {
    padding: 15px 0 20px;
    font-size: 18px;
  }
  .card-point-wrap {
    display: flex;
    flex-direction: column;
  }
}

.card-point-item + .card-point-item {
  border-left: 1px solid #f2f2f2;
}
.card-point-item .ttl {
  padding: 12px 6px;
  text-align: center;
  font-weight: bold;
}
.card-point-item .ttl-red {
  background: #ffdcdc;
  color: #d51518;
}
.card-point-item .ttl-gold {
  background: #efe1d3;
  color: #8e6a43;
}
.card-point-item .ttl-small {
  font-size: 12px;
  line-height: 1.4;
  padding: 7.5px 6px;
}
.card-point-item {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .card-point-item .ttl {
    font-size: 12px;
    padding: 7px;
  }
  .card-point-item .ttl-small {
    line-height: inherit;
    padding: 7px;
  }
}

.card-point-table {
  display: flex;
}
.card-point-table dl{
  padding: 10px;
  flex: 1;
}
.card-point-table dl:not(:first-child) {
  border-left: 1px solid #f2f2f2;
}
.card-point-table dl dt {
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.card-point-table dl dd {
  text-align: center;
}
.card-point-table dl dd .num{
  color: #d51518;
  font-weight: bold;
}
.card-point-table dl dd .num span {
  display: inline-block;
  padding: 0 3px;
  font-size: 30px;
}
.card-point-table dl dd .txt-red {
  color: #d51518;
}
.card-point-table dl dd .txt-gold {
  color: #8e6a43;
}
.card-point-table dl dd .txt-add {
  padding: 5px 0;
  font-size: 13px;
}
.card-point-table dl dd .txt-only {
  padding: 15px 0;
  font-size: 13px;
}
.card-point-table dl dd .mark {
  width: 30px;
  margin: 20px auto 0;
}
.card-point-table dl dd .mark img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .card-point-table dl{
    padding: 6px;
  }
  .card-point-table dl dt {
    font-size: 11px;
    padding-bottom: 6px;
  }
  .card-point-table dl dd .txt-add {
    font-size: 12px;
  }
  .card-point-table dl dd .txt-only {
    font-size: 12px;
  }
  .card-point-table dl dd .mark {
    width: 30px;
    margin: 10px auto 0;
  }
}

/* card-notes */
.card-notes {
  margin: 20px 0 0;
  font-size: 13px;
}
.card-notes2 {
  margin: 20px 0 0;
  padding: 15px;
  border: 1px solid #333;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .card-notes {
    margin: 10px 0 0;
    font-size: 12px;
  }
  .card-notes2 {
    margin: 10px 0 0;
    padding: 10px;
    font-size: 12px;
  }
}

/* point-use
---------------------------------------- */
.point-use {
  margin: 50px 0 0;
}
.point-use-title h4 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.point-use-lead {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
}
.point-use-txt01 {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .point-use {
    margin: 30px 0 0;
  }
  .point-use-title h4 {
    font-size: 20px;
  }
  .point-use-lead {
    font-size: 13px;
  }
  .point-use-txt01 {
    font-size: 14px;
    line-height: 1.5;
  }
}

.point-use-btn {
  width: 514px;
  margin: 40px auto 0;
}
.point-use-btn a {
  position: relative;
  display: block;
  padding: 10px;
  background: #d51540;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  text-decoration: none;
}
.point-use-btn a span {
  display: block;
  margin: 5px 0 0;
  font-size: 75%;
}
.point-use-btn a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .point-use-btn {
    width: 90%;
    margin: 30px auto 0;
  }
  .point-use-btn a {
    padding: 15px 10px;
    font-size: 17px;
  }
}

.point-use-content {
  padding: 0 0 30px;
  background: #fff !important;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .point-use-content {
    padding: 0 0 15px;
    margin: 10px 0 0;
  }
}

/* btn-detail
---------------------------------------- */
.btn-detail {
  position: relative;
  z-index: 100;
  width: 514px;
  margin: 40px auto 0;
}
.btn-detail a {
  position: relative;
  display: block;
  padding: 20px;
  border: 1px solid #333;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  color: inherit;
}
.btn-detail a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn-detail {
    width: 90%;
    margin: 30px auto 0;
  }
  .btn-detail a {
    padding: 10px;
    border: 1px solid #333;
    font-size: 16px;
  }
}


/* txt-link */
a.txt-link {
  position: relative;
  padding-right: 10px;
  color: #d51518;
  text-decoration: underline;
}
a.txt-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-top: 1px solid #d51518;
  border-right: 1px solid #d51518;
  transform: rotate(45deg);
}


/* info-banner
---------------------------------------- */
.info-banner {
  padding: 20px 0 0;
  background: #fff;
}
@media screen and (max-width:767px) {
  .info-banner {
    width: 100vw;
    margin-left: -15px;
    padding: 1rem 0 0;
  }
}

.banner-outer {
  position: relative;
  width: 780px;
  margin: 0 auto;
}
.banner-wrapper {
  padding: 0 0 30px;
  overflow-x: auto;
}
@media screen and (max-width:767px) {
  .banner-outer {
    width: calc(100% - 12rem);
  }
  .banner-wrapper {
    padding: 0 0 3rem;
  }
}

.banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.banner-list li {
  width: 240px;
}
.banner-list li img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .banner-list {
    gap: 2rem;
  }
  .banner-list li {
    width: 30.5rem;
  }
}

.banner-prev,
.banner-next {
  display: none;
	position: absolute;
	z-index: 100;
	top: 0;
	width: 50px;
	height: 120px;
	padding: 0;
  font-size: 0;
	cursor: pointer;
}
.banner-prev {
  left: -50px;
	background: url(/base/store_cmn/img/slider_prev.svg) no-repeat center center #fff;
	background-size: 12px;
}
.banner-next {
  right: -50px;
	background: url(/base/store_cmn/img/slider_next.svg) no-repeat center center #fff;
	background-size: 12px
}
.banner-prev.active,
.banner-next.active {
  display: block;
}
@media screen and (max-width:767px) {
  .banner-prev,
  .banner-next {
    width: 6rem;
    height: 15.2rem;
  }
  .banner-prev.active,
  .banner-next.active {
    display: block;
  }
  .banner-prev {
    left: -6rem;
    background-size: 1.8rem;
  }
  .banner-next {
    right: -6rem;
    background-size: 1.8rem;
  }
}