@charset "utf-8";

/* -------- nowshowing -------- */
/* #nowstreaming .sec_ttl{
    font-size: 0.8rem;
} */
#nowstreaming .sec_ttl span {
	/* display: inline; */
	text-shadow: 0 0 12px #ffffff;
}

#nowstreaming span.sec_ttl_min {
	font-size: 1.1rem;
}

#nowstreaming .sec_ttl:before {
	/* display: none; */
}

#nowstreaming .green_under {
	border-bottom: 1px solid #b8d200;
	color: #b8d200;
}

#nowstreaming {
	background-image: url(../images/top/nowstreaming_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bubble_txt {
	display: block;
	background: #005bac;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: max-content;
	margin: auto;
	padding: 0.5em 1.5em;
	line-height: 1.5;
	position: relative;
	margin-bottom: 25px;
	font-size: 0.8em;
}

.bubble_txt:after {
	content: "";
	bottom: -8px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border-top: 10px solid #005bac;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.nowstreaming_list.col {
	justify-content: center;
	margin-top: 30px;
}

.nowstreaming_list.col.slide_col2 {
    max-width: 1000px;
    margin: auto;
}

.nowstreaming_list > li {
	width: 32%;
	margin-right: 2%;
}

.nowstreaming_list.slide_col2 li.slick-slide,
.nowstreaming_list.slide_col3 li.slick-slide {
	width: auto;
	margin-right: 0;
	padding: 0 10px;
}

.nowstreaming_list.slide_col2 li.slick-slide a img,
.nowstreaming_list.slide_col3 li.slick-slide a img {
	box-shadow: 0px 1px 5px 2px rgb(255 255 255 / 36%);
}

/* 全体の transition 設定 */
.nowstreaming_list.slide_col3 .slick-slide img {
	transition: transform 0.3s ease;
	transform: scale(0.85); /* デフォルトは少し小さく */
}

/* 真ん中のスライドだけ大きく */
.nowstreaming_list.slide_col3 .slick-slide.slick-center img {
	transform: scale(1);
}

.nowstreaming_list > li:last-child {
	margin-right: 0;
}

.nowstreaming_list > li a {
	display: block;
	box-shadow: 0px 1px 15px 2px rgba(0, 0, 0, 0.2);
}

#nowstreaming .btn_cont {
	justify-content: center;
	/* width: 40%; */
	width: 30%;
	margin: 30px auto 0;
	column-gap: 20px;
}

#nowstreaming .btn_cont li {
	flex: 1;
}

/*
#nowstreaming .btn_cont a:first-child {
	margin-right: 2%;
} */

#nowstreaming .btn_cont .btn {
	line-height: 1;
	font-size: 1.125rem;
	padding: 0.8em 1.5em;
	border-radius: 100ch;
	letter-spacing: 0;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
	background: #3b97d3;
	background: -moz-linear-gradient(left, #3b97d3 0%, #235fb0 100%);
	background: -webkit-linear-gradient(left, #3b97d3 0%, #235fb0 100%);
	background: linear-gradient(to right, #3b97d3 0%, #235fb0 100%);
}

#nowstreaming .btn_cont a.color_online_bl {
	background: #04b305;
}

#nowstreaming .slick-prev,
#nowstreaming .slick-next {
	background: #005cac90;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	top: 50%;
}

#nowstreaming .slick-prev {
	left: 0;
}

#nowstreaming .slick-next {
	right: 0;
}

#nowstreaming .slick-prev::before {
	content: "\f100" !important;
}

#nowstreaming .slick-next::before {
	content: "\f101" !important;
}

#nowstreaming .nowstreaming_list.slide_col2 .slick-list.draggable {
	width: 100%;
}

/* -------- nowstreaming / 自前ドット用スタイル -------- */
.mydots {                    /* ドットの UL */
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 20px 0 0;
	list-style: none;
}

.mydots li {                 /* 3 個のドット共通（非アクティブ） */
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #c0c0c0;
	cursor: pointer;
}

/* slick-theme.css の灰色●を完全に無効化 */
.mydots li:before { display: none; }

.mydots li.is-active {       /* アクティブ時に色変更 */
	background: #005bac !important;
}

/* =========================================
slide_col2 専用 : ドットをスマホだけ表示
- .slide_col2 の直後に挿入された .mydots が対象
- 幅 480px 以上では非表示
========================================= */
@media screen and (min-width: 480px){
	.slide_col2 + .mydots{
	display: none !important;
	}
}



@media screen and (max-width: 1000px) {
	#nowstreaming .btn_cont {
		width: 70%;
	}
}

@media screen and (max-width: 850px) {
	.nowstreaming_list.slide_col2 .slick-slide img {
		transform: scale(0.85); /* デフォルトは少し小さく */
	}
}

@media screen and (max-width: 769px) {
	.nowstreaming_list > li {
		width: 48%;
	}

	#nowstreaming .btn_cont {
		width: 100%;
	}

	#nowstreaming .slick-prev,
	#nowstreaming .slick-next {
		top: 50%;
	}
}

@media screen and (max-width: 600px) {
	.nowstreaming_list > li {
		width: 80%;
		margin-right: 0;
		margin-bottom: 3%;
	}

	.nowstreaming_list > li:last-child {
		margin-bottom: 0;
	}

	#nowstreaming .btn_cont {
		flex-direction: column;
		align-items: center;
	}

	#nowstreaming .btn_cont a {
		/* width: max-content; */
		margin: auto;
	}

	#nowstreaming .btn_cont a:first-child {
		margin-right: 0;
		margin-bottom: 3%;
	}
	#nowstreaming .btn_cont li {
		width: 60%;
	}
}

@media screen and (max-width: 480px) {
	.nowstreaming_list.col {
		margin-top: 10px;
	}

	#nowstreaming .btn_cont li {
		width: 80%;
	}
}

