/*******************************************************
base
*******************************************************/
html, body {
	position: relative;
	height: 100%;
}
body {
	padding: 30px 30px 0;
	background: #f6f6f6;
	color: #222;
}
* {
	box-sizing: border-box;
}
#wrapper {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 20px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #d3d3d3;
}
img {
	width: 100%;
	height: auto;
}
.pc_none {
	display: none;
}

@media screen and (min-width: 769px) {
a:hover {
	opacity: 0.7;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
}

@media screen and (max-width: 480px) {
body {
	padding: 0;
	font-size: 80%;
}
#wrapper {
	margin: 0;
	border-radius: 0;
	border: none;
}
.pc_none {
	display: block;
}
.sp_none {
	display: none !important;
}
}
/*******************************************************
header
*******************************************************/
header {
	display: table;
	width: 100%;
	padding: 30px;
	border-bottom: 1px solid #d3d3d3;
}
header > div {
	display: table-cell;
	vertical-align: top;
}
#head_icon {
	width: 180px;
}
#head {
	position: relative;
	padding: 20px 0 0 20px;
}
#head h1 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.3em;
	word-break: break-all;
}
#head_sub {
	margin: 10px 0 0;
	font-size: 1.1em;
	color: #8e8e8e;
}
/*-------------------install_btn-------------------*/
#install_btn {
	position: absolute;
	bottom: 0;
	right: 0;
}
.btn {
	display: inline-block;
	height: 44px;
	padding: 0 30px;
	background: #ef6c00;
	border-radius: 22px;
	font-size: 1em;
	line-height: 44px;
	color: #fff;
}

@media screen and (max-width: 480px) {
header {
	padding: 15px;
}
#head_icon {
	width: 80px;
}
#head {
	padding: 0 0 0 10px;
}
#head h1 {
	font-size: 1.15em;
}
#head_sub {
	margin: 0;
	font-size: .9em;
}
.btn {
	height: 22px;
	padding: 0 15px;
	border-radius: 11px;
	font-size: .9em;
	line-height: 22px;
}
}
/*******************************************************
content
*******************************************************/
#content section {
	margin: 0 30px;
	padding: 30px 0;
	border-top: 1px solid #d3d3d3;
}
#content section:first-child {
	border-top: none;
}
#content section h2 {
	margin: 0 0 15px;
	font-weight: bold;
}

@media screen and (max-width: 480px) {
#content section {
	margin: 0 15px;
	padding: 15px 0;
}
}
/*******************************************************
screenshot
*******************************************************/
#content #screenshot {
	margin-right: 0;
}
#gallery {
	overflow-x: scroll;
}
#gallery ul {
	letter-spacing: -.4em;
	white-space: nowrap;
}
#gallery li {
	display: inline-block;
	width: 300px;
	margin: 0 20px 0 0;
	letter-spacing: normal;
}
#gallery li img {
	border: 1px solid #d3d3d3;
	border-radius: 46px;
}
.swiper-container {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f6f6f6;
	transition: .3s;
	visibility: hidden;
}
.swiper-container ul {
	margin: 10px 0 0;
}
.swiper-container li {
	height: 100%;
	padding: 0 0 70px;
	margin: 0;
}
.swiper-container li img {
	width: auto;
	height: 100%;
	border: 1px solid #d3d3d3;
}

@media screen and (min-width: 481px) {
.swiper-container {
	display: none;
}
}

@media screen and (max-width: 480px) {
#gallery li {
	width: 220px;
	margin: 0 15px 0 0;
}
#gallery li img {
	border: 1px solid #d3d3d3;
	border-radius: 23px;
}
}
/*-------------------fullscreen-------------------*/
.fullscreen {
	overflow-y: hidden;
}
.fullscreen #wrapper, .fullscreen footer {
	display: none;
}
.fullscreen #content section {
	margin: 0;
	padding: 0;
}
.fullscreen .swiper-container {
	top: 0;
	visibility: visible;
}
#gallery_head {
	display: block;
	height: 45px;
	padding: 0 15px;
	background: #fff;
	border-bottom: 1px solid #d3d3d3;
	font-weight: bold;
	line-height: 45px;
	text-align: right;
	color: #005bac;
}
/*******************************************************
description
*******************************************************/
#description p {
	margin: 0 0 30px;
}
#description p:last-child {
	margin-bottom: 0;
}
/*******************************************************
download
*******************************************************/
#download p {
	margin: 0 0 15px;
}
#download p:last-child {
	margin-bottom: 0;
}
/*-------------------code-------------------*/
#code {
	margin: 0 0 15px;
	text-align: center;
}
#code dl {
	display: inline-block;
	padding: 15px 25px;
	border-radius: 10px;
	border: 5px solid #d92c0f;
	font-weight: bold;
	letter-spacing: -.4em;
}
#code dt, #code dd {
	display: inline-block;
	line-height: 1em;
	letter-spacing: normal;
	vertical-align: middle;
}
#code dd {
	font-size: 2.5em;
}
/*-------------------install------------------*/
#install {
	padding: 15px;
}
.install_head {
	margin: 0 0 15px;
	font-size: 1.1em;
	font-weight: bold;
}
#install_wrap {
	display: table;
	margin: 0 auto;
}
#install_wrap > div {
	display: table-cell;
	vertical-align: middle;
}
#install_icon {
	max-width: 92px;
}
#store {
	padding: 0 25px;
}
#store ul {
	display: table;
}
#store li {
	display: table-cell;
	max-width: 200px;
	box-sizing: content-box;
	padding: 0 30px 0 0;
}
#store li:last-child {
	padding: 0;
}
#qr {
	max-width: 83px;
}

@media screen and (max-width: 480px) {
#install {
	padding: 0;
}
.install_head {
	text-align: center;
}
#install_wrap {
	width: auto;
}
#install_icon {
	width: 82px;
}
#store {
	width: 100%;
	box-sizing: content-box;
	padding: 0;
}
#store li {
	margin: 0;
	padding: 0 10px 0 0;
}
#store li:last-child {
	margin: 0;
}
}
/*******************************************************
informarion
*******************************************************/
#information{
	position: relative;
}
#information dl {
	margin: 0 0 0 0.5em;
	font-size: .85em;
	overflow: hidden;
}
#information dt, #information dd {
	float: left;
	margin-top: 10px;
}
#information dt {
	clear: both;
	width: 6em;
	margin-right: 20px;
	text-align: right;
	color: #949494;
}
#information dt:first-child {
	margin-top: 0;
}
#information dt:first-child + dd {
	margin-top: 0;
}
#information #qrcode{
	position:absolute;
	right:0;
	bottom:30px;
	width:110px;
	height: 110px;
}

@media screen and (max-width: 480px) {
#information dt, #information dd {
	margin-top: 5px;
}
#information dt {
	margin-right: 10px;
}
	#information #qrcode{
		display: none;
	}
}
/*******************************************************
footer
*******************************************************/
footer {
	margin: 0 0 20px;
	text-align: center;
}
footer nav {
	margin: 0 0 20px;
	font-weight: bold;
}
footer nav ul {
	letter-spacing: -.4em;
}
footer nav li {
	display: inline-block;
	border-right: 2px solid #222;
	letter-spacing: normal;
}
footer nav li:last-child {
	border-right: none;
}
footer nav a {
	display: block;
	padding: 0 15px;
	color: #222;
}
#copy {
	font-size: .8em;
}

@media screen and (max-width: 480px) {
footer {
	margin: 0;
	background: #fff;
	text-align: left;
}
footer nav {
	margin: 0;
}
footer nav ul {
	border-top: 1px solid #d3d3d3;
}
footer nav li {
	display: block;
	border-bottom: 1px solid #d3d3d3;
	border-right: none;
	line-height: 45px;
}
footer nav li a {
	position: relative;
	height: 45px;
	background: #f6f6f6;
}
footer nav li a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 9px;
	height: 15px;
	background: url(../img/arrow.png) no-repeat center;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#foot {
	overflow: hidden;
}
#copy {
	float: left;
	display: inline-block;
	margin: 0 0 0 15px;
	line-height: 44px;
}
#pagetop {
	float: right;
	position: relative;
	width: 44px;
	height: 44px;
	background: #b8b8b8;
}
#pagetop img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 23px;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
}
