@charset "UTF-8";

@media screen and (max-width: 768px) {
/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

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

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

#recommended {
	width: 100%;
	height: auto;
	margin-top: 0;
	padding-top: 0;
	background: none;
}

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

#recommended div.wrapper {
	width: 100%;
}

.swiper-container {
	left: 0;
	width: 100%;
}

.swiper-slide {
	padding-top: 0;
	padding-bottom: 0;
}
   
.swiper-container img {
	width: 100%;
	height: auto;
	border: none;
}

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

#recommended p.link {
	width: auto;
}

#recommended p.link a {
	margin-bottom: 4px;
}

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

#contents {
	margin-top: 1em;
}

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

p.big-banner img {
	width: 100%;
}

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

#info {
	top: 20px;
	margin-top: 0 !important;
	margin-bottom: 60px !important;
}

#info div.inner {
	text-align: left;
}

#info br {
	display: none;
}

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

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

#music-video div.group figure {
	width: 100%;
	padding: 10px;
	margin-bottom: 0.5em;
}
#music-video div.group figure:last-child {
	margin-bottom: 0;
}

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

#link div.site {
	grid-template-columns: repeat(1, 1fr);
}

#link div.site > a {
	width: 100%;
}
#link div.site > a::before {
	display: none;
}
#link div.site > a:hover {
	border-color: #cccccc;
}

#link dl dt {
	line-height: 1.4;
	text-decoration: underline;
}

#link dl dt::before {
	text-decoration: none;
}

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

#link dl dd.thumb img {
	width: 120px;
	height: auto;
}

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

#banner ul {
	margin-left: 0 !important;
}

#banner ul li {
	width: 48%;
	background: rgba(255, 255, 255, 0.90);
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


#banner ul li a {
	width: inherit;
	background: none;
	
	box-shadow: none;
}

#banner ul li.float a {
	height: auto;
	background: rgba(255, 255, 255, 0.90);
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#banner ul li img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 60px;
}

#banner ul li.float {
	float: none;
	display: block;
	width: auto;
	margin-bottom: 7px;
	text-align: center;
	background: none;
	
	box-shadow: none;
}

#banner ul li.float a {
	display: inline-block;
	width: auto;
	height: auto;
	background: rgba(255, 255, 255, 0.90);
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* L3 ======================================== 許諾 ======================================== */

#permission ul li {
	margin-bottom: 4px;
}


/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */
}