@charset "UTF-8";

/* =====================================
  POINT
===================================== */
.icon-line-group{
  justify-content: center;
  gap: calc(50px * var(--space-scale-s));
} 
.fc-point .icon-line-group{
  margin-bottom: calc(90px * var(--space-scale));
}


.icon-line-group .icon-line .ph-icon{
  border: solid 2px var(--bg-black);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
.icon-line-group .icon-line li{
  width: 100%;
}
.icon-line-group .icon-line .t-en{
  text-align: center;
}
.ph-icon.i-ticket{
  background: url(../img/icon/i-ticket-b.svg)no-repeat;
  background-position: center;
  background-size: 80%;
}
.ph-icon.i-goods{
  background: url(../img/icon/i-goods-b.svg)no-repeat;
  background-position: center;
  background-size: 80%;
}
.ph-icon.i-gourmet{
  background: url(../img/icon/i-food-b.svg)no-repeat;
  background-position: center;
  background-size: 80%;
}
.ph-icon.i-checkin{
  background: url(../img/icon/i-checkin.svg)no-repeat;
  background-position: center;
  background-size: 80%;
}
.ph-icon.i-bonus{
  background: url(../img/icon/i-bornas-b.svg)no-repeat;
  background-position: center;
  background-size: 80%;
}
.ph-icon02.i-mail{
  background: url(../img/icon/i-mail-b.svg)no-repeat;
  background-position: center;
  background-size: 80%;
}
.ph-icon.i-card{
  background: url(../img/icon/i-card-b.svg)no-repeat;
  background-position: center;
  background-size: 80%;
}
.ph-icon.i-paypay{
  background: url(../img/icon/i-pay-b.svg)no-repeat;
  background-position: center;
  background-size: 80%;
}
.ph-icon.i-cvs{
  background: url(../img/icon/i-cvs.svg)no-repeat;
  background-position: center;
  background-size: 80%;
}





.fc-point .title-kakomi-bl{
    margin-bottom: calc(90px * var(--space-scale));
}

.mono .howtoget .tx-lead{
    margin-bottom: calc(50px * var(--space-scale-s));

}
  .mono .howtoget .title-kakomi-bl{
    padding: 6px 24px;
    background: var(--bg-main);
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    color: var(--color-white);
  }

.icon-line-group{
    justify-content: center;
    gap: calc(50px * var(--space-scale-s));
  } 
  .fc-point .icon-line-group{
    margin-bottom: calc(90px * var(--space-scale));
  }
  
  .icon-line-group .icon-line li{
    text-align: center;
  }
  .icon-line-group .icon-line .ph-icon{
    border: solid 2px var(--bg-black);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
  }
  .icon-line-group .icon-line .t-en{
    text-align: center;
  }
  .ph-icon.i-ticket{
    background: url(../img/icon/i-ticket-b.svg)no-repeat;
    background-position: center;
    background-size: 80%;
  }
  .ph-icon.i-goods{
    background: url(../img/icon/i-goods-b.svg)no-repeat;
    background-position: center;
    background-size: 80%;
  }
  .ph-icon.i-gourmet{
    background: url(../img/icon/i-food-b.svg)no-repeat;
    background-position: center;
    background-size: 80%;
  }
  .ph-icon.i-checkin{
    background: url(../img/icon/i-checkin.svg)no-repeat;
    background-position: center;
    background-size: 80%;
  }
  .ph-icon.i-bonus{
    background: url(../img/icon/i-bornas-b.svg)no-repeat;
    background-position: center;
    background-size: 80%;
  }
  .list-ph-icon-group.c-flex{
    justify-content: center;
    flex-wrap: wrap;
  }
  .list-ph-icon-group .list-ph-icon{
    max-width: 900px;  
  }
  .list-ph-icon-group .list-ph-icon .detail{
    border-bottom: solid 1px var(--bg-black);
    padding-bottom: 20px;
    width: calc(100% - 230px);
  }

  .list-ph-icon-group .list-ph-icon + .list-ph-icon{
    margin-top: calc(70px * var(--space-scale));
  }
  .list-ph-icon-group .list-ph-icon dd{
    font-size: 14px;
    line-height: 1.4;
  }
  .list-ph-icon-group .list-ph-icon dd + dd{
    margin-top: 10px;
  }
  .list-ph-icon-group .list-ph-icon.ph-left .ph-icon02{
    order:   -1;
  }
  .list-ph-icon-group .list-ph-icon .midashi-s .t-en{
    display: block;
    font-size: calc(40px * var(--font-scale));
    line-height: 1;
  }
  .list-ph-icon-group .list-ph-icon .midashi-s{
    margin-bottom: 16px;
  }

.list-ph-icon-group .list-ph-icon{
    width: calc(100% - 230px);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 70px;
}
.list-ph-icon-group .ph-icon02{
    width: 150px;
    height: 150px;
    border: solid 2px var(--bg-black);
    border-radius: 50%; 
}

.list-ph-icon-group .ph-icon02.i-ticket{
    background: url(../img/icon/i-ticket-b.svg)no-repeat;
    background-position: center;
    background-size: 80%;
}
.list-ph-icon-group .ph-icon02.i-goods{
    background: url(../img/icon/i-goods-b.svg)no-repeat;
    background-position: center;
    background-size: 80%;
}
.list-ph-icon-group .ph-icon02.i-gourmet{
    background: url(../img/icon/i-food-b.svg)no-repeat;
    background-position: center;
    background-size: 80%;
}
.list-ph-icon-group .ph-icon02.i-checkin{
    background: url(../img/icon/i-checkin.svg)no-repeat;
    background-position: center;
    background-size: 80%;
}
.list-ph-icon-group .ph-icon02.i-bonus{
    background: url(../img/icon/i-bornas-b.svg)no-repeat;
    background-position: center;
    background-size: 80%;
}

.fc-point .howtoget .c-tx{
  display: flex;
  justify-content: center;
  margin-top: calc(70px * var(--space-scale));
}



@media screen and (max-width: 1179px) {






}
@media screen and (max-width: 1023px) {


  .list-ph-icon-group .list-ph-icon {
    width: calc(100% - 60px);
  }
  .icon-line-group .icon-line{
    width: calc((100% - 150px) /4);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .icon-line-group .icon-line .ph-icon{
    width: 140px;
    height: 140px;
    text-align: center;
  }

}
@media screen and (max-width: 767px) {
  .icon-line-group{
    gap: 10px;
  }

  .icon-line-group .icon-line {
        width: calc((100% - 30px) / 4);
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .icon-line-group .icon-line .ph-icon {
        width: 70px;
        height: 70px;
        text-align: center;
    }

  .list-ph-icon-group .ph-icon02 {
      width: 80px;
      height: 80px;
  }
  .list-ph-icon-group .list-ph-icon{
    gap: 20px;
    width: 100%;
  }
  .list-ph-icon-group .list-ph-icon .detail {
      width: calc(100% - 100px);
  }
  .list-ph-icon-group .list-ph-icon dd {
      font-size: 12px;
      line-height: 1.4;
  }

}
@media screen and (max-width: 460px) {





}  