@charset "utf-8";

* {
  box-sizing: border-box;
}

/*
html {
	opacity: 0;
	transition: all 0.8s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
} 
  

 
.animated {
	opacity: 0;
}
  
html.wf-active {
	opacity: 1;
}
*/
img {
  width: 100%;
  height: auto;
  display: block;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

.ib {
  display: inline-block;
}

.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.common-abg-wrap__footer {
  padding: 30px 0;
}

/* スクリーンリーダー用のテキスト*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* ----------------------------- */

/*----- .page-wrap---------------------------------------------------------------------*/

.page-wrap p {
  font-size: 18px;
}

.page-wrap a {
  color: #00ade4;
  transition: 300ms;
  display: block;
}
.page-wrap a:hover {
  color: #db097b;
}

.page-wrap .texturl {
  display: contents;
}

.page-wrap p small {
  font-size: smaller !important;
}
.page-wrap span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .page-wrap p {
    font-size: 16px;
  }
}

.page-wrap .sub-title {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 1.5rem 1rem;
  margin-bottom: 2em;
  /* background-color: rgba(255, 255, 255, 0.5); */
}
.page-wrap .sub-title img {
  max-width: 290px;
}

.page-wrap .sub-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    #269b37,
    #269b37 1px,
    transparent 2px,
    transparent 5px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #269b37,
    #269b37 1px,
    transparent 2px,
    transparent 5px
  );
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(255, 255, 255, 0.5);
}

.page-wrap .small-title,
.page-wrap .live-title-wrap {
  color: white;
  z-index: 2;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5em;
  font-size: 25px;
  padding: 30px 10px;
  margin: 0 auto;
  position: relative;
}
.page-wrap .small-title::after,
.page-wrap .live-title-wrap::after {
  content: '';
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -2;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  border-radius: 3px 3px 3px 3px;
  background-color: #0165dd;
  background-image: url(../images/h3-back.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.page-wrap .live .small-title::after,
.page-wrap .live .live-title-wrap::after {
  width: 97%;
}

.page-wrap .live .live-title-wrap::after {
  background-color: #013040;
}

.page-wrap .tv .small-title::after {
  background-color: #0165dd;
}
.page-wrap .radio .small-title::after {
  background-color: #38af3d;
}

/*----------------------------------------------------------------------------------------------*/
.page-wrap #header {
  padding: 50px 0;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -2;
  background-image: url(../images/main_bg_pc.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*
#header::before{
	content: "";
	position: absolute;
	background-image: url(../images/live-back.png);
	background-repeat: no-repeat;
	width: 651px;
	height: 385px;
	top: -50px;
	left: 0;
	z-index: -1;
}
#header::after{
	content: "";
	position: absolute;
	background-image: url(../images/live-back.png);
	background-repeat: no-repeat;
	width: 651px;
	height: 385px;
	bottom: -50px;
	right: 0;
	z-index: -1;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
*/

.page-wrap .header-logo-image {
  max-width: 750px;
  margin: 0 auto;
  padding: 20px 0 10px 0;
}
.page-wrap #header .main-text {
  max-width: 724px;
  margin: 0 auto;
  padding-top: 10px;
}

.page-wrap dt {
  background-color: #29abd5;
  color: #fff;
  font-size: 18px;
  line-height: 180%;
  padding: 10px 5px;
  text-align: center;
}

/*#contents_bg		{ background-image:url(../images/contents_bg.jpg); width:100%;}*/
.page-wrap .contents {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
  overflow: hidden;
}

.page-wrap .contents::before {
  content: '';
  position: absolute;
  background-image: url(../images/live-back.png);
  background-repeat: no-repeat;
  width: 651px;
  height: 385px;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-wrap .contents::after {
  content: '';
  position: absolute;
  background-image: url(../images/live-back.png);
  background-repeat: no-repeat;
  width: 651px;
  height: 385px;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-wrap .box {
  max-width: 900px;
  margin: 0 auto;
}

.page-wrap .campaign-banner {
  padding: 10px 0 40px;
}
.page-wrap .campaign-banner a img {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 710px) {
  .page-wrap .campaign-banner a img {
    max-width: 430px;
  }
}
.page-wrap .campaign-banner a {
  display: block;
}

.page-wrap .onair,
.page-wrap .about-text,
.page-wrap .live,
.page-wrap p,
.page-wrap .sns-area {
  padding: 20px;
  margin: 20px auto;
  width: 95%;
  background: rgba(255, 255, 255, 0.5);
}

.page-wrap .onair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-wrap .onair .imege {
  max-width: 50%;
}
.page-wrap .onair .imege-minna {
  margin-top: -30px;
}
.page-wrap .onair-day {
  padding: 10px 0;
  font-size: 16px;
  width: 100%;
  display: grid;
  grid-template-columns: 20% 30% 20% 30%;
  grid-template-rows: auto auto;
}
.page-wrap .onair-day li {
  background-color: unset;
  color: black;
  line-height: 150%;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.page-wrap .onair .onair-day p {
  background-color: #00ade4;
  color: #fff;
  padding: 10px 10px 10px 15px;
  margin: 5px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5em;
  font-size: 16px;
  max-height: 2.5em;
}
.page-wrap .onair .onair-day p::before {
  position: absolute;
  content: '';
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
  border-color: transparent transparent transparent #00ade4;
  border-style: solid;
  border-width: 19px 0px 19px 10px;
}

.page-wrap .about-text {
  border-top: 1px solid #ace01e;
  font-size: 16px;
  line-height: 1.5em;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.page-wrap .about-text dt {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: unset;
  color: #013040;
  font-size: 16px;
  line-height: 180%;
  padding: 10px 5px;
  text-align: left;
  font-weight: bold;
}
.page-wrap .about-text dd {
  width: 65%;
  padding: 10px;
  display: flex;
  align-items: center;
}
.page-wrap .about-text dd .about-text-small,
.onair-day li span {
  font-size: 75%;
  display: contents;
}
.page-wrap .about-text dd .about-text-ib {
  display: inline-block;
}

.page-wrap .live,
.page-wrap .tv,
.page-wrap .radio,
.page-wrap .sns {
  padding-top: 40px;
}

.page-wrap .tv {
  padding-top: 30px;
}

.page-wrap .live {
  max-width: 900px;
  margin: 0 auto;
}
.page-wrap .live .live-title {
  max-width: 250px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .page-wrap .live .live-title {
    max-width: 180px;
  }
}

@media print {
  #ending .left-off {
    display: none !important;
  }
}

/*----------------------------------------------------------------------------------------------*/

/* ウィンドウ幅が0～479pxの場合に適用するCSS */

@media screen and (max-width: 768px) {
  .page-wrap .sub-title {
  }
  .page-wrap .sub-title img {
    max-width: 200px;
  }
  .page-wrap .small-title,
  .page-wrap .live-title-wrap {
    font-size: 18px;
    padding: 20px;
  }
  .page-wrap .small-title::after,
  .page-wrap .live-title-wrap::after {
    width: 85vw;
  }

  /*
#header::before{
	background-size: 400px;
	top: -50px;
}
#header::after{
	background-size: 400px;
	bottom: -50px;
}
*/

  .page-wrap #header {
    padding: 0 0 50px 0;
    background-image: url(../images/main_bg_sp.jpg);
  }
  .page-wrap .header-logo-image {
    max-width: 500px;
  }
  .page-wrap #header .main-text {
    max-width: 400px;
  }

  .page-wrap #contents_bg {
    width: 100%;
  }
  .page-wrap .contents {
    width: 100%;
    margin: 0 auto;
  }

  .page-wrap .onair,
  .page-wrap .about-text {
    width: 90vw;
  }
  .page-wrap .onair {
    display: block;
    padding: 10px;
  }
  .page-wrap .onair .imege {
    max-width: 100%;
  }

  .page-wrap .onair-day {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
  }
  .page-wrap .onair-day li {
    width: 60%;
  }
  .page-wrap .onair .onair-day p {
    width: 35%;
    font-size: small;
    max-height: 3.5em;
  }

  .page-wrap .about-text {
    font-size: 14px;
    line-height: 1.5em;
  }
  .page-wrap .about-text dt {
    width: 100%;
    display: block;
    padding: 10px 5px 0;
  }
  .page-wrap .about-text dd {
    width: 100%;
    display: block;
    padding: 5px 10px 10px;
  }
}

@media screen and (max-width: 500px) {
  /*#header::before{
		background-size: 400px;
		top: -100px;
	}
	#header::after{
		background-size: 400px;
		bottom: -100px;
	}
	*/
  .page-wrap .header-logo-image {
    max-width: 400px;
  }
  .page-wrap .live .live-title {
    max-width: 150px;
    margin: 0 auto;
  }
}

/*▼clear fix----------------------------------------------------------------------------------------------*/

.page-wrap .bg-img {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: -3;
}

.page-wrap .bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-wrap .bg::before {
  content: '';
  position: absolute;
  background-image: url(../images/live-back.png);
  background-repeat: no-repeat;
  width: 651px;
  height: 385px;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-wrap .bg::after {
  content: '';
  position: absolute;
  background-image: url(../images/live-back.png);
  background-repeat: no-repeat;
  width: 651px;
  height: 385px;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .page-wrap .bg-img {
  }

  .page-wrap .bg::before {
    background-size: 400px;
    top: -19px;
  }
  .page-wrap .bg::after {
    background-size: 400px;
    bottom: -19px;
  }
}
#mbsGlobalHeader {
  z-index: 10;
  position: relative;
}

#mbsGlobalFooter {
  z-index: 10;
  position: relative;
}
.abg-sp {
  background-color: white;
}

/* 追加 */
.page-wrap .sns-area {
  width: 100%;
  font-size: 14px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.page-wrap .sns-twitter {
  /* flex-grow: 1; */
}
.page-wrap .sns-block {
  display: flex;
  justify-content: space-evenly;
  gap: 30px;
  padding: 20px 0;
}
.page-wrap .sns-block .sns-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  flex-basis: 50%;
  max-height: 80px;
  padding: 20px 40px;
  max-width: 330px;
}
.page-wrap .sns-block .sns-banner img {
  max-width: 220px;
}
.sns-block .sns-x {
  background-color: #000;
}
.page-wrap .sns-block .sns-insta {
  background: linear-gradient(
    to right,
    #7638fa,
    #d300c5,
    #ff0069,
    #ff7a00,
    #ffd600
  );
}
.page-wrap .sns-block .sns-tiktok {
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .page-wrap .sns-area {
    flex-direction: column;
  }
  .page-wrap .sns-twitter {
    margin: 0 auto;
  }
  .page-wrap .sns-block {
    flex-direction: column;
    margin: 0 auto;
  }
  .page-wrap .sns-block .sns-banner {
    max-width: 280px;
  }
}

.page-wrap .live-link-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.page-wrap .live-link {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0 20px 40px;
}
.page-wrap .live-link a {
  position: relative;
  max-width: 230px;
}
.page-wrap .live-link i {
  content: '';
  position: absolute;
  top: 43%;
  /* right: 10px; */
  /* font-size: 12px; */
  right: 8px;
  font-size: 9px;
  color: #161616;
}
.page-wrap .live-link img {
  width: 100%;
}

@media screen and (max-width: 840px) {
  .page-wrap .live-link i {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrap .live-link-title {
    font-size: 18px;
  }
  .page-wrap .live-link a {
    max-width: 180px;
  }
}

@media screen and (max-width: 710px) {
  .page-wrap .live-link {
    flex-direction: column;
    padding: 0 20px 20px;
  }
  .page-wrap .live-link a {
    max-width: 310px;
    margin: 0 auto;
    text-align: center;
  }
  .page-wrap .live-link i {
    font-size: 12px;
  }
}

.page-wrap .header-logo {
}

@media screen and (max-width: 767px) {
  .page-wrap .header-logo {
    padding: 20px 0 0 0;
  }
}

.page-wrap .onair-text {
  font-size: 20px;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .page-wrap .onair-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
  .page-wrap .onair-text {
    font-size: 16px;
  }
}

.onair-text-bold {
  font-weight: bold;
}

.page-wrap .live-text {
  font-size: 20px;
  text-align: center;
  padding: 10px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .page-wrap .live-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
  .page-wrap .live-text {
    font-size: 16px;
  }
}

.page-wrap .live-text-bold {
  font-weight: bold;
}

.page-wrap .live-minna {
  padding-top: 0;
}

.page-wrap .live-minna-title {
  max-width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-wrap .live-minna-title {
    max-width: 100%;
  }
}

.page-wrap .live-minna-title img {
  width: 100%;
}
