* {
	margin:  0;
	padding: 0;
	line-height: 1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	margin:  0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: 100%; /* for iPhone */
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

ul, ol { list-style: none; }
fieldset, img { border: none; }
table { border-collapse: collapse; }
a, a:focus, *:focus { outline: none; }

a:link {
	text-decoration: none;
	color: #09f;
}
a:visited {
	text-decoration: none;
	color: #39c;
}
a:hover, 
a:active {
	text-decoration: underline;
}

.container {
	width: 970px;
	margin-right: auto;
	margin-left:  auto;
	padding-right: 0;
	padding-left:  0;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
	display: table;
	content: " ";
}
.clearfix:after,
.container:after {
	clear: both;
}

/****************************
  script
*****************************/

#toTop {
	display: none;
	position: fixed;
	z-index: 1000;
	right: 30px;
/* 	bottom: 280px; */
	bottom: 40px;
	width:  40px;
	height: 40px;
	margin:  0;
	padding: 0;
	border-radius: 40px;
	background-color: rgba(0, 0, 0, .8);
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s;
}
#toTop:before {
	font-family: 'fontawesome';
	content: '\f077';
}
#toTop:hover {
	background-color: rgba(0, 0, 0, 1);
}

/****************************
  ele
*****************************/

.float_left {
	float: left;
	text-align: left;
}
.float_right {
	float: right;
	text-align: right;
}

.necess {
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #f00;
}

.view_pc {
	display: block;
}
.view_sp {
	display: none;
}

/****************************
  header
*****************************/

#header {
	width: 970px;
	height: 110px;
	margin:  0 auto;
	padding: 0;
	position: relative;
}

#logo {
	position: absolute;
	z-index: 300;
	top: 50px;
	left: 0px;
}
#logo > a {
	display: inline-block;
	margin:  0;
	padding: 0;
}
#logo img {
	width: 318px;
	height: 46px;
	margin:  0;
	padding: 0;
}

#global_nav {
	position: absolute;
	z-index: 300;
	bottom: 0px;
	right:  0px;
}
#global_nav > ul {
	margin:  0;
	padding: 0;
}
#global_nav > ul > li {
	display: inline-block;
	margin:  0;
	padding: 0;
	text-align: center;
	line-height: 1;
}
#global_nav > ul > li.sp {
	display: none;
}
#global_nav > ul > li > a {
	display: block;
	height: 40px;
	margin:  0 0 0 50px;
	padding: 12px 0 0;
	border-bottom: 4px solid transparent;
	color: #000;
/* 	font-weight: bold; */
	font-weight: normal;
	font-size: 15px;
	line-height: 1;
	text-decoration: none;
}
#global_nav > ul > li > a:hover, 
#global_nav > ul > li > a.active {
	border: 4px solid #aadbf6;
	border-width: 0 0 4px;
	border-image: linear-gradient(to right, #aadbf6 0%, #bb80b4 100%);
	border-image-slice: 1;
}

#nav-toggle {
	display: none;
}

/****************************
  footer
*****************************/

#footer {
	height: 300px;
	margin:  0;
	padding: 3em 0 0;
	background-color: #243a94;
	color: #fff;
}

#footer a:link, 
#footer a:visited {
	text-decoration: none;
	color: #fff;
}
#footer a:hover, 
#footer a:active {
	text-decoration: none;
	color: rgba(255, 255, 255, .7);
}

#footer a.disabled_pc {
	pointer-events: none;
}

.footer_left {
	float: left;
	text-align: left;
	margin:  0;
	padding: 0;
}
.footer_right {
	float: right;
	text-align: right;
	margin:  0;
	padding: 1em 0 0;
}

/* LEFT */

h2.h2_footer {
	margin:  0;
	padding: 0 0 1.5em;
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
}
h2.h2_footer img {
	width: 318px;
	height: 46px;
}

h3.h3_footer {
	margin:  0;
	padding: 0 0 .5em;
	font-weight: normal;
	font-size: 1em;
	line-height: 1;
}

#footer address {
	margin:  0;
	padding: 0 1em .5em 0;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5;
}

#footer address span.zip {
	padding-right: .5em;
}
#footer address span.tel {
	padding-right: 2em;
}

/* RIGHT */

ul.ul_footer {
	margin:  0;
	padding: 0;
	text-align: left;
}
ul.ul_footer > li {
	display: inline-block;
	margin:  0 0 1em 2.5em;
	padding: 0;
	text-align: center;
}
ul.ul_footer > li:first-child {
	margin-left: 0;
}
ul.ul_footer > li > a {
	display: block;
	margin:  0;
	padding: 0;
/* 	font-weight: bold; */
	font-weight: normal;
	font-size: 1em;
	line-height: 1;
}

table.table_footer_products_nav {
	margin:  0 0 2em;
	padding: 0;
	border-left: 1px solid #fff;
	text-align: left;
}
table.table_footer_products_nav td {
	margin:  0;
	padding: 0 1em 0 .5em;
}
table.table_footer_products_nav td.td_last {
	padding-right: 0;
}
table.table_footer_products_nav td a {
	display: block;
	margin:  0;
	padding: .3em 0;
	font-size: .9em;
	line-height: 1;
}

#copy {
	margin:  0;
	padding: 3.5em 0 0;
	text-align: right;
	font-size: .9em;
}

/****************************
  fix footer
*****************************/

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#footer {
	margin-top: auto;
}

/****************************
  effect
*****************************/

.effect_slide_left {
	transform: translate(40px, 0);
}
.effect_slide_top {
	transform: translate(0, 30px);
}
.effect_view {
	transform: translate(0, 0);
}

.effect .effect_each, 
.effect_scroll .effect_scroll_each {
	opacity: 0;
	transition: all .6s ease-out 0s;
}
.effect .effect_each.delay1, 
.effect_scroll .effect_scroll_each.delay1 {
	transition-delay: 0.8s;
}
.effect .effect_each.delay2, 
.effect_scroll .effect_scroll_each.delay2 {
	transition-delay: 1.0s;
}
.effect .effect_each.delay3, 
.effect_scroll .effect_scroll_each.delay3 {
	transition-delay: 1.2s;
}
.effect .effect_each.delay4, 
.effect_scroll .effect_scroll_each.delay4 {
	transition-delay: 1.4s;
}
.effect .effect_each.delay5, 
.effect_scroll .effect_scroll_each.delay5 {
	transition-delay: 1.6s;
}
.effect .effect_each.delay6, 
.effect_scroll .effect_scroll_each.delay6 {
	transition-delay: 1.8s;
}
