@charset "UTF-8";

/* =====================================
  Program
===================================== */
.bg-black.bg-logo{
  position: relative;
}
.bg-black.bg-logo::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/ph/bg-levangaerds-4.png)no-repeat,
  var(--bg-black);
  background-position: center top 0px;
  background-size: 400%;
  opacity: 0.3;
}


.fc-program-icons{
  display: flex;
  justify-content: center;
  gap: calc(90px * var(--space-scale));
  margin-bottom: calc(70px * var(--font-scale));
}

.fc-program-icon .icon-ph{
  border: solid 4px var(--bg-main);
  border-radius: 50%;
  width:150px ;
  height: 150px;
  display: block;
  margin: 0 auto 20px;
}
.fc-program-icon .icon-ph{
  background: url(../img/icon/i-checkin-g.svg)no-repeat;
  background-position: center;
  background-size: 80%;
}
.fc-program-icons ul:nth-child(2) .icon-ph{
  background: url(../img/icon/i-goods.svg)no-repeat;
  background-position: center;
  background-size: 80%;
}
.fc-program-icons ul:nth-child(3) .icon-ph{
  background: url(../img/icon/i-gurume.svg)no-repeat;
  background-position: center;
  background-size: 80%;
}


.fc-program-icon li{
  text-align: center;
  color: var(--color-main);
}

#fc-program .c-tx p + p{
  margin-top: 16px;
}
#fc-program .c-tx p.midashi-m + p,
#fc-program .c-tx p + p.midashi-m{
  margin-top: 40px;
}











@media screen and (max-width: 1179px) {






}
@media screen and (max-width: 1023px) {





}
@media screen and (max-width: 767px) {

  .fc-program-icon .icon-ph{
    width:90px ;
    height: 90px;
  }
  .mono .fc-program-icon .tx-lead-no-eng{
    font-size: calc(32px * var(--font-scale));
    letter-spacing: 1px;
  }
  #fc-program .c-tx p.midashi-m{
    font-size: 20px;
    text-align: center;
  }



}
@media screen and (max-width: 390px) {

  .fc-program-icons{
    gap: 20px;
  }
  .mono .fc-program-icon .tx-lead-no-eng{
    font-size: 16px;
  }


}  