@charset "UTF-8";
/* //////////////////////////////////////////////////

　AlbirexBBページのスタイル

////////////////////////////////////////////////// */
#wrapper {
  position: relative;
}
#wrapper > .blead-Box,
#wrapper > .footer {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
#wrapper > .footer {
  padding-top: 0.9em;
}
#wrapper > .footer > .note {
  margin-top: 0;
}

#contents {
  position: relative;
  z-index: 1;
}
#contents > .blead-Box {
  position: relative;
  z-index: 2;
}

.btn.orange {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 390px;
  height: 60px;
  margin: auto;
  background: #EA5405 url("../img/albirexbb/mrk_btn.png") no-repeat right 15px center;
  border-radius: 50px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

.btn.blue2 {
  align-items: center;
  /*
  justify-content: center;
  width: 460px;
  height: 60px;
  margin: auto;
  background: #014ca0 url("../img/albirexbb/mrk_btn.png") no-repeat right 15px center;
  border-radius: 50px;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  */
  text-align: center;
}

.albipre {
  width: 600px !important;
  margin-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
  .btn.orange {
    width: 90%;
    max-width: 360px;
    height: 50px;
  }
  .albipre {
    width: 100% !important;
    margin: 0 auto !important;
  }
}
.note.end {
  padding: 0 10px;
  text-align: right;
  font-size: 0.875em;
}

.content-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.content-wrapper::before {
  content: "";
  display: block;
  position: fixed;
  top: 128px;
  left: 0;
  width: 100%;
  height: calc(100vh - 128px);
  background-image: url(../img/albirexbc/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.content-wrapper > * {
  position: relative;
  z-index: 2;
}

#mainimg .container {
  position: relative;
  padding: 56px 0 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
#mainimg .mv__img {
  width: 660px;
  margin-left: auto;
  margin-right: auto;
}
#mainimg h2 {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
}
#mainimg h2 .txt {
  display: inline-block;
  padding: 5px 10px;
  margin-top: 15px;
  background: #fff;
  color: #000;
}
#mainimg h2 br.hidden-pc + .txt {
  padding-left: 0;
  margin-left: -15px;
}
@media screen and (max-width: 768px) {
  #mainimg .container {
    container-type: inline-size;
    padding: 40px 0;
    gap: 30px;
  }
  #mainimg .mv__img {
    width: 90%;
    max-width: 540px;
  }
  #mainimg h2 {
    font-size: min(7.5cqw, 24px);
  }
  #mainimg h2 .txt {
    padding: 0 10px;
    margin-top: 10px;
  }
  #mainimg h2 br.hidden-pc + .txt {
    padding-left: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  #mainimg h2 br.hidden-pc + .txt {
    padding-left: 10px;
    margin-left: 0;
  }
}

.media-partner {
  background: #024298;
  padding: 36px 10px;
}
.media-partner > p {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .media-partner {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 450px) {
  .media-partner {
    container-type: inline-size;
  }
  .media-partner > p {
    font-size: min(4.27cqw, 19.2px);
  }
}

.bg-wrapper {
  background-color: rgba(165, 194, 232, 0.8);
  padding-bottom: 120px;
}

.sec-broadcast {
  padding: 80px 0 40px;
  text-align: center;
}
.sec-broadcast .container {
  max-width: 920px;
}
.sec-broadcast section {
  margin-top: 120px;
}
.sec-broadcast h3 {
  display: flex;
  font-size: 2.5em;
  font-weight: 900;
  justify-content: center;
  align-items: center;
  gap: 0.25em;
}
.sec-broadcast h3 > br {
  display: none;
}
.sec-broadcast h3::before, .sec-broadcast h3::after {
  content: "";
  width: 1.1em;
  aspect-ratio: 50/86;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.sec-broadcast h3::before {
  background-image: url(../img/albirexbc/pl.svg);
}
.sec-broadcast h3::after {
  background-image: url(../img/albirexbc/pr.svg);
}
@media screen and (max-width: 500px) {
  .sec-broadcast h3 {
    font-size: 1.875em;
  }
  .sec-broadcast h3 > br {
    display: inline;
  }
}
.sec-broadcast h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  gap: 0.75em;
  position: relative;
  font-size: 1.875em;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  text-decoration-thickness: 2px;
}
.sec-broadcast h4::after {
  content: "";
  display: block;
  height: 1em;
  width: 2px;
  background-color: #000;
}
.sec-broadcast h4 + .no-broadcast-schedule {
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .sec-broadcast h4 {
    margin-bottom: 64px;
  }
  .sec-broadcast h4 + .no-broadcast-schedule {
    margin-top: -44px;
  }
}
@media screen and (max-width: 600px) {
  .sec-broadcast h4 {
    margin-bottom: 48px;
  }
  .sec-broadcast h4 + .no-broadcast-schedule {
    margin-top: -32px;
  }
}
.sec-broadcast .catch {
  margin: 1em 0 0.2em;
  font-size: 1.325em;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .sec-broadcast .catch {
    font-size: 1.2em;
  }
}
.sec-broadcast .channel {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  padding: 10px 12px;
  border: 2px solid #000;
  font-size: 1.5625em;
  font-weight: bold;
  line-height: 1;
}
.sec-broadcast .pickup .no-broadcast-schedule {
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  padding: 32px;
  text-align: justify;
  text-align: center;
  background-color: #024298;
}
@media screen and (max-width: 768px) {
  .sec-broadcast {
    padding: 40px 0 20px;
  }
  .sec-broadcast section {
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .sec-broadcast .channel {
    font-size: 1.25em;
  }
  .sec-broadcast .pickup .no-broadcast-schedule {
    font-size: 1.25em;
    padding: 1em;
  }
}
.sec-broadcast .pickup ul {
  display: flex;
  gap: 120px 40px;
  flex-wrap: wrap;
}
.sec-broadcast .pickup li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: calc((100% - 40px) * 0.5);
  padding: 0 40px;
  background: #024298;
  font-weight: bold;
  text-align: left;
  color: #fff;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.sec-broadcast .pickup li strong {
  display: block;
  margin-bottom: 0.4em;
  font-size: 1.375em;
  font-weight: 800;
  line-height: 1.2;
}
.sec-broadcast .pickup li strong span {
  display: block;
  font-size: 0.75em;
  color: 24298;
  margin-bottom: 5px;
}
.sec-broadcast .pickup li::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  content: "";
  border-bottom: 40px solid #024298;
  border-left: 45px solid transparent;
}
.sec-broadcast .pickup li::after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  content: "";
  border-top: 40px solid #024298;
  border-right: 45px solid transparent;
}
.sec-broadcast .pickup li div {
  align-items: center;
  font-size: 1.125em;
}
.sec-broadcast .pickup li div .time {
  width: 4em;
  margin-right: 15px;
  background: #fff;
  color: #024298;
  text-align: center;
  font-weight: 500;
}
.sec-broadcast .pickup li div .ch {
  box-sizing: border-box;
  margin-left: -10px;
  margin-right: 10px;
  text-align: center;
  padding: 0 10px;
  border: 1px solid white;
}
.sec-broadcast .pickup li div .date {
  width: calc(100% - 5em);
  font-weight: 400;
}
.sec-broadcast .pickup li div .ch + .date {
  width: auto;
}
.sec-broadcast .pickup ul li sup {
  font-size: 0.75em;
}
.sec-broadcast .pickup ul li .kome {
  text-indent: 7.5em;
}

@media screen and (max-width: 768px) {
  .sec-broadcast .pickup ul {
    gap: 70px 20px;
  }
  .sec-broadcast .pickup li {
    padding: 0 20px;
  }
  .sec-broadcast .pickup li::before {
    border-bottom-width: 25px;
    border-left-width: 30px;
  }
  .sec-broadcast .pickup li::after {
    border-top-width: 25px;
    border-right-width: 30px;
  }
  .sec-broadcast .pickup li strong {
    text-align: left;
  }
  .sec-broadcast .pickup li div {
    align-items: center;
  }
  .sec-broadcast .pickup li div .time {
    width: 70px;
    padding: 0 5px;
    margin-right: 10px;
  }
  .sec-broadcast .pickup li div .ch {
    margin-left: -5px;
    padding: 0 5px;
  }
  .sec-broadcast .pickup li div .date {
    width: calc(100% - 80px);
  }
  .sec-broadcast .pickup li div .ch + .date {
    width: auto;
  }
  .sec-broadcast .pickup ul li .kome {
    text-indent: 5.5em;
  }
}
@media screen and (max-width: 600px) {
  .sec-broadcast .pickup ul {
    flex-direction: column;
  }
  .sec-broadcast .pickup li {
    width: 100%;
  }
  .sec-broadcast .pickup li strong {
    font-size: 1.5em;
  }
  .sec-broadcast .pickup li div .time {
    width: 60px;
    font-size: 1.125em;
  }
  .sec-broadcast .pickup li div .ch {
    font-size: 1.125em;
  }
  .sec-broadcast .pickup li div .date {
    width: calc(100% - 70px);
    font-size: 1.25em;
  }
  .sec-broadcast .pickup li div .ch + .date {
    width: auto;
    font-size: 1.25em;
  }
}
.sec-broadcast .lists ul {
  margin: 0 -10px;
}

.sec-broadcast .lists li {
  width: calc(33.3333% - 20px);
  margin: 20px 10px 0;
  padding: 25px 15px 15px;
  background: #024298;
  text-align: left;
  position: relative;
}

/*
.sec-broadcast .lists li .cancel {
    position: absolute;
    background: rgb(255 255 255 / 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: red;
    font-weight: bold;
    text-align: center;
    padding: 15% 0;
    z-index: 999999999999;
    font-size: 20px;
}
*/
.sec-broadcast .lists li .data {
  font-size: 2em;
  font-weight: 900;
  line-height: 0.5;
}

.sec-broadcast .lists li .data small, .sec-broadcast .lists li .data sup {
  font-size: 0.45em;
  font-weight: 700;
}

.sec-broadcast .lists li .team {
  padding: 4px 5px;
  background: #fff;
  font-weight: bold;
  color: #024298;
  font-size: 0.875em;
  line-height: 1.1;
}

.sec-broadcast .lists li .place {
  font-size: 0.875em;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .sec-broadcast .lists ul {
    margin: 0 -5px;
  }
  .sec-broadcast .lists li {
    width: calc(50% - 10px);
    margin: 20px 5px 0;
  }
  /*
  .sec-broadcast .lists li .cancel {
    padding: 22% 0;
  }
  */
}
@media screen and (max-width: 600px) {
  .sec-broadcast .lists li {
    padding: 20px 10px 10px;
  }
}
.sec-broadcast .note {
  margin-top: 40px;
  font-size: 0.875em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sec-broadcast .note {
    margin-top: 30px;
  }
}
#cha111 {
  padding: 60px 0;
  color: #fff;
  text-align: center;
}

#cha111 .container {
  max-width: 860px;
}

#cha111 h3, #cha111 p {
  position: relative;
  z-index: 2;
}

#cha111 h3 {
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.4;
}

#cha111 h3 em {
  font-size: 1.6em;
  font-weight: 900;
}

#cha111 .channel {
  display: inline-block;
  margin: 15px 0 20px;
  padding: 0 10px;
  background: #fff;
  color: #101013;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.5;
}

#cha111 .movie {
  position: relative;
  margin: 30px 0;
}

#cha111 .movie::before {
  position: absolute;
  bottom: 100%;
  left: 30px;
  content: url("../img/albirexbb/img_01.png");
  /* 220628 add */
  display: none;
}

#cha111 .movie::after {
  position: absolute;
  bottom: 100%;
  right: 15px;
  content: url("../img/albirexbb/img_02.png");
}

#cha111 .movie iframe {
  width: 840px;
  height: 470px;
}

#cha111 .onair {
  width: 100%;
  margin-bottom: 50px;
}

#cha111 .onair th, #cha111 .onair td {
  border: 2px solid #fff;
  padding: 8px 15px;
  font-weight: bold;
}

#cha111 .onair th {
  background: #024298;
  font-size: 2.25em;
  text-align: center;
  line-height: 0.75;
}

#cha111 .onair th small {
  font-size: 0.56em;
}

#cha111 .onair td {
  font-size: 1.875em;
}

@media screen and (max-width: 768px) {
  #cha111 {
    padding: 40px 0;
  }
  #cha111 .movie {
    margin: 0;
  }
  #cha111 .movie::before {
    left: 0;
    transform: scale(0.5) translate(-50%, 50%);
  }
  #cha111 .movie::after {
    right: 0;
    transform: scale(0.5) translate(50%, 50%);
  }
  #cha111 .onair {
    margin-bottom: 30px;
  }
  #cha111 .onair th, #cha111 .onair td {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 600px) {
  #cha111 h3 {
    font-size: 1.5em;
  }
  #cha111 .channel {
    font-size: 1.25em;
  }
  #cha111 p.txt {
    max-width: 100%;
    /* 220628 comment out */
    /* text-align: left; */
  }
  #cha111 .movie::before, #cha111 .movie::after {
    display: none;
  }
  #cha111 .movie iframe {
    width: 100%;
    height: 200px;
  }
  #cha111 .onair th, #cha111 .onair td {
    display: block;
    padding: 5px 10px;
  }
  #cha111 .onair th {
    font-size: 1.875em;
  }
  #cha111 .onair td {
    border-top: none;
    font-size: 1.5em;
  }
}
.officiallink {
  padding-left: 10px;
  padding-right: 10px;
  margin: 50px auto;
}

.officiallink a {
  display: block;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.officiallink a > img:nth-child(1) {
  display: block;
  max-width: 100%;
}
.officiallink a > img:nth-child(2) {
  display: none;
}
.officiallink a.presentLink {
  container-type: inline-size;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EA5405;
  border: 2px solid #fff100;
  border-radius: 16px;
  transition: opacity 0.2s ease 0s;
}
.officiallink a.presentLink > p {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 4cqw;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: white;
}
.officiallink a.presentLink:hover {
  text-decoration: none;
  opacity: 0.8;
}

.officiallink a + a {
  margin-top: 15px;
}

@media screen and (max-width: 600px) {
  .officiallink > a {
    display: block;
    width: 90%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .officiallink > a > img:nth-child(1) {
    display: none;
  }
  .officiallink > a > img:nth-child(2) {
    display: block;
    max-width: 100%;
  }
  .officiallink > a.presentLink > p {
    font-size: 5.5cqw;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.new_onair {
  position: absolute;
  top: 0;
  left: 5%;
  color: yellow;
  font-weight: bold;
  font-size: 0.8em;
}

.cancel {
  position: absolute;
  top: 0;
  right: 5px;
  color: red;
  background: #fff;
  font-weight: bold;
  font-size: 0.8em;
  padding: 0 5px;
}

.new_main {
  color: yellow;
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 0.8em;
}

.sumi {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  background: #014c9f;
  font-weight: bold;
  font-size: 1em;
  padding: 0 5px;
  border-radius: 50%;
}

.albibb-link {
  max-width: 640px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.albibb-link__h {
  font-size: 2em;
  font-weight: bold;
  color: white;
}

.albibb-link-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}

.albibb-link-btns__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46%;
}

.albibb-link-btns__item > a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0.25em 1.2em;
  width: 100%;
  height: 100%;
  min-height: 3em;
  font-size: 1.4em;
  line-height: 1.2;
  color: white;
  text-decoration: none !important;
  transition: opacity 0.2s ease 0s;
}

.albibb-link-btns__item > a:hover {
  opacity: 0.7;
}

.albibb-link-btns__item > a::after {
  content: "";
  display: block;
  position: absolute;
  border-left: 0.5em solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}

.albibb-link-btns__item > a small {
  font-size: 70%;
}

.albibb-link-btns__item--youtube > a {
  background-color: #E73223;
}

.albibb-link-btns__item--nctconnect > a {
  background-color: #014ca0;
}

@media screen and (max-width: 768px) {
  .albibb-link-btns {
    flex-direction: column;
    align-items: center;
    margin-top: 1em;
  }
  .albibb-link-btns__item {
    width: 100%;
    max-width: 320px;
  }
  .albibb-link-btns__item + .albibb-link-btns__item {
    margin-top: 16px;
  }
}
.month-list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
  margin-top: -40px;
}

.month-item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.4em;
  font-weight: bold;
  flex: 1;
  background-color: #024298;
  border: 3px solid #024298;
  height: 2em;
  line-height: 1;
  cursor: pointer;
}

.month-item.active {
  color: #024298;
  background-color: white;
}

@media screen and (max-width: 768px) {
  .month-list {
    flex-wrap: wrap;
    margin-top: -30px;
  }
}
@media screen and (max-width: 540px) {
  .month-item {
    width: calc((100% - 36px) / 4);
    flex: 0 0 auto;
  }
}
.housoubi-item {
  display: none;
  flex-direction: column;
  gap: 8px;
  color: white;
}

.housoubi-item.active {
  display: flex;
}

.sec-broadcast .lists li.housoubi-item--none {
  width: 100%;
  padding: 0;
  margin: 40px 10px;
  background: none;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #024298;
  padding: 1em;
}

@media screen and (max-width: 768px) {
  .month-list {
    margin-bottom: 10px;
  }
  .sec-broadcast .lists li.housoubi-item {
    margin-top: 10px;
  }
  .sec-broadcast .lists li.housoubi-item--none {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.houhouAnchor {
  display: block;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  background-color: #024298;
  color: white;
  font-size: 1em;
  font-weight: bold;
  writing-mode: vertical-rl;
  padding: 1em 1em 2em 1em;
  text-decoration: none !important;
  border-radius: 1em 0 0 1em;
  transition: background-color 0.2s ease 0s;
}

.houhouAnchor::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 10px solid white;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: 1em;
  left: 50%;
  transform: translate(-50%, 0);
  transition: transform 0.2s ease 0s;
}

.houhouAnchor:hover {
  background-color: #ff7f24;
}

.houhouAnchor:hover::after {
  transform: translate(-50%, 5px);
}

.notice-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.notice-block > p {
  font-size: 1.25em;
  font-weight: 800;
  text-indent: 0.5em;
}
.notice-block > p.notice-ttl {
  text-indent: 0;
  font-size: 1.875em;
}
.notice-block > .btn {
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  .notice-block {
    container-type: inline-size;
  }
  .notice-block > p {
    font-size: 3.33cqw;
  }
  .notice-block > p.notice-ttl {
    text-indent: 0;
    font-size: 5cqw;
  }
}