@charset "UTF-8";

/* ==================================================
RESET CUSTOM
================================================== */
#page_contents {
	font-family: Lato, "游ゴシック", YuGothic, "Yu Gothic", "Custom Yu Gothic", sans-serif;
	padding: 0 3%;
	margin: 0 auto 120px;
	font-size: 1.5rem;
	line-height: 1.6;
	box-sizing: border-box;
}

#page_contents h3{
		font-family: Lato, "游ゴシック", YuGothic, "Yu Gothic", "Custom Yu Gothic", sans-serif;
    font-feature-settings: "palt";
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
		margin-bottom:24px;
}

@media screen and (min-width: 901px) {
#page_contents {
	padding: 0 30px;
	margin-bottom: 150px;
	max-width: 1360px;
}
}

#page_contents *, #page_contents *::after, #page_contents *::before {
	box-sizing: inherit;
}

#page_contents img, #page_contents svg {
	width: auto;
	max-width: 100%;
	height: auto;
}

#page_contents i,
#page_contents em,
#page_contents b {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
}

/*ins {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,0.05);
}*/

#header_page p.ttl_lead {
	margin-top: 5px;
}


/*
===== WEB Fonts CSS Sample =====
■Ekster Regular
font-family: "Ekster-Regular", sans-serif;
font-weight: normal;
font-style: normal;
font-feature-settings: "palt";

■Ekster Bold
font-family: "Ekster-Bold", sans-serif;
font-weight: normal;
font-style: normal;
font-feature-settings: "palt";

■Oswald Regular
font-family: "Oswald", sans-serif;
font-weight: 400;
font-style: normal;

■Oswald SemiBold
font-family: "Oswald", sans-serif;
font-weight: 600;
font-style: normal;

■Oswald Bold
font-family: "Oswald", sans-serif;
font-weight: 700;
font-style: normal;
*/

/* clrfix */
.clrfix::before,
.clrfix::after {
	display: table;
	content: '';
}

.clrfix::after {
	clear: both;
}
/**/

/* =========================================================
page_contents
========================================================= */
#page_contents > .title {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 30px;
	border-left: 6px solid #000;
	padding-left: 10px;
}

#page_contents > .title em {
	font-size: inherit;
	font-weight: inherit;
}

#page_contents > .title span {
	font-size: 75%;
	font-weight: normal;
}

/* #page_contents
------------------------------ */
#page_contents {
}

#page_contents .dc {
	background: #fff;
	border:solid 1px #000;
	padding: 15px;
	margin: 60px auto 0;
	text-align:center;
	border-radius: 8px;
}

#page_contents .dc p{
	margin-bottom:20px;
	color:#000;
	font-weight:bold;
	font-size: 18px;
	font-size: 1.8rem;
}

#page_contents .dc span{
	font-family: "Oswald", sans-serif;
	color:#000;
	font-weight:bold;
	margin-top:20px;
	font-size: 18px;
	font-size: 1.8rem;
}



#page_contents .subscription {
	background: #741fec;
	padding: 15px;
	margin-bottom: 60px;
	color:#fff;
	font-weight:bold;
	font-size: 18px;
	font-size: 1.8rem;
}

#page_contents .spinear {
	background: #000;
	padding: 15px;
	margin-bottom: 60px;
	color:#fff;
	font-size: 18px;
	font-size: 1.8rem;
}

#page_contents .spinear a {
	display: block;
	border: 2px solid #000;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
	padding: 5px 25px;
	background: #fff;
	margin: 0 auto;
	max-width: 360px;
	transition: all 0.6s ease-out 0s;
}

#page_contents .spinear a:hover {
	transform: scale(0.96);
}

#page_contents .spinear a img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 46px;
}

@media screen and (min-width: 641px) {
#page_contents {
}

#page_contents .subscription {
	padding: 20px 15px;
	margin-bottom: 50px;
	border-radius: 8px;
}

#page_contents .spinear {
	padding: 20px 15px;
	margin-bottom: 50px;
	border-radius: 8px;
}

#page_contents .spinear a {
	max-width: 720px;
	transition: all 0.4s ease-out 0s;
}

#page_contents .spinear a img {
}
}

@media screen and (min-width: 1101px) {
#page_contents {
}

#page_contents .spinear {
	color:#fff;
	font-size: 18px;
	font-size: 1.8rem;
}

#page_contents .spinear a {
}

#page_contents .spinear a img {
	height: 64px;
}
}

/* #list_set
------------------------------ */
#list_set {
	padding: 0 15px;
}

#list_set .box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0 auto 80px;
	max-width: 360px;
	border: 2px solid #000;
	border-radius: 8px;
	overflow: hidden;
}

#list_set .box div.platform {
	height: 24px;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	background: #000;
}
#list_set .box div.platform img {
	height: 38px;
}

/* サムネイル */
#list_set .pct {
	order: 1;
	width: 100%;
}

#list_set .pct a {
	border-bottom: 2px solid #000;
	display: block;
	/*! border-radius: 8px; */
	overflow: hidden;
}

#list_set .pct a img {
	transition: all 0.4s ease-out 0s;
}

#list_set .pct a:hover img {
	transform: scale(1.05);
}

/* ポッドキャストボタン */
#list_set ul {
	order: 3;
	width: 100%;
	padding: 20px 15px 20px;
	background: #000;
}

#list_set ul li {
}

#list_set ul li:not(:last-child) {
	margin-bottom: 12px;
}

#list_set ul li a {
	display: block;
	border: 2px solid #fff;
	border-radius: 100px;
	overflow: hidden;
	text-align: center;
	padding: 5px 20px;
	transition: all 0.6s ease-out 0s;
	background: #000;
}

#list_set ul li a:hover {
	transform: scale(0.96);
}

#list_set ul li a img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 38px;
}

/* クレジット */
#list_set dl {
	order: 2;
	width: 100%;
	padding: 10px 15px;
}

#list_set dl dt {
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.4;
}

#list_set dl .name {
	margin: 3px 0 5px;
}

#list_set dl .name::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2220%22%20viewBox%3D%220%200%2014%2020%22%3E%3Cpath%20d%3D%22M6.98%2C13h.039A2.984%2C2.984%2C0%2C0%2C0%2C10%2C10.02V2.98a3%2C3%2C0%2C0%2C0-6%2C0v7.04A2.984%2C2.984%2C0%2C0%2C0%2C6.98%2C13ZM6%2C2.98a1%2C1%2C0%2C0%2C1%2C2%2C0v7.04a.982.982%2C0%2C0%2C1-.981.98H6.98A.982.982%2C0%2C0%2C1%2C6%2C10.02ZM12%2C10A5%2C5%2C0%2C0%2C1%2C2%2C10H0a7.006%2C7.006%2C0%2C0%2C0%2C6%2C6.92V20H8V16.92A7.006%2C7.006%2C0%2C0%2C0%2C14%2C10Z%22%2F%3E%3C%2Fsvg%3E');
	margin-right: 5px;
	transform: translateY(2px);
}

#list_set dl .cmnt {
	color: #7f7f7f;
}

#list_set dl .cmnt p {
}

@media screen and (min-width: 641px) {
#list_set {
}

#list_set .box {
	width: 100%;
	max-width: 720px;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 40px;
}

/* サムネイル */
#list_set .pct {
	width: 50%;
}

#list_set .pct a {
	border-right: 2px solid #000;
	border-bottom: none;
}

#list_set .pct a img {
}

#list_set .pct a:hover img {
}

/* ポッドキャストボタン */
#list_set ul {
	order: 2;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: column;
	background: #fff;
	padding: 0 15px;
}

#list_set ul li {
	width: 100%;
}

#list_set ul li:not(:last-child) {
}

#list_set ul li a {
	height: 100%;
	border: none;
}

#list_set ul li a:hover {
}

#list_set ul li a img {
	height: 46px;
}

/* クレジット */
#list_set dl {
	order: 3;
	background: #000;
	color: #fff;
	padding: 15px 20px;
}

#list_set dl dt {
}

#list_set dl .name {
}

#list_set dl .name::before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23fff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2220%22%20viewBox%3D%220%200%2014%2020%22%3E%3Cpath%20d%3D%22M6.98%2C13h.039A2.984%2C2.984%2C0%2C0%2C0%2C10%2C10.02V2.98a3%2C3%2C0%2C0%2C0-6%2C0v7.04A2.984%2C2.984%2C0%2C0%2C0%2C6.98%2C13ZM6%2C2.98a1%2C1%2C0%2C0%2C1%2C2%2C0v7.04a.982.982%2C0%2C0%2C1-.981.98H6.98A.982.982%2C0%2C0%2C1%2C6%2C10.02ZM12%2C10A5%2C5%2C0%2C0%2C1%2C2%2C10H0a7.006%2C7.006%2C0%2C0%2C0%2C6%2C6.92V20H8V16.92A7.006%2C7.006%2C0%2C0%2C0%2C14%2C10Z%22%2F%3E%3C%2Fsvg%3E');
}

#list_set dl .cmnt {
	color: #fff;
	opacity: 0.8;
}

#list_set dl .cmnt p {
}
}

@media screen and (min-width: 1101px) {
#list_set {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 0;
}

#list_set .box {
	width: calc(50% - 15px);
	margin-bottom: 25px;
	margin: 0 0 30px;
}

/* サムネイル */
#list_set .pct {
	width: 46%;
}

#list_set .pct a {
}

#list_set .pct a img {
}

#list_set .pct a:hover img {
}

/* ポッドキャストボタン */
#list_set ul {
	width: 54%;
}

#list_set ul li {
}

#list_set ul li:not(:last-child) {
}

#list_set ul li a {
}

#list_set ul li a:hover {
}

#list_set ul li a img {
}

/* クレジット */
#list_set dl {
}

#list_set dl dt {
}

#list_set dl .name {
}

#list_set dl .name::before {
}

#list_set dl .cmnt {
}

#list_set dl .cmnt p {
}
}
