@charset "utf-8";

/* CSS Document */
*{zoom:1;}

body {
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; */
    background-color:#fff;
	font-size:13px;
	color:#000;
    line-height:1.5em;
    width:100%;
    min-width:1100px;
    overflow-y:scroll;
	overflow-x: hidden;
	border-top: #031951 5px solid;
}
body,nav,header,footer,div,p,a,ul,li,section,article,dl,dt,dd,h1,h2,h3,h4,h5,h6,img{
	margin:0;
	padding:0;
	font-weight:normal;
	list-style-type:none;	
	box-sizing:border-box;
}

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

::selection {
    background: #6c7f96;
    color: #fff;
}

/*Firefox*/
::-moz-selection {
    background: #6c7f96;
    color: #fff;
}

.clear{clear:both;}


img{
	width:100%;
    vertical-align: bottom;
    border:0;
}

a{
	text-decoration:none;
}
/*a{
	color: #111;
	text-decoration:none;
}
a:hover{
	color:#526d8a;
}*/

.br2{display:inline-block;}

.new{
    color:#8d2929;
    text-align:left;
    margin-right:5px;
}

ul.notes{margin-left:1em;}
ul.notes li{text-indent:-1em;}

/*トップヘ戻る*/
.backTopWrap{
	width:100%;
	height:50px;
	position:absolute;
	top:-50px;
	z-index:900;
}
#backTop{
	width:100px;
	height:100px;
	margin:0 auto;
	background-color:#000;
	transform: rotate(-45deg);
	position:relative;
	cursor:pointer;
	color:#fff;
}
#backTop .txt{
	width:100%;
	transform: rotate(45deg);
	position:absolute;
	top:28px;
	left:12px;
	text-align:center;
}

/*----------------------------------------------------------------
動画
-----------------------------------------------------------------*/
 .movieArea {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:auto;
	border: solid 1px #2c2c2c;
}

.movieArea iframe,  
.movieArea object,  
.movieArea embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*----------------------------------------------------------------
ローディング
-----------------------------------------------------------------*/
.loading{
    width:100%;
    position:absolute;
    top:50%;
    z-index:999;
}
.loading{	
	font-family: 'Poppins', sans-serif;
	background-color:#fff;
	font-size: 16px;
}
.loading .load{
	text-align: center;
}
/*--------------------------------------------------------
ベース
----------------------------------------------------------*/
#wrap{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}
#contents{
	opacity: 0;
	margin: 0;
	padding: 0;
	background-image: url(../img/bg_white_cross.jpg);
}
#main{
	padding: 75px 0 150px;
	background-image: url(../img/second/bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	overflow-x: hidden;
}

.contentsBox{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
#order_link{
	color: #fff;
	width: 300px;
	position: absolute;
	top:10px;
	right:20px;
	text-align:right;
	z-index:9999;
}
#order_link a:hover { 
opacity: .8;
-webkit-opacity: .8;
-moz-opacity: .8;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
#order_ban {
	height: 550px !important;
	background-color:#fff; 
	color:#000000;
	font-size:15px;
	margin: 0 auto;
	padding-top:10px;
	text-align:center;
	overflow:hidden !important;
}
#order_ban .link_btn {display: table-cell;}

#order_ban .link_btn img {color: #666666; font-weight:bold; width: 140px!important; margin:15px 10px 0 0;}
#order_ban a:hover { 
opacity: .8;
-webkit-opacity: .8;
-moz-opacity: .8;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
#order_ban .line { width:80%;}
.list_sp { margin:0 7px;}


/*--------------------------------------------------------
サブメニュー
----------------------------------------------------------*/
#subNavi{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	text-align: center;
}
#subNavi a,#subNavi .dummy{
	width: 24%;
	max-width: 150px;
	margin: 5px 0.5%;
	display: inline-block;
	vertical-align: top;
	background-image: url(../img/second/navi_bg.jpg);
	position: relative;
}
#subNavi a .new{
	font-family: 'Fjalla One', sans-serif;
	position: absolute;
	top:0;
	left:0;
	background-color: #000;
	padding: 0 0.5em;
	color: #FFC83E;
}

#subNavi a:hover{
	background-image: url(../img/second/navi_hover.jpg);
}
#subNavi a.selected{
	background-image: url(../img/second/navi_select.jpg);
}
#subNavi a img{
vertical-align: top;
}
/*--------------------------------------------------------
共通
----------------------------------------------------------*/
	.inner{
		padding: 2em 0;
		overflow: hidden;
	}
	.inner .txt{
		padding: 2em;
		line-height: 1.8em;
	}
	.inner h2{
		width: 90%;
		max-width: 700px;
		background:linear-gradient(to right,#58e7ec, #82d9f9);
		transform: skewX(30deg);
		margin-left: -1em;
	}
	.inner h2 .txtArea{
		transform: skewX(-30deg);
		font-weight: bold;
		color: #1a1a1a;
		font-size: 18px;
		padding: 5px 0;
		padding-left: 3em;
	}


.pageWrap{
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 150px;
	transition: all 500ms 0s ease;
	transform: translateY(30px);
	opacity: 0;
}
.pageWrap.action{
	 transform: translateY(0px);
	opacity: 1;

}
.pageWrap .contentsBox{
	transition: all 500ms 0.5s ease;
	transform: translateX(30px);
	opacity: 0;
}
.pageWrap.action .contentsBox{
	 transform: translateX(0px);
	opacity: 1;
	
}

.blackCont{
	background-image: url(../img/bg_black.png);
	border: #000 5px solid;
	color: #fff;
	line-height: 1.5em;
	position: relative;
	display: block;
}
.blackCont .inner{
	border: #34fbff 2px solid;
	font-size: 16px;
}

.blackCont:after{
	content: '';
	width: 15%;
	height:30px;
	max-width: 165px;
	position: absolute;
	bottom:0;
	right:0;
	display: block;
	background-image: url(../img/second/cont_bottom_icon.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*製品情報---------------*/
dl.specTxt{
	width: 28em;
	padding: 1em;
	font-size: 16px;
}

.specTxt dt{
	width: 11em;
	color: #0f223a;
	float: left;
	background-color: #30cccf;
	font-weight: bold;
	text-align: center;
	font-size:15px;
}
.specTxt dd{
	margin-left: 10.5em;
	color: #fff;
	padding-left: 1em;
	margin-bottom: 0.5em;
	font-size:16px;
}
.specTxt img { margin-top:15px;}
.specTxt a:hover{
opacity: .8;
-webkit-opacity: .8;
-moz-opacity: .8;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

/*ニュース---------------*/
.newsBox dt{
	font-weight: bold;
	float: left;
	padding: 0.5em 0;
	line-height: 1.5em;

}
.newsBox dd{
	margin-left: 6.5em;
	font-weight: bold;
	padding: 0.5em 0;
	line-height: 1.5em;
}
.newsBox dd a{
	/*background-color: #30cccf;*/
	color: #031951;
	padding: 0 0.5em;
	margin: 0 2px;
	font-weight: bold;
	border-bottom: #031951 1px dashed;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	
}
.newsBox dd a:hover{
	/*background-color: #031951;*/
	color: #fff;
}

.newsBox dd a:after{
	content:"";
	width:0;
	height:100%;
	background-color:  #031951;
	display:block;
	position:absolute;
	bottom:-2px;
	left:-2px;
	border-top:#031951 3px solid;
	transition: all 0.2s 0s ease-out;
	z-index: -1;
}
.newsBox dd a:hover:after{
	width:100%;
	border-left:#031951 3px solid;
	border-right:#031951 3px solid;
}

/*--------------------------------------------------*/
/*footer*/
footer{
	background-color:#000;
	margin:0;
	text-align:center;
	position:relative;
	color: #fff;
	padding-bottom: 40px;
}
footer .footerTxt{
	position:relative;
	z-index:999;
	background-color:#000;
	padding-bottom:50px;
	padding-top:40px;
}

footer #copy{
	padding: 5px 0 0;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:15px;
}

footer #copy p{ font-weight: bold; font-size:15px; margin-bottom:10px;}
footer #snsArea {
	padding: 20px 0 15px;
	margin-bottom:30px;
	
}
footer #snsArea img{
	width: 40px;
}
footer #linkArea .link{
	display:inline-block;
	vertical-align: middle;
	padding: 0.2em 1em;
	color: #fff;
	margin-top: 1em;
}
footer a:hover{
opacity: .8;
-webkit-opacity: .8;
-moz-opacity: .8;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}


@media (max-width: 978px) {
	.pageWrap{
		background-size: 120% auto;
		padding-top: 9%;
	}

}

@media (max-width: 786px) {
    body{min-width:0; overflow-x:hidden;}
	#main{
		padding: 5% 0 100px;
		overflow-x:hidden;
		background-size: 200% auto;
	}
	.blackCont .inner{

		font-size: 2vw;
	}
	.newsBox{
		font-size: 12px;
	}
	.inner h2 .txtArea{
		font-size: 2.5vw;
	}
#order_link{top:70px; left: 0px; text-align: left;}
#order_link img { width:35%; margin-left:5px;}
	
}
@media (max-width: 480px) {
    /*トップヘ戻る*/
	.loading{
		font-size: 14px;
	}
	.blackCont{
		border: #000 3px solid;
	}
	.pageWrap{
		background-size: 150% auto;
		padding-top: 9%;
	}
	.blackCont .inner{
		border: #34fbff 1px solid;
		font-size: 3vw;
	}
	.newsBox{
		font-size: 3vw;
	}
	#subNavi a .new{
		font-size: 2.6vw;
		padding: 2px 0.5em;
		line-height: 1em;
	}

}
