@charset "UTF-8";
/*

いちプリ&ハイヒ 共通css

おおまかな共通レイアウトはここに記載
colorやサイズなどの詳細設定は
それぞれichipuri.css / haihi.cssに記載

*/
/*===============================================
	PC・SP共通
===============================================*/
.tit_about{
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.tit_about span{
  display: inline-block;
}
.cap {
  color: #fff;
}
.tit {
  margin: 0 auto 3%;
}
/* web投票 */
.sec_web .cap {
  margin-bottom: 7%;
}
.sec_web .text-bigger {
  display: inline-block;
  padding-bottom: 3%;
  font-weight: bold;
}
.sec_web .text-large, .sec_web .text-large02 {
	font-weight: bold;
}
.box_item {
  margin-top: -2.2em;
  padding: 8% 2% 2%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}
.list_cast li {
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
/* ランキング */
.rank_label {
  display: table;
  width: 180px;
  height: 65px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: -7px;
  left: 0;
}
.rank_label span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.rank_icon {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
}
.rank_icon img {
  width: 100%;
}
.rank_top3 .rank_icon {
  width: 33%;
  vertical-align: top;
}
li:not(.rank_top3) .rank_icon img, li:not(.rank_bottom) .rank_icon img {
  margin-left: -5px;
}
li:not(.rank_top3) .rank_icon img, li:not(.rank_bottom2) .rank_icon img {
  margin-left: -5px;
}
.cast_pic img {
  width: 100%;
  outline: 5px solid rgba(255, 255, 255, 0.5);
  outline-offset: -5px;
}
.cast_name {
  margin: 3% 0 2%;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  font-size: 1.1em;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.cast_name, .cast_detail {
  padding: 7px 10px;
  line-height: 25px;
}
/* No7~12 */
.rank_bottom .rank_label {
  display: table;
  width: 130px;
  height: 47px;
  top: 5px;
}
.rank_bottom .rank_icon img {
  width: 128%;
}
.rank_bottom .rank_label span {
  padding-left: 5%;
  font-size: 0.8em;
}
.rank_bottom .cast_name {
  width: 36%;
  margin: 0 10px 0 130px;
  float: left;
}
.rank_bottom .cast_detail {
  font-size: 0.9em;
}
.rank_bottom .rank_icon img {
  width: 128%;
}
.rank_bottom .rank_label span {
  padding-left: 5%;
  font-size: 0.8em;
}
.rank_bottom .cast_name {
  width: 36%;
  margin: 0 10px 0 130px;
  float: left;
}
.rank_bottom .cast_detail {
  font-size: 0.9em;
}
/* エントリー */
.sec_boshu .text-large02 {
  display: inline-block;
  padding-bottom: 2%;
}
.rank_entry li {
  padding: 2% !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.rank_entry .num {
  width: 60px;
  margin: 0 auto 10px;
  text-align: center;
  color: #fff;
}
.btn_detail {
  width: 130px;
  margin: 1% auto 0;
}
.box_img {
  margin-bottom: 8%;
  text-align: center;
  color: #fff;
}
.box_img li {
  margin: 0 1% 3%;
  display: inline-block;
  height: 168px;
}
.box_img .mb-5 {
  font-size: 0.9em;
}
.box_img li:nth-child(4) img {
  width: 120px;
}
/* 応募フォーム */
.sec_form .box_item {
  padding: 6% 13% 3%;
  color: #fff;
}
.sec_form .att {
  padding-bottom: 3%;
  text-align: center;
  font-size: 1.1em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.sec_form li {
  overflow: hidden;
}
.name_wrap dl, .tel_wrap dl {
  width: 45%;
  float: left;
}
.name_wrap dl:first-child, .tel_wrap dl:first-child {
  margin-right: 15px;
}
.btn_submit {
  display: block;
  width: 150px;
  height: 43px;
  margin: 10px auto 0;
  outline: 0;
  border: 0;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
/*----- 詳細ページ -----*/
.box_detail {
  margin: 2%;
  padding: 3% 3% 3.5%;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.cast_prof {
  font-weight: bold;
}
.cast_prof span {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 0.9em;
}
.box_detail .cast_name {
  display: inline-block;
  min-width: 250px;
  margin: 5% 0 5px;
}
.cast_txt p {
  padding-left: 25%;
  text-align: left;
}
.pic_all img {
  outline: 5px solid rgba(255, 255, 255, 0.5);
  outline-offset: -5px;
}
.link_back a {
  display: block;
  padding: 1%;
  text-align: center;
  color: #fff;
}
/*===============================================
	PC
===============================================*/
@media screen and (min-width:768px) {
  .tit_about {
    font-size: 1.5em;
  }
  .tit_about span {
    padding: 10px 0 10px 45px;
  }
  .tit {
    width: 500px;
  }
  .cap {
    padding: 0 5%;
    text-align: center;
  }
  .tit_label {
    width: 495px;
    height: 65px;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    position: relative;
    z-index: 1;
  }
  .tit_label span {
    padding: 10px 50px 10px 70px;
    font-size: 1.5em;
    font-weight: bold;
  }
  .list_cast li {
    width: 30%;
    margin: 0 1.5% 2.5%;
    padding: 2.5% 2% 1%;
    float: left;
  }
  /* No7~12 */
  .rank_bottom li {
    width: 47%;
    padding: 1%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  }
  .rank_bottom li:nth-child(even) {
    float: right;
  }
  /*----- 詳細ページ -----*/
  .cast_prof {
    width: 49%;
    float: left;
  }
  .pic_all {
    width: 49%;
    float: right;
  }
  .btn_tohyo {
    width: 150px;
    margin: 5% auto 0;
  }
}
@media screen and (max-width:1150px) and (min-width:1025px) {
  .rank_bottom .cast_name {
    width: auto;
    font-size: 0.9em;
  }
}
/*===============================================
	SP
===============================================*/
@media screen and (max-width:767px) {
  .content_inner {
    width: 100%;
  }
  .tit {
    width: 98%;
    max-width: 300px;
  }
  .tit_about {
    font-size: 1.3em;
  }
  .tit_about span {
    padding: 10px 0 10px 35px;
  }
  .cap {
    padding: 0 5%;
  }
  .cap .text-mini {
    padding-top: 3px;
    display: inline-block;
  }
  .sec_web .text-bigger {
    font-size: 1.2em !important;
  }
  .tit_label {
    width: 300px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 1;
  }
  .tit_label span {
    padding: 10px 25px 10px 40px;
    font-size: 1.2em;
    font-weight: bold;
  }
  .box_item {
    margin-top: -1.5em;
    padding: 10% 2% 2%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
  }
  .list_cast li {
    margin: 0 0 2.5%;
    padding: 5% 5% 4%;
}
  .cast_name, .cast_detail {
    padding: 4px 10px;
    font-size: 1em;
  }
  .cast_detail {
    clear: both;
    margin-top: 3px;
  }
  /* No7~12 */
  .rank_bottom li {
    width: 100%;
    padding: 2% 2% 0.5%;
  }
  .rank_bottom .rank_label {
    top: 0;
  }
  .rank_bottom .cast_name {
    width: 45%;
    text-align: left;
  }
  /* エントリー */
  .rank_entry li {
    width: 49%;
    margin: 0 0 2.5%;
    float: left;
  }
  .rank_entry li:nth-child(even) {
    float: right;
  }
  .rank_entry .num {
    margin: 0 auto 5px;
    padding: 0;
    font-size: 0.9em;
  }
  .rank_entry .cast_detail {
    line-height: 15px;
    font-size: 0.8em;
  }
  .btn_detail {
    width: 100px;
  }
  .sec_boshu .text-large02 {
    font-size: 1.1em !important;
  }
  .box_img li {
    height: auto;
  }
  /* 応募フォーム */
  .sec_form .box_item {
    padding: 8% 3% 4%;
  }
  .sec_form .att {
    font-size: 0.9em;
  }
  .btn_tohyo {
    width: 120px;
    margin: 5% auto 0;
  }
}