@charset "utf-8";

/* history_index.html */
.site_24h_history .site_24h_second_box_inner {
  padding: 50px 80px;
  line-height: 1.6;
}

.site_24h_history_list {
  margin-top: 50px;
}
.site_24h_history_list_year ~ .site_24h_history_list_year {
  margin-top: 20px;
}
.site_24h_history_list_year_btn {
  background: #ffea3a;
  font-weight: 700;
  font-size: 24px;
  color: #212020;
  line-height: 1;
  border-radius: 10px;
  position: relative;
  padding: 18px 40px 18px 100px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: opacity .1s ease;
}
.isPC .site_24h_history_list_year_btn:hover {
  opacity: 0.6;
}
.site_24h_history_list_year_btn:before {
  display: block;
  content: '';
  width: 100px;
  height: 83px;
  background: url(/24h/assets/images/history/history_btn_bg.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: -19px;
}
.site_24h_history_list_year_btn:after {
  display: block;
  content: '';
  width: 13px;
  height: 21px;
  background: url(/24h/assets/images/common/foot_link_arrow.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto 0;
  transition: transform .5s ease-in-out;
  transform: rotate(90deg);
  transform-origin: center;
}
.site_24h_history_list_year_btn.on:after {
  transform: rotate(-90deg);
}
.site_24h_history_list_year_btn span {
  font-size: 16px;
}

.site_24h_history_list_year_detail {
  display: none;
}
.site_24h_history_list_year_detail_list {
  padding-bottom: 10px;
}
.site_24h_history_list_year_detail_list_item {
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
.site_24h_history_list_year_detail_list_item_head {
  color: #2b97e3;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1.2px;
}
.site_24h_history_list_year_detail_list_item_head span {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #212020;
  margin-left: 14px;
}
.site_24h_history_list_year_detail_list_item_title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1.2px;
  color: #212020;
  margin-top: 15px;
}
.site_24h_history_list_year_detail_list_item_onair {
  display: flex;
  flex-wrap: wrap;
}
.site_24h_history_list_year_detail_list_item_onair_btn {
  display: inline-block;
  min-width: 160px;
  margin: 14px 10px 0 0;
  border-radius: 20px;
  background: #56bbfb;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 12px 45px 13px;
  text-align: center;
}

.site_24h_history_other {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}
.site_24h_history_other_btn {
  display: block;
  border-radius: 10px;
  background: #56bbfb;
  width: 48.75%;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 2.13;
  color: #fff;
}
.site_24h_history_other_btn_inner {
  width: 100%;
  height: 100%;
  min-height: 117px;
  display: table;
  padding: 20px 0;
}
.site_24h_history_other_btn_inner span {
  display: table-cell;
  vertical-align: middle;
  text-decoration: underline;
}

@media only screen and (max-width: 960px) {
  .site_24h_history_other_btn {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .site_24h_history .site_24h_second_box_inner {
    padding: 45px 40px 50px;
  }
  .site_24h_history_list_year_detail_list_item {
    padding: 30px 15px;
  }
  .site_24h_history_other_btn {
    font-size: 12px;
  }
}

@media only screen and (max-width: 600px) {
  .site_24h_history .site_24h_second_box_inner {
    padding: 14.08% 5.633803%;
  }
  .site_24h_history_list {
    margin-top: 15.87%;
  }
  .site_24h_history_list_year ~ .site_24h_history_list_year {
    margin-top: 6.34%;
  }
  .site_24h_history_list_year_btn {
    font-size: 4.8vw;
    padding: 5.23% 6.66% 5.23% 15.87%;
  }
  .site_24h_history_list_year_btn span {
    font-size: 3.73vw;
  }
  .site_24h_history_list_year_btn:before {
    width: 13.33vw;
    height: 11.067vw;
    background-position: top left;
    left: -3.17%;
    top: 33%;
  }
  .site_24h_history_list_year_btn:after {
    width: 1.73vw;
    height: 2.83vw;
    right: 4%;
  }
  .site_24h_history_list_year_detail_list {
    padding-bottom: 2.85%;
  }
  .site_24h_history_list_year_detail_list_item {
    padding: 7.93% 0 9.52381% 3.17%;
  }
  .site_24h_history_list_year_detail_list_item_head {
    font-size: 4.8vw;
  }
  .site_24h_history_list_year_detail_list_item_head span {
    font-size: 3.73vw;
    font-weight: 500;
    margin-left: 3.17%;
  }
  .site_24h_history_list_year_detail_list_item_title {
    font-size: 4.8vw;
    margin-top: 5.55%;
    letter-spacing: -1px;
  }
  .site_24h_history_list_year_detail_list_item_onair_btn {
    width: 46.72%;
    min-width: 46.72%;
    padding: 3.1% 0;
    font-size: 3.2vw;
    margin: 5.93% 3.2% 0 0;
  }
  .site_24h_history_other {
    display: block;
    margin-top: 15.87%;
  }
  .site_24h_history_other_btn {
    width: 100%;
    font-size: 4.8vw;
    line-height: 1.6;
  }
  .site_24h_history_other_btn_inner {
    padding: 7% 0;
    min-height: 0;
  }
  .site_24h_history_other_btn ~ .site_24h_history_other_btn {
    margin-top: 6.34%;
  }
  .site_24h_history_other_btn ~ .site_24h_history_other_btn .site_24h_history_other_btn_inner {
    padding: 11.5% 0;
  }
}

/* history_00.html */
.site_24h_history_bk .site_24h_second_box_inner {
  padding-top: 46px;
  padding-bottom: 46px;
}

.site_24h_history_bk_title {
  font-size: 32px;
  line-height: 1;
  color: #e70f7a;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 45px;
}
.site_24h_history_bk_title br {
  display: none;
}

.site_24h_history_bk_detail {
  padding: 0 60px;
}

.site_24h_history_bk_detail_item {
  margin-top: 52px;
}
.site_24h_history_bk_detail_text {
  font-weight: 400;
  font-size: 16px;
  margin-top: 30px;
}
.site_24h_history_bk_detail_text.contents {
  text-align: center;
}
.site_24h_history_bk_detail_text b {
  font-weight: 700;
  font-size: 18px;
}
.site_24h_history_bk_detail_text_btn {
  display: inline-block;
  text-align: center;
  padding: 18px 50px;
  color: #fff;
  border-radius: 50px;
  background: #56bbfb;
  font-size: 18px;
  letter-spacing: 0.9px;
  font-weight: 700;
}

.site_24h_history_bk_detail_list {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}
.site_24h_history_bk_detail_list:first-of-type {
  margin-top: 25px;
}
.site_24h_history_bk_detail_list dt,
.site_24h_history_bk_detail_list dd {
  width: 48%;
}
.site_24h_history_bk_detail_list dt {
  text-align: right;
  font-weight: 500;
}
.site_24h_history_bk_detail_list dd b {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  font-weight: bold;
}
.site_24h_history_bk_detail_list dd p:first-of-type b {
  margin-top: -.2em;
}

.site_24h_history_bk_detail_cast {
  text-align: center;
  font-weight: 700;
}
.site_24h_history_bk_detail_cast_position {
  color: #31afff;
  line-height: 1;
  font-size: 18px;
  margin-top: 50px;
}
.site_24h_history_bk_detail_cast.mainpersonality .site_24h_history_bk_detail_cast_position {
  margin-top: 35px;
  color: #2b97e3;
}
.site_24h_history_bk_detail_cast_name_main {
  margin-top: 28px;
  line-height: 1;
  font-size: 32px;
}
.site_24h_history_bk_detail_cast_name {
  margin-top: 15px;
  font-size: 24px;
  line-height: 1;
}
.site_24h_history_bk_detail_cast.mainpersonality .site_24h_history_bk_detail_cast_name{
  margin-top: 28px;
}
.site_24h_history_bk_detail_cast_name span{
  display: inline-block;
  line-height: 1;
}
.site_24h_history_bk_detail_cast_name span > span {
  font-size: 18px;
  margin-top: 10px;
}
.site_24h_history_bk_detail_cast_name span ~ span{
  margin-left: 22px;
}
.site_24h_history_bk_detail_cast.mainpersonality .site_24h_history_bk_detail_cast_name span ~ span{
  margin-left: 43px;
}
.site_24h_history_bk_detail_cast_btn a{
  display: block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  max-width: 240px;
  background: #56bbfb;
  border-radius: 50px;
  padding: 13px 20px;
  margin: 20px auto 0;
}

.site_24h_history_bk_detail_cast_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.site_24h_history_bk_detail_cast_list_item {
  width: 30%;
}
.site_24h_history_bk_detail_cast_list_item:not(:nth-of-type(3n+1)) {
  margin-left: 5%;
}
.site_24h_history_bk_detail_cast_list_item .site_24h_history_bk_detail_cast_position {
  letter-spacing: -1px;
}
.site_24h_history_bk_detail_cast_img {
  margin-top: 20px;
}
.site_24h_history_bk_detail_cast_img img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.site_24h_history_bk_detail_btn {
  display: block;
  margin-top: 30px;
  text-align: center;
  background: #ffea3a;
  font-weight: 700;
  font-size: 24px;
  color: #212020;
  line-height: 1;
  border-radius: 10px;
  padding: 18px 40px;
  position: relative;
}
.site_24h_history_bk_detail_btn:after{
  display: block;
  content: '';
  width: 13px;
  height: 21px;
  background: url(/24h/assets/images/common/foot_link_arrow.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto 0;
  transition: transform .5s ease-in-out;
  transform: rotate(90deg);
  transform-origin: center;
}
.site_24h_history_bk_detail_btn.on:after {
  transform: rotate(-90deg);
}
.site_24h_history_bk_detail_btn_contents {
  display: none;
}

.site_24h_history_bk_detail_big {
  font-weight: 700;
  font-size: 32px;
  margin-top: 25px;
  text-align: center;
}

.site_24h_history_bk_detail_tshirt_list {
  width: 500px;
  margin: 40px auto 0;
  opacity: 0;
}
.site_24h_history_bk_detail_tshirt_list.slick-initialized {
  opacity: 1;
}
.site_24h_history_bk_detail_tshirt_list_item {
  width: 100%;
  padding: 0 55px;
}
.site_24h_history_bk_detail_tshirt_list_item img{
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.slick-prev, .slick-next {
  width: 23px;
  height: 37px;
  top: 60%;
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  display: none;
}
.slick-prev,
.slick-prev:hover {
  background: url(/24h/assets/images/history/arrow_left.png) no-repeat;
  background-size: cover;
  left: 0;
}
.slick-next,
.slick-next:hover {
  background: url(/24h/assets/images/history/arrow_right.png) no-repeat;
  background-size: cover;
  right: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 170px;
}
.slick-dots {
  bottom: -120px;
}
.slick-dots li {
  width: calc((100% / 5) - 10px);
  height: auto;
  padding: 6px 4px;
}
.tshirt_6 .slick-dots li {
  width: calc((100% / 6) - 10px);
}
.slick-dots li img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.slick-dots .slick-active {
  border: 4px solid #ffb501;
  position: relative;
  padding: 6px 0;
}
.slick-dots .slick-active:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 9px 7.5px;
  border-color: transparent transparent #ffb501 transparent;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.site_24h_history_bk_detail_h4 {
  background: #ffb501;
  color: #fff;
  padding: 3px 16px;
  margin-top: 30px;
  font-weight: 700;
  font-size: 16px;
}
.site_24h_history_bk_detail_h4 span {
  display: block;
  font-weight: 400;
}
.site_24h_history_bk_detail_h4 + .site_24h_history_bk_detail_text {
  margin-top: 20px;
}

.site_24h_history_bk_detail_img {
  margin-top: 30px;
  text-align: center;
}
.site_24h_history_bk_detail_img.is-left {
  text-align: left;
}
.site_24h_history_bk_detail_img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.site_24h_history_bk_detail_img img ~ img {
  margin-left: 4%;
}

.font_a {
  font-family: 'Didact Gothic', sans-serif!important;
}

@media only screen and (max-width: 960px) {
  .site_24h_history_bk_detail_cast_btn a{
    padding: 13px 10px;
  }
  .site_24h_history_bk_detail_cast.mainpersonality .site_24h_history_bk_detail_cast_name span ~ span{
    margin-left: 34px;
  }
}

@media only screen and (max-width: 768px) {
  .site_24h_history_bk_title {
    line-height: 1.4;
  }
  .site_24h_history_bk_title br {
    display: inline;
  }
  .site_24h_history_bk_detail {
    padding: 0 20px;
  }
  .site_24h_history_bk_detail_cast_list_item {
    width: 46%;
  }
  .site_24h_history_bk_detail_cast_list_item:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }
  .site_24h_history_bk_detail_cast_list_item:not(:nth-of-type(2n+1)) {
    margin-left: 4%;
  }
  .site_24h_history_bk_detail_cast.mainpersonality .site_24h_history_bk_detail_cast_name span ~ span{
    margin-left: 12px;
  }
  .site_24h_history_bk_detail_tshirt_list {
    width: 480px;
  }
}

@media only screen and (max-width: 600px) {
  .site_24h_history_bk .site_24h_second_box_inner {
    padding-top: 46px;
    padding-bottom: 70px;
  }
  .site_24h_history_bk_title {
    font-size: 6.4vw;
    border-bottom: none;
    padding-bottom: 0;
  }
  .site_24h_history_bk_detail {
    padding: 0;
  }
  .site_24h_history_bk_detail_item {
    margin-top: 15%;
  }
  .site_24h_history_bk_detail_text {
    font-size: 3.73vw;
    margin-top: 9.52381%;
  }
  .site_24h_history_bk_detail_text b {
    font-size: 4.8vw;
  }
  .site_24h_history_bk_detail_list {
    font-size: 3.73vw;
    display: block;
    margin-top: 5.55%;
  }
  .site_24h_history_bk_detail_list:first-of-type {
    margin-top: 7.93%;
  }
  .site_24h_history_bk_detail_list dt,
  .site_24h_history_bk_detail_list dd {
    width: 100%;
  }
  .site_24h_history_bk_detail_list dt {
    text-align: left;
  }
  .site_24h_history_bk_detail_list dd b {
    font-size: 4.26vw;
  }
  .site_24h_history_bk_detail_list dd p:first-of-type b {
    margin-top: 0;
  }
  .site_24h_history_bk_detail_cast_position {
    font-size: 4.8vw;
    margin-top: 15.873016%;
  }
  .site_24h_history_bk_detail_cast.mainpersonality .site_24h_history_bk_detail_cast_position {
    margin-top: 10%;
  }
  .site_24h_history_bk_detail_cast_name_main {
    margin-top: 6.031746%;
    font-size: 6.4vw;
  }
  .site_24h_history_bk_detail_cast_name {
    font-size: 5.33vw;
    margin-top: 6.349206%;
  }
  .site_24h_history_bk_detail_cast.mainpersonality .site_24h_history_bk_detail_cast_name {
    margin-top: 6.349206%;
  }
  .site_24h_history_bk_detail_cast_list {
    display: block;
  }
  .site_24h_history_bk_detail_cast_list_item {
    width: 100%;
  }
  .site_24h_history_bk_detail_cast_name.small span > span{
    font-size: 3.67vw;
  }
  .site_24h_history_bk_detail_cast_name span ~ span{
    margin-left: 6.349206%;
  }
  .site_24h_history_bk_detail_cast.mainpersonality .site_24h_history_bk_detail_cast_name span ~ span{
    margin-left: 9.52381%;
  }
  .site_24h_history_bk_detail_cast.mainpersonality .site_24h_history_bk_detail_cast_name span:nth-of-type(4) {
    margin-left: 0;
  }
  .site_24h_history_bk_detail_cast.mainpersonality .site_24h_history_bk_detail_cast_name span:nth-of-type(n+4) {
    margin-top: 4.761905%;
  }
  .site_24h_history_bk_detail_cast_btn a{
    font-size: 4.26vw;
    max-width: none;
    width: 76.190476%;
    padding: 4.5% 20px;
    margin: 6.349206% auto 0;
  }
  .site_24h_history_bk_detail_cast_list_item:not(:nth-of-type(2n+1)) {
    margin-left: 0;
  }
  .site_24h_history_bk_detail_cast_img {
    margin: 6.349206% auto 0;
    width: 47.619048%;
  }
  .site_24h_history_bk_detail_cast_list_item .site_24h_history_bk_detail_cast_name {
    margin-top: 3.174603%;
  }
  .site_24h_history_bk_detail_text_btn {
    width: 100%;
    font-size: 4.26vw;
    padding: 4.5% 0;
  }
  .site_24h_history_bk_detail_big {
    font-size: 4.8vw;
    margin-top: 8.73%;
  }
  .site_24h_history_bk_detail_tshirt_list {
    width: 100%;
    margin-top: 8.73%;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 40%;
  }
  .slick-prev, .slick-next {
    width: 14px;
    height: 24px;
  }
  .slick-prev, .slick-prev:hover {
    left: 10px;
  }
  .slick-next, .slick-next:hover {
    right: 10px;
  }
  .slick-dots {
    bottom: -46%;
  }
  .slick-dots li {
    width: calc((100% / 5) - 10px);
    padding: 6px 2px;
  }
  .tshirt_6 .slick-dots li {
    width: calc((100% / 6) - 12px);
  }
  .slick-dots .slick-active {
    border-width: 2px;
  }
  .slick-dots .slick-active:after {
    top: -7px;
    border-width: 0 4.25px 5px 4.25px;
  }
  .site_24h_history_bk_detail_h4 {
    margin-top: 10%;
    font-size: 3.73vw;
    padding: 1.6% 4.76%;
  }
  .site_24h_history_bk_detail_img img {
    display: block;
    margin: 0 auto;
  }
  .site_24h_history_bk_detail_img img ~ img {
    margin-left: auto;
    margin-top: 6%;
  }
  .site_24h_history_bk_detail_btn {
    font-size: 4.8vw;
    padding: 5.23% 6.66%;
    margin-top: 9.52381%;
  }
  .site_24h_history_bk_detail_btn:after {
    width: 1.73vw;
    height: 2.83vw;
    right: 4%;
  }
}










