@charset "UTF-8";
/* CSS Document */

/************************************************
tvboard.css   201812
************************************************ */

#tvboard2018{
	width: 1000px;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto 100px;
}
#tvboard2018 a{
	text-decoration: none;
	color: #333;
}
#tvboard2018 a:hover{
	opacity: 0.7;
}
#tvboard2018 .bold{
	font-weight: 500!important;
}
#tvboard2018 h2 img{
	width: 100%;
}
#tvboard2018 .h2-box{
	position: relative;
}
#tvboard2018 h2 .en{
	position: absolute;
	top: 53.5%;
	left: 49.5%;
	transform: translateY(-50%) translateX(-50%);
	font-size: 3vw;
	font-family: "Caveat", cursive;
	font-weight: 400;
	letter-spacing: .03em;
	color: #fff;
}
#tvboard2018 .intro{
	position: relative;
	margin: 0 auto 50px;
	text-align: center;
}
#tvboard2018 .intro p{
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	font-size: 15px;
	line-height: 1.6;
	margin: 50px auto;
	color: #333;
}
ul.menu-box {
	width: 640px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	padding: 1%;
	margin: 40px auto;
	background: rgb(226,226,226);
	background: -moz-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(242,242,242,1) 46%, rgba(226,226,226,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(226,226,226,1) 0%,rgba(242,242,242,1) 46%,rgba(226,226,226,1) 100%);
	background: linear-gradient(135deg, rgba(226,226,226,1) 0%,rgba(242,242,242,1) 46%,rgba(226,226,226,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#e2e2e2',GradientType=1 );
}
.menu-box li{
	position: relative;
	width: 32%;
	height: 70px;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	text-align: left;
	line-height: 1.3;
	background: #fff;
	padding: 1.5%;
	margin: 5px 2px;
	box-sizing: border-box;
}
.menu-box li span{
	position: absolute;
	bottom: -3px;
	right: 8px;
	/*width: 60%;*/
	display: block;
	font-size: 30px;
	font-family: "Caveat", cursive;
}
.menu-box li span img{
	width: 100%;
	height: auto;
}
.menu-box li:hover {
  transform: scale(.98);
	transition: all 100ms 0s ease;
}

.section-box{
	margin: 60px auto 0;
	text-align: center;
}
.section-box .ttl{
	text-align: center;
	margin: 0 auto 60px;
}
.section-box .ttl h3.ttl-txt{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	border: none;
	margin-bottom: 10px;
}
.section-box .ttl h3.ttl-txt img{
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	height: auto;
	font-family: "Caveat", cursive;
}
.section-box .ttl h3.ttl-txt .en{
	font-size: 50px;
	color: #333;
	font-family: "Caveat", cursive;
	padding-right: .5em;
}
.section-box .ttl h3.ttl-txt .jp{
	position: relative;
	top: 3px;
	font-size: 18px;
	color: #333;
}
.section-box .ttl h3.ttl-txt .jp:before{
	content: "―";
	padding-right: .8em;
}
.section-box .ttl .flL{
	width: 500px;
	height: 423px;
}
.section-box .ttl .flL img{
	width:100%;
	height: auto;
}
.section-box .ttl .flR{
	width: 500px;
	height: 423px;
	background: #f2f2f2;
	padding: 0;
	box-sizing: border-box;
	text-align: left;
}
.section-box #layout .ttl .flL{
	width: 500px;
	height: 320px;
}
.section-box #layout .ttl .flR{
	width: 450px;
	height: 320px;
}

.section-box .ttl .flR>div{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 3px solid #fff;
	padding: 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.section-box .ttl .flR>div:last-child{
	border-bottom: none;
}
.section-box #high .ttl .flR>div{
	height: calc(100% / 2);
	padding: 40px 20px;
}
.section-box #width .ttl .flR>div{
	padding: 100px 20px;
}
.section-box #width .ttl .flR>div p{
	margin-bottom: 10px;
	line-height: 1.6;
}
.section-box #width .ttl .flR>div p:last-child{
	font-size: 12px;
}
.section-box #taste .ttl .flR>div{
	height: calc(100% / 3);
	padding: 18px;
}
.section-box #taste .ttl .flR>div h5{
	margin-bottom: 10px;
}
.section-box #taste .ttl .flR>div p{
	font-size: 12px;
}
.section-box #color .ttl .flR>div{
	height: calc(100% / 4);
	padding: 5px 20px;
}
.section-box #color .ttl .flR>div h5{
	margin-bottom: 5px;
}
.section-box #color .ttl .flR>div p{
	font-size: 12px;
}
.section-box #function .ttl .flR>div{
	height: calc(100% / 4);
	padding: 5px 16px;
}
.section-box #layout .ttl .flR>div{
	height: calc(100% / 2);
	padding: 30px 20px;
}
.section-box #layout .ttl:nth-child(3) .flR>div{
	padding: 60px 20px;
}
.section-box #layout .ttl:last-child {
	margin-bottom: 0;
}
.section-box #layout .ttl:last-child p{
	font-size: 14px;
	margin: 20px auto;
	text-align: left;
}
.section-box .ttl .flR h4.item-txt{
	display: flex;
	align-items:center;
	/*justify-content: space-between;*/
	font-size: 17px;
	font-weight: 400;
	margin: 0 0 5px;
}
.section-box .ttl .flR h4.item-txt img{
	width: 100px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
.section-box .ttl .flR h4.item-txt .en{
	display: block;
	width: 40%;
	font-size: 32px;
	font-family: "Caveat", cursive;
	text-align: left;
	padding-right: 3%;
}
.section-box .ttl .flR h4.item-txt .jp{
	width: 55%;
	text-align: right;
	font-size: 12px;
	padding-top: 5px;
	float: right;
}
.section-box .ttl .flR h4.item-txt .jp:before{
	content: "―";
	padding-right: 5px;
}
.section-box .ttl .flR h4.item-txt .jp:after{
	content: "―";
	padding-left: 5px;
}
.section-box .ttl .flR p{
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 8px;
}

.section-box .pickup{
	display: inline-block;
	font-size: 24px;
	border-bottom: 1px solid #333;
	padding-bottom: 8px;
}

.section-box ul{
	margin: 0 auto;
}
.section-box ul li{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	padding: 0 1%;
	margin: 0 auto 20px;
}
.section-box ul li p{
	padding: 0 20px;
	margin: auto;
}
.section-box ul li img{
	width: 250px;
	height: auto;
}
.section-box ul li .lead{
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}
.section-box ul li .text{
	font-size: 12px;
	margin-bottom: 10px;
	text-align: left;
}
.section-box ul li .link{
	font-size: 12px;
	text-align: center;
}
.section-box ul li .link:before{
	content: ">>";
	font-size: 12px;
	text-align: left;
	padding-right: .5em;
}
.section-box ul li .link span{
	font-size: 12px;
	text-align: left;
	text-decoration: underline;
}
.section-box ul li .link a{
	text-decoration: underline!important;
}
.section-box .item3 li{
	width: 32%;
}
.section-box .item4 li{
	width: 46%;
}
.section-box .item4 li p{
	width: 80%;
}


@media screen and (max-width: 896px){
	#tvboard2018{
		width: 96%;
		margin: 0 auto 60px;
	}
	#tvboard2018 .intro{
		margin: 0 auto 20px;
	}
	#tvboard2018 .intro p{
		font-size: 1.3rem;
		margin: 20px auto 10px;
		padding: 0 3%;
	}
	#tvboard2018 h2 .en{
		font-size: 4.5vw;
	}
	ul.menu-box {
		width: 100%;
		text-align: center;
		padding: 1%;
		margin: 30px auto;
		box-sizing: border-box;
	}
	.menu-box li{
		height: 50px;
		font-size: 1.2rem;
		padding: 1%;
		margin: 2px;
		box-sizing: border-box;
	}
	.menu-box li span{
		display: block;
		font-size: 20px;
		text-align: right;
	}
	.menu-box li span img{
		width: 100%;
		max-width: 105px;
		height: auto;
	}

	.section-box{
		margin: 20px auto 0;
		text-align: center;
	}
	.section-box .ttl{
		text-align: center;
		margin: 0 auto 30px;
	}
	.section-box .ttl h3.ttl-txt{
		width: 100%;
		font-size: 1.6rem;
		font-weight: 400;
		border: none;
		margin: 10px auto 20px;
	}
	.section-box .ttl h3.ttl-txt img{
		width: 160px;
		height: auto;
	}
	.section-box .ttl h3.ttl-txt .en{

	}
	.section-box .ttl h3.ttl-txt .jp{
		/*width: calc(100% - 170px);*/
		font-size: 1.3rem;
		text-align: left;
	}
	.section-box .ttl .flL{
		width: 100%;
		max-width: 700px;
		height: auto;
		float: none;
		margin: auto;
	}
	.section-box .ttl .flR{
		width: 100%;
		max-width: 700px;
		height: auto;
		float: none;
		margin: auto;
	}
	.section-box #layout .ttl .flL{
		width: 100%;
		max-width: 500px;
		height: auto;
	}
	.section-box #layout .ttl .flR{
		width: 100%;
		max-width: 500px;
		height: auto;
	}
	.section-box .ttl .flR>div:first-child{
		padding-top: 15px!important;
	}
	.section-box .ttl .flR>div{
		border-bottom: 2px solid #fff;
		padding: 15px;
	}
	.section-box .ttl .flR>div:last-child{
		border-bottom: none;
	}
	.section-box #high .ttl .flR>div,
	.section-box #width .ttl .flR>div,
	.section-box #taste .ttl .flR>div,
	.section-box #color .ttl .flR>div,
	.section-box #function .ttl .flR>div,
	.section-box #layout .ttl .flR>div{
		padding: 12px 15px 10px;
		height: auto;
	}
	.section-box #width .ttl .flR>div p{
		margin-bottom: 5px;
		line-height: 1.6;
	}
	.section-box #width .ttl .flR>div p:last-child{
		font-size: 1.2rem;
	}
	.section-box #taste .ttl .flR>div h5{
		margin-bottom: 5px;
	}
	.section-box #taste .ttl .flR>div p{
		font-size: 1.2rem;
	}
	.section-box #color .ttl .flR>div h5{
		margin-bottom: 5px;
	}
	.section-box #color .ttl .flR>div p, .section-box #function .ttl .flR>div p{
		font-size: 1.2rem;
	}
	.section-box #layout .ttl:nth-child(3) .flR>div{
		padding: 10px 15px;
	}
	.section-box #layout .ttl:last-child {
		margin-bottom: 0;
	}
	.section-box #layout .ttl:last-child p{
		font-size: 1.2rem;
		padding: 0 1%;
		margin: 20px auto 0;
		text-align: left;
		line-height: 1.6;
	}
	.section-box .ttl .flR h4.item-txt{
		font-size: 1.4rem;
		margin-bottom: 8px;
	}
	.section-box .ttl .flR h4.item-txt img{
		width: 32%;
		max-width: 100px;
		height: auto;
	}
	.section-box .ttl .flR h4.item-txt .jp{
		width: calc(100% - 100px);
		text-align: right;
		font-size: 1.2rem;
		padding-top: 5px;
		/*float: right;*/
	}
	.section-box .ttl .flR h4.item-txt .jp:before{
		content: "―";
		/*font-size: .6rem;*/
	}
	.section-box .ttl .flR h4.item-txt .jp:after{
		content: "―";
		/*font-size: .6rem;*/
	}
	.section-box .ttl .flR p{
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 5px;
	}

	.section-box .pickup{
		font-size: 2.0rem;
		padding-bottom: 3px;
	}
	.section-box ul li{
		font-size: 1.3rem;
		padding: 0 1%;
		margin: 0 auto 30px;
	}
	.section-box ul li p{
		padding: 0 10px;
		margin: auto;
	}
	.section-box ul li img{
		width: 100%;
		max-width: 150px;
		height: auto;
	}
	.section-box ul li .lead{
		font-size: 1.5rem;
		font-weight: 600;
		margin-bottom: 5px;
		word-break: break-all;
		letter-spacing: 0;
	}
	.section-box ul li .text{
		font-size: 1.1rem;
		margin-bottom: 10px;
		text-align: left;
	}
	.section-box ul li .link{
		font-size: 1.1rem;
		text-align: left;
	}
	.section-box ul li .link:before{
		content: ">>";
		font-size: 1.1rem;
		position: relative;
		top: 2px;
	}
	.section-box ul li .link span{
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 568px){
	#tvboard2018 h2 .en{
		font-size: 6vw;
	}
	#tvboard2018 .intro br{
		display: none;
	}
	#tvboard2018 .intro p{
		text-align: left;
	}
	.menu-box li{
		width: 47%;
		height: 50px;
		font-size: 3vw;
		padding: 1%;
		margin: 3px 3px;
	}
	.menu-box li span{
		font-size: 6vw;
		display: block;
		text-align: right;
	}
	.section-box .ttl h3.ttl-txt img{
		width: 120px;
		height: auto;
	}
	.section-box .ttl h3.ttl-txt .en{
		font-size: 10vw
	}
	.section-box .ttl h3.ttl-txt .jp{
		/*width: calc(100% - 125px);*/
		font-size: 3.2vw;
		text-align: left;
	}
	.section-box .pickup{
		margin-bottom: 20px;
	}
	.section-box ul li img{
		width: 130px;
		height: auto;
		float: left;
	}
	.section-box ul li p{
		width: calc(100% - 140px);
		padding: 0;
		margin: auto;
		text-align: left;
		float: right;
	}
.section-box .item4 li p{
		width: calc(100% - 140px);
	}
	.section-box .item3 li{
	width: 100%;
	}
	.section-box .item4 li{
		width: 100%;
	}
	.section-box .ttl .flR h4.item-txt span{
		font-size: 3vw;
	}
}