@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;
  /* 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;
  word-break: break-all;
}

.back::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
/* background-color: #efefef; */
/* background-repeat:no-repeat;
background-position:50% 100%;
background-image:url(../images/back.jpg);
background-size:cover; */
}

.main {
  font-family: vdl-v7marugothic, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-feature-settings: "palt";
  /* max-width: 100%;
  width: 100%; */
  background-color: #FFFAF2;
  /* background-color: #cd2f14; */
  /* padding-bottom: 4rem; */
  /* background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ff00fb73 calc(100% - 1px));
background-size: 6px 6px;
background-repeat: repeat;
background-position: center center; */
/* background: linear-gradient(70deg, #d22901, #ffcf44); */
/* background-color: #001e93; */

/* background-repeat:no-repeat;
background-position:50% 100%;
background-image:url(../images/back.jpg);
background-size:cover; */


  }




.main p {

}

.header_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #144BC3;
}

.media {
  width: 48%;
  padding: 1rem;
}

.media img {
  max-width: 1280px;
  width: 100%;
  margin: 1rem auto;
}

.podservice {
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
    /* border: 3px solid #231815; */
}

.top {
  position: relative;
  width: 52%;
}

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


.wrapper_maxwidth {
margin: 0rem 1rem;
}

.wrapper {
  font-family: m-plus-rounded-2p, sans-serif;
  font-style: normal;
  font-weight: 100;
  display: flex;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  gap: 2rem;
}

/* .wrapper_color {
  padding: 0rem 0rem 4rem 0rem;
} */

/* ///////////////////////////////////////////流れる文字/////////////////////////////////////////// */

.bbs{
  align-items: center;
  background: #ff64c2;
  color: #fffaf2;
  display: flex;
  /* height: 40px; */
  /* line-height: 40px; */
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  padding: 0.5rem 0rem 0.5rem 0rem;
  z-index: 1;
}
.bbs ul {
  animation: flowing 35s linear infinite;
  /* font-size: 20px; */
  transform:translateX(100%);
  margin: 0;
  padding: 0;
}
.bbs ul li{
  display: inline-block;
  padding-right: 1rem;
  font-weight: bold;
  color: #fffaf2;
  font-size: 32px;
}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}



/* ///////////////////////////////////////////番組概要/////////////////////////////////////////// */

.text_maxwidth {
  background-image: linear-gradient(0deg, transparent calc(100% - 2px),
  #627fd269 calc(100% - 2px)),
  linear-gradient(90deg, transparent calc(100% - 2px),
  #627fd269 calc(100% - 2px));
  background-size: 60px 60px;
  background-repeat: repeat;
  background-position: center center;
  text-align: center;
	display: block;
}

.text {
  font-weight: 900;
  font-size: 4vw;
  line-height: 1.5em;
  letter-spacing: 0.1rem;
  color: #144BC3;
  padding: 6rem 1rem;
  text-align: left;
	display: inline-block;
}

/* ///////////////////////////////////////////メールコーナー/////////////////////////////////////////// */

.mailcorner_maxwidth {
  background-color: #144BC3;
  /* background-image:url(../images/mailcorner_back.jpg);
  background-size:cover;  */
  text-align: center;
	display: block;
  padding: 6rem 1rem;
}

.mailcorner {
  /* text-align: left;
	display: inline-block; */
  margin-top: 6rem;
  /* padding: 6rem 1rem; */
}

.mailcorner_p_block {
text-align: left;
display: inline-block;
}

.mailcorner_a {
  /* padding: 6rem 1rem; */
  text-align: center;
	display: block;
}

.mailcorner_a h2 {
  font-weight: 900;  
  font-size: 8vw;
  color: #FF64C3;
  /* margin-bottom: 6rem; */
  text-align: center;
  letter-spacing: 0.1em;
}

.mailcorner_a a {
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 5px;
  color: #ff69c2;
}

.mailcorner h3 {
  font-weight: 600;
  font-size: 7vw;
  color: #FED3EA;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.3em;
}

.mailcorner p {
  font-weight: 400;  
  font-size: 32px;
  color: #FED3EA;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

/* ///////////////////////////////////////////SNS/////////////////////////////////////////// */

.sns_maxwidth {
  background-color: #FF64C3;
    background-image: linear-gradient(0deg, transparent calc(100% - 2px),
  #FF3E96 calc(100% - 2px)),
  linear-gradient(90deg, transparent calc(100% - 2px),
  #FF3E96 calc(100% - 2px));
  background-size: 60px 60px;
  background-repeat: repeat;
  background-position: center center;
}

.sns_maxwidth img {
  width: 100%;
  max-width: 400px;
}

.x a,.instagram a {
  overflow:hidden;
}

.sns_maxwidth img:hover {
	transform:scale(1.1);
	transition:0.3s;
}

.sns_flex {
    max-width: 800px;
    margin: 0 auto;
    padding: 6rem 1rem;
    display: flex;
    gap: 1rem;
}

.x,.instagram {
  width: 100%;
  max-width: 400px;
  overflow: hidden;
  border: solid 2px #2746bf;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

@media screen and (min-width: 1200px) {
.mailcorner_a h2 {
  font-size: 100px;
}

.mailcorner h3 {
  font-size: 64px;
}

}

@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;
}

.media {
  width: 40%;
  padding: 1rem;
}


.top {
  position: relative;
  width: 60%;
}


/* .mailcorner h3 {
    margin-bottom: 2rem;

} */


.mailcorner p {

    font-size: 22px;

}

  
}

@media screen and (max-width: 972px) {
/* .ps-br {
  display: none;
} */
}

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

  .media {
  width: 35%;
  padding: 1rem;
}


.top {
  position: relative;
  width: 65%;
}

.mailcorner {
    margin-top: 3rem;
}

}

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

  .header_flex {
    flex-wrap: wrap;
}

  .media {
        width: 100%;
        padding: 1rem;
        order: 2;
    }

    .top {
        position: relative;
        width: 100%;
        order: 1;
    }


      .bbs ul li {
    font-size: 16px;
  }



    .text {
    padding: 2rem 1rem;
    font-size: 28px;
}

.mailcorner_maxwidth {
    padding: 4rem 1rem;
}

.sns_flex {
    padding: 4rem 1rem;
}

}

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

}

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

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

}

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


    .mailcorner_maxwidth {
        padding: 2rem 1rem;
    }

        .mailcorner {
        margin-top: 2rem;
    }

.mailcorner h3 {
    margin-bottom: 1rem;
}

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


.sns_flex {
  padding: 2rem 1rem;
  gap: 0.5rem;
}


}

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

}
