@charset "utf-8";


/* ページ遷移
========================= */
.shutter {
    position: fixed;
    top: 0;
    left: 0;
    width: 200vw;
    height: 100vh;
    z-index: 9999;
    pointer-events: none;
    transition: transform .8s ease-in-out;
	background: #2f3cbd;
	background: -moz-linear-gradient(top,  #2f3cbd 0%, #8238c9 100%);
	background: -webkit-linear-gradient(top,  #2f3cbd 0%,#8238c9 100%);
	background: linear-gradient(to bottom,  #2f3cbd 0%,#8238c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3cbd', endColorstr='#8238c9',GradientType=0 );
}
 
.shutter-a {
    transform: translateX(100vw);
}
.shutter-a.moved {
    transform: translateX(-200vw);
}
 
.shutter-b {
    transform: translateX(-200vw);
}
.shutter-b.moved {
    transform: translateX(100vw);
}

/* ヘッダー
========================= */
header {
	width: 100%;
	height: 160px;
	-webkit-transition: 0.28s;  
	-moz-transition: 0.28s;  
	-o-transition: 0.28s;  
	transition: 0.28s; 
}
.head-contents {
	width: 100%;
	height: 100px;
	background-color: #fff;
	-webkit-transition: 0.28s;  
	-moz-transition: 0.28s;  
	-o-transition: 0.28s;  
	transition: 0.28s; 
	position: relative;
}
.head-contents .main-logo {
	display: inline-block;
	float: left;
	padding: 25px 0 0 25px;
}
.head-contents .lang-nav {
	display: inline-flex;
	float: right;
}
.head-contents .lang-nav a {
	display: table;
	width: 100px;
	height: 100px;
	border-left: 1px solid #ccc;
}
.head-contents .lang-nav a.active,
.head-contents .lang-nav a:hover {
	background-color: #000;
}
.head-contents .lang-nav a span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	color: #000;
}
.head-contents .lang-nav a.active span,
.head-contents .lang-nav a:hover span {
	color: #fff;
	font-weight: normal;
}

.head-contents .lang-nav .sns {
	background-color: #efefef;
	width: 85px;
}
.head-contents .lang-nav .sns span i {
    display: block;
    margin-bottom: 7px;
    font-size: 28px;
}
.fixed-header .head-contents .lang-nav .sns span i {
    margin-bottom: 3px;
    font-size: 25px;
}
.head-contents .lang-nav .sns span .f-jayu {
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
	display: block;
}

@media screen and (min-width: 768px) and (max-width: 830px) {
	.head-contents .lang-nav a {
		width: 85px;
	}
}
@media screen and (max-width: 767px) {
	.site-header {
		height: 110px;
	}
	.head-contents {
		height: 70px;
	}
	.head-contents .main-logo {
		padding: 58px 0 0 15px;
	}
	.head-contents .main-logo a img {
		width: 70%;
	}
	.head-contents .lang-nav {
		width: 100%;
		float: none;
		height: 40px;
		position: absolute;
		top: 0;
		left: 0;
		border-bottom: 1px solid #ccc;
	}
	.head-contents .lang-nav a {
		display: table;
		width: 33.33333%;
		height: 40px;
		border-left: 1px solid #ccc;
	}
	.head-contents .lang-nav a:first-child {
		border-left: none;
	}
	.head-contents .lang-nav .sns {
		display: none;
	}
}

/* グローバルナビ
========================= */
.site-navigation {
	width: 100%;
	height: 60px;
	background: #2f3cbd;
	background: -moz-linear-gradient(left,  #2f3cbd 20%, #8238c9 100%);
	background: -webkit-linear-gradient(left,  #2f3cbd 20%,#8238c9 100%);
	background: linear-gradient(to right,  #2f3cbd 20%,#8238c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3cbd', endColorstr='#8238c9',GradientType=1 );
	position: relative;
	-webkit-transition: 0.28s;  
	-moz-transition: 0.28s;  
	-o-transition: 0.28s;  
	transition: 0.28s; 
}

.site-navigation ul {
	display: inline-flex;
	width: 100%;
}
.site-navigation ul li.g-menu {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	display: block;
	width: 16.66666%;
}
.site-navigation ul li.g-menu a.g-link {
	position: relative;
}
.site-navigation ul li.g-menu a.g-link:after {
	content: "";
	width: 1px;
	height: 32px;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -16px;
}
.site-navigation ul li.g-menu:first-child a.g-link:before {
	content: "";
	width: 1px;
	height: 32px;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -16px;
}
.site-navigation ul li.g-menu a.g-link {
	height: 60px;
	padding-top: 18px;
	text-align: center;
}
.site-navigation ul li.active a.g-link,
.site-navigation ul li a.g-link:hover,
.site-navigation ul li.sfHover a.g-link
/*
#home .site-navigation ul li.g-menu:nth-child(1) a.g-link,
#Company .site-navigation ul li.g-menu:nth-child(2) a.g-link,
#Services .site-navigation ul li.g-menu:nth-child(3) a.g-link,
#Product .site-navigation ul li.g-menu:nth-child(4) a.g-link,
#Faq .site-navigation ul li.g-menu:nth-child(5) a.g-link,
#Contact .site-navigation ul li.g-menu:nth-child(6) a.g-link
*/
{
	background-color: rgba(255,255,255,0.3);
}
.site-navigation ul li.g-menu a.g-link .f-jp {
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
	padding-bottom: 5px;
}
.site-navigation ul li.g-menu a.g-link .f-bar {
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	display: block;
	color: #000;
}

/* mega menu */
.sf-mega {
	font-size: 1.5rem;
	width: 100%;
	position: absolute;
	z-index: 555;
	background: rgba(46,44,128,0.9);
	left: 0;
	color: #fff;
	padding: 5rem 2rem;
}
.sf-mega .mega-title {
	padding: 2rem;
	border-right: 1px solid rgba(255,255,255,0.5);
}
.sf-mega .mega-title span {
	display: block;
	text-align: center;
}
.sf-mega .mega-title .f-bar {
	color: #d1d1d1;
	margin-bottom: 3rem;
}

.sf-mega .mega-page {
	padding: 2rem 0 0 5rem;
}
.sf-mega .mega-page ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.sf-mega .mega-page ul li {
	float: left;
	padding-right: 2rem;
	padding-bottom: 2rem;
}
.sf-mega .mega-page ul li a {
	color: #fff;
	padding-left: 1.5rem;
}
.sf-mega .mega-page ul li a:before {
	content: "・";
	display: inline-block;
}


@media screen and (min-width: 768px) and (max-width: 991px) {
	.sf-mega {
		padding: 2rem 1.5rem;
	}
	.sf-mega .mega-title {
		padding: 1.5rem 1.5rem 1.5rem 0;
	}
	.sf-mega .mega-page {
		padding: 1.5rem 0 0 3rem;
	}
}



.toggle-mnu {
    display: block;
    width: 55px;
    height: 55px;
    margin-top: 0;
    box-sizing: border-box;
    padding: 18px 15px 15px 15px;
}

.toggle-mnu span:after, .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}

.toggle-mnu span:after {
  top: 18px;
}

.toggle-mnu span {
  position: relative;
  display: block;
}

.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}

.toggle-mnu.on span {
  background-color: transparent;
}

.toggle-mnu.on span:before {
  -webkit-transform: rotate(45deg) translate(-1px, 0px);
      -ms-transform: rotate(45deg) translate(-1px, 0px);
          transform: rotate(45deg) translate(-1px, 0px);
}

.toggle-mnu.on span:after {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
      -ms-transform: rotate(-45deg) translate(6px, -7px);
          transform: rotate(-45deg) translate(6px, -7px);
}

.toggle-mnu {
  float: left;
  position: relative;
  z-index: 555;
}

@media only screen and (min-width: 769px) {
  .toggle-mnu {
    display: none;
  }
}

#hamburger {
	position: absolute;
	z-index: 555;
	right: 13px;
	top: 7px;
}
.hamburger {
    padding: 10px;
    height: 45px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,-webkit-filter;
    -webkit-transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 0.8;
}
.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}
.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.3s 0.3s cubic-bezier(.33333,.66667,.66667,1),opacity 0.1s linear;
    transition: top 0.3s 0.3s cubic-bezier(.33333,.66667,.66667,1),opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform 0.15s cubic-bezier(.55,.055,.675,.19);
    -webkit-transition: top 0.12s 0.3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform 0.15s cubic-bezier(.55,.055,.675,.19);
    transition: top 0.12s 0.3s cubic-bezier(.33333,.66667,.66667,1),transform 0.15s cubic-bezier(.55,.055,.675,.19);
    transition: top 0.12s 0.3s cubic-bezier(.33333,.66667,.66667,1),transform 0.15s cubic-bezier(.55,.055,.675,.19),-webkit-transform 0.15s cubic-bezier(.55,.055,.675,.19);
}
.mm-wrapper_opened .hamburger--collapse .hamburger-inner {
    -webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
    transform: translate3d(0,-10px,0) rotate(-45deg);
    -webkit-transition-delay: 0.32s;
    transition-delay: 0.32s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
.mm-wrapper_opened .hamburger--collapse .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.3s cubic-bezier(.33333,0,.66667,.33333),opacity 0.1s 0.27s linear;
    transition: top 0.3s cubic-bezier(.33333,0,.66667,.33333),opacity 0.1s 0.27s linear;
}
.mm-wrapper_opened .hamburger--collapse .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform 0.15s 0.42s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: top 0.12s 0.18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform 0.15s 0.42s cubic-bezier(.215,.61,.355,1);
    transition: top 0.12s 0.18s cubic-bezier(.33333,0,.66667,.33333),transform 0.15s 0.42s cubic-bezier(.215,.61,.355,1);
    transition: top 0.12s 0.18s cubic-bezier(.33333,0,.66667,.33333),transform 0.15s 0.42s cubic-bezier(.215,.61,.355,1),-webkit-transform 0.15s 0.42s cubic-bezier(.215,.61,.355,1);
}
@media screen and (max-width: 767px) {
	.site-navigation {
		height: 50px;
	}
	#hamburger {
		top: 53px;
		background: #2f3cbd;
		background: -moz-linear-gradient(top,  #2f3cbd 0%, #8238c9 100%);
		background: -webkit-linear-gradient(top,  #2f3cbd 0%,#8238c9 100%);
		background: linear-gradient(to bottom,  #2f3cbd 0%,#8238c9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3cbd', endColorstr='#8238c9',GradientType=0 );
	}
}


/* ヘッダーフィックス
========================= */
@media screen and (min-width: 768px) {
	.page {
		padding-top: 160px;
	}
	.fixed-body .page {
		padding-top: 110px;
	}
	.site-header {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 555;
	}
	.site-header.fixed-header {
		height: 110px;
	}
	.site-header.fixed-header .head-contents {
		height: 60px;
	}
	.site-header.fixed-header .head-contents .main-logo {
		display: inline-block;
		float: left;
		padding: 10px 0 0 15px;
	}
	.site-header.fixed-header .head-contents .main-logo a img {
		width: 80%;
		height: auto;
	}
	.site-header.fixed-header .head-contents .lang-nav a {
		height: 60px;
	}
	.site-header.fixed-header .site-navigation {
		height: 50px;
	}
	.site-header.fixed-header .site-navigation ul li.g-menu a.g-link {
		height: 50px;
		padding-top: 10px;
	}
}

/* ページ下部バナーエリア
========================= */
.foot-bannar {
	background-color: #e3e3e8;
	padding: 7.5rem 0 5.5rem;
}
.foot-bannar ul li a {
	display: inline-block;
}
.foot-bannar ul li a img {
	width: inherit;
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 1480px) {
	.foot-bannar ul {
		max-width: 1480px;
		width: 100%;
		display: block;
		margin: 0 auto;
		padding: 0 2rem;
		zoom: 1;
		font-size: 0;
	}
	.foot-bannar ul li {
		display: inline-block;
		vertical-align: top;
		padding: 0 1rem 2rem 1rem;
		float: left;
	}
}
@media screen and (max-width: 1479px) {
	.foot-bannar ul {
		max-width: 950px;
		text-align: center;
		margin: 0 auto;
		padding: 0;
		zoom: 1;
		font-size: 0;
	}
	.foot-bannar ul li {
		display: inline-block;
		margin-bottom: 1.5rem;
	}
	.foot-bannar ul li:last-child {
		margin-bottom: 0;
	}
	.foot-bannar ul li a {
		display: block;
	}
	.foot-bannar ul li a img {
		max-width: 100%;
		height: auto;
	}
	.foot-bannar ul li {
		margin: 0 1.5rem 3rem;
	}
}
@media screen and (max-width: 767px) {
	.foot-bannar {
		padding: 3rem 1rem 9rem;
		margin: 0 -1.5rem;
	}
	.foot-bannar ul {
		max-width: none;
		width: 100%;
		display: block;
		margin: 0 auto;
		padding: 0 2rem;
		zoom: 1;
		font-size: 0;
		text-align: center;
	}
	.foot-bannar ul li {
		display: inline-block;
		vertical-align: top;
		margin: 0;
		padding: 0 1rem 3rem;
		float: none;
		width: 100%;
		text-align: center;
	}
	.foot-bannar ul li:last-child {
		padding-bottom: 0;
	}
}


/* フッター
========================= */
footer {
	background-color: #c7c7d1;
/* 	margin-top: 60px; */
}
.site-footer {
	position: relative;
	z-index: 1;
}
.site-footer:before {
	content: "";
	display: block;
	width: 860px;
	height: 500px;
	background: url(../img/common/bg-footer.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: -60px;
	z-index: -1;
}

.site-footer .footer-navigation {
	width: 100%;
	padding: 60px 0;
	border-bottom: 6px solid rgba(255,255,255,0.6);
}
.site-footer .footer-navigation .fnav-box {
/* 	display: inline-block; */
	padding-left: 7%;
}
.site-footer .footer-navigation .fnav-box .fnav-block {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	padding: 0 1.5%;
}
.site-footer .footer-navigation .fnav-box .fnav-block i.fa-key {
	padding-left: 0.3rem;
	color: #fffad1;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.site-footer:before {
		content: "";
		display: block;
		width: 100%;
		height: 50%;
		background: url(../img/common/bg-footer.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		left: 0;
		top: -60px;
		z-index: -1;
	}
	.site-footer .footer-navigation {
		padding: 0 0 12px;
	}
	.site-footer .footer-navigation .fnav-box {
		padding-left: 3%;
	}
	.site-footer .footer-navigation .fnav-box .fnav-block {
		display: inline-block;
		width: 45%;
		vertical-align: top;
	}
	.site-footer .footer-navigation .fnav-box .fnav-block:first-child {
		display: inline-block;
		width: 53%;
		vertical-align: top;
	}
}
@media screen and (max-width: 480px) {
	.site-footer .footer-navigation .fnav-box {
		padding: 0 0.8rem;
	}
}
.site-footer .footer-navigation .fnav-box .fnav-block ul {
}
.site-footer .footer-navigation .fnav-box .fnav-block ul li {
	padding-bottom: 18px;
}
.site-footer .footer-navigation .fnav-box .fnav-block ul li a {
	display: inline-block;
	color: #fff;
	vertical-align: top;
}
.site-footer .footer-navigation .fnav-box .fnav-block ul li.has--child {
}
.site-footer .footer-navigation .fnav-box .fnav-block ul li.has--child ul {
	padding-top: 10px;
}
.site-footer .footer-navigation .fnav-box .fnav-block ul li.has--child ul li {
	padding-bottom: 8px;
}
.site-footer .footer-navigation .fnav-box .fnav-block ul li.has--child ul li a {
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.site-footer .footer-navigation .fnav-box {
	    padding-left: 0;
	}
	.site-footer .footer-navigation .fnav-box .fnav-block ul li {
		border-bottom: 1px solid rgba(255,255,255,0.8);
		padding: 0;
	}
	.site-footer .footer-navigation .fnav-box .fnav-block ul li a {
	display: block;
	padding: 1.5rem 1rem;
	}
	.site-footer .footer-navigation .fnav-box .fnav-block ul li.has--child ul {
	    padding-top: 0px;
	    padding-bottom: 1rem;
	}
	.site-footer .footer-navigation .fnav-box .fnav-block ul li.has--child ul li {
		border: none;
		padding: 0 1rem;
	}
	.site-footer .footer-navigation .fnav-box .fnav-block ul li.has--child ul li a {
		display: block;
		padding: 1rem 1rem;
	}

}
@media screen and (max-width: 767px) {
	.site-footer .footer-navigation .fnav-box .fnav-block {
		display: block;
		width: 100%;
	}
	.site-footer .footer-navigation .fnav-box .fnav-block:first-child {
		display: block;
		width: 100%;
	}
	.site-footer .footer-navigation .fnav-box {
	    padding-left: 0;
	}
	.site-footer .footer-navigation .fnav-box .fnav-block ul li {
		border-bottom: 1px solid rgba(255,255,255,0.8);
		padding: 0;
	}
	.site-footer .footer-navigation .fnav-box .fnav-block ul li a {
	display: block;
	padding: 1.5rem 1rem;
	}
	.site-footer .footer-navigation .fnav-box .fnav-block ul li.has--child ul {
	    padding-top: 0px;
	    padding-bottom: 1rem;
	}
	.site-footer .footer-navigation .fnav-box .fnav-block ul li.has--child ul li {
		border: none;
		padding: 0 1rem;
	}
	.site-footer .footer-navigation .fnav-box .fnav-block ul li.has--child {
		border-bottom: none;
	}
	.site-footer .footer-navigation .fnav-box .fnav-block ul li.has--child ul li a {
		display: block;
		padding: 0.8rem 1rem;
	}
}

.site-footer .footer-info .row,
.site-footer .footer-info {
	width: 100%;
}
.site-footer .footer-info .col-md-4 {
	padding: 0 0 0 30px;
}
.site-footer .footer-info .col-md-4 .c-wrap {
	height: 100%;
	padding-right: 30px;
}
.site-footer .footer-info .col-md-8 {
	padding: 0 0 0 40px;
	border-left: 1px solid #aeaebc;
}
.site-footer .footer-info .col-md-8 .c-wrap {
}
.site-footer .footer-info {
	padding: 40px 0 45px;
	border-bottom: 2px solid rgba(255,255,255,0.6);
}
.site-footer .footer-info h2 {
	padding-bottom: 10px;
}
.site-footer .footer-info p {
}
.site-footer .footer-info p .tel-no {
	display: inline-block;
}
.site-footer .footer-info p.address-box {
	display: block;
	width: 100%;
}
.site-footer .footer-info p.address-box .box {
	width: 49%;
	display: inline-block;
	vertical-align: top;
/* 	padding-top: 10px; */
}
@media screen and (max-width: 767px) {
	.site-footer .footer-info {
		padding: 30px 3% 20px;
	}
	.site-footer .footer-info p.address-box .box {
		width: 100%;
		display: block;
		padding-top: 0;
		padding-bottom: 10px;
	}
	.site-footer .footer-info .col-md-4 {
		height: 100%;
		padding: 0 0 0 0;
	}
	.site-footer .footer-info .col-md-4 .c-wrap {
		height: 100%;
		padding: 0;
	}
	.site-footer .footer-info .col-md-8 {
		padding: 5% 0 0 0;
		border-left: 0;
		border-top: 1px solid #aeaebc;
		margin-top:  5%;
	}
}
.site-footer .footer-info p.address-box .box:first-child {
	padding-left: 0;
}

.site-footer .footer-logo {
	width: 100%;
	padding: 40px 0;
	text-align: center;
}
.site-footer .footer-logo .f-logo {
	display: inline-block;
	margin: 0 auto;
}
.site-footer .footer-logo {
	width: 100%;
	padding: 40px 0;
	text-align: center;
}
.site-footer .footer-logo .f-logo {
	display: inline-block;
	margin: 0 auto;
	padding-left: 111px;
}

.site-footer .footer-logo .icon-fb {
	display: block;
	float: right;
	margin-right: 5px;
}
.site-footer .footer-logo .icon-fb i {
	font-size: 20px;
	color: #c7c7d1;
	background-color: #000;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
}
.site-footer .footer-logo .icon-fb span {
	font-size: 1.5rem;
	line-height: 35px;
	padding-left: 8px;
	font-weight: 600;
	color: #000;
}
.site-footer .footer-logo .icon-fb:hover {
	opacity: 0.85;
}

.site-footer .footer-copy {
	width: 100%;
	background-color: #fff;
	padding: 14px 0;
	font-size: 1.2rem;
}
.site-footer .footer-copy .copy {
	display: inline-block;
	float: left;
	color: #2e2c80;
	vertical-align: top;
}
.site-footer .footer-copy .powered {
	display: inline-block;
	float: right;
	vertical-align: top;
}
.site-footer .footer-copy .powered a {
	display: inline-block;
	color: #2e2c80;
}
@media screen and (max-width: 767px) {
	.site-footer .footer-logo {
		padding: 30px 3%;
	}
	.site-footer .footer-logo .f-logo {
	    padding-left: 0;
	}
	.site-footer .footer-logo .icon-fb {
		display: table;
		float: none;
		margin:  0 auto;
		margin-top: 15px;
	}
	.site-footer .footer-copy .copy {
		display: block;
		float: none;
		line-height: 1.6;
	}
	.site-footer .footer-copy .powered {
		display: block;
		float: none;
		padding-top: 8px;
	}
}


/* toTop
========================= */
#toTop {
    position: fixed;
	width: 45px;
	height: 45px;
    bottom: 10px;
    right: 10px;
    color: #fff;
    cursor: pointer;
    display: none;
    z-index: 1000;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
	background: #2f3cbd;
	background: -moz-linear-gradient(top,  #2f3cbd 0%, #8238c9 100%);
	background: -webkit-linear-gradient(top,  #2f3cbd 0%,#8238c9 100%);
	background: linear-gradient(to bottom,  #2f3cbd 0%,#8238c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3cbd', endColorstr='#8238c9',GradientType=0 );
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#toTop > i {
	color: #fff;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#toTop:hover {
/*
	color: #fff;
	opacity: 0.8;
*/
}
#toTop:hover > i {
	line-height: 35px;
}



/* iOS タップバグ回避
========================= */
@media screen and (max-width: 640px) {
	.button a{
		pointer-events: none;
	}
	a:hover:after,
	a:active:after,
	a:focus:after
	a:after {
		display: none !important;
	}	
}


/* パララックス背景
========================= */
.bg-rpsv {
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: cover;
}
.bg-rpsv-home {
	background-repeat: no-repeat;
/*
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-attachment:fixed;
*/
	background-size: cover;
}
.bg-rpsv-narrow {
/* 	background-position: 100% 50%; */
/* 	background-repeat: no-repeat; */
	background-size: cover;
}
@media screen and (max-width: 991px) {
	.bg-rpsv {
		background-position: 100% 50% !important;
		background-repeat: no-repeat;
		background-attachment:fixed;
		background-size: cover;
	}
	.bg-rpsv-home {
		background-position: 100% 50% !important;
		background-repeat: no-repeat;
		background-attachment:fixed;
		background-size: cover;
	}
	.bg-rpsv-narrow {
		background-position: 100% 50% !important;
		background-repeat: no-repeat;
		background-attachment:fixed;
		background-size: cover;
	}
}


/* 共通タイトル
========================= */
.sec-title {
	width: 100%;
	display: block;
	text-align: center;
	padding-bottom: 2.5rem;
}
.subPage .sec-title {
	padding-bottom: 4.5rem;
}
.sec-title span {
	display: block;
	width: 100%;
}
.sec-title span.f-noto {
	padding-bottom: 3rem;
	position: relative;
	letter-spacing: 0.2rem;
	color: #000;
}
.sec-title span.f-noto:after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 17px;
	background-color: #7e8ded;
	position: absolute;
	left: 50%;
	bottom: 0.7rem;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sec-title .f-bar {
	color: #999;
	letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
	.subPage .sec-title {
		padding-bottom: 2.5rem;
	}
}



/* 内部ページタイトル
========================= */
.subpage-header {
}
.subpage-header .page-sign {
	width: 100%;
	height: 200px;
	position: relative;
	background: url(../img/common/bg-subpage-header.jpg) no-repeat center center;
/* 	animation-delay:3s; */
	background-size: cover;
/*
	-moz-animation: BgAmin 10s both;
	-webkit-animation: BgAmin 10s both;
	-ms-animation: BgAmin 10s both; 
*/
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.subpage-header .page-sign {
		height: 130px;
		background-size: cover !important;
		animation-play-state: paused !important;
		animation: none !important;
	}
}
/*
@-moz-keyframes BgAmin {
  0% {
	-moz-background-size: 150% auto;
	background-size: 150% auto;
  }
  99% {
	-moz-background-size: 99.9% auto;
	background-size: 99.9% auto;
  }
  100% {
	-moz-background-size: cover;
	background-size: cover;
  }
}
@-webkit-keyframes BgAmin {
  0% {
	-moz-background-size: 150% auto;
	background-size: 150% auto;
  }
  99% {
	-moz-background-size: 99.9% auto;
	background-size: 99.9% auto;
  }
  100% {
	-moz-background-size: cover;
	background-size: cover;
  }
}
@-ms-keyframes BgAmin {
  0% {
	-moz-background-size: 150% auto;
	background-size: 150% auto;
  }
  99% {
	-moz-background-size: 99.9% auto;
	background-size: 99.9% auto;
  }
  100% {
	-moz-background-size: cover;
	background-size: cover;
  }
}
*/

.subpage-header .page-sign .sh-wrap {
	width: 100%;
	position: absolute;
	top: 50%;
/* 	opacity: 0; */
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
/*
	animation: titleAnim 1s ease 1s both;
	-moz-animation: titleAnim 1s ease 1s both;
	-webkit-animation: titleAnim 1s ease 1s both;
	-ms-animation: titleAnim 1s ease 2s both; 
*/
}
/*
@keyframes titleAnim {
  0% {
	top: 60%;
	opacity: 0;
  }
  100% {
	top: 50%;
	opacity: 1;
  }
}
@-moz-keyframes titleAnim {
  0% {
	top: 60%;
	opacity: 0;
  }
  100% {
	top: 50%;
	opacity: 1;
  }
}
@-webkit-keyframes titleAnim {
  0% {
	top: 60%;
	opacity: 0;
  }
  100% {
	top: 50%;
	opacity: 1;
  }
}
@-ms-keyframes titleAnim {
  0% {
	top: 60%;
	opacity: 0;
  }
  100% {
	top: 50%;
	opacity: 1;
  }
}
*/


.subpage-header .page-sign .sh-wrap h2 {
	display: block;
	letter-spacing: 0.8rem;
	padding-bottom: 0.8rem;
	color: #000;
	animation: txtAnim 1s ease 1s both;
	-moz-animation: txtAnim 1s ease 1s both;
	-webkit-animation: txtAnim 1s ease 1s both;
	-ms-animation: txtAnim 1s ease 1s both; 

	-moz-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px);
}
.subpage-header .page-sign .sh-wrap span {
	display: inline-block;
	color: #2f3cbe;

	opacity: 0;
	animation: translateY(20px);
	-moz-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px);

	animation: txtAnim 1s ease 1.5s both;
	-moz-animation: txtAnim 1s ease 1.5s both;
	-webkit-animation: txtAnim 1s ease 1.5s both;
	-ms-animation: txtAnim 1s ease 1.5s both; 
}
@keyframes txtAnim {
  0% {
	opacity: 0;
	-moz-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px);
  }
  100% {
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
  }
}
@-moz-keyframes txtAnim {
  0% {
	opacity: 0;
	-moz-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px);
  }
  100% {
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
  }
}
@-webkit-keyframes txtAnim {
  0% {
	opacity: 0;
	-moz-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px);
  }
  100% {
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
  }
}
@-ms-keyframes txtAnim {
  0% {
	opacity: 0;
	-moz-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px);
  }
  100% {
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
  }
}

.subpage-header .page-sign .sh-wrap span {
	-webkit-flex-direction:row-reverse;
	display: inline-block;
	color: inherit;
/* 	background-image: linear-gradient(to right, #2f3cbe 0%, #443bc1 20%, #593ac3 40%, #7139c7 55%, #8138c9 100%); */
	background-image: linear-gradient(to right,#2f3cbe,#8138c9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: normal;
}
.no-smil .subpage-header .page-sign .sh-wrap span {
	display: block;
	color: #2f3cbe;
	background: none;
	width: 100%;
	line-height: normal;
}

.subpage-header .site-anc-navi {
	width: 100%;
	background-color: #1d1d1d;
}
.subpage-header .site-anc-navi ul {
	width: 100%;
	margin: 0;
	padding: 0;
	zoom: 1;
	font-size: 0;
	text-align: center;
}
.subpage-header .site-anc-navi ul li {
	border-left: 1px solid #000;
	display: inline-block;
	vertical-align: top;
}
.subpage-header .site-anc-navi ul li:last-child {
	border-right: 1px solid #000;
}
.subpage-header .site-anc-navi ul li a {
	display: block;
	line-height: 60px;
	letter-spacing: 0.15em;
	text-align: center;
	padding: 0 6rem;
	color: #fff;
}
.subpage-header .site-anc-navi ul li a:hover {
	background-color: rgba(255,255,255,0.1);
}
@media screen and (max-width: 767px) {
	.subpage-header .page-sign .sh-wrap h2 {
		letter-spacing: 0.3rem;
		padding-bottom: 0.8rem;
	}
	.subpage-header .site-anc-navi ul {
		display: table;
		width: 100%;
	}
	.subpage-header .site-anc-navi ul li {
		display: table-cell;
	    text-align: center;
	    vertical-align: middle;
	}
	.subpage-header .site-anc-navi ul li a {
		line-height: 50px;
		padding: 0;
		letter-spacing: normal;
		font-size: 1.4rem;
	}
}


/* 内部ページコンテンツ
========================= */
.subPage .content-area {
/* 	padding: 6rem 0 0; */
}
.subPage .content-area section {
/* 	padding-top: 8rem */
}
@media screen and (max-width: 767px) {
	.subPage .content-area {
/* 		padding: 3rem 0 0; */
	}
	.subPage .content-area section {
/* 		padding-bottom: 4rem; */
	}
}
.subPage .content-area .ttl-gradation {
	display: block;
	width: 100%;
	margin-left: -1rem;
	padding-left: 3rem;
	padding-right: 3rem;
	background: #2f3cbd;
	background: -moz-linear-gradient(left,  #2f3cbd 20%, #8238c9 100%);
	background: -webkit-linear-gradient(left,  #2f3cbd 20%,#8238c9 100%);
	background: linear-gradient(to right,  #2f3cbd 20%,#8238c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3cbd', endColorstr='#8238c9',GradientType=1 );
}
.subPage .content-area .ttl-gradation span {
	display: block;
	letter-spacing: 0.1em;
	line-height: 50px;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.subPage .content-area .ttl-gradation {
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.subPage .content-area .ttl-gradation span {
		line-height: 35px;
		text-align: center;
		margin: 0 auto;
	}
	.subPage .section-wrap {
		padding: 0 1.5rem;
	}
}


/* セーレン電子製品
========================= */
.common-products {
}
.common-products .products-title {
	width: 100%;
	height: 170px;
	text-align: center;
	background-color: #000;
	background-image: url(../img/common/bg-products-ttl.jpg);
	position: relative;
/* 	background-position: left top; */
}
.common-products .products-title .title-wrap {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.common-products .products-title .title-wrap h2 {
	display: block;
	letter-spacing: 0.2rem;
	padding-bottom: 0.8rem;
	color: #fff;
}
.common-products .products-title .title-wrap span {
	display: block;
	color: inherit;
	background-image: linear-gradient(to right, #2f3cbe 0%, #443bc1 20%, #593ac3 40%, #7139c7 55%, #8138c9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.no-smil .common-products .products-title .title-wrap span {
	color: #8138c9;
	background: none;
}
@media screen and (max-width: 767px) {
	.common-products {
		padding-top: 4rem;
	}
	.common-products .products-title {
		width: 100%;
		height: 110px;
	}
}

.common-products .products-list {
	width: 100%;
}
.common-products .products-list .container-flucol .inner-ful .prod-box {
	position: relative;
	border-right: 1px solid #e4e4ea;
}
.common-products .products-list .container-flucol .inner-ful:last-child .prod-box {
	border-right: none;
}

.common-products .products-list .prod-box a {
    display: block;
    padding: 5rem 3.5rem 9rem;
}
.common-products .products-list .prod-box a:hover {
/* 	background-color: rgba(241,241,247,0.7); */
}
.common-products .products-list .prod-box a:hover img {
	opacity: 1;
}
.common-products .products-list .prod-box:before {
	content: "";
	display: block;
	width: 36px;
	height: 6px;
	background-color: #2f3aa8;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -18px;
}
.common-products .products-list .prod-box .prod-name {
	text-align: center;
	padding-bottom: 3rem;
}
.common-products .products-list .prod-box .prod-name h2 {
	letter-spacing: 0.3em;
	color: #000;
	padding-bottom: 0.3rem;
}
.common-products .products-list .prod-box .prod-name span {
	letter-spacing: 0.3em;
	color: #2f3aa8;
}
.common-products .products-list .prod-box .prod-img {
	padding-bottom: 4rem;
	display: block;
}
.common-products .products-list .prod-box .prod-img img {
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
	display: block;
}
.common-products .products-list .prod-box .prod-text {
	letter-spacing: 0.1em;
	color: #444;
	text-align: center;
}

.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
	.common-products .products-list .prod-box {
		position: relative;
	}
	.common-products .products-list .prod-box a {
		padding: 3.5rem 2.5rem 9rem;
	}
}
@media screen and (min-width: 769px) and (max-width: 991px) {
	.common-products .products-list .prod-box {
		position: relative;
	}
	.common-products .products-list .prod-box a {
		padding: 2.5rem 2.5rem 9rem;
	}
}
@media screen and (max-width: 767px) {
	.common-products .products-list .container-flucol .inner-ful .prod-box {
		border-right: none;
		border-bottom: 1px solid #e4e4ea;
	}
	.common-products .products-list .prod-box {
		position: relative;
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.common-products .products-list .prod-box a {
		padding: 3rem 2rem 9rem;
	}
	.common-products .products-list .col-xs-12:last-child .prod-box{
		border-bottom: none;
	}
	.common-products .products-list .prod-box .prod-name {
		padding-bottom: 1rem;
	}
	.common-products .products-list .prod-box .prod-img {
		padding-bottom: 1.5rem;
	}
}


/* スマホメニュースタイル
========================= */
#menu {
	background: #2f3cbd;
	background: -moz-linear-gradient(left,  #2f3cbd 20%, #8238c9 100%);
	background: -webkit-linear-gradient(left,  #2f3cbd 20%,#8238c9 100%);
	background: linear-gradient(to right,  #2f3cbd 20%,#8238c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3cbd', endColorstr='#8238c9',GradientType=1 );
}
#menu .mm-navbars_top {
	position: static;
}
#menu .mm-navbars_top .mm-navbar.mm-navbar_has-btns {
    border: none;
    text-align: center;
    line-height: normal;
    height: auto;
    padding: 2rem 1.5rem !important;
    margin: 0;
    position: inherit;
    height: 80px !important;
}
#menu .mm-navbars_top .mm-navbar.mm-navbar_has-btns .mm-btn {
	width: 100%;
	height: 40px;
	position: static;
	border: 1px solid #fff;
	/* line-height: 40px; */
	padding: 0;
	text-align: center;
}
#menu .mm-navbars_top .mm-navbar.mm-navbar_has-btns .mm-sronly {
	position: static !important;
	-webkit-clip-path: inset(0%)!important;
	clip-path: inset(0%)!important;
	font-size: 1.8rem;
	line-height: 38px;
}

.mm-panels>.mm-panel .mm-navbar {
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: rgba(255,255,255,0.9);
    text-align: center;
    line-height: 48px;
    height: 50px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.3);
}
.mm-panels>.mm-panel .mm-navbar .mm-navbar__title {
	padding: 0;
}

#menu ul li.phone.mm-listitem {
	border-bottom: 0;
	text-align: center;
	padding: 1.5rem 1rem 1.5rem 2rem;
}
#menu ul li.phone.mm-listitem i {
	font-size: 3rem;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0rem;
	/* float: left; */
}
#menu ul li.phone.mm-listitem .tel-no {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	padding: 0 0 0 1rem;
}
#menu ul li.phone .tel-no span {
	padding: 0 !important;
}
#menu ul li.sns {
	text-align: center;
}
#menu ul li.sns a {
	display: block;
	margin: 0 auto;
}
#menu ul li.sns a i {
	font-size: 40px;
	color: #fff;
	display: block;
	margin-bottom: 3px;
}
#menu ul li.sns a span {
	font-size: 2rem;
	font-weight: 600;
}


/* ローダー
========================= */
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 99999;
}
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
-webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99998;
}
@media only screen and (max-width: 480px) {
}



/* media screen
========================= */
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
}
@media screen and (min-width: 769px) and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}

