﻿@charset "UTF-8";
/*
Theme Name: Coming Soon
*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);



/****************************************
		リセット 
*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	}
body{line-height: 1;}
ol, ul{list-style: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
header,footer,section{display: block;}



/****************************************
		基本設定 - 色はここから変更 
*****************************************/



a {
	text-decoration: none;
	-webkit-text-size-adjust: 100%;
}
a:hover {
	color: #ccc;
	-webkit-text-size-adjust: 100%;
}





/****************************************
		コンテンツ
*****************************************/
/*** Layout ***/

html, body, #wrapper {
	height: 100%;
	width: 100%;
	font-size: 1rem;
	-webkit-text-size-adjust: 100%;
}

/****************************************
	　　　style共通
*****************************************/

body {
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Noto Sans Japanese', sans-serif;
}

*, *::before, *::after {
	box-sizing: border-box;
}

.grid [class*="col_"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}



.grid:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  */
}

.grid .col_12 { 
	width:100%;
}
.grid .col_11 {
	width: 91.6666666667%;
}
.grid .col_10 {
	width: 83.3333333333%;
}
.grid .col_9 {
	width: 75.0%;
}
.grid .col_8 {
	width: 66.6666666667%;
}
.grid .col_7 {
	width: 58.3333333333%;
}
.grid .col_6 {
	width: 50.0%;
}
.grid .col_5 {
	width: 41.6666666667%;
}
.grid .col_4 {
	width: 33.3333333333%;
}
.grid .col_3 {
	width: 25.0%;
}
.grid .col_2 {
	width: 16.6666666667%;
}
.grid .col_1 {
	width: 8.33333333333%;
}

#sv {
	border: 1px solid #000;
}

.container {
	height: 3000px;
}

.display-list {
	position: fixed;
	top: 0;
	left: 0;
}

.display-border {
	border-bottom: 1px solid #000;
	position: fixed;
	top: 100%;
	width: 100%;
}

#wrapper {
	border-bottom: 1px solid #000;
}
.block-box2 {
	height: 80%;
	width: auto;
	margin: 0 auto;
	background-color: #aaa;
}


/****************************************
		PC-view
*****************************************/

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




}/******min-width1025 end******/

/****************************************
	　　ipad-view 縦
*****************************************/

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {




}/******min-width768 max-width: 1279px 縦style end ******/


/****************************************
	　　ipad-view 横
*****************************************/

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {


}/******min-width768 max-width: 1279px 横style end******/



@media screen and (max-width:767px) {

#footer-anime {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 2.6rem;
	line-height: 2.6rem;
	border: 3px double #ccc;
	box-shadow: inset 0 0 10px #ccc;
	-moz-animation: anime1 6s ease 1;
	-webkit-animation: anime1 6s ease 1;
	-o-animation: anime1 6s ease 1;
	-ms-animation: anime1 6s ease 1;
	animation: anime1 6s ease 1;
	z-index: 1000;
}

@-webkit-keyframes anime1 {
0% {
	opacity: 0;
	
}
49% {
	opacity: 0;
}

60% {
	opacity: 1;
}

100% {
	opacity: 1;

}
}

@-moz-keyframes anime1 {
0% {
	opacity: 0;
	
}
49% {
	opacity: 0;
}

60% {
	opacity: 1;
}

100% {
	opacity: 1;

}
}

@-o-keyframes anime1 {
0% {
	opacity: 0;
	
}
49% {
	opacity: 0;
}

60% {
	opacity: 1;
}

100% {
	opacity: 1;

}
}

@-ms-keyframes anime1 {
0% {
	opacity: 0;
	
}
49% {
	opacity: 0;
}

60% {
	opacity: 1;
}

100% {
	opacity: 1;

}
}

@keyframes anime1 {
0% {
	opacity: 0;
	
}
49% {
	opacity: 0;
}

60% {
	opacity: 1;
}

100% {
	opacity: 1;

}
}



#footer-anime p {
	color: #ccc;
	font-weight: bold;
	text-align: center;
	font-size: 1.4rem;
}






}/************** SP view ***************/


/****************************************
	　　	retina
*****************************************/

@media only screen and (-webkit-min-device-pixel-ratio: 2) {



}/************** SP ratio view ***************/



/****************************************
	　　　共通CSS
*****************************************/



