@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202609-randen{background: url("../../../img/event/202609-randen/img_kv.jpg") no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.randen_202609_is_purple {
    color: #8a468d;
}
.randen_202609_is_purple_Box {
    display: inline-block;
    color: #fff;
    background-color: #8a468d;
    padding: 6px;
    vertical-align: middle;
    border-radius: 8px;
}

.randen_202609_is_bg {
    background-image: linear-gradient(0deg, #e4daeb, #f7f7f7 37% 60%, #e4daeb);
    background-size: cover;
    background-position: center;
    margin-top: 16px;
    padding: 0.5em;
}
.randen_202609_ruby01 {
  font-size: 38% !important;
  text-align: center;
  ruby-align: center;
  color: #000;
  margin-top: 0 !important;
}
.randen_202609_ruby02 {
  font-size: 45% !important;
  text-align: center;
  ruby-align: center;
  color: #000;
  margin-top: 0 !important;
}

/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
  .randen_202609_subtitle {
    font-size: 1.8rem !important;
  }
}
@media only screen and (max-width: 430px) {
  .randen_202609_magin_sp02 {
    margin: 5px 0 0 22px !important;
  }
}
/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
  .randen_202609_maintitle {
    font-size: 1.7rem !important;
  }
  .randen_202609_subtitle {
    font-size: 1.9rem !important;
  }
}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/