@charset "utf-8";

/* Base Style
================================================== */

html {
	font-size: 16px;
}

body {
	font-weight: 700;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.75;
}

a,
a:visited {
	color: #222;
}

a:hover {
	color: #888;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

h1 {
	margin: 0;
}


.inner {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 0.5rem;
}

.inner_600 {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 0.5rem;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

#container {
	overflow: hidden;
	background: url(/theme/sn-default/images/bg2.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: 0 0;
}

.pc-disp {}

.sp-disp {
	display: none;
}

.disp_960 {
	display: none;
}

.blk_960 {
	display: block;
}

.disp_560 {
	display: none;
}

.blk_560 {
	display: block;
}

.none_text {
	display: none;
}

#pagetop {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 10;
	width: 50px;
}



.bg-preview-notice {
	border: none !important;
	background: #ffa495 !important;
	padding: 0 !important;
}

.bg-preview-notice p {
	padding: 0 10px;
}

@media screen and (max-width: 960px) {
	.disp_960 {
		display: block;
	}

	.blk_960 {
		display: none;
	}
}


@media screen and (max-width: 560px) {
	html {
		font-size: 14px;
	}

	#container {
		background-position: top right;
		background-repeat: repeat-y;
	}

	.disp_560 {
		display: block;
	}

	.blk_560 {
		display: none;
	}

	.pc-disp {
		display: none;
	}

	.sp-disp {
		display: block;
	}
}


/* ヘッダー
================================================== */
#header {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0.25rem 0.5rem 1.25rem;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	transition: 0.5s;
	height: 120px;
	z-index: 100;
}

.header-list-right,
.header-list-left {
	display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 80px;
/*	width: 435px;*/
}

.header-item {}

.header-list-left .header-item {
	border-right: 1px solid #C7B299;
}

.header-list-right .header-item {
	border-left: 1px solid #C7B299;
}

.header-item a {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	color: #000;
	padding: 0.25rem 1rem;
	transition-duration: 0.3s;
	backface-visibility: hidden;
}

.header-item a:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.header-item a img {
	height: 25px;
	transition-duration: 0.3s;
}

.header-item a img:hover {
	transition-duration: 0.3s;
}

.header-item a span {
	display: block;
	padding: 10px 0 0 0;
}

#header .logo {
	display: flex;
	justify-content: center;
	padding: 0 1rem;
}

#header .logo img {
	width: 175px;
	height: auto;
}

#header.is-animation {
	justify-content: space-between;
	align-items: center;
	padding: 0.25rem 0 0.25rem 1rem;
	overflow: hidden;
	margin: 0;
	height: 70px;
	transition: 0.5s;
	width: 99.5%;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

#header.is-animation .header-list-left,
#header.is-animation .header-list-right,
#header.is-animation .logo {
	display: none;
}

.scroll-logo,
.scroll-header-list {
	display: none;
}

.is-animation .scroll-logo,
.is-animation .scroll-header-list {
	display: block;
}

.is-animation .scroll-logo img {
	width: 200px;
}

.is-animation .scroll-header-list {
	display: flex;
}

.is-animation .scroll-header-list .header-item {
	border-left: 1px solid #C7B299;
}


.is-animation .scroll-header-list .header-item:first-child {
	border-left: none;
}


.is-animation .scroll-header-list .header-item a {
	font-size: 0.8rem;
}

.is-animation .scroll-header-list .header-item span {
	padding: 0.75rem 0 0 0;
}

.is-animation .scroll-header-list .header-item img {
	height: 20px;
}

.sp-logo,
.menu,
.gnav {
	display: none;
}

@media screen and (max-width: 1140px) {
	#header {
		height: 100px;
	}

	.header-item a {
		font-size: 0.8rem;
	}

	.header-item a img {
		height: 20px;
	}

	#header .logo img {
		width: 150px;
	}

	.header-list-right,
	.header-list-left {
		width: auto;
	}
}

@media screen and (min-width: 960px) {
	.gnav {
		display: none;
	}
}

@media screen and (max-width: 960px) {

	#header {
		background: none;
	}

	.header-list-left,
	.header-list-right {
		display: none;
	}

	#header.is-animation {
		background: rgba(255, 255, 255, 0.8);
		backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
	}

	#header,
	#header.is-animation {
		justify-content: center;
		height: 70px;
		padding: 0.25rem;
		align-items: center;
		width: 100%;
	}

	.header-item,
	#header .logo,
	.is-animation .scroll-logo,
	.scroll-header-list {
		display: none;
	}

	.sp-logo {
		display: block;
		width: 225px;
	}

	.sp-logo img {
		vertical-align: middle;
	}

	.is-animation .sp-logo {
		opacity: 0.8;
	}

	.menu {
		display: block;
		height: 20px;
		position: absolute;
		right: 20px;
		top: 25px;
		width: 30px;
		z-index: 99;
	}

	.menu__line {
		background: #231815;
		display: block;
		height: 2px;
		position: absolute;
		transition: transform 0.5s;
		width: 100%;
	}

	.is-animation .menu__line {
		opacity: 0.8;
	}

	.menu__line--center {
		top: 9px;
	}

	.menu__line--bottom {
		bottom: 0;
	}

	.menu__line--top.active {
		top: 8px;
		transform: rotate(45deg);
	}

	.menu__line--center.active {
		transform: scaleX(0);
	}

	.menu__line--bottom.active {
		bottom: 10px;
		transform: rotate(135deg);
	}

	.gnav {
		background: rgb(255, 255, 255);
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 95;
	}

	.gnav__wrap {
		padding-top: 70px;
		display: flex;
		height: 100%;
		justify-content: center;
		position: absolute;
		width: 100%;
	}

	.gnav__menu__item {
		margin: 15px 0;
		padding: 0 10px;
		border-bottom: 1px dotted;
	}

	.gnav__menu__item a {
		color: #222222;
		font-size: 1em;
		font-weight: bold;
		text-decoration: none;
		transition: .5s;
		display: flex;
		align-items: center;
	}

	.gnav__menu__item a:hover {
		color: #888;
	}

	.gnav__menu__item img {
		height: 20px;
		padding-right: 10px;
	}

}

@media screen and (max-width: 560px) {

	#header,
	#header.is-animation {
		height: 52px;
	}

	.sp-logo {
		display: block;
		width: 175px;
	}

	.menu {
		top: 20px;
	}

	.menu__line {
		transition: transform 1.0s;
	}
}

/* TOPページ
================================================== */

.bg-1-wrap {
	background: url(/theme/sn-default/images/bg1.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: 0 0;
	position: relative;
}

.map {
	padding-top: 200px;
	position: relative;
}

.map-main {
	width: 70%;
	margin: 0 5%;
}

.map-main img {
	display: block;
	height: 100%;
	width: 100%;
}

.map-click {
	position: absolute;
	right: 27%;
	bottom: 10%;
	width: 30%;
}

.map-small {
	position: absolute;
	right: 0%;
	bottom: 0%;
	width: 25%;
}

.bg-2-wrap {
	background: url(/theme/sn-default/images/bg2.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: 0 0;
}

.common-title {
	display: flex;
	align-items: center;
	font-family: "Merriweather";
	margin-bottom: 2rem;
}

.common-title:before,
.common-title:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}

.common-title:before {
	margin-right: 1.5rem;
}

.common-title:after {
	margin-left: 1.5rem;
}

.pickup {
	position: relative;
	padding-bottom: 3rem;
}

.pickup ul {
	display: flex;
	flex-wrap: wrap;
}

.pickup ul li {
	width: 30%;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	padding: 1.5%;
	transition: 0.3s;
}

.pickup ul li:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	text-decoration: none;
	transition: 0.3s;
}

.pickup ul li .photo-cover {
	position: absolute;
	height: 80px;
	z-index: 50;
}

.pickup ul li .photo-cover img {
	height: 100%;
	border-radius: 10px 0 0 0;
}

.pickup ul li .thumb {
	order: 1;
	display: block;
	width: 100%;
	height: 220px;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
}

.pickup ul li .thumb img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 10px;
	transition-duration: 0.3s;
	overflow: hidden;
}


.pickup ul li:hover .thumb img {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.pickup ul li .title {
	order: 2;
	display: block;
	max-width: 100%;
	padding: 1rem;
	font-size: 1.15rem;
	font-weight: bold;
}

.pickup ul li .list-category {
	order: 3;
	display: block;
	max-width: 100%;
	padding: 0.2rem 1rem;
	font-size: 0.8rem;
	font-weight: bold;
}

.pickup ul li .list-category::before {
	background: url(/theme/sn-default/images/access.png);
}

.pickup ul li .date::before {
	background: url(/theme/sn-default/images/date.png);
}

.pickup ul li .list-category::before,
.pickup ul li .date::before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	height: 0.8rem;
	width: 0.8rem;
	margin: 0 0.5rem -2px 0;
}

.pickup ul li .date {
	order: 4;
	display: block;
	width: 100%;
	padding: 0.25rem 1rem 1rem;
	font-size: 0.8rem;
	font-weight: bold;
}

.news {
	padding-top: 5rem;
	padding-bottom: 5rem;
	position: relative;
}

.news ul li {
	padding: 1rem;
	display: flex;
	align-items: flex-start;
}

.news ul li .date {
	color: #4e88b7;
	padding-right: 1.5rem;
	display: table-cell;
}

.news ul li .new {
	display: inline-block;
	color: #fff;
	font-size: 0.8rem;
	background: red;
	padding: 0.25rem 0.5rem 0.2rem;
	margin-right: 0.5rem;
}

.news ul li .title {
	display: table-cell;
	text-decoration: underline;
}

.news-index {
	border: 1px solid #000;
	float: right;
	font-size: 80%;
	font-weight: bold;
	padding: 0.3rem 0.5rem;
	border-radius: 15px;
}

.news-index a {
	text-decoration: none;
}

.sns-wrap {
	background: url(/theme/sn-default/images/stripe.png);
	background-size: 10px;
}

.sns-list {
	display: flex;
	justify-content: center;
	padding: 4rem;
}

.sns-list li {
	padding: 1rem 1.5rem;
}

.sns-list li img {
	width: 175px;
	height: auto;
}

@media screen and (max-width: 960px) {
	.map {
		padding-top: 100px
	}

	.pickup ul li {
		width: 47%;
	}

	.pickup ul li .thumb,
	.pickup ul li .thumb img {
		height: calc(100vw * 0.5 * 0.66);
	}

	.pickup ul li .title {
		width: 90%;
		font-size: 1rem;
	}

	.sns-list {
		padding: 2rem 1rem;
	}

	.sns-list li {
		padding: 1rem;
	}
}


@media screen and (max-width: 560px) {

	.bg-1-wrap,
	.bg-2-wrap {
		background-size: contain;
	}

	.map {
		padding-top: 70px;
	}

	.map-main {
		width: 90%;
	}

	.map-click {
		right: 41%;
		bottom: -22%;
		width: 53%;
	}

	.map-small {
		right: 11%;
		bottom: -8%;
		width: 33%;
	}

	.pickup ul li .photo-cover {
		height: 60px;
	}

	.pickup ul li .title {
		padding: 1rem 0.5rem;
	}

	.pickup ul li .date,
	.pickup ul li .list-category {
		padding: 0.2rem 0.5rem;
	}

	.news ul li {
		flex-direction: column;
		align-items: flex-start;
		padding: 1rem 0.5rem;
	}

	.news ul li .date {
		padding-bottom: 0.5rem;
	}

	.news-index {
		margin-top: 1rem;
	}

	.sns-list li {
		padding: 1rem 0.5rem;
	}


}


/* スライドショー
================================================== */
.slider-wrap {
	padding: 5rem 0 8rem;
}

.slider {
	width: 90%;
	margin: 0 auto;
}

.slick-dotted.slick-slider {
	margin: 0 auto;
}

.slider img {
	height: auto;
	width: 100%;
}

.slick-prev {
	left: -50px;
}

.slick-next {
	right: -30px;
}

.slick-prev:before,
.slick-next:before {
	font-size: 40px;
	color: #000;
}

.slick-prev:before {
	content: "〈";
}

.slick-next:before {
	content: "〉";
}

.slick-dots {
	text-align: left;
	bottom: -30px;
}

@media screen and (max-width: 735px) {
	.slick-dots li {
		width: 15px;
		height: 15px;
	}
}

@media screen and (max-width: 610px) {

	.slick-dots {
		bottom: -45px;
	}
}


@media screen and (max-width: 560px) {
	.slider {
		width: 85%;
	}

	.slider-wrap {
		padding: calc(100vw * 0.25) 0 8rem;
	}

	.slick-prev {
		left: -35px;
	}

	.slick-prev:before,
	.slick-next:before {
		font-size: 25px;
		color: #000;
	}
}

/* フッター
================================================== */
#footer {
	background: #fff;
}

.ft {
	background: url(/theme/sn-default/images/f_bg.jpg);
	background-size: 40%;
	background-position: bottom -80px left 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 5rem 0 3rem;
}

.footer-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
}

.ft a {
	text-decoration: none;
}

.footer-link-wrap ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-link-wrap ul li.footer-link {
	background-color: #f2f2f2;
	font-weight: bold;
	padding: 0.2rem 1rem;
	border-radius: 50px;
	margin: 0 10px;
	text-align: center;
}


.footer-link-wrap ul li.footer-link a {
	display: block;
}

.footer-list {
	display: flex;
	padding: 3rem 0 2rem;
}

.footer-list li {
	padding: 0 0.5rem;
}

.footer-logo {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0 0 1rem 0;
}

.footer-address {
	text-align: center;
	padding: 0 0 2rem 0;
}

.footer-mail {}

.footer-mail img {
	height: 25px;
}

.copyright {
	font-size: 80%;
}


@media screen and (max-width: 600px) {

	.ft {
		padding: 3rem 0 3rem;
	}


	.footer-link-wrap ul {
		display: block;
	}

	.footer-link-wrap ul li.footer-link {
		margin: 15px 0px;
	}


}

@media screen and (max-width: 560px) {
	.ft {
		border-top: 1px solid #d8d3cb;
		background-size: 60%;
		padding-top: 40px;
	}

	.footer-list li {
		font-size: 0.85rem;
		padding: 0 0.25rem;
	}

	.footer-address {
		font-size: 0.8rem;
	}
}

/* ハンバーガメニュー
================================================== */

#breadCrumb {
	padding: 1.5rem 0;
	font-size: 0.8rem;
}

/* 下層ページ(共通)
================================================== */

.contentHeader {
	padding-bottom: 1.5rem;
}

.contentTitle h1 {
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 1rem 0 1.5rem;
}

.contentTitle .date {
	text-align: right;
}

.map_none {
	display: none;
}

/* カテゴリページ
================================================== */
.category .contentHeader {
	padding: 147px 0 0;
	background: #504A43;
	color: #fff;
	margin-bottom: 3rem;
}

.category .contentTitle {
	padding: 3rem 0;
}

.category .contentTitle h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	padding: 0;
}

.category .contentTitle img {
	height: 2.25rem;
	padding: 0.25rem 1rem 0;
}

.category .contentDescription {
	margin: 0 auto;
	padding-top: 1rem;
	text-align: center;
	font-size: 0.8rem;
}

@media screen and (max-width: 1140px) {
	.category .contentHeader {
		padding-top: 125px;
	}

	.category .contentTitle {
		padding: 2rem 0;
	}
}

@media screen and (max-width: 960px) {
	.category #main {
		padding-top: 0;
	}

	.category .contentHeader {
		margin-top: 78px;
		padding-top: 0;
	}

	.category .contentDescription {
		display: none;
	}
}

@media screen and (max-width: 560px) {
	.category .contentHeader {
		margin-top: 59px;
	}
}

/* 個別ページ
================================================== */

.cateTitle {
	padding: 147px 0 0;
	font-size: 2rem;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	background: #504A43;
	color: #fff;
	font-weight: bold;
}

.cate-title-text {
	padding: 3rem 0;
	display: flex;
	justify-content: center;
}

.cateTitle img {
	padding-right: 1rem;
	object-fit: contain;
}

@media screen and (max-width: 1140px) {
	.cateTitle {
		padding-top: 125px;
	}

	.cate-title-text {
		padding: 2rem 0;
	}
}

@media screen and (max-width: 960px) {
	.cateTitle {
		padding-top: 0;
		margin-top: 78px;
	}
}

@media screen and (max-width: 560px) {
	.cateTitle {
		margin-top: 59px;
	}
}

/* 下層スタッフコメント（共通）
================================================== */

.comment {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.comment-bg-pc {
	width: 70%;
	background: url(/theme/sn-default/images/comment_pc.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 250px;
	position: relative;
}

.staff-comment {
	position: absolute;
	width: 71%;
	top: 19%;
	left: 9%;
	color: #fff;
	font-size: 0.9rem;
}

.staff-img {
	width: 20%;
}

.comment-bg-sp {
	display: none;
}

@media screen and (max-width: 600px) {

	.comment-bg-pc,
	.staff-img {
		display: none;
	}

	.comment-bg-sp {
		display: block;
		background: url(/theme/sn-default/images/comment_sp.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		width: 100%;
		height: calc(100vw * 0.6);
		position: relative;
	}

	.staff-comment-sp {
		position: absolute;
		width: 71%;
		top: calc(100vw * 0.14);
		font-size: 14px;
		left: 16%;
		color: #fff;
	}
}

@media screen and (max-width: 400px) {
	.staff-comment-sp {
		width: 75%;
		top: calc(100vw * 0.13);
		font-size: 12px;
		left: 14%;
		color: #fff;
	}
}


/* 下層リンクリスト（共通）
================================================== */

.common-link {
	background-color: #F4F2F0;
	padding: 4rem 0;
}

.common-link .common-title img {
	width: 200px;
}

.common-link ul {
	display: flex;
	flex-wrap: wrap;
}

.common-link ul li {
	width: 30%;
	padding: 1.5%;
	font-weight: bold;
}

.common-link ul li {}

.common-link ul li img {
	border-radius: 10px;
	margin-bottom: 1rem;
	height: 250px;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

@media screen and (max-width: 960px) {
	.common-link .common-title img {
		width: 175px;
	}

	.common-link ul li {
		width: 47%;
		padding: 1.5%;
	}

	.common-link ul li img {
		height: calc(100vw * 0.5 * 0.66);
	}

}

@media screen and (max-width: 560px) {
	.common-link .common-title img {
		width: 150px;
	}

	.common-link ul li {
		width: 47%;
		padding: 1.5%;
		margin-bottom: 1rem;
	}
}

/* 下層Google Maps（共通）
================================================== */

.tenpo-info-gmap {
	margin: 4rem 0;
	width: 100%;
	height: 300px;
}

/* 下層外部リンク（共通）
================================================== */

.outside-link {
	background: #D8D3CB;
}

.outside-link .common-title {
	padding-top: 3rem;
	margin: 3rem auto;
}

.outside-link ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 2rem 2rem;
}

.outside-link ul li {
	width: 30%;
	margin: 0 1.5% 1.5rem;
	text-align: center;
}

.outside-link ul li .title {
	display: flex;
	justify-content: center;
}

.outside-link ul li .title a {
	height: 60px;
	width: 100%;
	font-weight: bold;
	display: flex;
	color: #fff;
	background: #000;
	padding: 1.5rem;
	align-items: center;
	justify-content: center;
}

.outside-link ul li span:not(:first-child) {
	display: none;
}

.top-category_event .outside-link ul {
	justify-content: center;
}

@media screen and (max-width: 960px) {
	.outside-link ul li {
		width: 47%;
	}
}

@media screen and (max-width: 560px) {
	.outside-link ul li {
		width: 100%;
	}

	.outside-link ul li a {
		height: 40px;
	}
}

/* ページネーション
================================================== */

.pagination span {
	border: 1px solid #000;
	background: #fff;
	border-radius: 10px;
	margin: 0.25rem;
	display: inline-block;
	transition: 0.3s;
}

.pagination span a {
	padding: 0.25rem 0.5rem;
	display: block;
	text-decoration: none;
	height: 100%;
	width: 100%;
	transition: 0.3s;
}

.pagination span:hover {
	border: 1px solid #555;
	background: #555;
}

.pagination span a:hover {
	color: #fff;
}

.pagination .gap {
	border: none;
	background: none;
	padding: 0.25rem 0.5rem;
}

.pagination .gap:hover {
	border: none;
	background: none;
	color: #000;
	padding: 0.25rem 0.5rem;
}

.pagination .current {
	background: #000;
	color: #fff;
	padding: 0.25rem 0.5rem;
}

/* pickupのカテゴリの色
================================================== */

.cate-orange {
	color: #FF7A4B;
}

.cate-blue {
	color: #4E88B7;
}

.cate-green {
	color: #D8D363;
}

/* サイトマップ
================================================== */

.sitemap {
	padding-bottom: 3rem;
}

.sm-depth1-label,
.sm-depth2-label {
	width: 100%;
	display: block;
}

.sm-depth1-label {
	font-size: 1.25rem;
	padding: 0.25rem 0.5rem;
	/* border-bottom: 1px dotted;
	border-top: 1px dotted; */
	margin: 0.5rem 0;
	background-color: #F4F2F0;
	font-family: 游明朝,
		YuMincho,
		"ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN",
		HG明朝E,
		"ＭＳ Ｐ明朝",
		"ＭＳ 明朝",
		serif;
	font-weight: bold;
}

.sm-depth1-label::before,
.sm-depth2-label::before {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	font-size: 0.5rem;
	padding-right: 0.25rem;
	vertical-align: middle;
}

.sm-depth1-label a,
.sm-depth2-label a {
	text-decoration: none;
}

.sm-depth2-label {
	padding: 0.15rem 1.25rem;

}

.sm-depth2-label:last-child {}

/* お役立ちリンク集
================================================== */

.top-category_link .contentBodyWrapper span {
	display: block;
	padding: 0 1.5rem;
}

.top-category_link .contentBodyWrapper .none_text {
	display: none;
}


/* チャンネル一覧
================================================== */

.top-category_movie .pickup ul li {
	width: 28.3%;
	margin: 1%;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	padding: 1.5%;
	transition: 0.3s;
	background-color: #000;
	text-align: center;
	border-radius: 10px;
}

.top-category_movie .pickup ul li .title {
	padding: 10px 0 0 0;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.top-category_movie .pickup ul li .thumb {
	width: 100%;
	height: auto;
}


.top-category_movie .pickup ul li .thumb img {
	width: 100px;
	height: auto;
	/* object-fit: cover; */
	/* font-family: 'object-fit: cover;'; */
	border-radius: 50px;
	transition-duration: 0.3s;
	/* overflow: hidden; */
	margin: 3%;
}

.top-category_movie .pickup ul li a {
	color: #fff;
}



@media screen and (max-width: 500px) {
	.top-category_movie .pickup ul li {
		width: 35.5%;
		margin: 3%;
		padding: 15px;
	}
}