@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;
   /* font-family: source-han-sans-japanese, sans-serif;
   font-style: normal;
   font-weight: 200; */
   }

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

}

p {
    margin: 0;
    padding: 0;
}

/* h1 {
  font-family: fot-matisse-pron, sans-serif;
  font-style: normal;
  font-weight: bold;
} */

.center{
    text-align:center;
}
/*radiko*/
.radiko {
    font-size: 12px;
    height: 24px;
    width: 230px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    background-image: url(/images/radiko_icon.gif);
    background-repeat: no-repeat;
    padding-left: 100px;
    background-position: left;
    line-height: 2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    /* background-color: #f4f4ff; */
    /* padding-top:5px; */
}
.radiko a:link {
    color: #00a7e9;
    text-decoration: none;
    /* color: #ff0000; */
}
.radiko a:visited {
    color: #00a7e9;
    text-decoration: none;
}
.radiko a:hover {
    text-decoration: underline;
}
.radiko a:active {
    text-decoration: none;
}
.radiko_narrow {
    display: none;
}
.radiko_sp {display: none;}
/*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;
}

#global_header {
  display: block;
}

#nav_sp {
  display: none;
}

#global_footer {
  display: block;
}

.foot_c {
  position: relative;
  width: 100%;
}

.footer_sp {
  display: none;
}

* {zoom:1;}
.radikolink::after{ content: ""; display: block; clear: both;}
.bigbox::after{ content: ""; display: block; clear: both;}


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

.back {

  margin: 0 ;
  padding: 0 ;
  font-size: 15px ;
  /* line-height: 1.618 ; */
  background-repeat: no-repeat;
  width: 100%;
  text-align: left;
  font-feature-settings: "palt";
  /* 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; */
}

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

.back a {
  /* color: #ce2f15;
  text-decoration: none; */
}

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

.main {
  background-color: #ebdac8;
  /* background-image: linear-gradient(0deg, transparent calc(100% - 2px), #c9c9c9 calc(100% - 2px)), linear-gradient(90deg, transparent calc(100% - 2px), #c9c9c9 calc(100% - 2px));
  background-size: 50px 50px;
  background-repeat: repeat;
  background-position: center center; */
font-family: "source-han-sans-jp-variable", sans-serif;
font-variation-settings: "wght" 400;
  letter-spacing: 0.05em;
}

.main p {
font-family: "source-han-sans-jp-variable", sans-serif;
font-variation-settings: "wght" 400;
  font-size: 16px;
  line-height: 1.4em;
}

.main li {
font-family: "source-han-sans-jp-variable", sans-serif;
font-variation-settings: "wght" 400;
  font-size: 16px;
  line-height: 1.4em;
}
  
.main h1,.main h2,.main h3 {
font-family: "source-han-sans-jp-variable", sans-serif;
font-variation-settings: "wght" 700;
margin-bottom: 1rem;
}

.main h4 {
font-family: "source-han-sans-jp-variable", sans-serif;
font-variation-settings: "wght" 500;
margin-bottom: 1rem;
}

.wrapper_maxwidth {
  max-width: 1200px;
      margin: 0 auto;
}


.sns_flex_x a {
    display: block;
    transition: all .3s ease-in-out;
    transform: translateY(0);
    /* box-shadow: 0 5px 5px rgba(0,0,0,.1); */
}

.sns_flex_x a:hover {
    transform: translateY(5px);
    /* box-shadow: 0 10px 10px rgba(0,0,0,.2); */
}





.top {
  position: relative;

      background-color: #f59386;
}

.top img {
  display: block;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}


/* ///////////////////////////////////////////プロフィール/////////////////////////////////////////// */

.profile_block {
      padding: 3rem 1rem;
    /* margin: 3rem 1rem 0rem 1rem; */
    text-align: center;
}

.profile_block img {
max-width: 1280px;
width: 100%;
border-radius: 10px;
box-shadow: 3px 3px 12px #3fbedd;
}

.oalist_block {
  text-align: left;
}

.oalist_block h2 {
    font-size: clamp( 32px, calc( 24px + 1.6vw ), 40px );
    max-width: clamp( 160px, calc( 123px + 7.3999999999999995vw ), 197px );
    padding: 0.4em 0.3em;
    border: 2px solid #ff6957;
    box-shadow: 5px 5px #ff6957;
    color: #ff6957;
    background-color: #fff;
    margin: 0rem 0rem 3rem 0rem;
    border-radius: 15px 2px 2px 2px;
}

.oalist_block h3 {
  position: relative;
  padding: 0rem 0rem 1.5rem 0rem;
  font-size: 26px;
  color: #ff6957;
}

.oalist_block h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #f58f83, #f58f83 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #f58f83, #f58f83 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.oalist {
display: grid;
    /* grid-template-columns: repeat(4, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 1rem 0rem;
        /* background-color: #fff;
    border-radius: 10px;
        border: solid #000 2px; */
}

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

.oalist_time {
/* padding-right: 1rem;
    border-right: solid #000 2px; */
    background-color: #fff8f1;
    padding: 1rem 0.5rem;
    border-radius: 10px;
    
}

.oalist_time:last-child {
  border-right: none;
}

.oalist_time h4 {
  color: #4f2626;
  font-size: 22px;
  border-left: 4px solid #ff6957;
  padding: 0.2rem 0.5rem;
}

.oalist_time li {

      color: #474040;
    padding-left: 0.5em;
    text-indent: -0.5em;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.oalist_time .soon {
  font-size: clamp( 24px, calc( 8px + 3.2vw ), 40px );
  font-family: "source-han-sans-jp-variable", sans-serif;
font-variation-settings: "wght" 900;
    color: #ff705d;
    text-align: center;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}


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

    #global_footer {
      display: none;
    }
    .footer_sp {
      display: block;
    }
  
    #nav_sp {
      display: block;
    }
  
    #headerouter1179{
    -moz-box-shadow:none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow:none;
    }
  
    #sns_part{
      width:100%;
      position:relative;
    }
  
    #global_header {
      display: none;
    }
  
    * {zoom:1;}
    .radikolink::after{ content: ""; display: block; clear: both;}
    .bigbox::after{ content: ""; display: block; clear: both;}
  
  .radiko { display: none!important; }
  
  .radiko_sp {
  display: block;
  width: 100%;
  position: relative;
  }
  
  .radiko_sp a img {
  position: relative;
  width: 100%;
  height: auto;
  }
  
  .radiko_narrow {
    display: block;
    width: 100%;
    position: relative;
  }
  
  .radiko_narrow a img {
  position: relative;
  width: 100%;
  height: auto;
  }

  .sp_yugata .radiko_yugata img {
    width: 100%;
    height: auto;
}
  

.sunbirds_block_flex {
    flex-wrap: wrap;

}

.sunbirds_block_h2 {
    width: 100%;
}

.sunbirds_block h2 {
    margin-bottom: 0rem;
}

.sunbirds_banner {
    width: 100%;
    padding: 2rem 1rem;

}




}

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

}

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


}

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

  .sns_flex {
    padding: 6rem 1rem 2rem 1rem;
}

  .pod_flex {
    padding: 5rem 1rem 2rem 1rem;
}

.radiko_block,.youtube_block,.movie_block {
  padding: 4.5rem 1rem 2rem 1rem;
}

}

@media screen and (max-width: 635px) {
.sunbirds_banner_flex {
  flex-wrap: wrap;
}

    .sunbirds_block h2 {

        line-height: 1.4em;
        /* padding: 0rem 0rem 0rem 0.5rem; */
    }

    .sunbirds_banner_left {
        width: 100%;
        margin-bottom: 1rem;
    }

.sunbirds_banner_right {
    width: 100%;
            text-align: center;
}

.sunbirds_banner img {
    max-width: 350px;
}

}


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

  .sns_flex {
    padding: 4.5rem 1rem 2rem 1rem;
}

  .pod_flex {
    padding: 3.5rem 1rem 2rem 1rem;
}


.sns_flex_x {
    width: 100%;
}

.sns_flex_instagram {
    width: 100%;
}

.pod_flex {
  flex-wrap: wrap;
}

.sound {
    width: 100%;
}

.podservice {
    display: flex;
    width: 100%;
}

.podservice img {
    width: 100%;
    margin-top: 0rem;
}

.radiko_youtube_movie_block_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
}

.radiko_block,.youtube_block,.movie_block {
  padding: 3.5rem 1rem 2rem 1rem;
}

.sns_block {
    padding: 3rem 2rem 0rem 2rem;
}

.radiko_YouTube_movie_block {
    padding: 3rem 2rem 3rem 2rem;
}

.movie_block {
    margin-bottom: 0rem;
}

.mail_block {
    margin: 0rem 0rem;
    padding: 1rem 1rem 0rem 1rem;
}

.sunbirds_block {

    padding: 2rem 1rem 3rem 1rem;
}

.sunbirds_button a {

    margin: 2rem auto 1rem auto;
}



}

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


.button05 a {
    padding: 1rem 0.5rem;
}

.mail_block .mail_icon {
    font-size: 22px;
}

.sns_maxwidth {
    margin: 0 auto 2rem auto;
}

.wrapper_week {
    padding: 2rem 1rem;

}

.main p {
    font-size: 16px;
}

.program_summary_maxwidth {
/* margin: 0 auto; */
margin: 0rem 0rem 1rem 0rem;

}

.program_summary {
  line-height: 2.5em;
  padding: 1.5rem 1rem 0rem 1rem;
}

.program_summary p {
  /* font-size: 16px; */
  /* text-align: left; */
}

.text_p_margintop {
    margin-top: 0.5rem;
}

.profile_block {
    /* margin: 1rem 0rem; */

}

.sns_flex {
  flex-wrap: wrap;
}

.sns_flex_left {
    width: 100%;
    order: 2;
}

.sns_flex_right {
    width: 100%;
    order: 1;
}

.sns_flex h2 {
    font-size: 32px;
    padding: 0rem 0rem 0.5rem 0rem;
}

.podservice {

  /* flex-wrap: wrap; */
}

.podcast img {
  margin-bottom: 0.5rem;
}



.segment p {
  font-size: 16px;
}

.performers_block h4 {
  font-size: 24px;
  line-height: 1.7em;
}

.performers_block_performers {
  display: block;
  padding-left: 0em;
  margin: 0 auto;
  text-align: center;
}

.performers_block_performers p {
  font-size: 18px;
}

.performers_block .multiple {
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.performer {
    /* display: inline-block; */
    /* margin: 0rem 0rem 1.5rem 0rem; */
}

.performer:last-child {
  margin: 0rem 0rem 0rem 0rem;
}

  .pc_br {
    display: none;
  }
  
  .sp_br {
    display: block;
  
  }

}

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


.oalist_block h2 {
    margin: 0rem 0rem 2rem 0rem;
}


}

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



}
