.for_pc {
  display: block !important;
}

.for_sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .for_pc {
    display: none !important;
  }
  .for_sp {
    display: block !important;
  }
}
.body header.mv {
  background: none;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .body header.mv {
    background: none;
    padding: 0;
  }
}
/* MV直下注釈文修正 8/14 */
.mv_alert {
	color: red;
	font-weight: bold;
	font-size: 18px;
}

.mv_alert_sub {
  color: #000;
  font-size: 15px;
}
/* MV直下注釈文修正(SP表示) 8/14 */
@media screen and (max-width: 768px) {
	.mv_alert {
	color: red;
	font-weight: bold;
	font-size: 14px;
}

.mv_alert_sub {
  color: #000;
  font-size: 13px;
}
}	

.flickitem .rank.diamond {
  background: #000;
  color: #fff;
}
.flickitem .rank.diamond .rank_benefits {
  background: #333;
}

.body .rank.diamond .rank_benefits table tr {
  border-bottom-color: #fff;
}

.flickitem .rank.emerald {
  background: #5ecbb8;
  color: #fff;
}

.body .rank.emerald .rank_benefits table tr {
  border-bottom-color: #fff;
}

.flickitem .rank.emerald .rank_benefits {
  background: #7ec2b6;
}

.flickitem .rank.pearl .rank_benefits {
  background: #EAEAEA;
}

.flickitem .rank.pearl {
  background: #C6C6C6;
}

@media (min-width: 751px) {
  .flickbanner, .flickbanner02, .flickbanner03 {
    width: 100%;
    position: relative;
    overflow: hidden;
    justify-content: center;
  }
  .flickbanner li, .flickbanner02 li, .flickbanner03 li {
    margin: 0 5px;
  }
}
.panel2_housecard_information2024 {
  width: 80%;
  max-width: 800px;
  margin: 4rem auto;
  text-align: center;
  border: 2px solid #ddd;
  font-size: 1.4rem;
  padding: 1em;
}

.rank_label--txtwrapper--gold {
  background-color: #807754;
}

.rank_label--txtwrapper--platinum {
  background-color: #8E8C86;
}

.rank_label--txtwrapper--diamond {
  background-color: #000;
}

.rank_label--txtwrapper--emerald {
  background-color: #5ecbb8;
}

.rank_label--txtwrapper--bronze {
  background-color: #D5C5B6;
}

.rank_label--txtwrapper--silver {
  background-color: #7C7C7C;
}

.rank_label--txtwrapper--pearl {
  background-color: #C6C6C6;
}

div.tab_panel:not(#panel1) .row_benefits .box.box_tansparent {
  padding: 0 10%;
}

div.tab_panel .row_benefits .box.box_tansparent .box_benefit {
  width: 213px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  div.tab_panel .row_benefits .box.box_tansparent .box_benefit {
    width: calc(50% - 2px);
    box-sizing: border-box;
  }
}
div.tab_panel .row_benefits .box_benefit_txt {
  font-feature-settings: "palt";
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  div.tab_panel .row_benefits .box_benefit_txt {
    font-size: 11.5px;
  }
}
.rank.diamond .rank_condition_index, .rank.emerald .rank_condition_index {
  border: 1px solid #fff;
}

@media (min-width: 751px) {
  .flickbanner .flickitem, .flickbanner02 .flickitem, .flickbanner03 .flickitem {
    width: 30%;
    box-sizing: border-box;
  }
  .flickbanner .flickitem {
    margin: 0 2px;
  }
}


/*2026.8.14 会員特典変更ブロック追加*/
/* ========================================
   MEMBER UPDATE
======================================== */

.member-update {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 25px;
  padding: 0;
}

.member-update__inner {
  position: relative;
  margin: 0 20px;
  padding: 42px 30px 38px;
  text-align: center;
  background: #f8f7f4;
  border-top: 1px solid #c6a663;
  border-bottom: 1px solid #c6a663;
}

.member-update__eyebrow {
  margin: 0 0 14px;
  font-family: serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #8b6f2f;
}

.member-update__title {
  margin: 0 0 20px;
  font-family: serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.08em;
  color: #333;
}

.member-update__lead {
  margin: 0 auto 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  color: #444;
}

.member-update__lead strong {
  font-weight: 700;
  color: #333;
}

.member-update__value {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 480px;
  margin: 0 auto;
  padding: 18px 0;
  border-top: 1px solid #c6a663;
  border-bottom: 1px solid #c6a663;
  color: #8b6f2f;
}

.member-update__value span {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.member-update__value strong {
  font-size: 22px;
  font-weight: 400;
}

.member-update__description {
  margin: 24px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
  color: #555;
}

.member-renewal-note {
  display: block;
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 28px auto 35px;
  padding: 0 20px 22px;

  box-sizing: border-box;

  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: #444;

  border-bottom: 1px solid #ddd;
}


/* ========================================
   SP
======================================== */

@media screen and (max-width: 767px) {

  .member-update {
    margin: 25px auto 18px;
  }

  .member-update__inner {
    margin: 0 12px;
    padding: 30px 15px 28px;
  }

  .member-update__eyebrow {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .member-update__title {
    margin-bottom: 16px;
    font-size: 21px;
    font-weight: 600;
  }

  .member-update__lead {
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 1.9;
  }

  .member-update__value {
    gap: 12px;
    max-width: 280px;
    padding: 14px 0;
  }

  .member-update__value span {
    font-size: 17px;
  }

  .member-update__value strong {
    font-size: 17px;
  }

  .member-update__description {
    margin-top: 18px;
    font-size: 10px;
  }
	
  .member-renewal-note {
    width: calc(100% - 30px);
    margin: 22px auto 28px;
    padding: 0 10px 18px;

    font-size: 10px;
    font-weight: 500;
    line-height: 1.8;
  }

}



/*# sourceMappingURL=style_2024.css.map */