@charset "UTF-8";
 body {
   font-family: "メイリオ", Meiryo, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", sans-serif;
   position:relative;
   color: #fff;
   position:relative;
   margin: 0;
   background: #000;
   text-align: center;
   position:relative;
   }

   *, *::before, *::after {
  box-sizing: border-box;
}

a {
    outline: none;
    color: #fff;
    word-wrap:break-word;

}

p {
    margin: 0;
    padding: 0;
}

h1 {
  font-family: corporate-logo-ver2, sans-serif;
  font-style: normal;
  font-weight: bold;
}

.center{
    text-align:center;
}

/*clearfix*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.back {
  margin: 0 ;
  padding: 0 ;
  font-size: 15px ;
  background-repeat: no-repeat;
  width: 100%;
  text-align: left;
  background-color: #FFF;
}

.back p {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 200;
}

.back a {
  color: #cc2833;
  text-decoration: none;
}

.back::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
}

.wrapper h1 {
  font-size: 26px;
  color: #000;
  margin-bottom: 2rem;
  position: relative;
}

.marker {
  background:linear-gradient(transparent 90%, #0088d3 60%);
}

.main {
  background-color: #cc2833;
  }

.header {
  display: block !important;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
}



.top img {
  vertical-align: bottom;
  width: 100%;
}

.event_block {
  background-color: #0088d3;
  position: relative; 
  width: 100%;
  max-width: 1920px; 
  margin: 0 auto;
}


.date-text-box {
  position: absolute;
  
  /* 【位置調整】画像全体に対する白枠の位置（％） */
  top: 65%;         /* 上からの位置 */
  left: 10%;        /* 左からの位置 */
  width: 32.7%;       /* 白枠の横幅に合わせる */
  height: 11.5%;      /* 白枠の縦幅に合わせる */
  
  /* 文字の配置調整 */
  display: flex;
  align-items: center;     /* 上下中央揃え */
  justify-content: center; /* 左右中央揃え */
  
  /* 文字の見た目の調整 */
  color: #333333;          /* 文字の色（番組ロゴの赤色等に合わせて調整してください） */
  font-weight: bold;       /* 太字 */
  white-space: nowrap;     /* 文字の自動改行を防ぐ */
  
  /* 【文字サイズの可変設定】画面幅（vw）に応じて文字サイズを自動伸縮させます */
  font-size: 2.1vw; 
}

.back .mail_block {
  background-color: #0088d3;
  padding: 1rem 0rem;
  width: 100%;
  max-width: 100%;
  margin: 0rem auto;
  line-height: 1.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.mail_block:hover {
    background-color: #ff0012;
    }

.mail_block img {
vertical-align: bottom;
margin: 0rem 0.3rem 0.4rem 0rem;
width: 30px;
}

.mail_block p {
  text-align: center;
  color: #fff;
}

.mail_block .mail_icon {
font-size: 24px;
font-weight: bold;
}

.wrapper_color {
  background-color: #fff;
  background-image: linear-gradient( transparent 95%, rgba(0, 0, 0, .06) 50%, rgba(0, 0, 0, .06)), linear-gradient( 90deg, transparent 95%, rgba(0, 0, 0, .06) 50%, rgba(0, 0, 0, .06) );
background-size: 16px 16px;
background-repeat: repeat;
}

.wrapper {
  /* background-color: #e4e4e4; */
  display: flex;
  /* padding: 4rem 0rem 2.5rem 0rem; */
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.left_block {
  width: 100%;
}

.left {
  flex: 1;
  margin: 4rem 1rem 4rem 2rem;
  padding: 3rem 2rem;
  border-radius: 20px;
  background: #fff;
  border: solid 2px #000;
  /* max-height: 900px; */
}

.left_next {
  flex: 1;
  margin: 4rem 1rem 2em 2rem;
  padding: 3rem 2rem;
  border-radius: 20px;
  background: #fff;
  /* max-height: 900px; */
  border: solid 2px #000;
}

.left_next p {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 1.8;
}

.right {
  width: 50%;
  padding: 4rem 0rem 4rem 0rem;
}

.right h1 {
text-align: left;
}

.pod {
text-align: center;
order: 2;
margin: 0rem 2rem 0rem 1rem;
padding: 3rem 2rem;
background-color: #fff;
border-radius: 20px;
border: solid 2px #000;

}

.pod img {
  display: block;
  max-width: 350px;
  width: 100%;
  margin-bottom: 0.5rem;
}

.podservice {
  display: block;
}

.line_pod1 {
  margin: 2rem 0rem;
  border-top: 2px dashed #ed1b25;
}

.line_pod {
  margin: 2rem 0rem;
  border-top: 2px solid #ed1b25;
}


.x {
  padding: 0;
  box-sizing: border-box;
  margin: 0rem 2rem 2rem 1rem;
  padding: 3rem 2rem;
  border-radius: 20px;
  background-color: #fff;
  order: 1;
  border: solid 2px #000;
}

.x img{
  width: 100%;
}

.x img:hover{
  opacity: 80%;
}

.youtube {
	padding: 0;
	box-sizing: border-box;
  margin: 0rem 2rem 2rem 1rem;
  padding: 3rem 2rem;
  border-radius: 20px;
  background-color: #fff;
  order: 2;
  border: solid 2px #000;
}

.youtube .youtube2 {
  padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.youtube .youtube2 iframe {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.program {
text-align: left;
margin: 0rem 0rem 4rem 0rem;
}

.program a {
  color: #cc2833;
  text-decoration: underline;
  line-height: 1.4em;
}

.program p {
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.program h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
  line-height: 1.5;

}

.program h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.program ul {
  margin-bottom: 1.5rem;
}

.program li {
  margin-bottom: 1.5rem;
}

.program:last-child {
  margin: 0rem;
  margin-bottom: 0rem;
}

.button01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3rem 0rem 0rem auto;
  padding: 1em 2em;
  width: 100%;
  max-width: 300px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #cc2833;
  transition: 0.3s;
  text-decoration: none;
}

.button01 a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.button01 a:hover {
  text-decoration: none;
  background-color: #ff0012;
}


.performer {
  display: flex;
  align-items: flex-end;
}

.performer img {
margin-right: 1rem;
max-width: 150px;
}

.program .name {
font-size: 18px;
font-weight: bold;
}

.program .title {
font-size: 16px;
line-height: 1.4;
}

.program img {
/* max-width: 100%; */
width: 600px;
margin: 1rem 0rem;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}



@media screen and (max-width: 900px) {

.wrapper {
  display: inline-block;
}

.left_next {
  margin: 4rem 1rem 1rem 1rem;

}

.left {
  /* padding: 0rem 2rem 0rem 3rem; */
  margin: 2rem 1rem 1rem 1rem;
}

.right {
  width: auto;
  padding: 0rem;
  margin: 0rem 1rem 4rem 1rem;
  /* background-color: #e4e4e4; */
}

.x,.youtube,.pod {
  margin: 0rem 0rem 1rem 0rem;
  padding: 2rem;
}


.sound audio {
display: block;
/* margin-left: auto; */
margin-right: auto;
}

.program img {
width: 100%;
}

}

@media screen and (max-width: 768px) {





.program p {
  font-size: 16px;
  line-height: 2;

}

.date-text-box {
    top: 89.5%;  
    left: 18.2%;    
    width: 63.6%;  
    height: 6.8%;  
    
    font-size: 3.8vw; 
  }



}

@media screen and (max-width: 549px) {

  .back .mail_block {
    padding: 1rem 0rem;
    width: auto;
    max-width: 500px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  .mail_block img {
  vertical-align: bottom;
  margin: 0rem 0rem 0.5rem 0rem;
  width: 30px;
  }

  .mail_block .mail_icon {
  font-size: 24px;
  font-weight: bold;
  }

  .sound h2 {
  text-align: left;
  }

  .sound audio {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  }

}

@media screen and (max-width: 447px) {
  .sp_br {
    display: block;
  }

  .left_next {
padding: 1rem;
  }

  .left {
    padding: 1rem;
    margin: 1rem 1rem 1rem 1rem;

  }

  .right {
    margin: 0rem 1rem 4rem 1rem;
    padding: 0rem;
  }

  .x,.youtube,.pod {
    margin: 0rem 0rem 1rem 0rem;
    padding: 1rem;
  }

.program {
  margin: 0rem 0rem 4rem 0rem;
}

.pc_br {
  display: none;
}

.sp_br {
  display: block;

}

}
