/*****************************
    FUN CLUB SEC2
*****************************/
.funclubsec2{
  background: #a2a658;
  padding: 60px 0;
  text-align: center;
}
.funttl h2{
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}
.funtxt p{
  color: #fff;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .funttl h2{
    font-size: 20px;
  }
  .funtxt p{
    font-size: 16px;
    text-align: left;
  }
}

/*****************************
    FUN CLUB SEC3
*****************************/
.funbnr{
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .funbnr{
    width: 100%;
  }
}

/*****************************
    FUN CLUB SEC4
*****************************/
.funflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.funfbox1{
  width: calc(100% - 700px);
}
.funfbox2{
  width: 600px;
  margin: 0 50px;
}
@media only screen and (max-width: 820px) {
  .funfbox1 {
    width: calc(100% - 560px);
  }
  .funfbox2 {
    width: 460px;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .funfbox1{
    width: 100%;
  }
  .funfbox2 {
    width: 100%;
    margin: 0 20px;
    margin-top: 20px;
  }
}

/*****************************
    FUN CLUB SEC5
*****************************/
.c_img_box{
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.funclubslide li{
  margin-right: 10px;
}

/*****************************
    FUN CLUB SEC6
*****************************/
.fcflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.fcbox{
  width: calc(100% / 2);
  padding: 10px;
}
.clubbox{
  margin: 20px 0;
}
.clubbox h3{
  text-align: center;
  padding: 10px 0;
  font-size: 24px;
}
.gold{
  border: 3px solid #DEC800;
  background: #FFFBE6;
}
.gold h3{
  background: #DEC800;
}
.regular{
  border: 3px solid #B7E8F2;
  background: #F2FDFF;
}
.regular h3{
  background: #B7E8F2;
}
.light{
  border: 3px solid #D5EBA7;
  background: #FBFFF3;
}
.light h3{
  background: #D5EBA7;
}
.price{
  text-align: center;
  font-weight: bold;
  font-size: 60px;
  font-family: impact;
  letter-spacing: 2px;
}
.price span{
  font-size: 20px;
}
.tokuten{
  padding: 10px;
}
.tokuten h3{
  background: none;
  font-size: 20px;
}
.tflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.tfbox{
  width: calc(100% / 4);
  padding: 3px;
}
.smalltxt {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
.smalltxt li {
  position: relative;
  padding-left: 1.4em;
  font-size: 14px;
  line-height: 1.4;
}
.smalltxt li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.btnimg{
  width: 300px;
  margin: 0 auto;
}
.tflex2{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.tfbox2{
  width: calc(100% / 3);
  padding: 3px;
}
.tflex3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.tfbox3{
  width: calc(100% / 3);
  padding: 3px;
}
@media only screen and (max-width: 767px) {
  .fcbox{
    width: 100%;
    padding: 0;
  }
}

/*****************************
    funclubsec7
*****************************/
.funclubsec7{
  padding: 10rem 0;
  background: url(../../images/page/funclub/fc_bg.webp) no-repeat center / cover;
}
.sec.funclubsec7::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(105 19 10 / 59%);
    height: 100%;
    width: 100%;
}
.fc7txt{
  position: relative;
  text-align: center;
}
.fc7txt h2{
  color: #fff;
  font-size: 34px;
}
.fc7txt p{
  color: #fff;
  font-size: 20px;
}
.funclubsec7 .btnimg{
  width: 400px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .fc7txt h2{
    font-size: 18px;
  }
  .fc7txt p{
    font-size: 15px;
  }
}

/*****************************
    会員 ボックスグリッド
*****************************/
.mps-box-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 1024px){
  .mps-box-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px){
  .mps-box-grid{
    grid-template-columns: 1fr;
  }
}

/* ================================
   ボックス本体
================================ */
.mps-box{
  border-radius: 0;
  overflow: hidden;
}
.mps-box__inner{
  min-height: 120px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

/* 左側（タイトル＋テキスト） */
.mps-box__body{
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mps-box__title{
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
.mps-box__text{
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}

/* 右側エンブレム */
.mps-box__media{
  flex: 0 0 auto;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
}
.mps-box__media img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ================================
   背景カラー（ランク別）
================================ */
.mps-box.gold{
  background: #d7bf00;
}
.mps-box.regular{
  background: #aee8f6;
}
.mps-box.light{
  background: #cde9a5;
}


/*****************************
    フッター上 セクション
*****************************/
.sec.top-about-sec {
  padding: 10rem 0;
  background: url(../../images/top/bg-top-about-sec.webp) no-repeat center / cover;
}
.sec.top-about-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.6);
  height: 100%;
  width: 100%;
}
.top-about-eles .txt {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 3rem !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec.top-about-sec {
    padding: 5rem 0;
  }
  .top-about-eles .txt {
    font-size: 1.6rem;
  }
  .top-about-eles .btn1 {
    text-align: left;
  }
}