@charset "utf-8";
@media screen and (min-width: 960px) {
	.pc{
		display: none;
	}
}
@media screen and (min-width:641px) and (max-width:960px) { 
	.tab{
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.sp{
		display: none;
	}	
}
@media screen and (max-width: 640px) {
body	{
	margin: 0;
	height: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	background: url('../images/bg_sp2023.jpg') no-repeat top center;
	background: #ffd912;
	background-size: cover;
	padding-bottom: 100%;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	font-size: 16px;
	color: #fff;
}
img {
width:100%;
max-width: 100%;
height: auto;
}
a {
	text-decoration: none;
	color: #33a7a4;
}
a:hover {
	text-decoration: none;
	color: #33a7a4;
}
/* mv-------------------------------------------------------- */
#header  {
	position: relative;
	width: 100%;
	height: 0;
	background-size: cover;
	padding-bottom: 110%;
}

.header_area {
	position: absolute;
	top: 0;
	left: -50%;
	right: -50%;
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
	height: 86%;
}
.logo {
	position: absolute;
	top: 2%;
	right: 2%;
	width: 40%;
	height: auto;
	margin: 0 auto;
}
.header_left {
	position: absolute;
	bottom: 0;
    left: 0;
	width: 56%;
	margin: 0 auto;
	z-index: 9;
}
.header_center{
	position: absolute;
	top: 44%;
    left: -50%;
	right: -50%;
	width: 74%;
	margin: 0 auto;
	z-index: 10;
}
.header_right {
	position: absolute;
	bottom: 0;
    right: -10%;
	width: 70%;
	margin: 0 auto;
	z-index: 9;
}
.ov-gradient {
	position: absolute;
	bottom: 0;
	height: 60px;
	width: 100%;
	background-image: linear-gradient(0deg, rgba(255, 217, 18, 1.0), rgba(255, 217, 18, 0));
	z-index: 20;
}
/* ---------------------------------------------------------- */

/* app_area-------------------------------------------------- */
#app_area {
	width: 100%;
	margin: 0 0 0;
	padding:30px 0 10px;
	box-sizing: border-box;
}
#app_area .inner {
	width: 97%;
	margin: 0 auto;
	padding: 0;
}
.img_txt_app {
	width: 100%;
	margin: 0 auto 20px;
}
.btn_app {
	width: 70%;
	margin: 0 auto;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	z-index: 10;
}
.btn_apple {
	width: 183px;
}
.btn_google {
	width: 200px;
}
/* ---------------------------------------------------------- */

/* episode--------------------------------------------------- */
#episode {
	width: 100%;
	margin: 0 0 0;
	padding: 40px 0 100px;
	background-color: #ffd912;
	box-sizing: border-box;
}
#episode .inner {
	width: 96%;
	margin: 0 auto;
	padding: 0;
}
.box_tab {
	display: inline-block;
	vertical-align:bottom;
	font-size: 15px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	padding: .8em 4em .4em .8em;
	position: relative;
	color: #ffbb00;
	z-index: 1;
}
.box_tab::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #755600;
	transform: scaleY(1.3) perspective(.6em) rotateX(4deg);
	transform-origin: bottom left;
	border-radius: 8px 8px 0 0;
}
.box_episode {
	margin: 0 auto 40px;
	padding: 40px 20px;
	width: 100%;
	background-color: rgba(26,7,45,1.00);
	border: 10px solid #615100;
	border-radius: 10px;
	box-sizing: border-box;
}
.ttl_kamikai {
	width: 50%;
	margin: 0 auto 30px;
}
.txt_kamikai {
	margin: 0 0 30px;
	padding: 0;
	line-height: 2.0;
	font-size: 14px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #fff;
	text-align: left;
}
.ttl_kamikailist {
	width: 40%;
	margin: 0 auto 30px;
}
.list_area {
	width: 100%;
}
.list_area ul {
	
}
.list_area ul li{
	width: 100%;
	margin: 0 0 10px;
	line-height: 1.6;
	font-size: 14px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #000;
	text-align: left;
	background: #ffd912;
	border: 4px solid #615100;
	box-sizing: border-box;
}
.list_area ul li a{
	display: block;
	width: 100%;
	margin: 0 0 0;
	padding: 10px 16px;
	color: #000;
	box-sizing: border-box;
}
.list_area ul li a:hover{
	color: #fff;
	background: #a97d05;
}
.ttl_episode {
	margin: 0 auto 20px;
	width: 90%;
}
.box_area {
	width: 100%;
	margin: 0 0 40px
}
.box_program {
	margin: 0 auto 40px;
	padding: 30px 20px;
	width: 100%;
	background-color: rgba(26,7,45,1.00);
	border: 6px solid #615100;
	border-radius: 10px;
	box-sizing: border-box;
}
.ttl_prog {
	width: 100%;
	margin: 0 0 30px;
	padding: 10px;
	line-height: 1.6;
	font-size: 16px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #000;
	text-align: left;
	background-color: #ffd912;
	border-radius: 6px;
	box-sizing: border-box;
}
.prog_area {
	width: 100%;
	margin: 0 auto;
}
.prog_area ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.prog_area ul li:first-child {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
}
.prog_area ul li:last-child {
	width: 100%;
	margin: 0;
	padding: 0;
}
.img_prog {
	width: 100%;
	margin: 0 auto 10px;
}
.btn_prog {
	width: 60%;
	margin: 0 auto;
}
.btn_prog a:hover{
	filter: brightness(120%)
}
.txt_prog {
	line-height: 2.0;
	font-size: 14px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	text-align: left;
}
.ttl_voice {
	width: 70%;
	margin: 0 0 20px;
}
.voice_area {
	width: 100%;
	margin: 0 auto;
}
.voice_area ul li{
	width: 100%;
	margin: 0 auto 20px;
}
.txt_voice {
	width: 100%;
	margin: 0 0 40px;
	padding: 30px 20px;
	line-height: 2.2;
	font-size: 14px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	text-align: left;
	background-color: rgba(26,7,45,1.00);
	box-sizing: border-box;	
}
.btn_more {
	width: 60%;
	height: 60px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 60px;
	font-size: 14px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #755600;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn_close {
	width: 300px;
	height: 60px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 60px;
	font-size: 16px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #755600;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* ---------------------------------------------------------- */


/* footer---------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0 0 0;
	padding: 80px 0;
	background: #030303;
}
.logo_footer {
	width: 201px;
	margin: 0 auto 40px;
}
.nav_footer {
	width: 100%;
	margin: 0 0 10px;
}
.nav_footer ul{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.nav_footer ul li {
	margin: 0 4px 0;
	line-height: 1.2;
	font-size: 16px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-align: center;
}
.nav_footer ul li a{
	color: #fff;
}
.copy {
	margin: 0 auto 20px;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
}
.copy_area {
	width: 100%;
	margin: 0 auto 20px;
}
.copy_area ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.copy_area ul li{
	width: 80px;
	margin: 0 20px 0 0;
}
.copy_area ul li:last-child{
	width: 80px;
	margin: 0 0 0 0;
}
.copy_area ul li img {
	width:100%;
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
}

/* ---------------------------------------------------------- */
}

