@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* L1 ######################################## トップページ ######################################## */

/* L2 **************************************** トピックパス **************************************** */

#topic-path {
	display: none;
}

/* L2 **************************************** レコメンド **************************************** */

#recommended {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 450px;
	
	background: url(../images/common/back_recommended.png) 50% 50% no-repeat;
}

#recommended p.error {
	margin-top: 0.4em;
	color: #cc0000;
	font-size: 1.4rem;
	text-align: center;
}

/* L3 ======================================== タイトル ======================================== */

#recommended > h2 {
	display: none;
}

#recommended > h2::after {
	content: "テイチクのおすすめ";
}

/* L3 ======================================== Swiper ======================================== */

#recommended div.cover {
	overflow: hidden;
	height: 0;
	background: #ffffff;
	
	-webkit-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	-ms-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}

#recommended div.wrapper {
	position: relative;
	width : 1024px;
	margin: 0 auto;
	text-align: center;
}

.swiper-container {
	position: relative;
	left: -224px;
	overflow: visible;
	width : 1470px;
	padding-bottom: 40px;
}

.swiper-slide {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 18px;
	background: #ffffff;
}

.swiper-container a {
	display: inline-block;
	overflow: hidden;
	height: 100%;
	border: 2px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.swiper-container img {
	position: relative;
	z-index: 5;
	width: auto;
	height: 318px;
	transition: transform 0.2s;
}

.swiper-container img:hover {
	
	transform: scale(1.1);
	z-index: 10;
}

/* L3 ======================================== リンク ======================================== */

#recommended p.link {
	width: 980px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 4%;
	text-align: center;
	
	box-sizing: border-box;
}

#recommended p.link a {
	display: inline-block;
	padding: 0.4em 1.5em;
	color: #336699;
	font-size: 1.4rem;
	text-decoration: none;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	border-radius: 2.0em;
	background: #ffffff -webkit-gradient(linear, left top, left bottom, color-stop(0.00, rgba(0, 0, 0, 0.025)), color-stop(1.00, rgba(0, 0, 0, 0.1)));
	background: #ffffff -webkit-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #ffffff -moz-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #ffffff -o-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #ffffff -ms-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #ffffff linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
}
#recommended p.link a::before {
	content: "\f138";
	margin-right: 0.4em;
	font-family: "FontAwesome";
}

#recommended p.link a.navi {
	color: #cc6600;
	border-color: #cc6600;
}

/* L2 **************************************** コンテンツまわり **************************************** */

#contents {
	margin-top: -10px;
}

/* L2 **************************************** 大バナー（オンラインイベントスケジュールほか） **************************************** */

p.big-banner {
	margin: 1em 0;
	padding: 0 5px;
	margin-top: 1em;
	text-align: center;
}

p.big-banner img {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* L2 **************************************** テイチクからのお知らせ **************************************** */

#info {
	position: relative;
	top: 40px;
	margin: 20px auto 100px auto !important;
	text-align: center;
}

#info div.inner {
	display: inline-block;
	padding: 1em 2em;
	text-align: left;
	border: 1px solid #cccccc;
}

/* L2 **************************************** ミュージックビデオ **************************************** */

#music-video {
	margin: 0 auto;
	text-align: left;
}

#music-video > h2::after {
	content: "ミュージックビデオ"
}

#music-video p.loading {
	margin: 0 5px;
	color: rgba(255, 255, 255, 0.3);
	font-size: 1.3rem;
}

/* L2 **************************************** YouTube 動画埋め込み **************************************** */

#music-video div.group {
	margin: 5px 0;
	text-align: center;
}
#music-video div.group:first-child {
	margin-top: 0;
}
#music-video div.group:last-child {
	margin-bottom: 0;
}

/* L3 ======================================== figure 要素 ======================================== */

#music-video div.group figure {
	position: relative;
	display: inline-block;
	width: 480px;
	padding: 12px;
	text-align: center;
	border: 1px solid #cccccc;
	background: rgba(0, 0, 0, 0.05);
	
	box-sizing: border-box;
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1);
}

#music-video div.group figure div.movie {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	padding-bottom: 56.25%;
	border: 1px solid #000000;
	background: #ffffff;
}

#music-video div.movie img,
#music-video div.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#music-video div.movie img {
	cursor: pointer;
	
	opacity: 1.0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
#music-video div.movie.hover img {
	opacity: 0.6;
}

#music-video div.movie span {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 30px;
	height: 30px;
	margin: auto;
	line-height: 1.0;
	background: #ffffff;
}

#music-video div.group i {
	cursor: pointer;
	position: relative;
	top: -15px;
	left: -15px;
	color: #e62117;
	font-size: 6.0rem;
}

/* L3 ======================================== caption 要素 ======================================== */

#music-video figcaption {
	display: block;
	color: #555555;
	margin: 0.2em 0;
	font-size: 1.4rem;
	line-height: 1.0;
}

#music-video figcaption p {
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#music-video figcaption p.title::before {
	content: "\f16a";
	position: relative;
	top: 1px;
	margin-right: 0.5em;
	font-family: "FontAwesome";
	font-size: 1.6rem;
}

#music-video figcaption p.link {
	margin-top: 0.5em;
	font-size: 1.1rem;
}

/* L3 ======================================== シャッフルボタン ======================================== */

#music-video p.shuffle {
	margin: 1em 0;
	text-align: center;
}

#music-video p.shuffle span {
	cursor: pointer;
	display: inline-block;
	padding: 0.4em 1.5em;
	color: #336699;
	font-size: 1.4rem;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	border-radius: 2.0em;
	background: #ffffff -webkit-gradient(linear, left top, left bottom, color-stop(0.00, rgba(0, 0, 0, 0.025)), color-stop(1.00, rgba(0, 0, 0, 0.1)));
	background: #ffffff -webkit-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #ffffff -moz-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #ffffff -o-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #ffffff -ms-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #ffffff linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
}
#music-video p.shuffle span::before {
	content: "\f01e";
	margin-right: 0.6em;
	font-family: "FontAwesome";
}

/* L2 **************************************** リンク **************************************** */

#link {
	margin: 0 auto;
	text-align: left;
}

#link > h2::after {
	content: "リンク"
}

#link div.site {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px; /* ペイン間の間隔 */
}

#link div.site > a {
	position: relative;
	overflow: hidden;
	display: flex;
	height: auto;
	padding: 12px;
	color: inherit;
	text-decoration: none;
	text-align: left;
	vertical-align: baseline;
	border: 1px solid #cccccc;
	background: rgba(0, 0, 0, 0.05);
	
	box-sizing: border-box;
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1);
	
	-webkit-transition: border-color 0.3s ease-out;
	-moz-transition: border-color 0.3s ease-out;
	-ms-transition: border-color 0.3s ease-out;
	-o-transition: border-color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
}
#link div.site > a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 50%;
	height: 4px;
	background: #008ccf;
	
	-webkit-transition: left 0.3s ease-out, right 0.3s ease-out;
	-moz-transition: left 0.3s ease-out, right 0.3s ease-out;
	-ms-transition: left 0.3s ease-out, right 0.3s ease-out;
	-o-transition: left 0.3s ease-out, right 0.3s ease-out;
	transition: left 0.3s ease-out, right 0.3s ease-out;
}
#link div.site > a:hover::before {
	left: 0;
	right: 0;
}

#link div.site > a:hover {
	border-color: #999999;
}

#link dl {
	width: 100%;
	text-align: left;
}

#link dl dt {
	color: #336699;
	font-size: 1.6rem;
	margin-bottom: 0.5em;
	padding-bottom: 0.4em;
	border-bottom: 1px dotted #cccccc;
}
#link dl dt::before {
	font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
	content: "\f0c1";
	margin-right: 0.4em;
	font-weight:  900;
}
#link a.te-online dt::before { content: "\f07a"; }
#link a.youtube dt::before { content: "\f16a"; }
#link a.karaoke dt::before { content: "\f130"; }
#link a.train dt::before { content: "\f239"; }
#link a.twitter dt::before { content: "\f099"; }
#link a.x dt::before { content: "𝕏"; font-size: 115%; }
#link a.facebook dt::before { content: "\f09a"; }
#link a.tiktok dt::before { content: "\e07b"; }
#link a.instagram dt::before { content: "\f16d"; }
#link a.otona-no-oto dt::before { content: "\f0f6"; }
#link a.note dt::before { content: "\f040"; }

#link dl dd {
	line-height: 1.6;
}

#link dl dd.thumb {
	float: left;
	margin-right: 5px;
}

#link dl dd.thumb img {
	float: left;
	margin: 2px 5px 2px 0;
	border: 1px solid #cccccc;
}

#link dl dd span[data-link] {
	cursor: pointer;
	display: inline-block;
	margin-top: 0.2em;
	padding: 0.3em 10px;
	color: #336699;
	line-height: 1.1;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
}

#link dl dd span[data-link]:hover {
	color: #ffffff;
	background-color: #336699;
}

/* L3 ======================================== もっと見る ======================================== */

#link p.more {
	margin: 1em 0;
	text-align: center;
}

#link p.more a {
	display: inline-block;
	padding: 0.4em 1.5em;
	color: #336699;
	font-size: 1.4rem;
	text-decoration: none;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	border-radius: 2.0em;
	background: #ffffff -webkit-gradient(linear, left top, left bottom, color-stop(0.00, rgba(0, 0, 0, 0.025)), color-stop(1.00, rgba(0, 0, 0, 0.1)));
	background: #ffffff -webkit-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #ffffff -moz-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #ffffff -o-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #ffffff -ms-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #ffffff linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
}

#link p.more a::before {
	content: "\f138";
	margin-right: 0.4em;
	font-family: "FontAwesome";
}

/* L2 **************************************** バナー **************************************** */

#contents > #banner {
	margin-top: 5em;
}

#banner ul {
	list-style-type: none;
	padding: 10px 0;
	text-align: center;
}

#banner ul li {
	display: inline-block;
	margin-left: 1px;
	margin-right: 1px;
}

#banner ul li a {
	display: table-cell;
	padding: 15px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.90);
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#banner ul li.float {
	float: left;
}

/* L2 **************************************** 許諾 **************************************** */

#contents > #permission {
	margin-top: 3em;
}

#permission ul {
	margin-top: 3em;
	text-align: center;
}

#permission ul li {
	overflow: hidden;
	display: inline-block;
	min-width: 165px;
	max-width: 300px;
	height: 44px;
	padding: 5px;
	font-size: 1.1rem;
	line-height: 2.2;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	border: 1px solid #cccccc;
	
	box-shadow: none;
}

#permission ul li:last-child {
	line-height: 1.45;
	white-space: normal;
}

#permission ul img {
	float: left;
	margin-right: 8px;
}


/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */


