@charset "utf-8";

a img {
	border: none;
}

html,
body,
h1,
p,
ul {
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, Sans-serif;
	font-size: 15px;
	position: relative;
	z-index: 999;
}

body > * {
	position: relative;
	z-index: 1;
}

.frame {
	margin: 0 auto;
	position: relative;
	width: 976px;
}







.alert {
	background: #ffeded;
	color: #ff0000;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

.header {
	background: #00b9ef;
	height: 640px;
	position: relative;
	overflow: hidden;
}

.header .frame {
	height: 640px;
	position: relative;
}

.header h1 {
	position: absolute;
	top: -15px;
z-index:1;
}

.header .area-top {
	color: #fff;
	font-size: 14px;
	padding-top: 20px;
	position: relative;
z-index: 3;
}


.header .area-top .sns {
	position: absolute;
	right: 0;
	top: 20px;
}

.header .area-top .sns > div {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.header .area-top .sns .fb {
	width: 130px;
}


.header .area-bottom {
	bottom: 55px;
	position: absolute;
z-index: 2;
}

.header .area-bottom .txt {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.header .area-bottom .btn-a {
	margin-right: 30px;
}

.btn-box.cam,
.section.what .btn-box,
.header .area-bottom .btn-box {
	background: #ffda2a;
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: bold;
/*
	height: 60px;
	line-height: 60px;
*/
	margin-top: 40px;
/*
	padding: 0 15px;
*/
	padding: 15px 15px 15px 25px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.section.what .btn-box {
width: 365px;
}

.btn-box.cam .link-triangle,
.section.what .btn-box .link-triangle,
.header .area-bottom .btn-box .link-triangle {
	border: 15px solid transparent;
	border-top: 15px solid #000;
	height: 0;
	margin-top: -8px;
	left: 20px;
	position: absolute;
	top: 50%;
	width: 0;

/*
	border: 5px solid transparent;
	border-top: 5px solid #000;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 0;
	margin-right: 10px;
	vertical-align: middle;
	width: 0;
*/
}


/*
.menu-wrap {
	height: 85px;
z-index: 10;
}

.menu {
	background: #00b9ef;
	border-top: solid 5px #ffda2a;
	padding: 15px 0;
	white-space: nowrap;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
}

.menu .logo,
.menu .wrap,
.menu .link-wrap,
.menu .link-wrap li,
.menu .btn-wrap,
.menu .btn-wrap a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.menu .logo {
	vertical-align: middle;
}

.menu .wrap {
	height: 50px;
	line-height: 50px;
	text-align: right;
	vertical-align: top;
	width: 848px;
}

.menu .link-wrap ul {
	margin-right: 15px;
}

.menu .link-wrap a {
	border-left: solid 1px #fff;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0 15px;
	text-decoration: none;
}

.menu .link-wrap a.last {
	border-right: solid 1px #fff;
}


.menu .btn-wrap a {
	height: 30px;
	vertical-align: middle;
}
*/


.section {
	/*
	border-bottom: solid 2px #ccc;
	*/
	padding: 60px 0;
}

.section .ttl {
	color: #00b9ef;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
	white-space: nowrap;
}

/*
.section.what {
	overflow: hidden;
	padding-top: 80px;
}

.section.what .frame {
	white-space: nowrap;
}

.section.what .wrap {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	white-space: normal;
	*white-space: nowrap;
}

.section.what .wrap.left {
	width: 450px;
}

.section.what .wrap.left .txt {
	*white-space: normal;
}

.section.what .video-img-wrap {
	height: 215px;
	margin-top: 35px;
	position: relative;
	width: 380px;
}

.section.what .video-img-wrap .video-img {
	position: relative;
	z-index: 1;
}
.section.what .video-img-wrap .play {
	left: 50%;
	margin: -25px 0 0 -25px;
	position: absolute;
	top: 50%;
	z-index: 2;
}
*/




.section.use .step-wrap {
	/*
	border: 1px solid #ccc;
    */
	margin-top: 25px;
	padding-bottom: 35px;
	text-align: center;
}

.section.use .step {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 319px;
}

.section.use .step.second {
	width: 320px;
}

.section.use .step .st-ttl {
	background: #ebebeb;
	color: #00b9ef;
	font-size: 18px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	margin-bottom: 20px;
	text-align: center;
}

.section.use .step.second .st-ttl {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.section.use .step .st-txt {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: left;
}

.section.use .step .next {
	position: absolute;
	/*
	right: -20px;
	*/
	top: 50%;
}
.section.use .step .next.step2 {
	right: 0;
}
.section.use .step .next.step3 {
	right: -30px;
}


.section.campaign {
	border-bottom: none;
	overflow: hidden;
}
.section.campaign .list-link {
	position: absolute;
	right: 0;
}

.section.campaign .list-link a {
	color: #00b9ef;
	font-size: 14px;
}

.section.campaign .banner-wrap {
	clear: both;
	white-space: nowrap;
}
/*
.section.campaign .banner {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 40px 20px 0;
	width: 460px;
}
.section.campaign .banner img {
	display: block;
	width: 100%;
}

.section.campaign .banner a {
	color: #00b9ef;
	font-size: 12px;
	white-space: normal;
}
*/
.section.campaign .banner {
	margin-bottom: 40px;
	overflow: hidden;
	white-space: nowrap;
}

.section.campaign .banner .box {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 60px;
	vertical-align: top;
	width: 280px;
	white-space: normal;
}
.section.campaign .banner .box a {
	color: #00b9ef;
}

.section.campaign .banner .box.lst {
	margin-right: 0;
}

.section.campaign .banner .title {
	color: #00b9ef;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.section.campaign .banner .box img {
	width: 280px;
}









.section.qa .qa-link {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 25px;
	margin-left: 40px;
	vertical-align: top;
}

.section.qa .qa-link .link-triangle-right {
	margin-top: 15px;
}
.section.qa .qa-link a {
	color: #00b9ef;
	font-size: 14px;
}

.section.qa .qa-box {
	margin-bottom: 3px;
	width: 960px;
}

.section.qa .qa-box .symbol {
	color: #00b9ef;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-weight: bold;
	vertical-align: top;
	width: 25px;
}

.section.qa .qa-box .txt {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 920px;
}
.section.qa .qa-box .txt a {
color: #000;
}


/*
.footer {
	border-top: solid 2px #ccc;
	font-size: 16px;
	padding: 20px 0;
	text-align: center;
}

.footer .link-wrap {
	margin-bottom: 10px;
}


.footer .link-wrap li {
	border-right: solid 1px #000;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 20px;
	padding: 0 10px;
}

.footer .link-wrap li.last {
	border-right: none;
}

.footer .link-wrap a {
	color: #00b9ef;
}
*/






/*
.mat {
	opacity: 0;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
}

.mat.on {
	background-image: url(../img/bg.png);
	height: 100%;
	width: 100%;
}

.mat.dl.on {
	background-image: url(../img/bg_w.png);
}

.mat .video-bg {
	opacity: 0;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	display: none;
	width: 680px;
	height: 410px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -205px;
	margin-left: -340px;
}

.mat.on .video-bg {
	display: block;
}

.mat .video-bg .modal-video {
	width: 100%;
	height: 100%;
}

.modal-video {
	display: none;
	background: #fff;
	padding: 20px;
	width: 640px;
	height: 380px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -185px;
	margin-left: -320px;
	z-index: 999;
}

.modal-video.on {
	display: block;
}

.modal-video iframe {
	width: 100%;
	height: 100%;
}

.modal-video .close {
	position: absolute;
	top: -40px;
	right: 0;
}



.modal-dl {
	display: none;
	padding-top: 30px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 999;
}
.modal-dl.on {
	display: block;
}

.modal-dl .btn-close-row {
	padding-right: 20px;
	text-align: right;
}

.modal-dl .modal-logo {
	display: block;
	margin: 0 auto 40px;
}

.modal-dl .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
}

.modal-dl .txt {
	font-size: 14px;
	margin-bottom: 25px;
}

.modal-dl .btn-box {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
	text-align: left;
	width: 170px;
}

.modal-dl .btn-box .terms {
	font-weight: bold;
	margin: 15px 0 10px;
}

.modal-dl .btn-box.apple {
	margin-right: 15px;
}

.modal-dl .btn-box.google {
	margin-left: 15px;
}
*/



/* softly */
.softly-box > img,
.section.what .softly-box .iPhone {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
}

.section.use .step .softly-box-wrap {
	text-align: left;
}

.section.use .step .softly-box {
	height: 350px;
	position: relative;
	width: 183px;
}



/* iphone */
/*
.section.what .softly-box {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 450px;
	overflow: hidden;
	position: relative;
	width: 290px;
}

.section.what .softly-box .display {
	left: 0;
	height: 430px;
	position: absolute;
	top: 0;
	width: 200px;
	z-index: 5;
}

.section.what .iPhone {
	height: 430px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}

.section.what .iPhone .first {
	display: none;
	margin: 62px 15px 0;
	position: absolute;
	width: 170px;
	z-index: 4;
}

.section.what .iPhone .first.on {
	display: block;
}

.section.what .iPhone .nav-wrap {
	bottom: 20px;
	position: absolute;
	width: 100%;
	z-index: 6;
}

.section.what .iPhone .slider-wrap {
	margin: 62px 15px 0;
	position: relative;
	width: 170px;
	z-index: 1;
}

.section.what .iPhone .slider-wrap .nivo-main-image {
	*width: 170px!important;
	
}

.section.what .balloon {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 50px 0 0 10px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	vertical-align: top;
}

.section.what .balloon {
	*white-space: normal;
}

.section.what .balloon .body {
	background: #ffda2a;
	border-radius: 10px;
	padding: 25px 15px;
	position: relative;
	width: 200px;
	z-index: 2;
}

.section.what .balloon .triangle {
	border: 40px solid transparent;
	border-left: 40px solid #ffda2a;
	height: 0;
	position: absolute;
	bottom: -18px;
	left: 20%;
	width: 0;
	z-index: 1;
}

.section.what .balloon .body .cap-ttl {
	font-size: 20px;
	margin-bottom: 20px;
}

.section.what .balloon .balloon-note {
	bottom: -80px;
	fotn-size: 12px;
	position: absolute;
	width: 230px;
	
	z-index: 1;
}
*/

/*
.section.what .frame {
	width: 740px;
}
*/

.section.what .frame .main-txt {
	font-size: 25px;
/*
	font-weight: bold;
*/
	margin-bottom: 50px; 
	text-align: center;
}


.section.what .frame .video-wrap {
	margin-bottom: 60px;
	text-align: center;
}

.section.what .row {
	margin-bottom: 30px;
}

.section.what .row.last {
	margin-bottom: 0;
}

.section.what .row > div {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.section.what .row .box-txt {
	font-size: 20px;
	vertical-align: top;
	width: 650px;
}

.section.what .row .box-txt .box-ttl {
	color: #00b9ef;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
}

/*
.section.what .row .box-txt a {
	color: #00b9ef;
	font-size: 16px;
}
*/
.section.what .row .box-txt a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
/*
padding-left: 40px;
*/
}

.btn-box.cam .link-triangle {
	border: 7px solid transparent;
	border-left: 7px solid #000;
	height: 0;
}




.section.what .row .box-img {
	width: 300px;
}
.section.what .row .box-img img {
	height: 480px;
}


.section.what .softly-box {
	overflow: hidden;
	position: relative;
	height: 480px;
	width: 300px;
}



.nivo-caption {
	display: none!important;
}








.link-triangle-right {
	border: 5px solid transparent;
	border-left: 5px solid #00b9ef;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 0;
	margin-right: 3px;
/*
	vertical-align: middle;
*/
	width: 0;
}






