@charset "UTF-8";
/*============= SP =============*/
#main {
	background-color: #fff;
}
#main::after {
	background-color: #2bb3c7;
}
/*================ 内部パーツ ================*/
.l__hero .splide__arrow {
	background-color: rgba(255, 255, 255, 0.8);
	width: 26px;
	height: 13px;
	border-radius: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 11;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 4px;
}
.l__hero .splide__arrow > svg {
	width: 7px;
	height: 7px;
}
.l__hero .splide__arrow--prev {
	left: 10px;
}
.l__hero .splide__arrow--next {
	right: 10px;
	justify-content: flex-end;
}
.l__hero .splide__arrow--prev svg {
	transform: rotateY(180deg);
}
.l__hero .splide__pagination {
	margin: 8px auto 0;
}
.l__hero .splide__pagination li:not(:last-child) {
	margin-right: 5px;
}
.l__hero .splide__pagination__page {
	width: 40px;
	height: 6px;
	background: #ececec;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.splide__pagination__page.is-active {
	background-color: #2bb3c7;
}
/*================ l__about ================*/
.l__about {
	padding: 0 12px;
	margin-top: 25px;
	margin-bottom: 30px;
}
.l__about > a {
	background-color: #000;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 30px;
	height: 45px;
	width: 100%;
	padding: 0 20px;
	position: relative;
}
.l__about__ttl {
	display: block;
	width: 100%;
	max-width: 200px;
}
.l__about > a .linkico {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
/*================ l__bnr__splide ================*/
.l__bnr__splide {
	padding: 0 12px;
	margin-bottom: 25px;
}
.l__bnr__splide .splide__pagination {
	margin: 8px auto 0;
}
.l__bnr__splide .splide__pagination li:not(:last-child) {
	margin-right: 5px;
}
.l__bnr__splide .splide__pagination__page {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #000;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.l__bnr__splide .splide__pagination__page.is-active {
	background-color: #2bb3c7;
}
/*================ l__news ================*/
.l__news {
	background: #eaeaea;
	padding: 20px 0;
}

/*================ l__schedule ================*/
.l__schedule {
	display: flex;
	justify-content: center;
	align-items: center
}
[class^="l__schedule__item--"] {
	display: block;
	width: 100%;
	margin: 0 auto;
}
[class^="l__schedule__item--"]:not(:last-child) {
	margin-bottom: 10px;
}
.l__schedule__item--1 {
	/*
	width: 188px;
	*/
}
.l__schedule__item--2 {
	/*
	width: 158px;
	*/
}
.l__schedule__item--3 {
	/*
	width: 177px;
	*/
}
/*================ l__cnt ================*/
.l__cnt {
	background-color: #eaeaea;
	background-image: repeating-linear-gradient(
		-45deg,
		#fff,
		#fff 3px,
		transparent 0,
		transparent 6px
	);
	padding: 40px 0;
}
.l__cnt__item {
	padding: 0;
}
.l__cnt__item__link {
	padding: 20px;
	display: block;
	width: 100%;
	height: 100%;
}
.l__cnt__item__img {
	width: 65%;
	margin: 0 auto;
}
/*================ l__member ================*/
.l__member {
	background-color: #2bb3c7;
	padding: 55px 0 110px;
}
.l__member__cnt__item {
	background-color: #fff;
	border-radius: 20px;
}
.l__member__cnt__item:not(:last-child) {
	margin-bottom: 15px;
}
.l__member__cnt__link {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 20px 10px;
}
.l__member__cnt__item .blk__ttl {
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
[class^="l__member__cnt__ico--"] {
	display: block;
	margin-right: 10px;
	position: relative;
	top: -0.1em;
}
.l__member__cnt__ico--1 {
	width: 20px;
}
/*--------------------------
	MEMBER'S CONTENTS
---------------------------*/
.top .voice__list__item {
	margin-bottom: 24px;
	display: block;
}
.top .voice__list__item a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.top .voice__list__item .voice__list__item__ico {
	width: 50px;
}
.top .voice__list__item .voice__list__item__right {
	width: calc(100% - 56px);
}
.top .voice__list__item .content-txt {
	margin-bottom: 1em;
}
.top .voice__list__item .voice_movie,
.top .voice__list__item .voice_img {
	background-color: #f0f0f0;
}
.top .voice__list__item .voice_movie video{
	max-height: 160px;
	width: auto;
	margin: 0 auto;
	display: block;
	pointer-events: none;
}
.top .voice__list__item .voice_img img {
	max-height: 160px;
	width: auto;
	margin: 0 auto;
}
.top .bloglist__item {
	margin-bottom: 16px;
}

.discographylist .discographylist__ttl {
  font-size: 20px;
  line-height: 1.35;
}

.now_on_air_area .discographylist__link .on_air{
  text-align: center;
  padding: 8px 0;
  margin: 8px 0;
	font-weight: bold;
  color: #fefefe;
}

.on{
  background-color: #ff0000;
}

.off{
	background-color: #f0f0f0;
}

@media screen and (min-width: 560px) {
	/* ------ 560px~ ------ */
	.l__hero .splide__slide {
		margin: 0 5px;
	}
	.l__hero .splide__slide img {
		border-radius: 20px;
	}
	/*================ 内部パーツ ================*/
	.l__member .inner1280 > .blk__ttl {
		text-align: center;
	}
	.l__member__cnt {
		display: grid;
		gap: 17px 22px;
		grid-template-columns: repeat(2, minmax(260px, 1fr));
	}
	.l__member__cnt__item:not(:last-child) {
		margin-bottom: 0;
	}
	.l__member__cnt__item:nth-child(3) .discographylist__img,
	.l__member__cnt__item:nth-child(4) .discographylist__img {
		width: 100%;
		height: 320px;
		overflow: hidden;
	}
	.l__member__cnt__item:nth-child(3) .discographylist__img > img,
	.l__member__cnt__item:nth-child(4) .discographylist__img > img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (min-width: 1000px) {
	/* ------ 960px~ ------ */
	.l__about {
		max-width: 848px;
		margin: 38px auto 30px;
	}
	.l__about > a {
		justify-content: center;
		border-radius: 40px;
		height: 75px;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.l__about > a .linkico {
		right: 20px;
	}
	.l__about__ttl {
		max-width: 391px;
	}
	.l__about > a:hover {
		background-color: #2bb3c7;
	}
	/*================ l__bnr__splide ================*/
	.l__bnr__splide .splide__slide {
		margin: 0 5px;
	}
	/*================ l__news ================*/
	.l__news {
		padding: 74px 0;
	}
	.l__news .flexbox {
		align-items: stretch;
	}
	.l__news__item {
		width: calc((100% - 46px) / 2);
	}
	/*================ l__schedule ================*/
	.l__schedule {
		margin: 64px;
	}
	.l__schedule__list {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	[class^="l__schedule__item--"] {
		margin: 0;
	}
	.l__schedule__item--1 {
		width: 282px;
	}
	.l__schedule__item--2 {
		width: 238px;
	}
	.l__schedule__item--3 {
		width: 266px;
	}
	/*================ l__cnt ================*/
	.l__cnt {
		background-image: repeating-linear-gradient(
			-45deg,
			#fff,
			#fff 4px,
			transparent 0,
			transparent 8px
		);
		padding: 70px 0 30px;
	}
	.l__cnt .flexbox {
		display: grid;
		gap: 40px;
		grid-template-columns: repeat(3, minmax(260px, 1fr));
		align-items: stretch;
	}
	.l__cnt__item__link {
		padding: 20px 40px;
	}
	.l__cnt__item__img {
		width: 100%;
	}
	/*================ l__member ================*/
	.l__member {
		padding: 125px 0 110px;
	}
	.l__member .inner1280 > .blk__ttl {
		font-size: 48px;
		margin-bottom: 65px;
	}
	.l__member__cnt__link {
		padding: 37px 30px 24px;
	}
	/*--------------------------
		MEMBER'S CONTENTS
	---------------------------*/
	
	.top .voice__list__item .voice__list__item__ico {
		width: 80px;
	}
	.top .voice__list__item .voice__list__item__right {
		width: calc(100% - 104px);
	}
	.top .voice__list__item .voice_movie,
	.top .voice__list__item .voice_img {
		padding: 10px 0;
	}
	.top .voice__list__item .voice_movie video,
	.top .voice__list__item .voice_img img {
		max-height: 100px;
	}
	/*
	.top .bloglist__link {
    flex-direction: column-reverse;
	}*/
	.top .bloglist__item {
		margin-bottom: 32px;
	}
	.top .bloglist__link .bloglist__img {
		/*
    height: 120px;
		margin-top: 16px;
		background-color: #f0f0f0;
		width: 100%;
		padding: 10px 0;*/
		width: 80px;
		height: 80px;
	}
	.top .bloglist__link .bloglist__img img{
		/*height: 100%;
		max-height: 100%;
		width: auto;
		margin: 0 auto;*/
		object-fit: cover;
		aspect-ratio: 1 / 1;
	}
}
