@charset "UTF-8";
/*

いちごプリンセス
(いちプリ専用のcssをここに記載)

*/
/*===============================================
	PC・SP共通
===============================================*/
.ichipri {
  background: url("../ichipuri2021/img/bg.jpg") repeat;
  background-size: 8px;
}
/* web投票 */
.sec_web .text-large, .sec_web .text-large02 {
	color: #ffb3fd;
}
.list_cast li {
  background: url(../ichipuri2021/img/ranking-bg.png) no-repeat;
  background-size: cover;
}
.list_cast .no01 {
  background: url(../ichipuri2021/img/ranking-bg1.png) no-repeat;
  background-size: cover;
}
.list_cast .no02 {
  background: url(../ichipuri2021/img/ranking-bg2.png) no-repeat;
  background-size: cover;
}
.list_cast .no03 {
  background: url(../ichipuri2021/img/ranking-bg3.png) no-repeat;
  background-size: cover;
}
/* ランキング */
.rank_label {
  background: url(../ichipuri2021/img/label02.png) no-repeat center;
  background-size: 100%;
}
/* No7~12 */
.rank_bottom .rank_label {
  background: url(../ichipuri2021/img/label03.png) no-repeat center;
  background-size: 100%;
}
/* エントリー */
.rank_entry li {
  background: #f9d3e3;
}
.rank_entry .num {
  background: #e60039;
}
/* 応募フォーム */
.sec_form .must {
  color: #ffb3fd;
}
.btn_submit {
  background: url(../ichipuri2021/img/btn_submit.png) no-repeat;
  background-size: 100%;
}
/*----- 詳細ページ -----*/
.box_detail {
  background: #f9d3e3;
}
/*===============================================
	PC
===============================================*/
@media screen and (min-width:768px) {
  .tit_about span {
    background: url(../ichipuri2021/img/icon_ichigo.png) no-repeat left 3px;
    background-size: 45px;
  }
  .tit_label {
    background: url(../ichipuri2021/img/label.png) no-repeat;
    background-size: 100%;
  }
  .tit_label span {
    color: #e60039;
    background: url(../ichipuri2021/img/icon_ichigo02.jpg) no-repeat 20px;
    background-size: 45px;
  }
  /* No7~12 */
  .rank_bottom li {
    background: #f9d3e3;
  }
}
/*===============================================
	SP
===============================================*/
@media screen and (max-width:767px) {
  .tit_about span {
    background: url(../ichipuri2021/img/icon_ichigo.png) no-repeat left 5px;
    background-size: 35px;
  }
  .tit_label {
    background: url(../ichipuri2021/img/label.png) no-repeat;
    background-size: 100%;
  }
  .tit_label span {
    color: #e60039;
    background: url(../ichipuri2021/img/icon_ichigo02.jpg) no-repeat 10px 7px;
    background-size: 25px;
  }
}





