@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------------------------------
　 　reset等
----------------------------------------------------------------------------------------------------------------------------------*/
*{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	word-wrap:break-word;
    margin: 0;
    padding: 0;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {line-height:1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	cursor: pointer;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del { text-decoration: line-through;}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
/*--------------------------------------------------------------------------------------------------------------------------
　　基本スタイル
--------------------------------------------------------------------------------------------------------------------------*/
html {height: 100%;}
body {
	text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	background: #fff;
	
	overflow-x: hidden;
    overscroll-behavior: none;
    -ms-overscroll-behavior: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
 vertical-align: bottom;
}
ul,ol{
	list-style: none;
  letter-spacing: -0.5em;
}
li {letter-spacing: normal;}
a{
    text-decoration: none;
	display: inline-block;
    cursor: pointer;
}
::-webkit-scrollbar { display:none;}
/*--------------------------------------------------------------------------------------------------------------------------
　　共通
--------------------------------------------------------------------------------------------------------------------------*/
.wrapper{
    width: 100%;
    height: 100%;
	min-height: 100vh;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	  background-image: linear-gradient(#f0f0f0 1px, transparent 0),
                    linear-gradient(90deg,#f0f0f0 1px, transparent 0);
  background-size: 40px 40px;
	position: relative;
	padding:100px 0;
}

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex!important;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bold{font-weight: bold;}

.a_center{text-align: center;}
.a_left{text-align: left;}
.a_right{text-align:right;}


.relative{position: relative;}


/*--------------------------------------------------------------------------------------------------------------------------
　　準備中
--------------------------------------------------------------------------------------------------------------------------*/
.coming_soon{
/*	width: 80%;*/
	width: 90%;
/*	max-width: 650px;*/
    max-width: 1000px;
	margin: 30px auto;
}
.coming_soon h2{
font-size: 3vw;
    padding: 1.5vw 4vw;
    border-radius: 1.5vw;
    border: solid 0.3vw #000;
	background: 
	url(../img/negi.svg)no-repeat ,
	url(../img/negi2.svg)no-repeat ;
	background-color: #ffe66a;
	background-position: right center, left center;
	background-size:contain;
	box-shadow:  10px 10px 0 rgba(0,0,0,.5);
}
.shop_btn{
	width: 100%;
	max-width: 650px;
	font-size: 125%;
    border: solid 0.3vw #000;
	color: #000;
	box-shadow:  0 10px 0 rgba(0,0,0,.5);
  display:inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
	padding: 20px;
	border-radius: 50px;
	background: #fff;
	margin-top:15px;
}
.shop_btn::before{
	 font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
	position: absolute;
	right: 30px;
}
.shop_btn:hover {
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
	box-shadow:  0 3px 0 rgba(0,173,221,.3);
	background: #ffe66a;
}
.neko{
	position: fixed;
	bottom: 10px;
	right: 10px;
    width: 80%;
    max-width: 200px;
    margin: 0 auto;
}
.bn_box {
	margin-bottom: 30px;
}
.bn_box a img {
	transition: all .3s;
}
@media print, screen and (min-width: 1280px) {
	.coming_soon h2{
	font-size: 250%;
	padding: 20px 30px;
	border: solid 3px #000;
	border-radius: 15px;
}
.shop_btn{
		font-size:150%;
	border: solid 3px #000; 
	}
	.bn_box {
		margin-bottom: 60px;
	}
}

@media print, screen and (min-width: 769px) {
	
.bn_box a:hover img {
	transform: scale3d(1.1,1.1,1);
}

}



.logo{
/*	position: fixed;*/
	position: absolute;
	top: 20px;
	left: 20px;
	display: inline-block;
	max-width: 160px;
	width: 100%;
    z-index: 1000;
}
.logo img{
	width: 100%;
    max-width: 100%;
}
.footer{
	width: 100%;
	font-size: 88%;
	color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
    padding: 4px 0;
}


@media print, screen and (max-width: 999px) {
	.neko{max-width: 130px;}
}
@media print, screen and (max-width: 550px) {
		.coming_soon h2{
    font-size: 100%;
    padding: 10px 10px;
    border-radius: 10px;
    border: solid 2px #000;
	box-shadow:  5px 5px 0 rgba(0,0,0,.5);
}
	.logo{
		padding: 10px;
    background: rgba(255,255,255,.8);
    border-radius: 10px;
	}
.shop_btn::before{right: 15px;}

	.neko{
	position: absolute;
		left: 0;
		right: 0;
	}
.shop_btn{font-size: 113%;}
 
}
/*----------------------------------------------------------------------------------------------------------------------------------
　 　apps
----------------------------------------------------------------------------------------------------------------------------------*/
.apps_box{
	justify-content: space-between;
	margin-top: 50px;
}
.app_item{
    width: 22%;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
	margin-bottom: 40px;
}
.app_btn{
	width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
	min-height: 160px;
	
}
.app_btn.soon a{
	pointer-events: none;
	opacity: .5;
}
.app_item:nth-child(4n+2):last-child {margin-right: 52%;}
.app_item:nth-child(4n+3):last-child {margin-right: 26%;}

.app_item .dl_btn{max-width: 100%!important;}
.app_item .android_btn{margin-left: 0;}
.app_title{
	color: #02addd;
    margin: 10px 0 5px;
	font-size: 107%;
}
.app_text{
	color: #888;
	margin-bottom: 15px;
	font-size: 88%;
}
.price{
	position: absolute;
	top: 0px;
	right: 0px;
	color: #000;
	background:  #ffda1e;
	font-size: 88%;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	border-radius: 0 0 0 15px;
	z-index: 10;
}
.genre{
	color: #888;
    font-size: 75%;
    padding: 3px 5px;
    border-radius: 40px;
    border: solid 2px #888;
    text-align: center;
    display: inline-block;
    margin: 0 auto 5px;
}
.dl_btn{
    max-width: 250px;
    display: inline-block;
	overflow: hidden;
	width: 100%;
	transition: all .3s;
}
.ios_btn {max-width: 220px;}
.dl_btn:hover{transform: scale3d(1.1,1.1,1);}

.android_btn{margin-left: 15px;}
@media print, screen and (max-width: 999px){
.app_title{font-size: 100%;}
.dl_btn{max-width: 200px;}
.ios_btn {max-width: 185px;}
}
@media print, screen and (max-width: 750px) {
.app_item{ width: 28%;}
.app_item:nth-child(3n+2):last-child {margin-right: 36%;}
.price{
	font-size: 75%;
	width: 35px;
	height: 35px;
}.dl_btn{max-width: 130px;}
.ios_btn {max-width: 120px;}
.btn_box {
    bottom: 10px;
    right: 10px;
}
	.android_btn {margin-left: 10px;}
}
@media print, screen and (max-width: 600px) {
.apps_box{
	margin-top: 30px;
}
	.app_title{font-size: 88%;}
.app_item{ width: 46%;}
.btn_box {
    bottom: 5px;
    right: 5px;
}
	.android_btn {margin-left: 5px;}
}



