@charset "utf-8";
/* CSS Document */

*{
margin: 0px;
padding: 0px;
}

body{
font-family: "M PLUS 1p";
font-family: "M PLUS 1p";
background:#fff;	
line-height: 1.7em;
color:#000;
font-size:14px;
font-size-adjust: none;
-webkit-font-size-adjust: none;
position: relative;
min-width: 1024px;    
	overflow-x: hidden;
}

.min{
 font-family: "M PLUS 1p";
}

.en1{
   font-family: "M PLUS 1p";
    font-weight: 400;
}

@media (max-width: 480px) {
body{
    overflow-x: hidden;
    min-width: initial;
}
}

img{
border:0;
outline:none;
}

a{
    transition: all 0.3s ease;
}

a:hover img.hover-alp{
filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
    transition: .5s;
}

a:link, a:visited{color:#cb0800; text-decoration: none;}
a:hover{color:#999; text-decoration:underline;}

.clearfix:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix{
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

p{margin:0 0 15px;}

.cb{clear:both;}

#page-top{position:fixed; bottom:20px; right:20px; z-index: 50;}
#page-top a{
    width:50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    font-size: 18px;
    }
@media (max-width: 480px) {
#page-top{bottom:30px; right:10px; }
}


img{
border:0;
outline:none;
}


.sp-only{display: none !important ;}
@media (max-width: 480px) {
.sp-only{display: inline !important;}
.pc-only{display: none !important ;}
}

@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 480px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/*==================================================
ボタン
================================================== */

.btn{
    display: block; 
    height: 48px;
    line-height: 48px;
    text-align: center; 
    border:1px solid #000;
    text-decoration: none; 
    color: #000 !important; 
    background:#fff; 
    margin: 0 auto;
}

.btn:hover{
    background:#000; 
    color: #fff !important; 
    text-decoration: none;
}
.btn i{padding:0 5px;}

.btn-blue{
	border-color: #00487f !important;
	background: #00487f !important;
	color: #fff !important;
}

.btn-blue:hover{
	background: #fff !important;
	color: #00487f !important;
}

.btn-small{
    display: inline-block;
    background:#ddd;
    border: 1px solid #ddd;
    text-decoration: none !important;
    border-radius: 6px;
    color: #000 !important;
    text-align: center;
	font-size: 12px;
	padding: 3px 8px;
}
.btn-small:hover{background: #fff; color: #000 !important;}



@media (max-width: 320px) {

.btn{
    display: block; 
    height: 36px;
    line-height: 36px;
    }
    
}

/*==================================================
全体コンテンツエリア
================================================== */

.contents-area{
    width: 1000px; 
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
}

.contents-area-small{
    width: 800px; 
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
}

#top-contents{
    padding: 50px 0;
}

.contents-basic{
    padding: 30px;
    background: #fff;
}

@media screen and (max-width: 1024px) and (orientation: portrait){
.contents-area{width: 94%; margin-left: auto; margin-right: auto; position: relative;}    
.page-wrapper{padding-top: 0;}      
}


@media (max-width: 480px) {
    
.contents-area, .contents-area-small{width: 86%; }
.page-contents{padding:50px 0 30px;} 
.contents-basic{padding: 20px;}
#top-contents{padding: 0;}   
    
}

@media (max-width: 320px) {
.page-contents{padding:30px 0 20px;}  
.page-wrapper{padding-top: 0;}
.contents-basic{padding: 10px;}    
}


/*==================================================
タイトル
================================================== */

.title-contents{
    display: block;  
    letter-spacing: 0.04em; 
    margin: 0 auto 30px ; 
    font-size: 38px; 
    position: relative; 
    font-weight: 600;
    line-height: 1;
}

.title-contents small{
    padding-left: 25px;
    font-size: 45%;
    vertical-align: middle;
}

.title-basic{
    display: block;
    margin-bottom: 40px;
    font-size: 32px;
}



@media (max-width: 480px) {
.title-contents{
    margin: 0 auto 30px ; 
    font-size: 32px; 
}

.title-contents small{
    padding-left: 10px;
}

.title-basic{
    margin-bottom: 30px;
    font-size: 26px;
}
	

	
}

@media (max-width: 320px) {

}


/*==================================================
パンクズリスト
================================================== */

.breadcrumbs{font-size: 12px; padding: 5px; background: #f5f5f5;}
.breadcrumbs ul{list-style: none;}
.breadcrumbs ul li{display: inline-block; padding-right: 5px;}
.breadcrumbs ul li:after{content: ">"; padding-left: 10px;}
.breadcrumbs ul li.active-page:after{content: none;}

@media (max-width: 480px) {
.breadcrumbs{font-size: 11px; padding: 3px; }    
}

/*==================================================
fontawesome
================================================== */

i.fas{
    font-weight: 900;
}

/*==================================================
header
================================================== */

#header-contents{
    position: relative;
}

#top-header{
}

.site-logo{
	
}

.site-logo img{
    height: 50px;
    margin: 10px 0;
	vertical-align: bottom;
}

@media (max-width: 480px) {
    
    #pc-header{
        display: none;
    }
    
.site-logo{
}

.site-logo img{
	width: auto;
    height: 50px;
	vertical-align: bottom;
    margin:5px 0 0 10px;
}  
}


@media (max-width: 320px) {
    .site-logo{
        top: 13px;
        left: 6px;
    }
.site-logo img{
    height: 34px;
	vertical-align: bottom;
} 
    
}



/*==================================================
footer
================================================== */

footer{
	clear: both;
	margin: 0;
    padding: 35px 0;
    background-color: #f5f5f5;
    position: relative;
}

footer .contents-area{
	display: flex;
}

footer .contents-area > div{
	width: calc(100%/2);
	font-size: 12px;
}

footer .contents-area > div:last-child{
	text-align: right;
}

footer a{color: #000 !important;}
footer a:hover{text-decoration: underline !important;}


@media (max-width: 480px) {

footer{
    padding: 25px 0;
	text-align: center;
}

footer .contents-area{
	display: block;
}

footer .contents-area > div{
	width: 100%;
}

footer .contents-area > div:last-child{
	text-align: center;
	padding-top: 15px;
}

}

/*==================================================
トップページ
================================================== */

#mainimg-top{
	margin-top: 70px;
    width: 100%;
    background: url("../images/mainimg_pc.jpg") center center no-repeat;
    background-size: cover;
    height: 60vh;
    padding-bottom: 100px;
    position: relative;
}

#mainimg-top:before{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100vw ;
    border-color: transparent transparent #fff transparent;
}

#mainimg-top > div{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.main-catchcopy{
	position: absolute;
	left: 0;
	bottom: 5vh;
	width: 65%;
}

.img-device{
	position: absolute;
	width: 35%;
	right: 0;
	bottom: -100px;
}

@media (max-width: 480px) {
    
#mainimg-top{
	margin-top: 60px;
    height: 75vh;
    padding-bottom: 100px;
}

#mainimg-top:before{
    border-width: 0 0 50px 100vw ;
}

#mainimg-top > div{
    width: 90%;
	text-align: center;
}

.main-catchcopy{
	bottom: 25vh;
	width: 100%;
}

.img-device{
	width: 65%;
}
    
}

/*========top-catchcopy=======*/

#top-catchcopy{
    padding: 60px 0 20px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 2.2;
}

@media (max-width: 480px) {
    
#top-catchcopy{
    padding: 25px 20px 10px;
    font-size: 14px;
    line-height: 1.8;
}    
    
}

/*========merit=======*/

#merit{
	position: relative;
	padding-bottom: 150px;
}

.title-en{
	font-size: 100px;
	color: #e1ebf4;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: -1;
}

.box-y{
	text-align: center;
	font-size: 70px;
	color: #1c3b57;
}

.ul-merit{
	list-style: none;
	display: flex;
	margin-top: 30px;
}

.ul-merit li{
	width: calc(100%/4);
}

.ul-merit li a{
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
	vertical-align: middle;
	color: #fff !important;
	text-decoration: none !important;
	height: 100px;
}

.ul-merit li:first-child a{background-color: #d1503f;}
.ul-merit li:nth-child(2) a{background-color: #5481e8;}
.ul-merit li:nth-child(3) a{background-color: #59a05c;}
.ul-merit li:last-child a{background-color: #ebb940;}

@media (max-width: 480px) {
	
#merit{
	padding-bottom: 50px;
}

.title-en{
	font-size: 80px;
	top: 70px;
}

.box-y{
	font-size: 50px;
}

.ul-merit{
	margin-top: 50px;
	flex-direction: row;
	flex-wrap: wrap;
}

.ul-merit li{
	width: calc(100%/2);
}

.ul-merit li a{
	width: 100%;
	height: 100px;
	font-size: 13px;
}
	
}


/*========merit-contents=======*/

.box-merit{
	position: relative;
	margin-bottom: 50px;
}

.title-merit{
	display: block;
	font-size: 28px;
	line-height: 1;
	margin-left: 5px;
}

#merit-01 .title-merit{color: #d1503f;}
#merit-02 .title-merit{color: #5481e8;}
#merit-03 .title-merit{color: #59a05c;}
#merit-04 .title-merit{color: #ebb940;}

#merit-02 .title-merit,
#merit-04 .title-merit{
	text-align: right;
	margin-left: 0;
	margin-right: 5px;
}

.title-merit strong{
	border-bottom: 4px solid;
	font-weight: normal;
	padding-bottom: 10px;
}

#merit-01 .title-merit strong{boeder-color: #d1503f;}
#merit-02 .title-merit strong{boeder-color: #5481e8;}
#merit-03 .title-merit strong{boeder-color: #59a05c;}
#merit-04 .title-merit strong{boeder-color: #ebb940;}

.title-merit strong span{
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}

.box-merit img{
	width: 52%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#merit-02.box-merit img,
#merit-04.box-merit img{
	right: inherit;
	left: 0;
}

.txt-merit{
	width: 58%;
	box-sizing: border-box;
	padding: 50px 150px 50px 30px;
	line-height: 2.0;
	margin-top: 18px;
}

#merit-02 .txt-merit,
#merit-04 .txt-merit{
	margin-left: 42%;
	padding: 50px 30px 50px 150px;
}

#merit-01 .txt-merit{background-color: #fdeeec;}
#merit-02 .txt-merit{background-color: #ecf1fd;}
#merit-03 .txt-merit{background-color: #effef0;}
#merit-04 .txt-merit{background-color: #fdf7ea;}

@media (max-width: 480px) {
	
.box-merit{
	margin-bottom: 35px;
}

.title-merit{
	font-size:18px;
	margin-left: 0;
}

#merit-02 .title-merit,
#merit-04 .title-merit{
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

.title-merit strong{
	display: block;
	padding: 0 5px 10px;
}

.title-merit strong span{
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}

.box-merit img{
	width: 90%;
	height: 195px;
	object-fit: cover;
	top: 75px;
	right: inherit;
	left: 5%;
}

#merit-02.box-merit img,
#merit-04.box-merit img{
	right: inherit;
	left: 5%;
}

.txt-merit{
	width: 100%;
	padding: 220px 5% 20px;
	line-height: 2.0;
	margin-top: 0;
}

#merit-02 .txt-merit,
#merit-04 .txt-merit{
	margin-left: 0;
	padding: 220px 5% 20px;
}
	
}

/*========about=======*/

#about{
	width: 100%;
    margin: 70px 0 0;
    padding:20px 0 70px;
    position: relative;
    background:#024480;
	color: #fff;
}

#about:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 0 0 100vw ;
    border-color: #fff transparent transparent transparent;
}

#about .contents-area{
	padding-top: 130px;
}

#about .title-en{
	z-index: 1;
	color: #18558c;
	display: block;
	width: 100%;
	text-align: center;
	top: 90px;
}

.title-about{
	display: block;
	position: relative;
	text-align: center;
	font-size: 32px;
	color: #ebb940;
	z-index: 2;
	margin-bottom: 70px;
}

#what-about{
	text-align: center;
	margin-bottom: 70px;
}

#what-about article{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	height: 46px;
	line-height: 46px;
	border-radius: 8px;
	border: 2px solid #ebb940;
	background: #fff;
	color: #ebb940;
	margin: 0 15px;
	width: 150px;
}

#what-about article.plus{
	width: auto;
	border: none;
	background-color: transparent;
	font-size: 48px;
}

.img-about{
	width: 32%;
	margin: 0;
	float: right;
	font-size: 12px;
}

.img-about img{
	width: 100%;
}

.txt-about{
	width: 60%;
	float: left;
	line-height: 2.2;
}

.txt-about p{
	margin-bottom: 50px;
}


@media (max-width: 480px) {

#about{
    margin: 30px 0 0;
    padding:20px 0 50px;
}

#about:before{
    border-width: 50px 0 0 100vw ;
}

#about .contents-area{
	padding-top: 70px;
}

#about .title-en{
	font-size: 36px;
	top: 50px;
}

.title-about{
	font-size: 24px;
	margin-bottom: 50px;
}

#what-about{
	margin-bottom: 50px;
}

#what-about article{
	font-size: 18px;
	font-weight: bold;
	margin: 0 5px;
	width: 120px;
}

#what-about article.plus{
	font-size: 42px;
	margin: 0;
}

.img-about{
	width: 100%;
	margin: 0;
	float: none;
	text-align: center;
}

.img-about img{
	width: 60%;
}
	
.img-about span{display: block;}

.txt-about{
	float: none;
	width: 94%;
	line-height: 1.7;
	margin: 0 auto 30px;
}

.txt-about p{
	margin-bottom: 30px;
}

    
}

/*========plan=======*/

#plan{
	background: #f5f5f5;
	padding: 25px 0;
}

.ul-plan{
	display: flex;
	list-style: none;
}

.ul-plan li{
	width: calc(100%/3);
}

.ul-plan li article{
	width: 86%;
	border: 1px solid #024480;
	background: #fff;
	padding: 40px 5%;
	margin: 0 auto;
}

.ul-plan li article h3{
	display: block;
	text-align: center;
	font-size: 22px;
	color: #024480;
	margin-bottom: 35px;
}

.ul-plan li article h3 span{
	display: block;
	margin: 0 auto;
	height: 15px;
	border-bottom: 4px solid #024480;
	width: 20%;
}

.txt-plan{
	line-height: 1.8;
}


@media (max-width: 480px) {

#plan{
	padding: 25px 20px;
}

.ul-plan{
	display: block;
}

.ul-plan li{
	width: 100%;
}

.ul-plan li article{
	width: 100%;
	padding: 30px 5%;
	margin: 0 auto 20px;
	box-sizing: border-box;
}

.ul-plan li article h3{
	font-size: 18px;
	margin-bottom: 30px;
}
	
}

/*========voice=======*/

#voice{
	position: relative;
}

#voice .title-en{
	z-index: 1;
	color: #f5f5f5;
	display: block;
	width: 100%;
	text-align: center;
	top: 35px;
	font-size: 120px;
}

.title-voice{
	display: block;
	position: relative;
	text-align: center;
	font-size: 32px;
	z-index: 2;
	margin-bottom: 70px;
	padding-top: 80px;
}

#voice article{
	text-align: center;
}

.img-ill{
	width: 80%;
	vertical-align: bottom;
}

@media (max-width: 480px) {
	#voice .contents-area{
		width: 100%;
	}
#voice .title-en{
	top: 8px;
	font-size: 54px;
}

.title-voice{
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 40px;
	padding-top: 25px;
}

#voice article{
	text-align: center;
}

.img-ill{
	width: 100%;
	vertical-align: bottom;
}
}

/*========cta=======*/

#cta{
	position: relative;
	padding-bottom: 50px;
}

#cta .contents-area{
}

.title-cta{
	display: block;
	line-height: 100px;
	color: #fff;
	position: absolute;
	top: -120px;
	width: 100%;
	font-size: 38px;
}

.ul-cta{
	display: flex;
	list-style: none;
}

.ul-cta li{
	width: calc(100%/4);
	height: 100px;
}

.ul-cta li:first-child{background-color: #d1503f;}
.ul-cta li:nth-child(2){background-color: #5481e8;}
.ul-cta li:nth-child(3){background-color: #59a05c;}
.ul-cta li:last-child{background-color: #ebb940;}

.img-model {
    width: 22%;
    position: absolute;
    right: 30px;
    top: -287px;
    z-index: 5;
}


.img-btn{
	display: block;
	width:90%;
	margin: 20px auto 0;
}

@media (max-width: 480px) {

#cta{
	padding-bottom: 20px;
}

#cta .contents-area{
	width: 96%;
}
	

.title-cta{
	text-align: center;
	line-height: 80px;
	top: -80px;
	font-size: 17px;
}

.ul-cta li{
	height: 80px;
}

.img-model {
    width: 22%;
    right: 0px;
    top: 125px;
}
	
.img-btn{
	width:100%;
	margin: 20px auto 0;
}
	
}

/*========accordion=======*/

dl.accordion {
    margin: 0 0 80px;
}

dl.accordion dt{
    cursor:pointer;
    height: auto; 
    position: relative; 
    padding: 0; 
    padding: 5px 0;
    margin-bottom: 10px;
}

dl.accordion dt:hover{
    cursor:pointer;
    color:#0dc7d3;
    text-decoration: none;
}

dl.accordion dt:after{
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-weight: 900;
}

dl.accordion dt.open:after{
    font-family: "Font Awesome 5 Free";
    content: '\f106';
    font-weight: 900;
}

dl.accordion dt i{
    display: inline; 
    color: #0dc7d3; 
    font-size: 18px; 
    font-style: normal; 
    font-weight: bold; 
    padding-right: 10px ;
}
dl.accordion dt span{
    display: inline; 
    padding-right: 10px;
}

dl.accordion dt:hover span{
    text-decoration: none;
}
 
dl.accordion dd {
    display:none; 
    margin: 0 0 20px; 
    background: #e9f6f7; 
    border-radius: 6px;
    padding: 25px; 
}



@media (max-width: 480px) {

dl.accordion dt span, dl.accordion dt i{
    padding-right: 5px;
}

  
}

/*==================================================
404 page
================================================== */

#contents404{margin-top: 150px; padding: 50px 0; text-align: center;}
#contents404 h3{display: block; font-size: 200%; margin: 0 0 50px; font-weight: normal; line-height: 1.8em;}
#contents404 h4{display: block; font-size: 120%; margin: 0 0 50px; font-weight: normal; line-height: 1.5em;}
#contents404 a.btn{width: 320px; margin: 0 auto 25px; border-radius: 30px;}

@media (max-width: 480px) {
#contents404{margin-top: 100px; padding: 20px 0; }
#contents404 h3{display: block; font-size: 160%; margin: 0 0 30px; font-weight: normal; line-height: 1.6em;}
#contents404 h4{display: block; font-size: 100%; margin: 0 0 30px; font-weight: normal; line-height: 1.5em;}
#contents404 a.btn{width: 90%; margin: 0 auto 15px; border-radius: 30px;}
}


/*==================================================
テーブル
================================================== */

.table{
    border-collapse:collapse; 
    border:1px solid #ddd; 
    box-sizing:border-box; 
    margin: 0 auto; 
    width: 100%;
}

.table th{
    border:1px solid #ddd; 
    width: 140px; 
    background: #f8f8f8; 
    font-weight:normal; 
    text-align:center; 
    padding:25px 15px; 
    vertical-align: middle;
}

.table td{
    border:1px solid #ddd; 
    font-weight:normal; 
    padding:25px 15px;
}

.table-dotted-border{
	border-collapse: collapse;
	width: 100%;
	box-sizing: border-box;
}

.table-dotted-border th{
	font-weight: normal;
	padding: 25px 15px;
	border-bottom: 1px dotted #ccc;
	vertical-align: middle;
	text-align: left;
}

.table-dotted-border td{
	font-weight: normal;
	padding: 25px 15px;
	border-bottom: 1px dotted #ccc;
	vertical-align: middle;
	text-align: left;
}

@media (max-width: 480px) {
    
.table{
    border:none; 
}

.table th{
    display: block;
    width: 100%;
    box-sizing: border-box;
    border:none; 
    text-align:center; 
    padding:15px 0; 
    border-bottom: 2px solid #ddd;
}

.table td{
    display: block;
    width: 100%;
    box-sizing: border-box;
    border:none;  
    padding:20px 10px 25px; 
}

.table-dotted-border th{
    display: block;
    width: 100%;
    box-sizing: border-box;
	padding: 0;
	border-bottom: none;
}

.table-dotted-border td{
    display: block;
    width: 100%;
    box-sizing: border-box;
	padding: 12px 0 15px 15px;
	border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}
}



/*==================================================
リスト
================================================== */

.ol-basic{
	margin: 0 0 0 25px;
}

.ol-basic li{
	margin: 10px 0;
}

.ul-square{
	margin-left: 20px;
	list-style: square;
}

.ul-basic{
    margin-left: 22px;
}

@media (max-width: 480px) {

}

@media (max-width: 480px) {
}


/*==================================================
FontColor Valiation
================================================== */

.fc-w{color:#fff !important;}
.fc-black{color:#000 !important;}
.fc-red{color:#cb0303 !important;}

/*==================================================
ページリスト(.PageList)
================================================== */

.PageList {text-align: center; clear: both; margin:20px auto 100px; }
.PageList ul {}
.PageList ul li {display: inline-block; margin: 0 6px;}
.PageList ul li.now { /* 現在のページ */}
.PageList ul li a {padding: 8px 15px; border-width: 1px; border-style:  solid; text-decoration: none; background: #fff;}
.PageList ul li a, .PageList ul li a:link, .PageList ul li a:visited {border-color: #231815; color: #231815;}
.PageList ul li a:focus, .PageList ul li a:hover, .PageList ul li a:active {border-color: #231815; background-color:#fff; color: #231815;}
.PageList ul li.now a { /* 現在のページ */ border-color: #231815; background-color:#231815; color: #fff;}

@media (max-width: 480px) {

.PageList {text-align: left; clear: both; margin:30px auto 10px; }
.PageList ul {}
.PageList ul li {display: inline-block; margin: 0 6px 35px;}
.PageList ul li.now { /* 現在のページ */}
.PageList ul li a {padding: 12px 15px; border-width: 1px; border-style:  solid; text-decoration: none; background: #fff;}
.PageList ul li a, .PageList ul li a:link, .PageList ul li a:visited {border-color: #231815; color: #231815;}
.PageList ul li a:focus, .PageList ul li a:hover, .PageList ul li a:active {border-color: #231815; background-color:#fff; color: #231815;}
.PageList ul li.now a { /* 現在のページ */ border-color: #231815; background-color:#231815; color: #fff;}

}

/*==================================================
lazyshow
================================================== */

.lazyshow{
  visibility: hidden;
  transform: translate(0,5rem);
  opacity: 0;
  -moz-transition: all 700ms ease-out 0s;;
  transition: all 700ms ease-out 0ms;
}


/*
.lazyshow-hidden{
  visibility: hidden;
  transform: translate(0,5rem);
  opacity: 0;
  -moz-transition: all 700ms ease-out 0s;;
  transition: all 700ms ease-out 0ms;
}
*/

.lazyshow-show{
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
}
/****--------- ふわふわ ---------****/
.fwari{
  animation:fwari ease-in-out 2s infinite alternate;
  -webkit-animation:fwari ease-in-out 2s infinite alternate;
  -moz-animation:fwari ease-in-out 2s infinite alternate;
}
@keyframes fwari{
  0%   { transform:translate(0%, 0%); }
  100% { transform:translate(0%, -30px); }
}
@-webkit-keyframes fwari{
  0%   { -webkit-transform:translate(0%, 0%); }
  100% { -webkit-transform:translate(0%, -30px); }
}

@-moz-keyframes fwari{
  0%   { -moz-transform:translate(0%, 0%); }
  100% { -moz-transform:translate(0%, -30px); }
}
