@charset "utf-8";

#main_visual {
	width: 100%;
	height: auto;
	background-color: #cccccc;
	background-image: url(../img/mv002_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
    margin-bottom: 36px;
	overflow: hidden;
}
#main_visual .cal {
	height: auto;
	width: 870px;
	text-align: center;
	padding-top: 10px;
	margin: 0px auto;
}

#main_visual .cal {
	display: none;
}

#main_visual .cal.slick-initialized {
	display: block;
}
#main_visual .cal .slick-slide{
    margin: 0px;
  }
#main_visual .cal .slick-slide:not(.slick-center) {
	/*
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);	
	*/
}

#main_visual .cal img {
	max-width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main_visual .nav {
	width: 100%;
	height: 40px;
	background-color: #000030;
	margin-top: 0px;
}
/**バナー**/
.banner {
	width: 980px;
	margin: 0px auto 28px;
	text-align: center;
}
.banner img {
	max-width: 100%;
	height: auto;
	border: 4px solid #000000;
}
/**インフォメーション(twitter/更新情報**/
#information_section {
	width: 980px;
	margin: 0px auto 36px;
	display: flex;
	justify-content: space-between;
}
#information_section .sidebox {
	position: relative;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid #000000;
}
#information_section .twitter_box {
	width: 330px;
}
#information_section .information_box {
	width: 620px;
}

#information_section .sidebox h2 {
	color: #ffffff;
	margin: 0px;
	padding: 15px 0px;
	border-bottom: 4px solid #000000;
	font-size: 28px;
	line-height: 100%;
	text-align: left;
	background-color: #0055BB;
	background-image: url(../img/twitter_bg.png);
	background-size: cover;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.5);
}

#information_section .sidebox h2.tweet {
	background-color: #0087DD;
}
#information_section .sidebox h2::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 26px;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	margin-right: 5px;
	margin-left: 10px;
}
#information_section .sidebox::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0pc;
	width: 80px;
	height: 80px;
	opacity: 0.3;
	background-image: url(../img/twitter_bg2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	pointer-events: none;
}

#information_section .information_box ul {
		margin: 0px;
		padding: 0px 5px 15px;
	height: 300px;
	overflow: auto;
}
#information_section .information_box ul li {
		padding-top: 12px;
		padding-bottom: 12px;
		border-bottom: 1px dotted #303030;
		text-align: left;
}
#information_section .information_box ul li span {
		display: block;
		color: #0055BB;
}
#information_section .information_box ul li a {
		color: #303030;
}

#products_section {
	background-color: #0064c7;
	padding: 40px 0px 40px;
}
#products_section ul {
	display: flex;
	flex-wrap: wrap;
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#products_section ul li {
	width: 32%;
	color: #ffffff;
	margin-bottom: 2em;
	margin-right: 2%;
}
#products_section ul li:nth-child(3n) {
	margin-right: 0px;
}

#products_section ul li img{
	max-width: 100%;
	height: auto;
	border: 4px solid rgba(0,0,0,0.5);
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#products_section ul li .ttl {
	font-weight: bold;
	font-size: 20px;
	margin-top: 8px;
}
#products_section ul li .ttl span {
	color: #ffff00;
	font-size: 14px;
}

#products_section ul li .info {
	font-size: 14px;
	margin-top: 8px;
}
#products_section ul li a img {
	margin-top: 8px;
	width: 180px;
	height: auto;
	padding: 8px 12px;
		border: 2px solid rgba(255,255,255,1.0);
}
#products_section ul li a:hover {
	opacity: 0.8;
}



@media screen and (max-width: 639px){
.twitter-timeline {
    width: 700px!important;
}	
	
	
#main_visual {
	height: auto;
    margin-bottom: 24px;
}
#main_visual .cal .slick-slide{
    margin: 0px;
  }
	
#main_visual .cal {
	width: 100%;
	height: auto;
	padding-top: 0px;
}
#main_visual .cal img {
	width:100%;
	height: auto;
}
#main_visual .nav {
	height: 20px;
	margin-top: 0px;
}
/**バナー**/
.banner {
	width: 100%;
	margin: 0px auto 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 8px;
	padding-right: 8px;
}

/**インフォメーション(twitter/更新情報**/
#information_section {
	width: 100%;
	margin: 0px auto 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 8px;
	padding-right: 8px;
	display: block;
}
#information_section .twitter_box {
	width: 100%;
	margin-bottom: 24px;
	/*
	background-color: #cccccc;
	height: 200px;
	*/
}
	
	
#information_section .information_box {
	width: 100%;
}

#information_section .sidebox h2 {
	font-size: 20px;
}

#information_section .sidebox ul {
		margin: 0px;
		padding: 0px 5px 15px;
	height: auto;
}
#information_section .sidebox ul li {
		padding-top: 12px;
		padding-bottom: 12px;
		border-bottom: 1px dotted #303030;
		text-align: left;
}
#information_section .sidebox ul li span {
		display: block;
		color: #0055BB;
}
#information_section .sidebox ul li a {
		color: #303030;
}
#products_section ul {
	width: 100%;
	padding: 0px 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
#products_section ul li {
	width: 100%;
	margin-right: 0px;
	
}
	
	
}
