@charset "utf-8";

* main, .browsBk, #gotop, #menuLinkWrap, #insertArea{
	font-family: "Noto Sans JP", sans-serif;
}

html{
	overflow-x: hidden;
}


::placeholder{
  color: #999;
}

/* 文字の共通設定 */
header h1,
#keyword h2,
.tagstitle h2,
#japanmap h2,
.puPlace {
	font-weight: 700;
}

/* 逆三角形の設定 */
.underarrow {
	margin-right: 10px;
	color: #2f94ca;
}



/* ケーブルテレビ局の地方名部分 */
.cableSele{
	color: #fff;
	background: #41a4da;
}



/* フォントの共通設定 */
header h1, #regWrap a p, #prefName {
	font-family: "M PLUS Rounded 1c", sans-serif !important;
}



/* ブラウザの戻るボタン */
.browsBk{
	display: flex;
	align-items: center;
	position: fixed;
	overflow: hidden;
	border-radius: 1000px 0 0 1000px;
	z-index: 998;
}
.browsBk div{
	border-radius: 1000px;
	z-index: 10;
}
.browsBk p{
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 0 1000px 1000px 0;
	z-index: 9;
}
.browsBk div, .browsBk p{
	background: #21c49d;
}
.browsBk div i, .browsBk p{
	color: #fff;
}



/* ヘッダー */
header {
	border-bottom: 3px solid #48beff;
}

header > a {
	color: #0088d0;
}
header h1 a{ color: #555; }
.txtBrue{ color: #0088d0; display: inline-block; }

header h1 a, header > a, #companylogo a{
	transition: all 0.4s;
}
header h1 a:hover, header > a:hover, #companylogo a:hover{
	opacity: 0.6;
}
#companylogo{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
#companylogo p:first-child{
	display: flex;
	align-items: center;
}
#companylogo a{
	display: flex;
	align-items: center;
}
#companylogo a:last-child{
	aspect-ratio: 325 / 146;
}
#companylogo a img, #siteTitle a img{
	max-width: 100%;
	max-height: 100%;
}
#siteTitle{
	display: flex;
}


h1 a:first-child{
	display: block;
}
h1 a:first-child img{
	max-width: 100%;
	max-height: 100%;
}
#tcnLogo{
	height: auto !important;
}
.logoCross{
	font-weight: 700;
	color: #555;
}



/* メニュー */
nav{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
}
#menuBtn{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #2f94ca;
	z-index: 999;
}
#menuBtn span, #menuBtn span::before, #menuBtn span::after{
	display: block;
	border-radius: 1000px;
	background: #fff;
}
#menuBtn span::before, #menuBtn span::after{
	content: '';
	position: absolute;
}
#menuWrap{
	display: flex;
  flex-direction: column;
	justify-content: space-between;
	position: fixed;
	top: 0;
	right: -100%;
	height: 100vh;
	background: #fff;
	z-index: 998;
}
/* ログイン・新規登録 */
#insertArea{
	display: flex;
	flex-direction: column;
}
#insertArea a{
	display: inline-block;
	border-radius: 1000px;
	text-align: center;
	color: #fff;
	background: #2f94ca;
}
#addInsert{
	margin-top: 0;
	padding: 0 !important;
	text-decoration: underline;
	color: #555 !important;
	background: unset !important;
}
#addInsert:hover{
	opacity: 0.5;
	background: unset;
}
#addInsert span i{
	transform: translateY(0);
}
/* 各種リンクボタン */
#menuLinkWrap{
	width: 100%;
	display: flex;
	flex-direction: column;
}
#menuLinkWrap form label{
	display: inline-block;
	width: 100%;
	height: 100%;
}
#menuLinkWrap form, #menuLinkWrap > a{
	color: #252525;
	background: #f0f0f0;
	transition: all 0.3s;
}
#menuLinkWrap form:hover, #menuLinkWrap > a:hover{
	color: #fff;
	background: #2f94ca;
}
#nemuBack{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	cursor: unset;
}

/* メニュー開閉時 */
#menuBtn, #menuBtn span, #menuBtn span::before, #menuBtn span::after, #menuWrap, #nemuBack{
	transition: all 0.3s;
}
#menuBtnNodisp:checked ~ #menuBtn span{
	background: rgba(0, 0, 0, 0);
}
#menuBtnNodisp:checked ~ #menuBtn span::before{
	transform: rotate(45deg);
}
#menuBtnNodisp:checked ~ #menuBtn span::after{
	transform: rotate(-45deg);
}
#menuBtnNodisp:checked ~ #menuWrap{
	right: 0;
}
#menuBtnNodisp:checked ~ #nemuBack{
	width: 100%;
	height: 100%;
	background: rgba(17, 19, 22, 0.5);
}



/* 検索ボックス */
#keyword form,
#searchWrap form {
	width: 100%;
	box-sizing: border-box;
}

#keyword form,
#keyword form div,
#searchWrap form,
#searchWrap form div {
	display: flex;
}

#keyword form div,
#searchBox div,
#menuWordBox div {
	position: relative;
	background: #2f94ca;
}

#keysearch {
	width: 100%;
	border: 2px solid #2f94ca;
	border-width: 2px 0 2px 2px;
	border-radius: 1000px 0 0 1000px;
	box-sizing: border-box;
	color: #333;
}

#keyword form div input[type="submit"],
#searchBox input[type="submit"] {
	position: absolute;
	width: 100%;
	height: 100%;
}

#keyword form div,
#keyword form div i,
#searchBox div,
#searchBox div i {
	border-radius: 0 1000px 1000px 0;
}

.fa-solid,
#keyword form div,
#searchBox div,
#insertArea a {
	transition: all 0.2s;
}

#keyword form div:hover,
#searchBox div:hover,
#insertArea a:hover {
	background: #163849;
}

#keyword form div:hover #keysearch,
#searchBox div:hover #keysearch {
	border: 2px solid #163849 !important;
}


/* コンテンツ画像マウスオーバー時 */
.metaPlace,
.metatxt,
#searchArea a p {
	word-break: break-all;
}
.metaLinkImg img {
	transition: all 0.4s;
}

.picImg, .metaLinkImg {
	overflow: hidden;
}
.picImg img, .metaLinkImg img {
	width: 100%;
	aspect-ratio: 16/9;
	box-sizing: border-box;
}

.metaLinkImg{
	position: relative;
}
.metaLink:hover .metaLinkImg::after{
	opacity: 1;
}



/* コンテンツ */
.tagsDisp{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.metaPlace , .titles{
	font-weight: 700;
  color: #071e4b;
	font-family: "M PLUS Rounded 1c", sans-serif !important;
}
.genres:first-child{
  margin-left: 0;
}
.genres{
  background: #ff4a53;
}
.usename{
  background: #fda23e;
}
.genres, .usename{
  color: #fff;
  transition: all 0.2s;
}
.genres:hover{
  background: #ad1820;
}
.usename:hover{
  background: #a86721;
}
.linkRight{
  display: flex;
}
.linkRight p{
  width: fit-content;
}
.linkRight p:first-child{
  color: #fff;
  background: #555;
}



/* スクロールバーの設定 */
#regWrap::-webkit-scrollbar,
#metaLinkWrap::-webkit-scrollbar,
#searchArea::-webkit-scrollbar,
#tagList form::-webkit-scrollbar {
	border-radius: 1000px;
	background: #d5f0ff;
}

/* スクロールボタンの設定 */
#regWrap::-webkit-scrollbar-thumb,
#metaLinkWrap::-webkit-scrollbar-thumb,
#searchArea::-webkit-scrollbar-thumb,
#tagList form::-webkit-scrollbar-thumb {
	border-radius: 1000px;
	background: #48beff;
}


/* いいねアイコン */
.goodIcon{
  position: relative;
	width: fit-content;
	cursor: pointer;
	color: #0FD25D;
}
.fa-thumbs-up{
	transition: unset !important;
}
.goodIcon:hover .fa-thumbs-up{
	transform: rotate(-33.75deg);
}
.goodIcon > button{
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
	border: 1px solid #0FD25D;
	border-radius: 1000px;
	background: #fff;
	z-index: 2;
}
.goodIcon > div.goodBtnGreens, .goodIcon > div.goodBtnWhites{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
	border-radius: 1000px;
	z-index: 9;
}
/* ボタン押下時のアニメーション */
.goodBtnGreens, .goodBtnWhites{
	transform: scale(0, 0);
}
.GreenAct, .WhiteAct{
	transform: scale(1, 1);
}
.goodBtnGreens + .goodIcon > button{
	color: #fff;
}
.GreenAct{
	color: #fff;
	background: #0FD25D;
	transition: all 0.1s;
}
.WhiteAct{
	color: #0FD25D;
	background: #fff;
	transition: all 0.2s;
}



/* 公開可能な情報がない地方の場合 */
#notDisp > .metaLinkImg img {
	transform: scale(100%) !important;
}

#notDisp p {
	opacity: 1 !important;
}
#notDisp > .metaLinkImg::after{
	display: none;
}


/* 説明文が特定行以上になった場合に「…」表記にする ※PCのみ有効な設定のため注意 */
.metatxt{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 行数 */
	overflow: hidden;
}

footer{
	width: 100vw;
	text-align: center;
	font-family: "M PLUS Rounded 1c", sans-serif !important;
	color: #fff;
	background: #2f94ca;
}





/* PCサイズ */
@media screen and (min-width: 1025px) {
	#headTitle{
		display: none;
	}

	html {
		height: 100vh;
		padding: 25px 75px 0 50px;
	}

	body,
	main {
		height: 100%;
	}



	/* ヘッダー */
	header {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
	}
	header h1 a{
		font-size: 2rem;
	}
	#companylogo p{
    margin: 0 12px;
	}
	#companylogo p:first-child{
		font-size: 1rem;
		font-weight: 700;
	}
	#companylogo p:first-child a{
		margin-left: 10px;
	}



	/* メニュー */
	#menuBtn{
		width: 60px;
		height: 60px;
	}
	#menuBtn span, #menuBtn span::before, #menuBtn span::after{
		width: 50%;
		height: 4px;
	}
	#menuBtn span::before{
		transform: translateY(-8px);
	}
	#menuBtn span::after{
		transform: translateY(8px);
	}
	#menuWrap{
		padding-top: 120px;
		border: 1px solid #bbb;
		border-width: 0 0 0 1px;
	}
	/* 企業情報・コンテンツ登録 */
	#insertArea{
		padding: 0 70px;
	}
	#insertArea a{
		margin-top: 10px;
		padding: 13px 60px 15px 60px;
		font-size: 1.15rem;
	}
	#addInsert{
		margin-top: 15px;
		font-size: 1rem !important;
	}
	#addInsert span{
		margin-left: 5px;
	}
	.nemuLinkIcon{
		margin-left: 15px;
	}
	.nemuLinkIcon i{
		font-size: 0.9rem;
		transform: translateY(-2px);
	}
	/* 各種リンクボタン */
	#menuLinkWrap form{
		margin-top: 10px;
	}
	#menuLinkWrap form input{
		width: 100%;
	}
	#menuLinkWrap form input, #menuLinkWrap > a{
		padding: 25px 20px;
	}
	#menuLinkWrap > a{
		margin-top: 10px;
	}



	/* ブラウザの戻るボタン */
	.browsBk{
		bottom: 20px;
		left: 20px;
	}
	.browsBk div{
		padding: 10px;
	}
	.browsBk div i{
		font-size: 1.5rem;
	}
	.browsBk p{
    	height: 43.97px;
		padding: 0 20px 0 42px;
		font-size: 1.3rem;
		transform: translateX(-100%);
		transition: all 0.4s;
	}
	.browsBk:hover p{
		transform: translateX(-22px);
	}



	/* スクロールバーの設定 */
	#regWrap::-webkit-scrollbar,
	#metaLinkWrap::-webkit-scrollbar,
	#searchArea::-webkit-scrollbar,
	#tagList form::-webkit-scrollbar {
		width: 12px;
	}



	/* 高さの調整 */
	main {
		height: calc(100% - (50px + 50.15px + 20px + 8px));
		/* 上マージンとヘッダーの高さを減算 */
		/* margin-top: 50px; */
		margin: 50px 0 20px 0;
	}



	/* ヘッダー */
	header{
		padding: 0 20px 10px 20px;
		padding-bottom: 10px;
	}
	header div h1 {
		font-size: 1.8rem;
	}
	#companylogo{
		margin-bottom: 5px;
	}
	#cacLogo{
		margin-right: 10px;
	}
	#companylogo p:last-child{
		padding-top: 5px;
		font-size: 0.7rem;
	}
	#companylogo a{
		height: 15px;
	}
	#siteTitle a:first-child{
		height: 30px;
		margin-right: 10px;
	}
	#siteTitle a:first-child img{
		transform: translateY(-1px);
	}
	#logoArea p{
		margin: 0 10px;
	}
	#tcnLogo{
		width: 42px;
	}

	.metaLinkImg{
		border: 1px solid #fff;
	}
	.metaLink:hover .metaLinkImg{
		border: 1px solid #ccc;
	}
	.metaLink:hover .metaLinkImg img {
		filter: blur(15px) brightness(0.85);
		transform: scale(125%);
	}

	.metaLinkImg::after{
		content: 'くわしく見る';
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		text-shadow: 0 0 5px #aaa;
		font-family: "M PLUS Rounded 1c", sans-serif !important;
		color: #fff;
		transition: all 0.2s;
	}



	/* 検索ボックス */
	#keysearch,
	#searchBox {
		padding: 3px 8px 3px 12px;
		font-size: 0.9rem;
	}

	#keyword form div i,
	#searchBox div i {
		padding: 10px 20px 10px 15px;
	}



	/* コンテンツ */
  .linkRight{
    align-items: flex-end;
  }



	/* フッター */
	footer{
		margin-left: -50px;
		padding: 8px 0;
		font-size: 0.8rem;
	}
}





/* スマホ・タブレットサイズ */
@media screen and (max-width: 1024px) {

	#headTitle{
		display: none;
	}

	html {
		padding: 30px 30px 0 30px;
	}

	header{
		padding: 0 25px 10px 25px;
	}
	header h1 {
		font-size: 1.7rem;
	}

	main {
		flex-direction: column;
		margin-top: 100px;
	}



	/* スクロールバーの設定 */
	#regWrap::-webkit-scrollbar,
	#metaLinkWrap::-webkit-scrollbar,
	#searchArea::-webkit-scrollbar,
	#tagList form::-webkit-scrollbar {
		width: 5px;
	}



	/* リンクアイコン */
  .metaDetails{
    margin-left: 4px;
  }



	/* ヘッダー */
	header > a{
		width: 12vw;
	}
	#companylogo{
		align-items: flex-start;
		margin-bottom: 20px;
		padding-right: 50px;
	}
	#companylogo p{
		font-size: 0.8rem;
	}
	#companylogo a{
		height: 13px;
		margin-left: 5px;
	}
	#siteTitle{
		align-items: center
	}
	#siteTitle a:first-child{
		height: 25px;
		margin-right: 10px;
	}
	#siteTitle a img{
		vertical-align: top;
	}
	#tcnLogo{
		width: 32px;
	}



	/* メニュー */
	#menuBtn{
		width: 75px;
		height: 75px;
	}
	#menuBtn span, #menuBtn span::before, #menuBtn span::after{
		width: 50%;
		height: 4px;
	}
	#menuBtn span::before{
		transform: translateY(-8px);
	}
	#menuBtn span::after{
		transform: translateY(8px);
	}
	#menuWrap{
		width: 100%;
		padding-top: 170px;
		flex-direction: column-reverse;
		justify-content: flex-end;
	}
	/* 企業情報・コンテンツ登録 */
	#insertArea{
		width: 50%;
		margin: 70px auto 0 auto;
		padding: 0 50px;
	}
	#insertArea a{
		width: 100%;
		padding: 1.3vh 0 1.3vh 0;
		font-size: 1.4rem;
	}
	#insertArea a:last-child{
		margin-top: 15px;
	}
	.nemuLinkIcon{
		margin-left: 10px;
	}
	.nemuLinkIcon i{
		font-size: 1rem;
		transform: translateY(-2px);
	}
	/* 各種リンクボタン */
	#menuLinkWrap form input{
		width: 100%;
	}
	#menuLinkWrap form input, #menuLinkWrap > a{
		padding: 3vh 30px;
		font-size: 1.2rem;
	}
	#menuLinkWrap > a, #menuLinkWrap form{
		margin-top: 10px;
	}



	/* ブラウザの戻るボタン */
	.browsBk{
		bottom: 15px;
		left: 15px;
		width: fit-content;
		border-radius: 1000px;
	}
	.browsBk div{
		padding: 10px 10px 10px 15px;
		border-radius: 1000px 0 0 1000px;
	}
	.browsBk div i, .browsBk p{
		font-size: 1.3rem;
	}
	.browsBk p{
    height: 40.8px;
		padding: 0 20px 0 15px;
	}
	/* 上に戻るボタン */
	.browsBk, #gotop{
		box-shadow: 0px 0px 10px #21c49d;
	}



	/* キーワード */
	#searchBox {
		width: 100%;
	}

	#keyword form>input{
		padding: 10px 20px;
		font-size: 1.2rem;
	}

	#keyword form div i{
		font-size: 1.5rem;
		padding: 14px 40px 10px 35px;
	}


	/* 検索結果表示エリア */
	#metaLinkWrap a{
		margin-top: 130px;
	}

	.metaPlace {
		margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    text-align: center;
	}

	.metaLinkImg::after{
		font-size: 1.8rem;
	}

  .metatxtWrap{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }

  .metatxt{
    display: flex;
    font-size: 1.3rem;
  }

  .tagsDisp{
    row-gap: 7px;
    column-gap: 7px;
    margin-top: 15px;
  }
  .tagsDisp input, .linkRight p:first-child{
    padding: 5px 10px;
	}
  .tagsDisp input, .linkRight p{
		font-size: 1.3rem;
  }

  .linkRight{
    margin-top: 7px;
  }
  .linkRight p:first-child{
    margin-right: 7px;
  }
  .linkRight p:last-child{
		display: flex;
		align-items: center;
		height: 33px;
	}



	/* 公開可能な情報がない地方の場合 */
	#notDisp{
		width: 80%;
		margin: 0 auto;
	}
	#notDisp > div{
		width: 100%;
	}
	#notDisp div.metatxtWrap{
		margin: 10px 0 0 0;
	}
	#notDisp div.metatxtWrap p.metaPlace{
		text-align: center;
	}
	#notDisp div.metatxtWrap p.metatxt{
		display: flex;
		justify-content: center;
	}



	/* フッター */
	footer{
		margin-left: -30px;
		padding: 10px 0;
		font-size: 0.75rem;
	}
}





/* スマホ専用サイズ ※微調整用 */
@media screen and (max-width: 499px) {

	#headTitle{
		display: block;
	}

	html {
		padding: 20px 15px 0 15px;
	}

	main {
		margin-top: 70px;
	}



	/* ヘッダー */
	header{
		padding: 0px 0px 10px 0px;
		align-items: flex-end;
	}
	header h1 {
		font-size: 1.2rem;
	}
	header > a{
		width: 20%;
	}
	#companylogo{
		padding-right: 55px;
	}
	#companylogo p{
		margin: 0 10px;
		font-size: 0.7rem;
	}
	#companylogo a, #siteTitle a:first-child{
		height: 15px;
	}



	/* メニュー */
	#menuBtn{
		width: 60px;
		height: 60px;
	}
	#menuWrap{
		flex-direction: column-reverse;
		justify-content: flex-end;
		padding-top: 100px;
	}
	/* 企業情報・コンテンツ登録 */
	#insertArea{
		width: 80%;
		margin-top: 50px;
		padding: 0 20px;
	}
	#insertArea a{
		padding: 10px 20px 11px 20px;
		font-size: 1.2rem;
	}
	#insertArea a:last-child{
		margin-top: 10px;
	}
	.nemuLinkIcon i{
		font-size: 0.8rem;
	}
	/* 各種リンクボタン */
	#menuLinkWrap form input, #menuLinkWrap > a{
		padding: 20px 25px;
		font-size: 1rem;
	}



	/* ブラウザの戻るボタン */
	.browsBk div i, .browsBk p, #gotop{
		font-size: 1.15rem;
	}
	.browsBk{
		bottom: 25px;
		padding: 10px 20px 14px 20px;
		border-radius: 1000px;
		background: #21c49d;
	}
	.browsBk div{
		padding: unset;
	}
	.browsBk p{
		height: auto;
		padding: 0 0 0 10px;
		transform: unset;
		background: unset;
	}

	/* 上に戻るボタン */
	#gotop{
		padding: 7px 20px;
	}
	#gotop i{
		font-size: 1rem;
	}
	#gotop p{
		padding: 5px 0;
	}



	/* キーワード */
	#keyword form div i,
	#searchWrap form div i {
		font-size: 1rem;
		padding: 5px 40px 5px 40px;
	}
	#keyword form div i{
		position: relative;
	}
	#keyword form div i::before {
		position: absolute;
    top: 50%;
    left: 50%;
		transform: translate(-50%, calc(-50% + -1px));
	}

	#metaLinkWrap a {
		margin-top: 120px !important;
	}
	#keyword form>input{
		height: 100%;
		padding: 5px 15px;
    font-size: 0.9rem;
	}



	/* コンテンツ */
  .metaPlace {
    margin-top: 5px;
    font-size: 1.4rem;
  }
  .metatxt, .tagsDisp input, .linkRight p{
    font-size: 0.9rem;
  }
	.tagsDisp{
		margin-top: 10px;
		row-gap: 7px;
    column-gap: 7px;
	}
	.linkRight{
		flex-direction: column;
		margin-top: 5px;
	}
	.linkRight p:last-child{
		height: fit-content;
		margin-top: 7px;
	}



	/* 公開可能な情報がない地方の場合 */
	#notDisp{
		width: 100%;
	}



	/* フッター */
	footer{
		margin-left: -16px;
		font-size: 0.7rem;
	}
}