@charset "shift_jis";
/* 


    _/                                  _/            
   _/          _/_/_/  _/_/_/      _/_/_/  _/    _/   
  _/        _/    _/  _/    _/  _/    _/  _/    _/    
 _/        _/    _/  _/    _/  _/    _/  _/    _/     
_/_/_/_/    _/_/_/  _/    _/    _/_/_/    _/_/_/      
                                             _/       
                                        _/_/          
                                                 
											   V 1.0                                  
                                  													 
                                  													 */
@import "iconfont.css";
@import "animate.min.css";

/*-----------------------------------------------------------------------------------*/
/* GENERAL
/*-----------------------------------------------------------------------------------*/

body{
	text-align: center;

	background-color: /*#2bb29e;*/ #fff;
	/*background: url('../img/bg.png');*/
	background: url('../img/bg_alpha.png');

	color: #333;

	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
	padding: 0;
	word-break: break-all !important;
}

body *{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color: /*#3a3a3a*/ #0a3162;
	font-weight: 700;
	/*font-family: 'Roboto Condensed', sans-serif;*/
}

p{
	font-size: 1.3em;
}

.lead{
	font-weight: 300;
}

button:hover {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
button {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;

	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	border-radius: 4px;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.visibility{
	visibility: hidden;
}

.animated{
	visibility: visible!important;
}

a{
	display: inline-block;
	cursor: pointer;
}

a img{
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;

}
a:hover img{
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}


/*-----------------------------------------------------------------------------------*/
/*	KEY COLOR
/*-----------------------------------------------------------------------------------*/

/*---- Typography ----*/
header h1, 
.details .carousel,
.social a:hover{
	color: #0a3162;
}

.case1 h2 {
	color: #dd6b74;
}
.case2 h2 {
	color: #32adc6;
}
.case3 h2 {
	color: #74a92d;
}

.movie h2 {
	color: #fff;
	/*color: #3b68a9;*/
}

.features p{
	color: #06b872;
}



/*---- Background ----*/
.features,
.detail .carousel-indicators .active,
.footer {
	background: #0a3162;	
}

.casetitle {
	background-color: #0a3162;
	background-color: rgba(10,49,98,0.96);
}

.case1 {
	background-color: rgba(253,238,237,0.90);
}

.case2 {
	background-color: rgba(235,246,250,0.90);
}

.case3 {
	background-color: rgba(236,244,224,0.90);
}

.movie{
	background: #fff;
	background-color: rgba(255,255,255,0.90);
}
.movietitle{
	background-color: #0a3162;
	background-color: rgba(10,49,98,0.96);
}

.detail{
	background-color: #fff;
	background-color: rgba(255,255,255,0.90);
	/*background-color: rgba(252,232,239,0.90);*/
}

.present{
	background:#fff url(../img/present_bg.svg) repeat 100px 100px;
	background-size: 1500px;
	/*background-color: rgba(230,44,129,0.90);*/
}
.presenttitle{
	background-color: #0a3162;
	background-color: rgba(10,49,98,0.96);
	background-image: none;
}


.get-it{
	background: rgba(222,222,222,0.5);
	/*background-color: rgba(190,206,226,0.8);*/
}
	

/*-----------------------------------------------------------------------------------*/
/* NAVBAR
/*-----------------------------------------------------------------------------------*/

nav.navbar{
	position: fixed;
	top: -72px;
	margin-bottom: 0px;
	padding: 0px 0px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.2s;
	z-index: 1000000;
}

.navbar-nav{
	float: right;
}

nav.navbar.fixed-to-top{
	top: 0px;
}

.navbar-default{
	border: none;
	border-bottom: 1px solid #eee;
	background: #0a3162;
	opacity: 0.98;
	display: none;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 1.2em;
	padding-top: 20px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #CACACA;	
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.navbar-default .navbar-brand{
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 2em;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	width:200px;
	max-width:200px;
	min-width:100px;
}


/*-----------------------------------------------------------------------------------*/
/* HEADER 
/*-----------------------------------------------------------------------------------*/

header{
	padding: 30px 0px 40px 0px;
	/*background: rgba(255,255,255,0.85);*/
	background-repeat: repeat;
	margin-bottom: -60px;
	overflow: hidden;
}

header h1{ /*ロゴ*/
	text-transform: uppercase;
	/*font-weight: 700;
	font-weight: 300;*/
	font-weight: bold;
	font-size: 100px;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	max-width:600px;
	min-width:240px;	
	margin: 0 auto;
}

header p.lead{
	font-size: 26px;
	font-size: 1.8em;
	color: #e62981;
	font-weight: bold;
}


header .carousel-iphone{
	margin-right: auto;
	margin-left: auto;
	width: 320px;
	height: 672px;
	background: url('../img/iphone-front.png') no-repeat;
	background-size: 100%;	
}

header .carousel {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 95px 0px 0px 4px;
	width: 282px;
}

header .carousel-indicators .active {
	width: 15px;
	height: 15px;
	background: #444444;
}

header .carousel-indicators {
	bottom: -63px;
}

header .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 15px;
	height: 15px;
	border: 1px solid #666666;
	border-radius: 10px;
	text-indent: -999px;
	cursor: pointer;
}

header .logo_present {
	width: 260px;
	position: absolute;
	top: 260px;
	left: 660px;
	z-index: 999999;
}

header .sublead {
	margin-top: 10px;
	margin-bottom: 40px;
}
header sup {
	font-size: .5em;
}

header .attention {
	margin-top: 60px;
	font-size: .9em;
}

/*-----------------------------------------------------------------------------------*/
/* PURCHASE
/*-----------------------------------------------------------------------------------*/

.purchase{
	overflow: hidden;
	padding: 100px 0;
	min-height: 200px;
}

.purchase button.app-store{
	width: 218px;
	height: 64px;
	background: url(../img/btnAppstore.png) #fff no-repeat 0px 0px;
	color: white;
	margin:10px;
}

.purchase button.google-play{
	width: 185px;
	height: 64px;
	background: url(../img/btnGoogleplay.png) #fff no-repeat 0px 0px;
	color: white;
	margin:10px;
}


/*-----------------------------------------------------------------------------------*/
/* CASE 
/*-----------------------------------------------------------------------------------*/

.case{
	padding: 30px 30px 0;
}

.casetitle{
	padding-top:0;
}
.casetitle h1{
	color: #fff;
	text-shadow: none;
	text-align: center;
	font-size: 4em;
}

.case-img{
	padding: 20px 0px 0;
}
.case-img img{
	vertical-align: bottom;
}
.case-txt{
	padding: 20px 20px;
	text-align: left;
}
.case h2{
	font-size: 3em;
}
.case p{
	font-size: 1.8em;
	margin:0;
	padding:0;
}

/*-----------------------------------------------------------------------------------*/
/*	MOVIE
/*-----------------------------------------------------------------------------------*/

.movie{
	overflow: hidden;
	/*padding: 30px 30px 0px;*/
	/*min-height: 400px;*/
	/*background: url('../img/dunes.jpg');
	background-position: center top;
	background-repeat: repeat-x;*/
	/*background-color: #0a3162;*/
	color: white;
}

.movietitle{
	padding-top:0;
}
.movietitle h1{
	color: #fff;
	text-shadow: none;
	text-align: center;
	font-size: 4em;
}
.movie-txt{
	padding: 20px 20px;
	text-align: left;
}

.movie h2{
	font-size: 3em;
}
.movie p{
	font-size: 1.8em;
	margin:0;
	padding:0;
}

.video-wrap {
  position: relative;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-top: 69px;
  padding-bottom: 50%;
  overflow: hidden;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}


/*-----------------------------------------------------------------------------------*/
/*	DETAIL
/*-----------------------------------------------------------------------------------*/

.detail{
	overflow: hidden;
	padding: 50px 0px 0px 0px;
	min-height: 500px;
}

.detail .title{
	margin-bottom: 80px;
	text-align: center;
}

.detail .features .row{
	margin-bottom: 40px;
}

.detail .carousel h1{
	font-size: 3.8em;
}
.detail .carousel h1, .detail p{
	text-align: left;
	font-weight: 300;
}

.detail p{
	/*color: #aaa;*/
}

.detail .carousel-control{
	background: none;
}

.detail .app-screenshot{
	overflow: hidden;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 95px;
	width: 320px;
	height: 450px;
	background: url('../img/iphone-front.png') no-repeat;
	background-size: 100%;
}

.detail .app-screenshot img{
	margin-right: auto;
	margin-left: auto;
	padding-left: 4px;
	width: 280px;
}

.detail .carousel-indicators {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	padding-bottom: 8px;
	width: 100%;
	border-top: 1px solid #eee;
	background: #ffffff;
}

.detail .carousel-indicators .active {
	width: 45px;
	height: 10px;
	border: none;
	border-radius: 0px;
}

.detail .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 45px;
	height: 10px;
	border: none;
	border-radius: 0px;
	background: #ccc;
	text-indent: -999px;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/*	FEATURES
/*-----------------------------------------------------------------------------------*/

.features{
	overflow: hidden;
	padding: 150px 0px 150px 0px;
	min-height: 400px;
	color: black;
}

.features p {
	font-weight: 400;
}

.features h2{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 300;
}

.features .circle{
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	padding-top: 33px;
	width: 150px;
	height: 150px;
	border: 2px solid #ffffff;
	border-radius: 100%;
	text-align: center;
	
}

.features span.glyphicon, .features i{
	margin-top: 3px;
	color: #ffffff;
	font-size: 5em;
}

/*-----------------------------------------------------------------------------------*/
/*	SOCIAL
/*-----------------------------------------------------------------------------------*/

.social{
	overflow: hidden;
	padding: 80px 0px 150px 0px;
	min-height: 350px;
	background: url('../img/sea.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	color: white;
}

.social h2{
	color: white;
}

.social a {
	margin-left: 10px;
	color: #FFF;
	font-size: 5em;
	transition: all 0.3s;
}

.social a:hover{
	text-decoration: none;
	cursor: pointer;
	
}


/*-----------------------------------------------------------------------------------*/
/*	PRESENT
/*-----------------------------------------------------------------------------------*/

/*.present h1{
	background-color: rgba(255,255,255,.8);
}*/

.present{
	padding-top: 20px;
	padding-bottom: 20px;
}

.present .lead{
	
}

.presenttitle{
	padding-top:0;
	padding-bottom:0;
}
.presenttitle h1{
	color: #fff;
	text-shadow: none;
	text-align: center;
	font-size: 4em;
}
.present img.qr_img{
	margin: 50px auto 0;
}
.present-txt{
	padding: 20px 20px;
	color: #faa;
	/*text-align: left;*/
}
.present-txt h1{
	margin-top: 10px;
}
.present h2{
	text-align: left;
}
.present p.maintxt{
	text-align: left;
}
.present p.attention{
	text-align: left;
	font-size: 0.8em;
}
.present-txt .lead{
	margin-bottom: 0;
}



/*-----------------------------------------------------------------------------------*/
/*	GET-IT
/*-----------------------------------------------------------------------------------*/

.get-it{
	padding: 100px 0px 160px 0px;
	text-align: center;
}

.get-it h1{
	font-size: 4em;
}

.get-it button.app-store{
	width: 218px;
	height: 64px;
	background: url(../img/btnAppstore.png) #fff no-repeat 0px 0px;
	color: white;
}

.get-it button.google-play{
	width: 185px;
	height: 64px;
	background: url(../img/btnGoogleplay.png) #fff no-repeat 0px 0px;
	color: white;
}

.get-it hr{
	margin-top: 3em;
	margin-bottom: 3em;
}

.get-it ul{
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.get-it ul li{
	display: inline-block;
	margin-left:30px;
}

.get-it ul li:first-child{
	margin-left: 0px;
}

.get-it ul li a{
	color: #aaa;
	font-size: 1.2em;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.get-it ul li a:hover{
	color: #3A3A3A;
	text-decoration: none;
	cursor: pointer;
}



/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/

.footer{
	padding: 20px 0px;
	text-align: center;
	color: #fff;
}

.footer hr{
	margin-top: 3em;
	margin-bottom: 3em;
}

.footer ul{
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.footer ul li{
	display: inline-block;
	margin-left:30px;
}

.footer ul li:first-child{
	margin-left: 0px;
}

.footer ul li a{
	color: #aaa;
	font-size: 1.2em;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.footer ul li a:hover{
	color: #3A3A3A;
	text-decoration: none;
	cursor: pointer;
}


/*-----------------------------------------------------------------------------------*/
/*	追記
/*-----------------------------------------------------------------------------------*/

.iphone-display-area{
	border: 1px solid #ccc;
}

/*テキストシャドウ*/
.present h2,
.present p.maintxt,
.present p.attention
{
/* for modan browser */
text-shadow:0px 2px 1px #ffffff,0px 1px 1px #ffffff,1px 1px 1px #ffffff,1px 0px 1px #ffffff,2px 0px 1px #ffffff,1px -1px 1px #ffffff,1px -2px 1px #ffffff,0px -2px 1px #ffffff,-1px -2px 1px #ffffff,-2px -2px 1px #ffffff,-2px -1px 1px #ffffff,-2px 0px 1px #ffffff,-2px 1px 1px #ffffff,-1px 1px 1px #ffffff;
 /*   text-shadow:
        0 2px 0 #fff,
        2px 0 0 #fff,
        0 -2px 0 #fff,
        -2px 0 0 #fff,
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff
        ;*/
	/* for IE */
	/*filter:dropshadow(color=#ffffff,offx=0,offy=2,positive=1),dropshadow(color=#ffffff,offx=1,offy=1,positive=1),dropshadow(color=#ffffff,offx=1,offy=-1,positive=1),dropshadow(color=#ffffff,offx=0,offy=-2,positive=1),dropshadow(color=#ffffff,offx=-1,offy=-2,positive=1),dropshadow(color=#ffffff,offx=-2,offy=-1,positive=1),dropshadow(color=#ffffff,offx=-2,offy=1,positive=1),dropshadow(color=#ffffff,offx=-1,offy=1,positive=1);
	zoom: 1;*/
}

.resizable_image{
	width: 85%;
}


/*-----------------------------------------------------------------------------------*/
/*	MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/

@media (max-width:1199px) {
	
header .logo_present {
	left: 600px;
	/*top: 300px;
	width: 240px;*/
}
	
}

@media (max-width:992px) {

header .logo_present {
	left: inherit;
	right: 10px;
	top: 450px;
	width: 220px;
}

.purchase{
	padding-top: 0;
}

.detail .carousel h1, .detail p{
	text-align: center;
}

.detail p{
		margin-bottom: 60px;
}

header, .social{
	background-position-y: 0px;
	background-size: 200%;
}

/*.movie{
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 200px;
}*/

.case-txt,
.movie-txt,
.present-txt{
	padding-top: 10px;
	padding-bottom: 10px;
}
.casetitle h1,
.movietitle h1,
.presenttitle h1{
	font-size: 1.1em;
}
.present-txt .lead{
	font-size: 0.9em;	
}
.present p.maintxt {
	font-size: 0.9em;
}

.presenttitle h1{
	margin-bottom: 0;
}

.present p{
	line-height: 1.3em;
}
.present img.qr_img{
	margin-top: 0;
}

.get-it .lead{
	font-size: 0.9em;	
}

header .attention  {
	/*margin-top: 10px;*/
	font-size: 0.6em;
}


.features .col-md-4{
	margin-bottom: 60px;
}

}

@media (max-width:768px) {

	header{
		padding-bottom: 50px;
		min-height: 1000px;
		height: 100%;
	}
	
	.navbar-nav {
		float: left;
		text-align: left;
	}

	
}

@media (max-width:480px){

	header .logo_present {
	}

	header .carousel-iphone, .detail .app-screenshot{
		width: 280px;
	}
	
	header .carousel, .detail .app-screenshot img{
		padding-top: 85px;
		width: 245px;
	}
	
	.detail .app-screenshot img{
		margin-top: -12px;
		padding-top: 0px;
	}
	
	header{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	
	header h1{
		font-size: 70px;
	}
	
	header .sublead {
		margin-top: 0;
		margin-bottom: 20px;
		font-size: 1.1em;
		padding: 0 20px;
	}
	
	header .attention {
		margin-top: 10px;
	}
	
	.purchase{
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.features col-md-4{
		margin-bottom: 50px;
	}
	
	.case h2{
		font-size: 1.8em;
	}
	.case p{
		font-size: 1em;
		line-height: 1.3em;
	}
	
	.present img.qr_img{
		width: 240px;
	}
	
	.get-it{
		padding-top: 30px;
		padding-bottom: 60px;
	}
	
	.get-it h1{
		font-size: 2.2em;
	}
	
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
/*    .purchasebutton.app-store, .get-it button.app-store{
        background: url(../img/badge-appstore@2x.png) #3a3a3a no-repeat 0px 5px;
        background-size: 98%;
    	color: white;
    }*/
}