@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 16px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
img {
	width: 100%;
	display: block;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 200;
	line-height: 1.75em;
	margin: 0 auto;
}
section {
}

/*====================================

	loading

====================================*/

#loading {
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
#loading img {
	width: 60px;
}

/*====================================

	header

====================================*/  


/*====================================

column2

====================================*/  

.column2{
	margin-right: -1.4%;
	margin-bottom: 40px;
}
.column2 .cell{
	float: left;
	width: 48.6%;
	margin-right: 1.4%;
	text-align: center;
	padding: 4% 0;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	background: #f00;
}
/*====================================

column3

====================================*/  
.column3 {
	margin-right: -3.33%;
	margin-bottom: 40px;
}
.column3 .cell {
	float: left;
	width: 30%;
	margin-right: 3.33%;
	text-align: center;
	background: #f00;
}
/*====================================

column4

====================================*/ 
.column4{
	margin-right: -1.4%;
	margin-bottom: 40px;
}
.column4 .cell {
	float: left;
	text-align: center;
	background: #f00;
}
@media screen and (min-width: 1001px){
	.column4 .cell {
		width: 23.6%;
		margin-right: 1.4%;		
	}
}
@media screen and (max-width: 1000px){ 
	.column4 .cell {
		width: 48%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
}
/*====================================

column5

====================================*/  
.column5 {
	margin-right: -1.5%;
	margin-bottom: 40px;
}
.column5 .cell{
	float: left;
	width: 18.5%;
	margin-right: 1.5%;
	text-align: center;
	background: #f00;
}
/*====================================

column6

====================================*/  
.column6 {
	margin-right: -1.666%;
	margin-bottom: 40px;
}
.column6 .cell{
	float: left;
	width: 15%;
	margin-right: 1.666%;
	background: #7dcbb5;
	text-align: center;
	background: #f00;
}

/*====================================

	flex

====================================*/  

.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 10px solid #f76;
}
.flex p {
	width: 50%;
	text-align: center;
	border: 1px solid #f00;
}
/*====================================

	flex_reverse

====================================*/  

.flex_reverse {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 10px solid #0f0;
}
.flex_reverse p {
	width: 50%;
	text-align: center;
	border: 1px solid #f0f;
}

/*====================================

	btn

====================================*/	


/*====================================

	jojo-ni

====================================*/

/*{
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}*/

/*====================================

	opacity

====================================*/	

/*.opacity a:hover {
	filter: alpha(opacity=80);
 	-moz-opacity:0.8;
 	opacity:0.8;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	zoom:1;
}*/

/*====================================

	footer

====================================*/ 

/* =======================================

	cf

======================================= */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
 
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}