@charset "utf-8";
.main_bg{
	background:#fff;
	position: relative;
}
#yomikikase2022{
	padding-bottom: 0vw;
	margin: 0 auto;
	position: relative;
}
#yomikikase2022 .sewrap{
	background: url("../images/bg_main_sp.jpg?20240311") no-repeat top center;
	padding-top: 349.593%;
	font-size:14px;
	font-family:
	"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:
	relative;
	line-height:1.5;
	background-size: cover;
}
#yomikikase2022 .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
	position:absolute;
}

/*　みんテレTOP　*/

a.btn{
	position: absolute;
	left: 16%;
	bottom: 6%;
	display: block;
	width: 70%;
}
.btn_yomikikase {
	/* margin: 10px 0; */
	/* position: absolute; */
	bottom: 9%;
	left: 13%;
	width: 75%;
}

.btn_archive {
	display: block;
	color: #db022a;
	font-size: 20px;
	font-weight: bold;
	padding: 1% 8%;
	text-align: center;
	border: 3px solid #db022a;
	background-color: #fff;
	border-radius: 5px;
	/* transition: 0.3s ease-in-out; */
}

.mintele_top{
	margin: 10px 0;
	position: absolute;
	bottom: 4.5%;
	left: 13%;
	width: 75%;
}

.btn_mintele {
	display: block;
	color: #db022a;
	font-size: 20px;
	font-weight: bold;
	padding: 1% 8%;
	text-align: center;
	border: 3px solid #db022a;
	background-color: #fff;
	border-radius: 5px;
	/* transition: 0.3s ease-in-out; */
}

/*　紙芝居　*/
.btn_kamishibai a{
	position: absolute;
	left: 13%;
	bottom: 1%;
	display: block;
	width: 75%;
	margin: 0 auto;
}
.btn_kamishibai img{
	border: 3px solid #a13916;
	border-radius: 5px;
}

/*20240116追記*/
#yomikikase2022 .yomikikase_archive h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    color: #30383f;
}

#yomikikase2022 .yomikikase_archive {
    position: absolute;
    bottom: 10%;
    left: 0%;
    width: 100%;
}

#yomikikase2022 .yomikikase_archive_btn-area {
    display: flex;
    width: 90%;
    justify-content: center;
    flex-wrap: wrap;
    /* flex-direction: unset; */
    margin: 0 auto;
}

#yomikikase2022 .yomikikase_archive_btn {
    width: 45%;
    margin: 0px auto 5px;
}

#yomikikase2022 .btn_yomikikase {
	/* margin: 0 10px; */
	bottom: 14%;
	left: 0%;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 1%;
	border: 3px solid #e57d8b;
	background-color: #e57d8b;
	/* border-radius: 5px; */
	transition: 0.3s ease-in-out;
}
#yomikikase2022 .btn_yomikikase:hover {
    background-color: #fff;
    color: #e57d8b;
}



/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}