.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}


#audio {
	width: 1120px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 1em;
	margin-bottom: 1em;
}

#audio .page_nav {
	margin-bottom: 2em;
}

#audio .page_nav li {
	background: rgb(150, 115, 40);
	background: linear-gradient(180deg, rgba(150, 115, 40, 1) 65%, rgba(150, 115, 40, .7) 85%, rgba(255, 235, 205, 1) 100%);
	border: 2px solid #bfbfbf;
	border-radius: 6px;
	width: 180px;
	height: 90px;
	list-style: none;
}

#audio .page_nav li:first-child,
#audio .page_nav li:last-child {
	background: rgb(130, 135, 150);
	background: linear-gradient(180deg, rgba(130, 135, 150, 1) 65%, rgba(130, 135, 150, .7) 85%, rgba(185, 190, 210, 1) 100%);
}

#audio .page_nav li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	height: 100%;
}


.ent_head {
	padding: 2em 0;
}
.ent_head .ent_ttl{
	margin-bottom: 2em;
}
.ent_head .ent_ttl h2 {
	width: 100%;
    text-align: center;
}
.ent_head .ent_ttl h2 img{
	display: block;
	margin: 0 auto;
}
.ent_head .ent_ttl p {
	font-size: 13px;
	line-height: 1.4;
}

.ent_head .banner_area a {
	max-width: 820px;
	margin: 0 auto;text-align: center;
	display: block;
}

.ent_head .banner_area a .audio_banner_thumb {
	width: 152px;
}

.ent_head .banner_area a .audio_banner_txt {
	flex: 1;
	padding: 0 10px 0 40px;
}

.ent_head .banner_area a .audio_banner_txt h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}

.ent_head .banner_area a .audio_banner_txt p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
}

@media (min-width:768px) and (max-width: 1024px) {
	#audio {
		width: 100%;
		padding: 0 16px;
	}

	.ent_head {
		padding: 5em 0 2em;
		margin-bottom: 0;
	}
	
	.ent_head .ent_ttl p {
		font-size: 13px;
		line-height: 1.4;
	}
	
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}
	#audio .page_nav {
		margin-bottom: 2em;
	}
	#audio .page_nav li {
		width: 32%;
		height: 90px;
		margin-bottom: 10px;
	}

	.ent_head .banner_area a .audio_banner_txt {
		flex: 1;
		padding: 0 10px 0 20px;
	}

	.ent_head .banner_area a .audio_banner_txt p {
		font-size: 18px;
	}

	.ent_head .banner_area .sp {
		display: none !important;
	}

	.ent_head .banner_area .pc {
		display: block !important;
	}
}

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

	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}

	#audio {
		width: 100%;
		padding: 0 16px;
	}
	#audio .page_nav {
		margin-bottom: 2em;
		justify-content: center;
	}
	#audio .page_nav li {
		width: 31%;
		height: 90px;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	#audio .page_nav li:nth-of-type(3), #audio .page_nav li:nth-of-type(6) {
		margin-right: 0;
	}
	.ent_head {
		padding: 7em 0 2em;
		margin-bottom: 0;
	}

	.ent_head h2 {
		font-size: 22px;
	}

	.ent_head .banner_area a .audio_banner_thumb {
		width: 110px;
	}

	.ent_head .banner_area a .audio_banner_txt h3 {
		font-size: 14px;
		line-height: 1.4;
	}

	.ent_head .banner_area .sp {
		display: block !important;
	}

	.ent_head .banner_area .pc {
		display: none !important;
	}

	.ent_head .banner_area .sp {
		font-size: 14px;
		padding: 20px;
		line-height: 1.4;
		text-align: center;
		width: 100%;
	}
}


#news {
	margin-bottom: 2em;
}

#news h2 {
	text-align: center;
	margin-bottom: 16px;
}

#news h2 img {
	display: block;
	margin: auto;
}

#news .new_products {
	border: 2px solid #000000;
}

#news .product {
	width: 50%;
	border-right: 1px solid #000;
	display: flex;
	flex-direction: column;
}

#news .product:nth-of-type(3) {
	border-right: 1px solid #000;
}

#news .product:nth-of-type(4) {
	border-bottom: none;
}

#news .product:nth-of-type(5) {
	border-bottom: none;
}

#news .product:nth-of-type(6) {
	border-right: none;
	border-bottom: none;
}

#news .product a {
	display: block;
	height: 100%;
}

#news .product ul {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	list-style: none;
	padding: 5px 10px 0 10px;
}

#news .product ul li:last-child {
	padding: 5px 10px 0 40px;
}

#news .product p.content {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 10px;
	line-height: 1.6;
	margin-bottom: 10px;
}

#news .product .tag_name1 {
	background-color: #C96B9C;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	padding: 5px 10px;
	margin-top: auto;
}
#news .product .tag_name2 {
	background-color: #54BC7E;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	padding: 5px 10px;
	margin-top: auto;
}
#news .product .tag_name3 {
	background-color: #D4B43B;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	padding: 5px 10px;
	margin-top: auto;
}
#news .product .tag_name4 {
	background-color: #43A7D3;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	padding: 5px 10px;
	margin-top: auto;
}

@media (min-width:768px) and (max-width: 1024px) {
	#news .product {
		width: 50%;
	}

	#news .product:nth-of-type(3) {
		border-right: inherit;
	}

	#news .product:nth-of-type(2),
	#news .product:nth-of-type(4) {
		border-right: none;
		border-bottom: none;
	}

	#news .product:nth-of-type(5) {
		border-bottom: none;
		border-right: inherit;
	}

	#news .product:nth-of-type(6) {
		border-right: none;
		border-bottom: none;
	}

	#news .product ul {
		display: block;
		padding: 10px;
	}

	#news .product ul li {
		text-align: center;
	}

	#news .product ul li img{
		margin: 0 auto;
	}

}

@media only screen and (max-width:767px) {
	#news .product {
		width: 100%;
	}

	#news .product a {
		display: flex;
		height: 100%;
		flex-direction: row-reverse;
	}

	#news .product ul{
	flex: 1;
	}

	#news .product p.content {
		font-size: 14px;
		font-weight: 700;
		padding: 10px 10px;
		line-height: 1.6;
		margin-bottom: 0px;
		flex: 2;
	}

	#news .product p.content span {
		display: block;
		font-size: 12px;
		margin-bottom: 8px;
	}

	#news .product {
		border-right: none;
		border-bottom: 1px solid #000;
	}

	#news .product:nth-of-type(3) {
		border-right: none;
	}

	#news .product:nth-of-type(2),
	#news .product:nth-of-type(4) {
		border-right: none;
		border-bottom: none;
	}

	#news .product:nth-of-type(5) {
		border-bottom: 1px solid #000;
		border-right: none;
	}

	#news .product:nth-of-type(6) {
		border-right: none;
		border-bottom: 1px solid #000;
	}

	#news .product .tag_name a {
		display: block;
		text-align: center;
	}
}

#ent_video {
	margin-bottom: 2em;
}
.youtube {
	text-align: center;
	width:100%;
padding-bottom: 56.25%;
height:0px;
position: relative;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}






.feature_box {
	flex-direction: row-reverse;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
	margin-bottom: 2em;
}

.feature_box .feature_img {
	width: 45%;
	max-height: 335px;
    overflow: hidden;
}
.feature_box .feature_img img{
	width: 100%;
	height: initial;
}
.feature_box .feature_txt {
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: inherit;
	position: relative;
}
.feature_box .feature_txt a{
	height: 100%;
		display: flex;
	flex-direction: column;
	justify-content: center;
}

.feature_box .feature_txt p.week {
	position: absolute;
	left: 16px;
	top: 16px;
	color: #d5c7ae;
	font-size: 18px;
	font-weight: 500;
}
.feature_box .feature_txt p.logo {
	text-align: center;
	margin-bottom: 30px;
}
.feature_box .feature_txt p.logo img{
	display: block;
	margin: 0 auto;
}
.feature_box .feature_txt p.date {
	text-align: center;
	margin-bottom: 30px;
	font-size: 14px;
}

.feature_box .feature_txt p.sub_title {
	text-align: center;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.6;
}

.feature_box .feature_txt p.title {
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.6;
}

.feature_box .feature_txt p.links1 {
	width: 100%;
	margin-top: auto;
}

.feature_box .feature_txt p.links1 a {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	background: #e49c6b;
	color: #fff;
	padding: 10px 0;
}
.feature_box .feature_txt p.links2 a {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	background: #acbb6e;
	color: #fff;
	padding: 10px 0;
}

@media (min-width:768px) and (max-width: 1024px) {
	.feature_box {
		flex-direction: column;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
		width: 80%;
		margin: 0 auto 1em;
		padding-top: 10px;
	}

	.feature_box .feature_img {
		width: 50%;
		margin: 0 auto;
	}

	.feature_box .feature_txt {
		width: 100%;
		padding-top: 20px;
	}

	.feature_box .feature_txt p.date {
		text-align: center;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.feature_box .feature_txt p.sub_title {
		font-size: 16px;
	}

	.feature_box .feature_txt p.title {
		text-align: center;
		font-size: 20px;
		font-weight: 600;
		line-height: 1.6;
	}
}

@media only screen and (max-width: 767px) {
	.feature_box {
		width: 100%;
	}

	.feature_box .feature_img {
		width: 90%;
		margin: 0 auto;
	}

	.feature_box .feature_txt {
		width: 100%;
		padding: 20px;
	}

	.feature_box .feature_txt p.sub_title {
		font-size: 2.7vw;
	}

	.feature_box .feature_txt p.title {
		text-align: center;
		font-size: 3.8vw;
	}
}

	.feature_box .feature_txt p.links {
		margin-top: 20px !important;
	}

#ent_list {
	padding: 2em 0;
}

#ent_list h2 {
	text-align: center;
	margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0A0F49;
}

#ent_list h2 img {
	display: block;
	margin: 0 auto;
}

.map_area {
	background: #f7f7f7;
	padding: 20px;
	margin-bottom: 2em;
}

.map_area svg {
	max-width: 680px;
	display: block;
	margin: 0 auto;
}

#ent_list ul.tab_group {
	margin: 0 0 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}

#ent_list .tab_group li {
	width: 368px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 60px;
	text-align: center;
	margin-bottom: 10px;
	cursor: pointer;
}

#ent_list .tab_group li:nth-of-type(1) {
	background: #66c1d1;
}

#ent_list .tab_group li:nth-of-type(2) {
	background: #e0864a;
}

#ent_list .tab_group li:nth-of-type(3) {
	background: #48a9d9;
}

#ent_list .tab_group li:nth-of-type(4) {
	background: #cfc24c;
}

#ent_list .tab_group li:nth-of-type(5) {
	background: #aa68b0;
}

#ent_list .tab_group li:nth-of-type(6) {
	background: #50c7b5;
}

#ent_list .tab_cnt {
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
	max-height: 960px;
	overflow-y: scroll;
}

#ent_list .tab_cnt div.box {
	display: none;
}

#ent_list .tab_cnt div.box.active {
	display: block;
}


.shops .shop_col {
	display: flex;
	justify-content: space-between;
}

.shops .shop_col a {
	display: block;
	width: 48%;
	padding: 20px 60px 20px 20px;
	font-size: 16px;
	font-weight: 600;
}

.shops .shop_col:nth-child(odd) a {
	background: rgba(102, 193, 209, 0.1) url(../img/audio/shop_arrow.png) right 20px center no-repeat;
}

.shops .shop_col:nth-child(even) a {
	background: url(../img/audio/shop_arrow.png) right 20px center no-repeat;
}

.shops .shop_col a span {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-left: 30px;
}

#ent_list .right {
	text-align: right;
	margin-top: 2em;
	font-size: 12px;
}



@media (max-width:1024px) {
	.shops .shop_col {
		display: block;
	}

	.shops .shop_col a {
		display: block;
		width: 100%;
		padding: 20px 60px 20px 20px;
	}

	.shops .shop_col:nth-child(odd) a,
	.shops .shop_col:nth-child(even) a {
		background: none;
	}

	.shops .shop_col a:nth-child(odd) {
		background: rgba(102, 193, 209, 0.1) url(../img/audio/shop_arrow.png) right 20px center no-repeat;
	}

	.shops .shop_col a:nth-child(even) {
		background: #fff url(../img/audio/shop_arrow.png) right 20px center no-repeat;
	}

}


@media (min-width:768px) and (max-width: 1024px) {
	.map_area svg {
		width: 70%;
	}

	.tab_area {
		padding: 0 20px;
	}

	#ent_list ul.tab_group {
		margin: 0 0 20px;
	}

	#ent_list .tab_group li {
		width: 49%;
	}

/*@media (max-width:1024px)に移動
	.shops .shop_col {
		display: block;
	}

	.shops .shop_col a {
		display: block;
		width: 100%;
		padding: 20px 60px 20px 20px;
	}

	.shops .shop_col:nth-child(odd) a,
	.shops .shop_col:nth-child(even) a {
		background: none;
	}

	.shops .shop_col a:nth-child(odd) {
		background: rgba(102, 193, 209, 0.1) url(../img/audio/shop_arrow.png) right 20px center no-repeat;
	}

	.shops .shop_col a:nth-child(even) {
		background: #fff url(../img/audio/shop_arrow.png) right 20px center no-repeat;
	}
*/
}

@media only screen and (max-width: 767px) {
	.map_area svg {
		width: 90%;
	}

	.tab_area {
		padding: 0;
	}

	#ent_list .tab_group li {
		font-size: 18px;
		font-weight: 500;
		line-height: 50px;
		text-align: center;
		margin-bottom: 10px;
		cursor: pointer;
	}
	#ent_list .tab_group li {
		width: 49%;
	}
	.shops .shop_col a {
		display: block;
		width: 100%;
		padding: 10px 60px 10px 10px;
	}

	.shops .shop_col a span {
		display: block;
		font-size: 12px;
		font-weight: 500;
		margin-left: 0;
	}
}


.audio_present_head {
	padding: 2em 0;
	margin-bottom: 2em;
}
.audio_present_head p {
	padding: 10px 0 0;
	text-align: center;
	color: #f72342;
	font-size: 18px;
	font-weight: 500;
}
#subscription {
	max-width: 860px;
	margin: 0 auto;

}

#subscription h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 2em;
	text-align: center;
}

#subscription h2+p {
	font-size: 27px;
    font-weight: 500;
    margin-bottom: 3em;
    text-align: center;
    line-height: 1.6;
}

#subscription h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

ul.subscription_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
}

ul.subscription_list li {
	border: 2px solid #000;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	width: 250px;
}

ul.subscription_list li:after {
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 26px;
	border-color: transparent transparent transparent #000000;
}

ul.subscription_list li:last-child:after {
	content: none;
}

ul.subscription_list li .img {
	margin-top: auto;
}

ul.subscription_list li .number {
	color: #fff;
	background: #000;
	line-height: 25px;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
}

ul.subscription_list li p {
	line-height: 1.6;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}


#subscription .campaign {
	border: 2px solid #aa8e51;
	padding: 2em 3em;
}

#subscription .campaign h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 4em;
	text-align: center;
}

#subscription .campaign h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 1.2em;
}

#subscription .campaign ul {
	list-style: none;
	padding-left: 1em;
	margin-bottom: 2em;
}

#subscription .campaign ul li {
	position: relative;
	line-height: 1.6;
	text-indent: -.5em;
}

#subscription .campaign ul li:before {
	display: inline-block;
	content: "・";
	font-size: 12px;
}

#subscription .campaign ul li span {
	color: #ff0000;
}

#subscription .campaign .btn_area {
	text-align: center;
	margin-bottom: 1em;
}

#subscription .campaign .btn_area a {
	display: inline-block;
	padding: 1em 4em;
	color: #fff;
	background: rgba(166, 166, 166, 1);
	font-size: 20px;
	font-weight: 500;
}

#subscription .campaign .btn_area.oubo a {
    display: inline-block;
    padding: 1.5em 6em;
    color: #fff;
    background: rgba(0, 64, 152, 1);
    font-size: 26px;
    font-weight: 500;
    border-radius: 10px;
}

#subscription .campaign p {
	text-align: center;
	margin-bottom: 15px;
	font-size: 12px;
}

@media only screen and (max-width: 767px) {
	.audio_present_head {
		padding: 6em 0 2em;
		margin-bottom: 0;
	}

	#subscription h2 {
		font-size: 18px;
		line-height: 1.6;
		margin-bottom: 1em;
	}

	#subscription h2+p {
		font-size: 20px;
	}

	#subscription h3 {
		font-size: 19px;
	}

	ul.subscription_list {
		flex-wrap: wrap;
	}

	ul.subscription_list li {
		width: 100%;
		margin-bottom: 4em;
	}

	ul.subscription_list li:after {
		position: absolute;
		right: inherit;
		top: inherit;
		transform: translateY(0);
		bottom: -50px;
		left: 50%;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15px 0 15px 26px;
		border-color: transparent transparent transparent #000000;
		transform: rotate(90deg);
	}
	#subscription .campaign {
    	padding: 2em 1em 0;
	}
	#subscription .campaign h3 {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 2em;
		text-align: center;
		line-height: 1.6;
	}
	#subscription .campaign .btn_area a {
		display:block;
		padding: 1em 1em;
		color: #fff;
		background: rgba(166, 166, 166, 1);
		font-size: 18px;
		font-weight: 500;
	}
	#subscription .campaign .btn_area.oubo a {
		display: block;
		padding: 1em 1em;
		color: #fff;
		background: rgba(0, 64, 152, 1);
		font-size: 22px;
		font-weight: 500;
	}
}




/*エンタメカテゴリ一覧-*/

#ent_list .post-list-item {
    padding: 14px 0 14px;
    border-bottom: 1px solid #cccccc;
}

#ent_list .post-list-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
	margin: 6px 0;
	border-bottom: none;
		text-align: left;
		padding: 0;
}

#ent_list .post-list-title-sub {
    font-size: 24px;
    line-height: 1.25;
}

#ent_list .post-list-area {
    display: flex;
    margin: 14px 0 0;
}

#ent_list .post-list-area .post-list-eyecatch {
    width: 120px;
    height: auto;
	overflow: hidden;
	transition: .8s;
}

#ent_list .post-list-area .post-list-eyecatch img {
    width: 100%;
}

#ent_list .post-list-area .post-list-infos {
    width: calc(100% - 120px);
    padding: 0 0 0 16px;
}
#ent_list .post-list-area .post-list-infos.nothumb {
    width: 100%;
    padding: 0;
}
#ent_list .post-list-area .post-list-txt {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 1.75;
}
#ent_list .post-list-area .post-list-txt a {
    transition: .8s;
}

#ent_list .post-list-area .post-list-metas {
    display: flex;
    align-items: center;
    margin: 0 0 16px;
}

#ent_list .post-list-area .post-list-date {
    margin-right: 14px;
    font-size: 14px;
    line-height: 1.0;
    color: #5a5a5a;
}

#ent_list .post-list-area .post-list-cat {
    margin-right: 18px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.0;
    color: #004098;
}

#ent_list .post-list-area .post-list-lock {
    width: 14px;
    margin-right: 6px;
}

#ent_list .post-list-area .post-list-lock img {
    width: 100%;
    max-width: 16px;
}

#ent_list .post-list-area .post-list-alpha {
    width: 16px;
    margin-right: 6px;
}
#ent_list .post-list-area .post-list-alpha img {
    width: 100%;
}

#ent_list .post-list-area .post-list-tags {
    display: flex;
    flex-wrap: wrap;
}

#ent_list .post-list-area .post-list-tag {
    padding: 2px 8px;
    font-size: 11px;
    line-height: 1;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    margin-right: 8px;
}

@media only screen and (max-width: 767px) {
	#ent_list h2 {
		font-size: 24px;
		padding: 0 0 20px 0;
		margin: 0 0 20px;
	}

	#ent_list .post-list-title-sub {
		margin: 0 0 8px;
		font-size: 18px;
		font-weight: 400;
	}

	#ent_list .post-list-title {
		font-size: 22px;
	}

	#ent_list .post-list-area {
		display: block;
		margin: 8px 0 0;
	}
	#ent_list .post-list-area .post-list-eyecatch {
		width: 100%;
		height: auto;
	}
	#ent_list .post-list-area .post-list-infos {
		width: 100%;
		padding: 0;
	}

	#ent_list .post-list-area .post-list-txt {
		font-size: 14px;
		line-height: 1.5;
		margin-top: 16px;
	}
}
