@charset "UTF-8";
body {
	background-color: #000;
	color: #fff;
}


img{
	width:100%;
}





/* メインビジュアル 
----------------------------------------*/

.main{
	width: 100%;
	height: auto;
	background-image: url(../img/main_bg_pc.png);
	background-size: cover;
	background-position: top;
	display: flex;
	justify-content: center;
	align-items:  flex-end;
}

.main h1{
	width:100%;
	max-width: 1200px;
}



@media only screen and (max-width: 750px) {
.main{
	background-image: url(../img/main_bg_sp.png);
}

.main h1{
	padding-top: 1rem;
	width:100%;
}
	
}



/*コンテンツ
---------------------*/



#box_contents{
	width: 100%;
	padding: 0;
	margin: 0 auto 6rem;
	font-family: 'Noto Serif JP', serif;
}

section{
	width: 1000px;
	margin: 0rem auto 8rem;
}

section a{
	text-decoration: none;
	color: darkkhaki;
}

section a:hover {
  opacity: 0.8;
	transition: 0.3s;
}


@media only screen and (max-width: 750px) {

section{
	width: 90%;
	margin: 0rem auto 4rem;
}

	
}


/*見出し
---------------------*/

.midashi01 {
	font-size: 4rem;
	text-align: center;
	margin-bottom: 2rem;
}


.theme_txt{
	font-size: 2rem;
	line-height: 4rem;
	text-align: justify;
}

.theme_txt p{
  margin-bottom: 2rem;
}

@media only screen and (max-width: 750px) {
	.midashi01 {
	font-size: 2rem;
}
	
	.theme_txt{
	font-size: 1.4rem;
	line-height: 3rem;
}

	
}



/* PCのみ表示
------------------------------*/
@media only screen and (max-width: 750px) {

	.for_pc{
		display: none;
	}
	
}

/* スマホのみ表示
------------------------------*/

@media only screen and (min-width: 751px) {

	.for_sp{
		display: none;
	}
	
}


/*ラジコ ボタン*/

.radiko_btn{
	text-align: center;
	margin:0 auto;
	  
}

#linklist li img{
    width: 460px;
	height: auto;
	margin-bottom: 1rem;
}

.message_txt{
	margin-top: 1rem;
}


@media screen and (max-width: 768px) {
#linklist li img{
    width: 80%;
}

.message_txt{
	text-align: left;
	font-size: 1.4rem;
}
}


/* header/footer --------------------*/

.header_simple {
   background: #333333;
}

.footer_simple {
    background: #333333;
}

.footer_simple .copyright{
	color: #ffffff;
}