@charset "utf-8";

/* --------------------------------------------------------------------------
  /denshiban/info/announce
  /denshiban/info/announce_daily
  /denshiban/info/announce_radio
-------------------------------------------------------------------------- */

main {
  background: url('/common/images/denshiban/info/announce/announce_bg.png') top left repeat;
}
body.announce h2 {
  position: relative;
  max-width: 840px;
  line-height: 0;
  padding: 50px 0 20px 46px;
}
body.announce h2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 107%;
  height: 198px;
  background-color: #1a222d;
}
body.announce h2 img {
  position: relative;
  z-index: 100;
  width: 100%;
}
body.announce_daily h2 {
  position: relative;
  max-width: 810px;
  padding: 107px 0 22px 47px;
}
body.announce_daily h2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 107.5%;
  height: 80px;
  background-color: #1a222d;
}
body.announce_daily h2 img {
  position: relative;
  z-index: 100;
  width: 100%;
}
body.announce_radio h2 {
  line-height: 0;
  max-width: 860px;
  margin: 40px auto 0;
}
body.announce_radio h2 img {
  width: 100%;
}
.announce-area {
  margin: 40px 50px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
body.announce_daily .announce-area {
  margin: 58px 50px 40px 80px;
}
.announce-area a {
  color: #2379ca;
}
.announce-date {
  font-size: 2.4rem;
  padding-bottom: 30px;
}
.announce-titles p {
  font-size: 3.6rem;
  padding-bottom: 30px;
}
body.announce_daily .announce-titles p {
  line-height: 1.5;
}
.announce-titles iframe {
  display: block;
  margin: 30px auto;
  max-width: 100%;
}
.cta-area {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
.cta-area_button {
  position: relative;
  display: grid;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  width: 420px;
  padding: 22px 48px;
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.cta-area_button.subscription {
  background-color: #eb0400;
  color: #fff;
}
.cta-area_button.newsletter {
  background-color: #fff;
  color: #000;
}
.cta-area_button:after {
  content: '';
  border-style: solid;
  border-width: 2px;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 26px;
  margin: auto;
  transform: rotate(-45deg);
  border-top: medium none;
  border-left: medium none;
  transition: 0.3s;
}
.cta-area_button.subscription:after {
  border-color: #fff;
}
.cta-area_button.newsletter:after {
  border-color: #000;
}
.announce-sns {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  gap: 40px;
  list-style: none;
  margin-bottom: 60px;
  padding-inline: 20px;
  align-items: center;
}
.announce-sns_list {
  width: 45px;
}
.announce-sns_link {
  display: block;
  line-height: 0;
  aspect-ratio: 1 / 1;
}
.announce-sns_list.-x .announce-sns_link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.announce-sns_list.-youtube .announce-sns_link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
.announce-sns_img {
  width: 100%;
}
.announce-sns_list.-x .announce-sns_img {
  width: 86%;
}
.announce-sns_list.-youtube .announce-sns_img {
  width: 60%;
}
body.announce_radio main {
  background: url('/common/images/denshiban/info/announce/announce_radio_bg.jpg') top center repeat;
}
body.announce_radio .announce-area {
  text-align: center;
}
body.announce_radio .announce-area .announce-overview {
  font-size: 2.2rem;
  margin-bottom: 30px;
}
body.announce_radio .cta-area {
  position: relative;
}
body.announce_radio :is(.cta-area_button, .announce-sns_list) {
  z-index: 10;
}
body.announce_radio .cta-area:after {
  content: '';
  background: url(/common/images/denshiban/info/announce/annouce_radio_book_bg.png) top center no-repeat;
  background-size: 1020px auto;
  width: 1200px;
  height: 305px;
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
