@charset "utf-8";
/*
  MediaQuery Type = Parts Unit
  0 < size
  @media only screen and (max-width: 600px)
  @media only screen and (min-width: 601px)
  @media only screen and (min-width: 601px) and (max-width: 992px)
  @media only screen and (max-width: 992px)
  @media only screen and (min-width: 993px)
  @media only screen and (min-width: 993px)
*/
/* 共通パーツ */
.site_24h_wrapper {
  background: #fff;
  color: #252525;
  font-feature-settings: "palt";
  opacity: 0;
  transition: opacity .5s ease-in-out;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  position: relative;
}
.site_24h_wrapper.on {
  opacity: 1;
}
#second .site_24h_wrapper {
  background: #ffea3a;
}
#second #ntv_setSocial {
  border-top: 6px solid #fff;
}
.jImag {
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  touch-callout: none;
  user-select: none;
}
@media only screen and (min-width: 993px) {
  .site_24h_wrapper a {
    transition: opacity .1s ease;
  }
  .site_24h_wrapper a:hover {
    opacity: 0.6;
  }
  .site_24h_wrapper [id^="ntv_setAD"] a:hover {
    opacity: 1;
  }
  .ntv-pageTop {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #second #ntv_setSocial {
    border-top: 10px solid #fff;
  }
}

.visually-hidden {
  font-size: 0;
  text-indent: -99999px;
}

/* header
========================================== */
.site_24h_header_area {
  background: #ffea3a;
}
.site_24h_header_inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 34px 0 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* ヘッダーロゴ */
.tv24h-header-logo {
  width: 50.72%;
}
.tv24h-header-logo a {
  width: 100%;
  display: block;
}
.tv24h-header-logo .tv24h-header-logo__img {
  margin: 0 auto;
  width: 100%;
  padding-top: 16.43%;
  height: 0;
  background-image: url('/24h/assets/images/common/head_logo.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .tv24h-header-logo {
    width: 100%;
    padding: 5.33%;
  }
}

.site_24h_header_date {
  width: 41.25%;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 1.14;
  letter-spacing: 2.1px;
  color: #252525;
  font-weight: 700;
  padding: 19px 0 18px;
}
.site_24h_header_date_nowText {
  display: none;
}
.is-onair.site_24h_header_date {
  background-color: #e70f7a;
  color: #fff;
}
.is-onair .site_24h_header_date_nowText {
  display: block;
  margin-top: .4em;
}

@media only screen and (max-width: 960px) {
  .site_24h_header_inner {
    padding-left: 2%;
    padding-right: 2%;
  }
  .site_24h_header_date {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .site_24h_header_inner {
    display: block;
    padding: 0;
  }
  .site_24h_header_date {
    width: 100%;
    border-radius: 0;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 2.4px;
    padding: 2.4% 0;
  }
}

/* nav
========================================== */
.site_24h_nav_area{
  width: 100%;
  margin: 0 auto;
  background: #ffcf31;
}
.site_24h_nav_inner{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 14px 0;
}

/* site_24h_nav_list
------------------------------ */
.site_24h_nav_list {
  width: 100%;
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.site_24h_nav_item {
  width: 11.979167%;
  vertical-align: top;
  position: relative;
  background: #fff;
  border-radius: 10px;
  z-index: 1;
}
.site_24h_nav_item:not(:first-of-type) {
  margin-left: 0.625%;
}
.site_24h_nav_item a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 88%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}
.site_24h_nav_item a:after {
  display: block;
  content: '';
  width: 30%;
  padding-top: 30%;
  background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #ffea3a 50.5%) no-repeat top left/100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* site_24h_nav - status */
.site_24h_nav_item.is-new {}
.site_24h_nav_item.is-new:before {
  content: '';
  display: block;
  width: 28.695652%;
  height: 28.695652%;
  background: url(/24h/assets/images/common/nav_icon_new.png) no-repeat center; /* NEWマーク　左上固定の場合は left top */
  background-size: contain;
  position: absolute;
  top: -6.956522%;
  right: 6.956522%;
  z-index: 30;
}
.site_24h_nav_item.is-coming {}
.site_24h_nav_item.is-coming a {
  background: url(/24h/assets/images/common/menu_blank.png) no-repeat;
  background-size: cover;
  pointer-events: none;
}
.site_24h_nav_item.is-coming a span {
  display: none;
}

/* site_24h_nav - contents */
.site_24h_nav_item_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: table;
}
.site_24h_nav_item a span {
  color: #252525;
  display: table-cell;
  font-size: 17px;
  line-height: 1.51;
  font-weight: 700;
  vertical-align: middle;
}

/* site_24h_nav_footer
------------------------------ */
.site_24h_nav_footer_area{
  width: 100%;
  margin: 0 auto;
  background: #ffcf31;
}
.site_24h_nav_footer_inner{
  width: 100%;
  margin: 0 auto;
  padding: 2.66% 0;
}
.site_24h_nav_footer_list {
  padding: 0 2.66%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.site_24h_nav_footer_item {
  display: block;
  background: #fff;
  width: 49.29%;
  border-radius: 5px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  font-size: 3.46vw;
  padding: 4.5% 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 12vw;
}
.site_24h_nav_footer_item:nth-of-type(n+3) {
  margin-top: 1.4%;
}
.site_24h_nav_footer_item.is-coming {
  pointer-events: none;
  background-color: #ffecad;
  color: #9a9a9a;
}
/* .site_24h_nav_footer_item.is-coming::after {
  display: block;
  content: '';
  background: #ffecad;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
} */
.site_24h_nav_footer_item.timetable {
  width: 100%;
  margin: 0 auto 1.4%;
  background-color: #e70f7a;
  color: #fff;
  order: -1;
}

@media only screen and (max-width: 960px) {
  .site_24h_nav_list {
    padding: 0 0.625%;
  }
  .site_24h_nav_item a span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .site_24h_nav_inner{
    padding: 2.66% 0;
  }
  .site_24h_nav_list {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 5%; /* (20px / 375px) */
  }
  .site_24h_nav_item {
    width: calc((100% - 1.4% * 3) / 4 - 1px);
  }
  .site_24h_nav_item:not(:first-of-type) {
    margin-left: 1.4%;
  }
  .site_24h_nav_item:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .site_24h_nav_item:nth-of-type(n+5) {
    margin-top: 1.4%;
  }
  .site_24h_nav_item.is-new:before {
    width: 29.4%;
    height: 29.9%;
    background: url(/24h/assets/images/common/nav_icon_new_sp.png) no-repeat center;
    background-size: contain;
    top: -11.764706%;
    right: 5.882353%;
  }
  .site_24h_nav_item a span {
    font-size: 3.46vw;
  }
  .site_24h_nav_item.bokin a span {
    font-size: 3.2vw;
    letter-spacing: -.1em;
  }
}

@media only screen and (max-width: 600px) {
}

/* bokin_nav
========================================== */
.site_24h_bokin_nav_area {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 500;
}
.site_24h_bokin_nav_inner {}
.site_24h_bokin_nav_banner {}
.site_24h_bokin_nav_banner a {
  display: block;
  width: 320px;
  height: 0;
  margin: 0 auto;
  background: url('/24h/assets/images/common/bokin/bokin-banner.png') no-repeat center transparent;
  background-size: contain;
  padding-top: 114px;
  font-size: 0;
  text-indent: -99999px;
}
@media only screen and (max-width: 600px) {
  .site_24h_bokin_nav_area {
    bottom: 20px;
  }
  .site_24h_bokin_nav_banner a {
    width: 53.333333vw;
    padding-top: 19vw;
  }
}

/* pc/sp
========================================== */
.is-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  #site_24h_nav_footer.is-sp {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: inline;
  }
  #site_24h_nav_footer.is-sp,
  .site_24h_charity_detail_list.is-sp {
    display: block;
  }
}

/* h2
========================================== */
.site_24h_h2 {
  font-size: 36px;
  text-align: center;
  line-height: 1;
  letter-spacing: 3.6px;
  padding-bottom: 20px;
  font-weight: 700;
  position: relative;
}
.site_24h_h2:after {
  display: block;
  content: '';
  width: 70px;
  height: 4px;
  background: #ffb501;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.site_24h_h2 span{
  font-size: 24px;
  letter-spacing: 2.4px;
}
.site_24h_second_title_area {
  padding: 70px 0 50px;
}

@media only screen and (max-width: 600px) {
  .site_24h_h2 {
    font-size: 6.4vw;
    letter-spacing: 1.2px;
    padding-bottom: 4%;
  }
  .site_24h_h2:after {
    width: 13.33%;
  }
  .site_24h_h2 span{
    font-size: 4.2vw;
    letter-spacing: 0.8px;
  }
  .site_24h_second_title_area {
    padding: 13.33% 0 8.4%;
  }
}

/* site_24h_h3
========================================== */

.site_24h_h3 {
  border-bottom: 1px dashed #ccc;
  font-weight: 500;
  font-size: 18px;
  padding-left: 27px;
  position: relative;
}
.site_24h_h3:after {
  display: block;
  content: '';
  width: 22px;
  height: 18px;
  position: absolute;
  top: 6px;
  left: 0;
  background: url(/24h/assets/images/common/title_icon_mark.png) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  .site_24h_h3 {
    font-size: 3.73vw;
    padding-left: 6.66%;
  }
  .site_24h_h3:after {
    width: 4.53vw;
    height: 3.73vw;
    top: 3px;
  }
}

/* site_24h_h4
========================================== */
.site_24h_h4 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-align: center;
  line-height: 1.6;
  color: #2b97e3;
}
.site_24h_h4 .br-sp {
  display: none;
}
.site_24h_h4 span {
  display: block;
  font-size: 24px;
  letter-spacing: 1.2px;
}

@media only screen and (max-width: 768px) {
  .site_24h_h4 .br-sp {
    display: inline;
  }
}

@media only screen and (max-width: 600px) {
  .site_24h_h4 {
    font-size: 6.4vw;
    letter-spacing: 1.2px;
  }
  .site_24h_h4 span {
    font-size: 4.8vw;
  }
}

/* site_24h_second_box
========================================== */
.site_24h_second_box_area {
  padding-bottom: 72px;
}
.site_24h_second_box_inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  padding: 0 20px;
}

@media only screen and (max-width: 960px) {
  .site_24h_second_box_area {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .site_24h_second_box_area {
    padding: 0 2.66% 12%;
  }
  .site_24h_second_box_inner {
    padding: 0 5.633803%;
  }
}

/* site_24h_link_area
========================================== */
.site_24h_link_area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 48px;
}
.site_24h_link_area.center {
  justify-content: center;
}
.site_24h_link_btn {
  display: block;
  width: 31.875%;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  background: #ffb501;
  min-height: 82px;
  padding: 0 10px;
}
.site_24h_link_btn .sp-br {
  display: none;
}
.site_24h_link_btn:not(:nth-of-type(3n+1)) {
  margin-left: 2.1%;
}
.site_24h_link_btn:not(:nth-of-type(-n+3)) {
  margin-top: 2.1%;
}
.site_24h_link_btn_inner {
  width: 100%;
  height: 100%;
  display: table;
  min-height: 82px;
}
.site_24h_link_btn_inner span {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 960px) {
  .site_24h_link_area {
    padding: 0 20px;
  }
  .site_24h_link_btn {
    font-size: 16px;
  }
  .site_24h_link_btn .sp-br {
    display: inline;
  }
}

@media only screen and (max-width: 768px) {
  .site_24h_link_btn {
    width: 48.59%;
  }
  .site_24h_link_btn:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }
  .site_24h_link_btn:not(:nth-of-type(-n+3)) {
    margin-top: 0;
  }
  .site_24h_link_btn:not(:nth-of-type(2n+1)) {
    margin-left: 2.8%;
  }
  .site_24h_link_btn:not(:nth-of-type(-n+2)) {
    margin-top: 2.8%;
  }
}

@media only screen and (max-width: 600px) {
  .site_24h_link_area {
    padding: 0 2.66%;
    margin-bottom: 12%;
  }
  .site_24h_link_btn {
    font-size: 3.2vw;
    min-height: 13.33vw;
  }
  .site_24h_link_btn_inner {
    min-height: 13.33vw;
  }
}


/* for printer
========================================== */
@media print {
  .not_print,
  .jImag {
    display: none;
  }
}