@charset "UTF-8";


@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap');


/* common
-------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display: block;
}
ul {
    list-style: none;
}
img {
	width: 100%;
	border: none;
	vertical-align: bottom;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
address, em, code, cite, dfn, var, optgroup {
  font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select {
    vertical-align: middle;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="reset"],textarea {
	-webkit-appearance: none;
	border-radius: 0;
	font-family: "游ゴシック" , "Yu Gothic" , "游 ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐ ゴシック" , "MS PGothic" , sans-serif;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}


/* module
------------------------------------------------- */
.floatL {
	float: left;
	display: inline;
}
.floatR {
	float: right;
	display: inline;
}
.alignCenter {text-align: center;}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.valignTop {vertical-align: top;}
.valignMiddle {vertical-align: middle;}
.valignBottom {vertical-align: bottom;}

.light { font-weight: 300; }
.medium { font-weight: 500; }
.bold { font-weight: 700; }

.none { display: none; }
.pcon { display: block; }
.spon { display: none; }
@media only screen and (max-width:767px){
.pcon { display: none; }
.spon { display: block; }
}


/* a
------------------------------------------------- */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
	text-decoration: none;
	outline: none;
    color: #000;
}
@media only screen and (min-width:768px){
a:hover {
	text-decoration: underline;
}
a.al:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	transition: 0.3s;
	text-decoration: none;
}
}


/* font
------------------------------------------------- */
@media only screen and (min-width:768px){
.fo10 { font-size: 10px; }
.fo11 { font-size: 11px; }
.fo12 { font-size: 12px; }
.fo13 { font-size: 13px; }
.fo14 { font-size: 14px; }
.fo15 { font-size: 15px; }
.fo16 { font-size: 16px; }
.fo17 { font-size: 17px; }
.fo18 { font-size: 18px; }
.fo19 { font-size: 19px; }
.fo20 { font-size: 20px; }
.fo21 { font-size: 21px; }
.fo23 { font-size: 23px; }
.fo24 { font-size: 24px; }
.fo25 { font-size: 25px; }
.fo26 { font-size: 26px; }
.fo27 { font-size: 27px; }
.fo28 { font-size: 28px; }
.fo30 { font-size: 30px; }
.fo32 { font-size: 32px; }
.fo33 { font-size: 33px; }
.fo34 { font-size: 34px; }
.fo35 { font-size: 35px; }
.fo49 { font-size: 49px; }
.fo50 { font-size: 50px; }
}
@media only screen and (min-width:768px) and (max-width:1024px){
.fo10 { font-size: 0.9765624vw; }
.fo11 { font-size: 1.0742186vw; }
.fo12 { font-size: 1.171875vw; }
.fo13 { font-size: 1.2695312vw; }
.fo14 { font-size: 1.3671875vw; }
.fo15 { font-size: 1.4648437vw; }
.fo16 { font-size: 1.5625vw; }
.fo17 { font-size: 1.6601562vw; }
.fo18 { font-size: 1.7578125vw; }
.fo19 { font-size: 1.8554687vw; }
.fo20 { font-size: 1.953125vw; }
.fo21 { font-size: 2.0507812vw; }
.fo23 { font-size: 2.2461vw; }
.fo24 { font-size: 2.34375vw; }
.fo25 { font-size: 2.441406vw; }
.fo26 { font-size: 2.54vw; }
.fo27 { font-size: 2.6554687vw; }
.fo28 { font-size: 2.734375vw; }
.fo30 { font-size: 2.9296875vw; }
.fo32 { font-size: 3.125vw; }
.fo33 { font-size: 3.222656vw; }
.fo34 { font-size: 3.3203124vw; }
.fo35 { font-size: 3.4179687vw; }
.fo49 { font-size: 4.7851562vw; }
.fo50 { font-size: 4.8828124vw; }
}

/* html
-------------------------------------------------*/
html {
	overflow-y: scroll;
}

/* body
------------------------------------------------- */
body {
	font-family: "游ゴシック" , "Yu Gothic" , "游 ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐ ゴシック" , "MS PGothic" , sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	-webkit-text-size-adjust: 100%;
}
.fontMincho {
	font-family: YuMincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fontNoto {
	font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (min-width:768px) and (max-width:1024px){
body {
	font-size: 1.3671875vw;
}
}
@media only screen and (max-width:767px){
body {
	font-size: 3.725vw;
}
}

/* wrapper
------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0 auto;
	clear: both;
}
#wrapper::after {
	content: "";
	width: 100%;
	height: 0.36em;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right,#ee0218 0%,#005bc8 50%,#c6ee01 100%);
}

/* header
------------------------------------------------- */
#header {
	width: 100%;
	clear: both;
	position: fixed;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to right,#ffe111 0%,#fccc22 50%,#f9b933 100%);
	z-index: 9000;
	box-sizing: border-box;
}
.logo {
	width: 8.25em;
	padding: 0.714em 1.86em;
}
#header > .hinner > .hbtn {
	position: absolute;
	top: 50%;
	right: 0.5em;
	transform: translate3d(0, -50%, 0);
}
#header > .hinner > .hbtn > li {
	display: inline-block;
	vertical-align: top;
	padding-right: 0.3em;
    position: relative;
}
#header > .hinner > .hbtn > li > a {
	width: 12.8em;
	display: block;
	border: #ccc 1px solid;
	background: #fff;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	padding: 0.667em 0;
}
#header > .hinner > .hbtn > li > a > span {
	display: inline-block;
}
#header .flex {
	display: flex;
    align-items: center;
}
#header .flex .fAdr {
	margin: 0.714em 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#header .flex .fAdr address {
	display: block;
    margin-right: 1.5em;
}
#header .flex .fAdr .link {
	padding-top: 1.5em;
}
#header > .hinner > .hbtn > li > .sub {
    width: 12.8em;
    padding-bottom: 1em;
    position: absolute;
    left: 0;
    bottom: 90%;
    box-sizing: border-box;
    display: none;
}
#header > .hinner > .hbtn > li > .sub::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 0.6em solid transparent;
    border-left: 0.6em solid transparent;
    border-top: 1em solid #fff;
    border-bottom: 0;
    position: absolute;
    left: 29%;
    bottom: 0.3em;
}
#header > .hinner > .hbtn > li > .sub > ul {
	display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 0.25em;
    padding: 0.75em 1em;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,0.16);
}
#header > .hinner > .hbtn > li > .sub > ul > li {
	display: list-item;
	padding-right: 0;
    position: relative;
}
#header > .hinner > .hbtn > li > .sub > ul > li > a {
	display: block;
	border: none;
    width: 100%;
	padding: 0.75em 0 0.75em 1em;;
    text-align: left;
    line-height: 1.25;
    border-bottom: 1px solid #ccc;
    position: relative;
    box-sizing: border-box;
    transition: 0.4s;
}
#header > .hinner > .hbtn > li > .sub > ul > li:last-child a {
	border: none;
}
#header > .hinner > .hbtn > li > .sub > ul > li > a::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.6em solid #555555;
    border-right: 0;
    position: absolute;
    left: 0;
    top: 1.1em;
    transition: 0.4s;
}
#header > .hinner > .hbtn > li > .sub > ul > li > a > span {
    display: block;
    padding: 0;
}
@media only screen and (min-width:768px){
#header > .hinner > .hbtn {
    display: none;
}
}
@media only screen and (max-width:767px){
#header {
	padding-bottom: 0;
}
#header .flex .fAdr {
	margin: 2vw 4% 2vw 0;
    font-size: 2.65vw;
}
#header .flex .fAdr address {
	margin: 0;
}
#header > .hinner > .hbtn {
	width: 96%;
    display: flex;
    justify-content: space-between;
    right: 2%;
    transform: translate3d(0, 0, 0);
    top: auto;
    bottom: 2vw;
}
#header > .hinner > .hbtn > li {
	width: 34.5%;
	padding: 0;
}
#header > .hinner > .hbtn > li.tel {
	width: 31%;
}
#header > .hinner > .hbtn > li > a {
	width: 100%;
    height: 7.55vw;
    background: url(/denki-img/images/snav1.svg) 1.5vw center no-repeat #fff;
    background-size: 4.5vw auto;
	padding: 0 0 0 7vw;
	font-size: 3vw;
	line-height: 1.3;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
#header > .hinner > .hbtn > li.mail > a {
	background-image: url(/denki-img/images/snav2.svg);
}  
#header > .hinner > .hbtn > li.tel > a {
	background-image: url(/denki-img/images/snav3.svg);
}
#header > .hinner > .hbtn > li > .sub {
    width: 13.25em;
}
#header > .hinner > .hbtn > li > .sub > ul {
    font-size: 3vw;
}
#header > .hinner > .hbtn > li > .sub > ul > li {
	width: 100%;
}
#header > .hinner > .hbtn > li > .sub > ul > li > a {
    font-size: 3vw;
} 
.logo {
	width: 25%;
	padding: 2vw 4%;
}
}

/* contents
------------------------------------------------- */
#contents {
	width: 100%;
	clear: both;
}

/* section
------------------------------------------------- */
section {
	width: 100%;
	overflow: hidden;
}
section .inner {
	margin: 0 auto;
	clear: both;
	position: relative;
	padding: 0 2.65%;
	box-sizing: border-box;
}

@media only screen and (max-width:767px){
section .inner {
	width: 92%;
	padding: 0;
}
}


/* headTitle01
------------------------------------------------- */
.headTitle01 {
	width: 10.715em;
	margin: 0 auto;
}
.headTitle02 {
	text-align: center;
	color: #231815;
}
.headTitle02 span {
	display: inline-block;
	position: relative;
	padding: 1.8em 4.6em 0.3em 5em;
}
.headTitle02 span.corW {
	color: #fff;
}
.headTitle02 span::before,
.headTitle02 span::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 4.667em;
	height: 3.75em;
}
.headTitle02 span::before {
	background: url(/denki-img/images/bg_tit03.svg) no-repeat left top;
	background-size: 100% 100%;
	left: 0;
}
.headTitle02 span::after {
	background: url(/denki-img/images/bg_tit04.svg) no-repeat left top;
	background-size: 100% 100%;
	right: 0;
}
.headTitle02.bgB span::before {
	background: url(/denki-img/images/bg_tit05.svg) no-repeat left top;
	background-size: 100% 100%;
}
.headTitle02.bgB span::after {
	background: url(/denki-img/images/bg_tit06.svg) no-repeat left top;
	background-size: 100% 100%;
}
.headTitle03 {
	text-align: center;
	color: #39B54a;
	font-weight: bold;
	line-height: 1.65;
	position: relative;
	padding: 6.5em 0;
}
.headTitle03::before,
.headTitle03::after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -5.5em;
	width: 11em;
	height: 4.3em;
}
.headTitle03::before {
	background: url(/denki-img/images/bg_tit01.svg) no-repeat left top;
	background-size: 100% 100%;
	top: 0;
}
.headTitle03::after {
	background: url(/denki-img/images/bg_tit02.svg) no-repeat left top;
	background-size: 100% 100%;
	bottom: 0;
}
@media only screen and (max-width:767px){
.headTitle01 {
	width: 25vw;
	max-width: 130px;
}
.headTitle02 span {
	font-size: 4.2vw;
	padding-left: 18vw;
	padding-right: 18vw;
	padding-bottom: 0;
}
.headTitle02 span::before,
.headTitle02 span::after {
	width: 14vw;
	height: 10vw;
}
.headTitle03 {
	font-size: 4.2vw;
	padding: 10vw 0;
}
.headTitle03::before,
.headTitle03::after {
	width: 15vw;
	height: 7vw;
	margin-left: -7.5vw;
}
}


/* mainvisual
------------------------------------------------- */
.mainvisual {
    width: 100%;
    height: 100vh;
	background: url(/denki-img/images/mainimg.jpg) no-repeat center bottom;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.mainvisual .cont {
	width: 52.5%;
	max-width: 670px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -60%, 0);
	white-space: nowrap;
}
.scroll {
	width: 0.55em;
	position: absolute;
	bottom: 40px;
	left: 0;
	overflow: hidden;
}
.fix_scroll div {
    overflow: hidden;
}
.fix_scroll {
    width: 9px;
	position: absolute;
    bottom: -3.6em;
	height: 28px;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	z-index: 100;
}
.fix_scroll div,
.fix_scroll span {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.fix_scroll span {
    display: block;
}
.fix_scroll div span span {
	background: url(/denki-img/images/arrow01.svg) no-repeat left top;
}
.fix_scroll div span span {
    transition-duration: 0.5s;
}
.fix_scroll div > span {
	animation: fix_scroll0 3s ease-in-out infinite;
}
.mainvisual .ace {
    width: 10em;
    position: absolute;
    left: 2em;
    top: 2em;
}
@keyframes fix_scroll0 {
	0%,100%,30% {
		top: 0;
		opacity: 1;
	}
	14% {
		top: 100%;
		opacity: 0;
	}
	16% {
		top: -100%;
		opacity: 0;
	}
}
@media only screen and (max-width:767px){
.mainvisual .cont {
	width: 92%;
}
.fix_scroll {
	bottom: -5em;
}
.mainvisual .ace {
    width: 6em;
    left: 1em;
    top: 1em;
}
}
@media all and (max-width:767px) and (orientation:landscape){
.mainvisual {
	height: 1050px!important;
}
}


/* mainSet
------------------------------------------------- */
.mainSet {
	margin-top: -3.6em;
	background: url(/denki-img/images/bg01.jpg) no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 13.5vw;
}
.mainSet .txt {
	text-align: center;
	font-weight: bold;
	color: #231815;
	line-height: 1.75;
	padding: 0.5em 0;
}
@media only screen and (max-width:767px){
.mainSet .txt {
	font-size: 4.2vw;
	padding: 5vw 0;
}
}


/* whyArea
------------------------------------------------- */
.whyArea {
	background: #ededed;
}
.whyArea .cont {
	max-width: 910px;
	margin: 0 auto;
	padding: 3.5em 0 5em;
}
.whyArea .cont .img01 {
	width: 55%;
	float: left;
}
.whyArea .cont .txt {
	width: 40%;
	float: right;
	line-height: 2;
	margin-top: -0.5em;
}
@media only screen and (max-width:767px){
.whyArea {
	margin-bottom: -5vw;
	position: relative;
	z-index: 10;
}
.whyArea .cont {
	padding: 5vw 0 4em;
}
.whyArea .cont .img01 {
	width: 100%;
	float: none;
	padding: 0 0 5vw;
}
.whyArea .cont .txt {
	width: 100%;
	float: none;
}
}


/* featureArea
------------------------------------------------- */
.featureArea {
	background: url(/denki-img/images/bg02.jpg) no-repeat center top;
	background-size: 100% 100%;
	padding: 12vw 0 12.5vw;
}
.featureArea ul {
	max-width: 942px;
	margin: 0 auto;
	display: flex;
	padding: 5.2em 0 0;
	color: #fff;
}
.featureArea ul li {
	width: 25.5%;
	margin: 0 4.53% 0 3.3%;
}
.featureArea ul li .img01 {
	position: relative;
}
.featureArea ul li .img01 .num {
	position: absolute;
	width: 52%;
	left: -13.3%;
	bottom: -0.855em;
}
.featureArea ul li .tit {
	font-weight: bold;
	padding: 1.5em 0 0.7em;
}
.featureArea ul li .txt {
	line-height: 2;
	margin: 0 -0.5em 0 -0.1em;
}
@media only screen and (min-width:768px) and (max-width:1200px){
.featureArea ul {
	padding-top: 5.5vw;
}
.featureArea ul li .txt {
	font-size: 1.333vw;
	letter-spacing: -0.05em;
	margin: 0 -1em 0 -0.1em;
}
}
@media only screen and (max-width:767px){
.featureArea {
	background-size: 250% 100%;
	padding: 42vw 0 32vw;
}
.featureArea ul {
	display: block;
	padding: 5vw 0 15vw;
}
.featureArea ul li {
	width: 100%;
	margin: 0;
	padding: 0 0 5vw;
}
.featureArea ul li .img01 {
	width: 50%;
	margin: 0 auto;
}
.featureArea ul li .tit {
	font-size: 4.5vw;
}
.featureArea ul li .txt {
	line-height: 1.5;
}
}

/* riskArea
------------------------------------------------- */
.riskArea {
	padding: 5em 0 0;
}
.riskArea ul {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2.8em 0 6.5em;
}
.riskArea ul li {
	width: 23%;
	background: #f2f2f2;
	border-radius: 0.5em;
	margin-bottom: 1em;
}
.riskArea ul li .cont {
	width: 73%;
	margin: 0 auto;
	padding: 2.4em 0 0.1em;
}
.riskArea ul li .cont .tit {
	text-align: center;
    padding-bottom: 1em;
    white-space: nowrap;
    font-weight: 700;
}
.riskArea ul li .cont .ttl {
	text-align: center;
	padding: 0.8em 0 0.5em;
	margin: 0 -0.5em;
}
.riskArea ul li .cont .txt {
    height: 9em;
	margin: 0 -0.3em 0 -0.2em;
	line-height: 1.8;
}
.riskArea ul li .download a {
    display: block;
    margin-bottom: 2em;
}
.riskArea ul li .download a span {
    width: 100%;
    height: 2.5em;
    background-color: #4673ce;
    border-radius: 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    margin-top: 1em;
}
.riskArea ul li .download a span.gr {
    background-color: #39B54A;
}

@media only screen and (max-width:767px){
.riskArea {
	padding: 4em 0 0;
}
.riskArea ul {
	display: block;
	margin: 0;
	padding: 5vw 0;
}
.riskArea ul li {
	width: 100%;
	margin-bottom: 5vw;
}
.riskArea ul li .cont {
	width: 82%;
}
.riskArea ul li .img {
	width: 70%;
	margin: 0 auto;
}
.riskArea ul li .cont .tit {
	font-size: 4.266vw;
}
.riskArea ul li .ttl {
	font-size: 4.5vw;
}
.riskArea ul li .cont .txt {
    height: auto;
    margin-bottom: 2em;
}
.riskArea ul li .download {
    width: 86vw;
    margin-left: -5.28vw;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
.riskArea ul li .download a {
    width: 48%;
}
.riskArea ul li .download a span {
    font-size: 3vw;
    height: 3em;
}  
}


/* btnContact
------------------------------------------------- */
.btnContact {
	padding-top: 7em;
	overflow: hidden;
}
.btnContact a {
	display: block;
	background: #39B54A;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 2.7em 0 2.9em;
	position: relative;
	overflow: hidden;
}
.btnContact .ico {
	width: 4.14em;
	margin: 0 auto;
	padding-bottom: 1.4em;
}
.btnContact .ttl {
	line-height: 1.2;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 1;
}
.btnContact p {
	position: relative;
	z-index: 1;
}
@media only screen and (min-width:768px){
.btnContact a::before {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right,#ee0218 0%,#005bc8 50%,#c6ee01 100%);
	opacity: 0;
	transition: 0.3s;
}
.btnContact a:hover:before {
	opacity: 1;
}
}
@media only screen and (max-width:767px){
.btnContact {
	padding-top: 15vw;
}
.btnContact .ico {
	width: 15%;
}
.btnContact .ttl {
	font-size: 9.3125vw;
}
}


/* blank
------------------------------------------------- */
.blank {
	display: inline-block;
	background: url(/denki-img/images/ico_blank.svg) no-repeat right center;
	background-size: 1.15em 1em;
	padding-right: 1.4em;
}


/* gotop
------------------------------------------------- */
.gotop {
	position: fixed;
	width: 8em;
	bottom: 7em;
	right: 0.55em;
	z-index: 100;
}
@media only screen and (max-width:767px){
.gotop {
	display: none;
}
}


/* snav
------------------------------------------------- */
.snav {
	position: fixed;
	width: 14.375em;
	bottom: 16em;
	right: -6em;
	z-index: 100;
}
.snav > ul > li {
    margin: 0.35em 0;
    padding-left: 1em;
    box-sizing: border-box;
    position: relative;
    transition: 0.3s;
}
.snav > ul > li > a {
    width: 100%;
    height: 3.5em;
    background: url(/denki-img/images/snav1.svg) 1em center no-repeat;
    background-size: 2em auto;
    background-color: #fff;
    border-radius: 3em 0 0 3em;
    line-height: 1.3;
    display: flex;
    align-items: center;
    padding-left: 3.375em;
    box-shadow: 0 0 0.175em 0 rgba(0,0,0,0.16);
    box-sizing: border-box;
    position: relative;
}
.snav > ul > li.mail > a {
    background-image: url(/denki-img/images/snav2.svg);
}
.snav > ul > li.tel > a {
    background-image: url(/denki-img/images/snav3.svg);
}
.snav > ul > li > a::after {
    content: '';
    width: 0.375em;
    height: 0.7em;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.547%22%20height%3D%2212.265%22%20viewBox%3D%220%200%207.547%2012.265%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_11%22%20data-name%3D%22%E3%83%91%E3%82%B9%2011%22%20d%3D%22M1307.82%2C499l4.718%2C4.718-4.718%2C4.718%22%20transform%3D%22translate(-1306.406%20-497.586)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') right center no-repeat;
    background-size: cover;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -0.35em;
}
.snav > ul > li.hou > a::after {
    display: none;
}
.snav > ul > li.hou > .sub {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 0.5em;
    padding: 0.75em 1em;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,0.16);
    position: absolute;
    right: 100%;
    top: 0;
    display: none;
}
.snav > ul > li.hou > .sub::after {
	content: '';
    width: 0;
    height: 0;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.8em solid #fff;
    border-right: 0;
    position: absolute;
    left: 100%;
    top: 1.4em;
}
.snav > ul > li.hou > .sub > ul > li {
	display: list-item;
	padding-right: 0;
    position: relative;
}
.snav > ul > li.hou > .sub > ul > li > a {
	display: block;
	border: none;
    width: 100%;
	padding: 0.75em 0 0.75em 1em;;
    text-align: left;
    line-height: 1.25;
    border-bottom: 1px solid #ccc;
    position: relative;
    box-sizing: border-box;
    transition: 0.4s;
}
.snav > ul > li.hou > .sub > ul > li:last-child > a {
	border: none;
}
.snav > ul > li.hou > .sub > ul > li > a::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.6em solid #555555;
    border-right: 0;
    position: absolute;
    left: 0;
    top: 1.1em;
}
.snav > ul > li.hou > .sub > ul > li > a > span {
    display: block;
    padding: 0;
}
@media only screen and (min-width:768px){
.snav ul li.hou:hover,
.snav ul li.mail:hover,
.snav ul li.tel:hover {
    transform: translateX(-6em);
}
.snav > ul > li > a:hover {
    text-decoration: none;
    }
}
@media only screen and (max-width:767px){
.snav {
    font-size: 3.466vw;
	bottom: 8em;
	right: -4.5em;
    display: none;
}
.snav > ul > li > a::after {
    right: 37%;
}
.snav > ul > li.hou > .sub {
    width: 115%;
    top: -9.25em;
}
.snav > ul > li.hou > .sub::after {
    top: 10.5em;
}
}


/* footer
------------------------------------------------- */
#footer {
	width: 100%;
	clear: both;
	padding: 1.5em 0 8.7em;
    margin-top: 5em;
	background: #f2f2f2;
	color: #333;
    text-align: center;
}
#footer .finner {
	max-width: 900px;
	margin: 0 auto;
	clear: both;
}
#footer .fCont {
	padding: 3.75em 0 1.8em;
	border-bottom: #b3b3b3 1px solid;
}
#footer .flogo {
	width: 20.22%;
	float: left;
	padding: 0.2em 0;
}
#footer .fsec {
	width: 71%;
	float: right;
}
#footer .ftit {
	font-weight: bold;
	padding-bottom: 1.35em;
}
#footer .fsec .fAdr {
	display: flex;
	justify-content: space-between;
}
#footer .flinks {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2.1em 0;
}
@media only screen and (min-width:768px){
#footer .fnav ul li a:hover {
	opacity: 0.8;
	text-decoration: none;
	transition: 0.3s;
}
}
@media only screen and (min-width:768px) and (max-width:960px){
#footer .finner {
	padding-left: 2%;
	padding-right: 2%;
}
}
@media only screen and (max-width:767px){
#footer {
	padding: 2vw 0 32vw;
}
#footer .flogo {
	width: 42%;
	float: none;
	margin: 0 auto;
	padding: 0 0 5vw;
}
#footer .fCont {
	padding: 10vw 0 5vw;
}
#footer .fsec {
	width: 90%;
	float: none;
	padding: 0 5%;
}
#footer .ftit {
	font-size: 4vw;
	text-align: center;
}
#footer .fsec .fAdr {
	display: block;
}
#footer .fsec .fAdr address {
	padding-bottom: 5vw;
	display: block;
}
#footer .flinks {
	display: block;
	padding: 8.5vw 5%;
}
#footer .copyright {
	padding-top: 2vw;
	font-size: 3.2vw;
}
}


/* isAnimate
------------------------------------------------- */
.wow,
.wow2 {
    opacity: 0;
}
.isAnimate .wow {
	animation: slide 0.5s ease;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.isAnimate .wow2 {
	animation: slide2 0.5s ease;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
@keyframes slide {
    0% {
        transform: translate3d(-100%, 100%, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slide2 {
    0% {
        transform: translate3d(100%, 100%, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fdInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3D(0,30px,0);
        transform: translate3D(0,30px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3D(0,0,0);
        transform: translate3D(0,0,0)
    }
}
@keyframes fdInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3D(0,30px,0);
        transform: translate3D(0,30px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3D(0,0,0);
        transform: translate3D(0,0,0)
    }
}