@charset "UTF-8";
/*body {background: rgba(232,20,23,1.00)}*/
/*====================▼ 拡大表示基本設定 ▼====================*/
.illust_sample_img, #slide .illust_sample .scro_i, #slide .illust_sample .number_i {
  width: auto;
  height: auto;
  max-width: auto;
  max-height: 100%;
}

/*====================▲ 拡大表示基本設定 ▲====================*/
#slide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 5676px;
  /*background-color: #0AE22D;*/
}
#slide .illust_sample_0 {
  width: 172px;
  height: 192px;
  /*background-color: #DFEDE5;*/
  /*@extend .illust_sample_img;	*/
}
#slide .illust_sample {
  margin: 0px auto;
  width: 172px;
  height: 235px;
  /*border: 1px solid #000000;
  box-sizing: border-box;*/
  /*background-color: #DFEDE5;*/
}
#slide .illust_sample .scro_i {
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  height: 200px;
  width: auto;
  text-align: center;
}
#slide .illust_sample .number_i {
  margin: 10px auto 0px;
  width: 25px;
  height: 25px;
}
