@charset "utf-8";
a:hover {
	opacity: 1;
}
#top h1{margin: 0;	padding: 0;}

#header-top{
	display: none;
}
#main_top{
	width: 100%;
	max-width: 1200px;
	min-height: 300px;  
    height: auto !important;  
    height: 300px;}


.top_info{
	width: 100%;
	padding-left: 18px;
}


.top_info dl{
	clear: both;
	overflow: hidden;
	padding: 12px 0;
	border-bottom: #CDCDCD solid 1px;
	}


.top_info dt{
	width: 100px;
	/*float: left;*/
	}


.top_info dd{
	width: 100%;
	/*float: right;*/
}
.youtube-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-bottom: 20px;
}
.youtube {
  position: relative;
  width: 49%;
  padding-top: 28.125%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.youtube-info {
  width: 49%;
}
.youtube-info {
  width: 49%;
}




.pickup .pickup-point p{
	width: 100%;
	margin-bottom:5px;
	font-size:16px;
	text-align: justify;
}
 
.pickup .pickup-point h3{
	font-size:18px;
	font-weight: 800;
	text-align: left;
	color: #666;
}
.pickup .pickup-point h3:before {
	content:"■";
}
.pickup .pickup-point .pickup-point-img{
	position: relative;
	width: 100%;
	overflow: hidden;
	
}
.more-view{
	border-radius: 1.4em;
	color: #0044CC;
	font-weight: 600;
	text-align: center;
	background: #FFF;
	position: absolute;
	border: 3px solid #0044CC;
	filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.8));
	top: 40%;
	left: 20%;
	width: 60%;
	opacity: 0;
	z-index: 1000;
}


.pickup .pickup-point .pickup-point-img img{
	width: 100%;
	display: block;
	transition-duration: 0.3s;
}
.line-up-product{
	width: 33%;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 0 5px;
}
.line-up-element{
	width: 25%;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 0 5px;
}
.line-up-product p, .line-up-element p{
	font-size: 0.8em;
	line-height: 1.4em;
	/*color: #FFF;
	background: #624C3F;*/
	padding: 8px 3px 10px 3px;
	position: relative;
	top: 0;
	left: 0;
}

.line-up-element .bg {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transform: scale( 1.0 );
	transform: scale( 1.0 );
}


.pickup-point-img{
	position: relative;
	overflow:hidden;
	//border-radius: 10px;
	z-index: 100;
}
.pickup-point-img:hover .more-view{	
	opacity: 1;
	transition: all 0.5s;
}
.pickup-point-img .bg img{	
	transition: filter 1s;
}
.pickup-point-img:hover .bg img{	
	opacity: 1;
	filter: brightness(0.7);
	transition: all 0.5s;
}

.line-up-element h3{
	color: #333;
	line-height: 1em;
	padding: 8px 0;
	font-size: 130%;
	font-weight: 200;
	text-align: center;
	width: 100%;
}
.pickup-point-img:hover + .line-up-element h3{	
	border-bottom: 1px solid #666;
}
.line-up-product h4, .line-up-element h4{
	margin-bottom: 5px;
	border-image: linear-gradient(to right, red 0%, white 70%) 1/0 0 1px 0;;
	border-bottom: solid;
}


@media only screen and (max-width: 1200px) {
	#main_top {
	width: 98%;
	margin: 0 auto;
	}
}
@media only screen and (max-width: 800px) {
	.cont-block {
	width: 33%;
	}
	.cont-block h4{
	font-size:16px;
	font-weight: 400;
	}
}
@media only screen and (max-width: 640px) {
	.cont-block {
	width: 49%;
	}
	.cont-block h4{
	font-size:13px;
	font-weight: 400;
	}
	.line-up-element, .line-up-product{
	width: 49%;
	}
	.line-up-element h4 {
	font-size: 1em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
	border-image: linear-gradient(to right, white 5%, red 50%, white 95%) 1/0 0 1px 0;;
	border-bottom: solid;
	}

	.line-up-element p {
	color: 666;
	font-size: 1em;
	font-weight: 400;
	}
}
