@charset "utf-8";
html{
	height: 100%;
	font-size: 62.5% !important;
}
@media screen and (min-width: 380px) {

html { font-size: 72% !important; }
}

@media screen and (min-width: 470px) {

html { font-size: 90% !important; }
}

@media screen and (min-width: 540px) {

html { font-size: 105% !important; }
}

@media screen and (min-width: 640px) {

html { font-size: 125% !important; }
}

body {
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: none;
	line-height: 1.6;
	min-width: 320px;
	width: 100%;
	height: 100%;
	color: #2e2e2e;
}
img {
    width: 100%;
    height: auto;
}
small {
	margin: 0 auto;
	padding: 0;
	font-size: 1.2rem;
	text-decoration: none;
	display: block;
}
a:link, a:visited {
	color: #00c0ff;
	text-decoration: none;
}
a:hover, a:active { text-decoration: none; }

/*clearfix*/
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }

.wrapper {
	position: relative;
	max-width: 640px;
	min-width: 320px;
	width: 100%;
	margin: auto;
}


/*===================================
main
===================================*/
.main {
	position: relative;
	width: 100%;
	background: #fff;
}
.main .mainVisual{
	display: block;
	margin: auto;
}
.main .logo{
	position: absolute;
	z-index: 1;
	top: 42%;
	left: 50%;
	max-width: 387px;
	width: 38%;
	margin-left: -19%;
}

.container{
	position: relative;
	max-width: 830px;
	width: 90%;
	margin: -21% auto 21%;
}
@media screen and (min-width: 1024px) {
	.container{
		margin: -140px auto 140px;
	}
}
.container .title{
	font-size: 16px;
	text-align: center;
	text-shadow: 0 1px 0 #fff,
				 1px 0 0 #fff,
				 0 -1px 0 #fff,
				 -1px 0 0 #fff,
				 -1px -1px 0 #fff,
				 1px -1px 0 #fff,
				 -1px 1px 0 #fff,
				 1px 1px 0 #fff;
}
.listWrap{
	margin-top: 20px;
	list-style-position: inside;
	font-size: 14px;
}
.listTitle {
	font-weight: bold;
	width: auto;
	height: auto;
	text-indent: 2px;
	margin: 20px auto 10px auto;
}
.listStyleType1{
	margin-left: 14px;
	list-style-type: cjk-ideographic;
}
.noListStyle{list-style-type: none;}
a.link{text-decoration: underline;}
a.link:hover{text-decoration: none;}

.text-right{
text-align: right;
}
.page-top {
	position: fixed;
	z-index: 90;
	bottom: 0;
	right: 2%;
	width: 32%;
	height: 32%;
	max-width: 150px;
	height: 137px;
	text-indent: -9999px;
}

.page-top a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../image/img-pagetop.png) no-repeat;
	background-size: contain;
}

.page-top a:hover { }

/* ====================
storelink
==================== */

.areaDown {
	width: 100%;
	background: rgba(255,169,169, 0.5);
	height: auto;
	padding-top: 2%;
	padding-bottom: 2%;
}

.appDown { }

.text-app { width: 100%; }

.btn-app {
	width: 45%;
	margin: 2% auto 0 auto;
}

.andDown { margin-left: 13%; }

.andDown ul { }

.andDown ul li {
	float: left;
	list-style: none;
	width: 45%;
}

.andDown ul li:nth-child(2) {
	margin-left: 2%;
	width: 39%;
}


/* ====================
 footer
==================== */
.footer {
	background-color: #000;
	color: #fff;
	padding-bottom: 20%;
}
@media screen and (max-width: 500px) {
	.footer {
		padding-bottom: 40%;
	}
}

.footer li { list-style: none; }

.footer-inner {
	max-width: 640px;
	margin: auto;
	padding: 5%;
	/*font-size: 1.1rem;*/
	font-size: 1rem;
	line-height: 1.5rem;
}

.logo-area { display: table; }

.logo-area li {
	vertical-align: bottom;
	line-height: 1;
}

.logo-area li:first-child { width: 32%; margin-bottom:5%;}

.copy small {
	margin-left: 6%;
	/*font-size: 1.1rem;*/
	font-size: 1rem;
}

.footer-text { padding: 3% 0 0; }
