@charset "UTF-8";
body {
	color:#333333;
	background-image: url(../img/bg.png);
	background-color: #FFF5F5;
}


img{
	width:100%;
}


i{
	margin: 0 0.5rem;
}


.fa-twitter-square:before {
    content: '𝕏' !important;
    font-family: sans-serif !important;
    font-weight: bold;
}


/*NEW 点滅*/
.blink{
	background-color: #ea6368;
	color: #FFF;
	margin: 0 0.5rem;
	padding: 0.3rem;
	font-size: 1rem;
}


.red{
	color: #ea6368;
}

.line_yellow{
	font-weight: bold;
	background:linear-gradient(transparent 60%, #ffff66 40%);	
}


/* メインビジュアル 
----------------------------------------*/

#main_head,
#main_period,
.inner_head{
	width:100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#main_head::before {
  content: "";
  display: inline-block;
	width: 100%;
	height: auto;
/*background-image: url(../img/main_bg_pc.png);
	background-size:cover;
	background-position: center bottom;
	display: flex;
	justify-content: center;*/
	background: url(../img/top_main_head_pc.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
}

#main_head .main_head_logo{
	width:1403px;
	margin: 0 auto;
	display: block;

	position: absolute;
  top: 40%; /* 少し上に */
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#main_period::before {
  content: "";
  display: inline-block;
	width: 100%;
	height: auto;
/*background-image: url(../img/main_bg_pc.png);
	background-size:cover;
	background-position: center bottom;
	display: flex;
	justify-content: center;*/
	background: url(../img/top_main_period_pc.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 170px;
   position: absolute;
   top: -200px;
}

#main_period .main_period_logo{
	width:1477px;
	margin: 0 auto;
	display: block;

	position: absolute;
  left: 44%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);

  top: -270px;
}

#main_period .main_period_musicthon{
	width: 1800px;
	height: auto;
	position: relative;
}

#main_period .main_period_musicthon_sign{
	width:411px;
	margin: 0 auto;
	display: block;

    position: absolute;
    top: -13rem;
    left: 2rem;
}

#main{
	width:100%;
	height: auto;
	margin-bottom: 3rem;
/*background-image: url(../img/main_bg_pc.png);
	background-size:cover;
	background-position: center bottom;
	display: flex;
	justify-content: center;*/
	background: url("../img/top_main_bg_pc.png"), linear-gradient(90deg, rgba(222, 225, 239, 1), rgba(232, 233, 243, 0.81));
	background-repeat:no-repeat;
	background-position: top center;

	margin-top: -120px;
}


#main h1{
	width:100%;
	max-width: 1700px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/* 下層 */
.inner_head::before {
  content: "";
  display: inline-block;
	width: 100%;
	height: auto;
	background: url(../img/top_main_head_pc.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
}

.inner_head .main_head_logo{
	width:1403px;
	margin: 0 auto;
	display: block;

	position: absolute;
  top: 40%; /* 少し上に */
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.inner_main{
	width:100%;
	height: auto;
	margin-bottom: 3rem;
	/*background-image: url(../img/top_main_period_pc.png);
	background-size:cover;
	background-position: center bottom;*/
	background-image: linear-gradient(90deg, rgba(232, 233, 243, 1) 46%, rgba(232, 233, 243, 1));
	background-repeat:no-repeat;
	background-position: top center;

	margin-top: -100px;
}

.inner_main h1{
	width:100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}


@media only screen and (max-width: 1536px){
#main_period::before {
  padding-bottom: 140px;
   top: -170px;
}

#main_period .main_period_logo{
  width:85%;
  position: absolute;
  top: -230px;
}

}

@media only screen and (max-width: 1366px){
#main_period::before {
  padding-bottom: 145px;
   top: -175px;
}

#main_period .main_period_logo{
  width:90%;
  position: absolute;
  top: -220px;
}

}

@media only screen and (max-width: 1280px){
#main_period::before {
  padding-bottom: 120px;
 top: -150px;
}

#main_period .main_period_logo{
  width:85%;
  position: absolute;
  top: -200px;
}

}

@media only screen and (max-width: 1140px){
#main_period::before {
  padding-bottom: 120px;
 top: -150px;
}

#main_period .main_period_logo{
  width:90%;
  position: absolute;
  top: -190px;
}

}

/* min-width:最小値順 */
@media only screen and (max-width: 1024px){
#main_period::before {
  padding-bottom: 110px;
	top: -140px;
}

#main_period .main_period_logo{
  width:90%;
  top: -180px;
}

}


/* min-width:最小値順 */
@media only screen and (max-width: 960px){
#main_period::before {
  padding-bottom: 100px;
	top: -130px;
}

#main_period .main_period_logo{
  width:95%;
  top: -165px;
}

}



@media only screen and (max-width: 750px) {
#main_head,
#main_period{
	display: none;
}

#main_head .main_head_logo{
	display: none;
}

#main_period .main_period_logo{
	display: none;
}

#main{
	margin-bottom: 1.4rem;
	background: none;
	margin: 0 auto 2rem;
}

.inner_head{
	display: none;
}

.inner_head::before {
	display: none;
}

.inner_main{
	margin-top: 0;
}

}

/*コンテンツ
---------------------*/

section{
	/* width: 1100px; */
	width: 1200px;
	margin: 0 auto 5rem;
	font-family: 'Noto Sans JP', sans-serif;
}


@media only screen and (max-width: 750px) {

section{
	width: 95%;
}

section.news_area{
	margin: 0 auto 2rem;
}

}


/*見出し（テキスト版) */
.midashi01 {
	margin: 0 0 3rem;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.midashi01:after {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	margin: 24px auto 0;
	background-color: #ea6368;
}


@media only screen and (max-width: 750px) {
	
.midashi01 {
    margin: 0 0 25px;
    font-size: 2rem;
}
	
}



/*-----KBCの歩み------*/

#kbc_history_3{
	width:100%;	
	margin: 1rem auto 0;
}

#kbc_history_3 ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#kbc_history_3 ul::after {
display: block;
content:"";
width: 30%;
}

#kbc_history_3 li{
	width: 80%;
	margin:0 auto 3rem;
}

#kbc_history_3 li img{
	padding: 11px;
	background-color: #FFFFFF;
	border:solid 1px #ccc;
}

@media only screen and (max-width: 750px) {
#kbc_history_3 li{
	width: 80%;
}
}


/*-----KBCの取り組み------*/

.kbc_info_box{
	width:100%;
	margin: 0 auto 3rem;
	display: flex;
	justify-content: space-between;
	/*justify-content: center;/*2件のみの時用*/
	padding: 1rem 0 2rem 0;
}

.kbc_info_card{
	position: relative;
	width:60%;/* 1件の時使用 */
	background-color: white;
	padding: 1.5rem;
	font-size: 1.4rem;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border: 1px #efefef solid;
	/*margin-right:2rem;1件の時使用 */
	margin: 0 auto;/* 1件の時使用 */
}

.kbc_info_card:last-child {
	position: relative;
	width:60%;/* 1件の時使用 */
	background-color: white;
	padding: 1.5rem;
	font-size: 1.4rem;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border: 1px #efefef solid;
	/*margin-right:0; */
	margin: 0 auto;/* 1件の時使用 */
}

.kbc_info_card a{
	position: absolute;
	width: 96%;
	height: 96%;
}

.kbc_info_card a:hover{
        opacity:0.3;
        filter: alpha(opacity=30);
        -ms-filter: "alpha( opacity=30 )";
		background-color: #fff;
  }

.kbc_info_card_photo{
	width:100%;
	margin: 0 auto 1rem;
}

.kbc_info_card_days{
	font-size: 1.2rem;
	font-weight: bold;
	color: #ea6368;
}


@media screen and (max-width: 768px) {
/* スマホではスライダーで表示 */


	.kbc_info_box {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
	justify-content: flex-start;
	/*justify-content: center;*/
}
	
/*記事1件の時*/
/*.kbc_info_card {
	padding: 1rem;
	margin: 0 auto;
	flex:0 0 100%;
}*/
	
	
/*記事2件以上の時*/
.kbc_info_card {
	padding: 1rem;
	margin:0 1rem 0 0;
	flex:0 0 60%;
}
	
}



/*応募フォーム*/

.ttl_form {
	font-size: 2.8rem;
	text-align: center;
	border-bottom: 5px solid #ea6368;
	margin-bottom: 1rem;
	color: #ea6368;
}

#box_form_attention{
	width: 100%;
	margin-bottom: 2rem;
}


#box_form_attention p{
	margin-bottom: 1rem;
}

@media only screen and (max-width: 750px) {
	
#box_form_attention p{
	font-size: 1.2rem;
}
	
}


/*-----トップ動画 youtube------*/

.movie_area{
	width: auto;
	margin: 0 auto 2rem;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin: 0 auto;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 750px) {
.movie_area{
	width: 100%;
	margin: 0 auto 1rem;
}
}

/*-----24時間番組の告知　トップ------*/
.ttl_24hour{
	margin:1rem auto 5rem;
	width: 70%;
}

@media screen and (max-width: 750px) {
.ttl_24hour{
	margin:1.5rem auto 3rem;
	width: 100%;
}
}

/**/
.box{
	width:100%;
	margin: 0 auto 4rem;
	padding: 4rem;
	font-size: 1.6rem;
	background-color: white;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* 2024追加 */
.yumetown_cnt,
.passage_cnt{
	width:100%;
	margin: 0 auto;
	padding: 2rem;
}

.box a,
.yumetown_cnt a,
.passage_cnt a{
	color: #ea6368;
	font-weight: bold;
}

.box_yumetown_bg_wrap{
	width:100%;
	background-image: linear-gradient(120deg, rgba(253, 241, 244, 1), rgba(255, 255, 255, 0)), linear-gradient(185deg, rgba(255, 244, 252, 1), rgba(255, 255, 255, 0)), linear-gradient(340deg, rgba(252, 238, 238, 1), rgba(255, 255, 255, 0));
	background-image: url(../img/24hour/313788_bg.png);
	background-repeat: repeat;
	background-size: auto;
}

.box_passage_bg_wrap{
	width:100%;
	background-image: linear-gradient(120deg, rgba(253, 241, 244, 1), rgba(255, 255, 255, 0)), linear-gradient(185deg, rgba(255, 244, 252, 1), rgba(255, 255, 255, 0)), linear-gradient(340deg, rgba(252, 238, 238, 1), rgba(255, 255, 255, 0));
	background-image: url(../img/24hour/946593_bg.png);
	background-repeat: repeat;
	background-size: contain;
}

.box_amuplaza_bg_wrap{
	width:100%;
	background-image: linear-gradient(120deg, rgba(253, 241, 244, 1), rgba(255, 255, 255, 0)), linear-gradient(185deg, rgba(255, 244, 252, 1), rgba(255, 255, 255, 0)), linear-gradient(340deg, rgba(252, 238, 238, 1), rgba(255, 255, 255, 0));
	background-image: url(../img/24hour/2304008_bg.png);
	background-repeat: repeat;
	background-size: contain;
}


.mson_movie{
	width: 100%;
	margin: 3rem auto;
}

.movie_txt{
	width: 100%;
	line-height: 2.5rem;
	text-align: justify;
	margin-bottom: 2rem;
	font-size: 1.8rem;
}

.movie_txt_red{
	color: #ea6368;
	font-size: 125%;
}

.movie_txt_red.font_small{
	color: #ea6368;
	font-size: 1.6rem;
	font-weight: bold;
}

.movie_txt_link_timetable{
	font-size: 125%;
	text-align: center;
	margin: 2rem 0;
	background-color: #FEF4F3;
	padding: 0.2rem;
}


@media screen and (max-width: 750px) {
.box{
	margin-bottom: 3rem;
	padding: 2rem;
	font-size: 1.4rem;
}

/* 2024追加 */
.yumetown_cnt{
	margin-bottom: 3rem;
	padding: 1rem;
	font-size: 1.4rem;
}

.passage_cnt{
	margin-bottom: 3rem;
	padding: 1rem;
	font-size: 1.4rem;
}

.box_yumetown_bg_wrap{
	background-size: contain;
}

.mson_movie{
	margin: 1rem auto;
}
	
.movie_txt{
	font-size: 1.4rem;
}

.movie_txt_link_timetable{
	font-size: 100%;
	text-align: center;
	margin: 1rem 0;
	background-color: #FEF4F3;
	padding: 0.2rem;
}

}


/*募金について*/
.box_bokin{ 
	width:100%;
	margin: 0rem auto 5rem;
}

.box_bokin h3 {
	width: 100%;
	font-size: 2.4rem;
	color: #333;
	font-weight: bold;
	background: #f9d0d8;
	text-align: center;
	padding: 1rem;
	margin-bottom: 3rem;
}

.box_bokin h4 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 3rem;
}

.box_bokin h5{
	font-size: 2rem;
	font-weight: bold;	
	padding: 0 1rem;
	background: transparent;
	border-left: solid 3px #ea6368;
	margin-bottom: 3rem;
}

.box_bokin p{
	margin-bottom: 1rem;
}


@media screen and (max-width: 768px) {

.box_bokin h3  {
	font-size: 2rem;
}

.box_bokin h4  {
	font-size: 1.8rem;
}

.box_bokin h5  {
	font-size: 1.6rem;

}

}


.box_bokin_bako { 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: white;
	padding: 2rem;
}

.bokin_bako_txt{ 
	width: 70%;
	font-size: 1.6rem;
	text-align: justify;
}

.bokin_bako_img{ 
	width: 25%;
}

.bokin_bako_img img{
	width: 100%;
	padding: 11px;
	background-color: #FFFFFF;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


@media screen and (max-width: 768px) {

.box_bokin_bako { 
		flex-wrap: wrap-reverse;
}

.bokin_bako_txt{ 
	width: 100%;
	font-size: 1.4rem;
	margin-bottom: 3rem;
}

.bokin_bako_img{ 
	width: 100%;
	margin-bottom: 3rem;
}

}


.box_bokin_method { 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: white;
	padding: 2rem;
}

.bokin_method { 
	width: 48%;
	background-color: white;
	margin-bottom: 5rem;
	padding: 2rem;
	font-size: 1.6rem;
  display: flex;
  flex-direction: column;
	border: 3px solid #EFEFEF;
}

.bokin_attention { 
	width: 100%;
	color:#333;
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {

.bokin_method { 
	width: 100%;
	font-size: 1.4rem;
	margin-bottom: 3rem;
}
	

.bokin_attention { 
	font-size: 1.2rem;
}

}

.note_txt{
	text-align: center;
}


/* PCのみ表示
------------------------------*/
@media only screen and (max-width: 750px) {

	.for_pc{
		display: none;
	}
	
}

/* スマホのみ表示
------------------------------*/

@media only screen and (min-width: 751px) {

	.for_sp{
		display: none;
	}	
}

/*------------------------------
表示・非表示管理（）
本体のcommon.cssに記述あり
【非表示】.disp_none
【PC非表示】.pc_none
【SP非表示】.sp_none
------------------------------*/


/*テキストカラー*/
.attention_signal{
	font-size: 50%;
}


/*雪*/
.snow_effect {
  color: snow; /*雪の色*/
  font-size: 20px; /*雪の大きさ*/
  position: fixed;
  top: -5%; /*初期位置*/
  text-shadow:
  5vw   -100px 2px,
  10vw  -400px 3px,
  20vw  -500px 4px,
  30vw  -580px 1px,
  39vw  -250px 2px,
  42vw  -340px 5px,
  56vw  -150px 2px,
  63vw  -180px 0,
  78vw  -220px 4px,
  86vw  -320px 9px,
  94vw  -170px 7px;
  animation: anim 5s linear infinite;
	z-index: 1;
}

@keyframes anim {
  100% {
    color: transparent;
    top: 150%;
  }
}


/*ラジコ*/
.radiko_btn{
	margin: 3rem auto 0;
	text-align: center;  
}


#linklist li a img{
    width: 500px;
	margin-bottom: 1rem;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

.radiko_txt{
	font-size: 1.4rem;
	margin-bottom: 4rem;
}


@media screen and (max-width: 750px) {
#linklist li a img{
    width: 95%;
}

.radiko_txt{
	font-size: 1.2rem;
}
	
}


.mimi_logo{
	width: 100%;
	text-align: center;
}

.mimi_logo img{
	width: 10%;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media screen and (max-width: 750px) {
.mimi_logo img{
	width: 20%;
}
	
}


/*ナビゲーション2023 （slick使用）*/

/*slick　本サイト設定　打消し*/
.slick-slide {
	display: none;
	float: left;
	height: auto;
	min-height: 1px;
}

.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}


.slider{
	height: auto;
	width: 95%;
	margin: 0 auto 6rem;
}

.slider img{
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}


.slider_box{
	position: relative;
	width:auto;
	padding: 1rem;
	background-color: white;
	border: dotted 1px #cccccc;
	font-size: 1.2rem;
	margin: 0 0.5%;
}

.slider_box a{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;	
}

.slider_box a:hover{
	opacity:0.3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha( opacity=30 )";
	background: white;
  }


.slider_box_photo {
    width: 100%;
	margin-bottom: 1rem;
}

.slider_box_ttl{
	font-size:1.4rem;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	font-weight: bold;
	color: #ea6368;
	border-bottom: #ea6368 solid 1px;
	text-align: center;
}

.slider_box_txt{
	margin-bottom: 1.5rem;
	text-align: justify;
}


@media only screen and (max-width: 750px) {

.slider{
	margin: 0 auto 3rem;
}
	
.slider_box_ttl{

}

.slider_box_txt{
	font-size:1.2rem;
}
	
}



/*** ボタン用装飾 ***/
.button{
  text-align: center;
	width: 100%;
margin-top: auto;
}

/* リンク部分 */
.button a{
	width: 100%;
  display: inline-block;
	padding: 1rem;
  background: pink; /*ボタン色*/
	font-size: 1.8rem;
	font-weight: bold;
  color: darkred;
  text-decoration: none; /*下線削除*/
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
}

/*** ボタンを光らせる ***/
.btn-shine a{
  position: relative; /*疑似要素の起点*/
  overflow: hidden; /*範囲外の光を隠す*/
}

/*** ボタンをキラッとさせる ***/
.btn-shine a:after{
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 10%;
  height: 150%;
  background: #fff; /*光の色*/
  transform: rotate(45deg); /*45度傾ける*/
  animation: reflect 5s ease-in-out infinite;
/*animation: アニメ名｜光る周期｜動き方｜ループ*/
}

/*** 光のアニメーション ***/
@keyframes reflect{
  0%,75%{
    transform: rotate(45deg) scale(0);
    opacity: 1;
  }
  100%{
    transform: rotate(45deg) scale(100);
    opacity: 0;
  }
}

@media only screen and (max-width: 750px) {
	
	.button a{
	width: 100%;
		font-size: 1.4rem;
	}
}


/* header/footer --------------------*/

.header_simple {
   background: #6DC6CD;
}

.footer_simple {
    background: #333333;
}

.footer_simple .copyright{
	color: #fff;
}

