
body {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.inner {
	width: 94vw;
	margin: 30px auto 0 auto;
	position: relative;
	z-index: 99999;
}

.inner02 {
	width: 90%;
	margin: 10px auto;
	clear: both;
	overflow: hidden;
}



/*===================================================================================

headerトップページ

===================================================================================*/
.menu {
    width: calc(100vw - 6%);
    height: calc(100vh - 300px);
    padding: 30px;
}

header.nav {
	z-index: 9999;
    position: relative;
	width: calc(100% - 4%);
    padding: 0.5% 2%;
}


header.nav ul,
.nav02 ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

header ul li {
	align-self: center;
	margin-right: 2%;
}

header.nav ul li:first-child {
	margin-right: auto;
	width: 40%;
}



header.nav ul li:nth-child(2),
header.nav ul li:nth-child(3){
	width: 24%;
}

header.nav ul li img {
	display: block;
	width: 100%;
	margin-left: 10px;
}

header.nav ul li a {
	display: block;
}

.in_head {
	position: fixed;
	z-index: 9999999999;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.nav02 {
	padding: 5px 30px;
	width: 100%;
	clear: both;
	overflow: hidden;
	background-color: rgba(255,255,255,0.6);
}

#outlook_header .nav02 {
	background-color: rgba(255,241,202,1.00);
}

#creat_header .nav02 {
	background-color: #fff;
}

.nav02 h1 {
	width: 100%;
	max-width: 260px;
	float: left;
	margin-top: 5px;
}

.nav02 ul {
	padding-left: 460px;
	float: right;
}

.nav02 ul li {
	width: 100%;
	max-width: 46px;
	margin-right: 15px;
	padding-top: 5px;
}

.nav02 ul li:last-child {
	margin-right: 0;
}



/*===================================================================================

headerその他の固定ページ

===================================================================================*/


header.nav02 ul li {
	flex: 5;
	align-self: center;
}

header.nav02 ul li:nth-child(1) {
	margin-right: auto;
}

header.nav02 h1 { width: 46%; }

header.nav02 p { width: 6%; padding-top: 1%; float: right; }


header.nav02 img {
	display: block;
	width: 100%;
}


/*===================================================================================

footer

===================================================================================*/


.archive_menu {
	background-image: url( ../images/index/board.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: 100%;
	background-size: 100%;
	/*position: absolute;*/
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	height: 160px;
	opacity: 0.8;
}

.creat .archive_menu,
.tax-sumika_cat .archive_menu,
.tax-creat_cat .archive_menu,
.single-creat_list .archive_menu {
	background-image: url( ../images/creat/plants.png);
}

.landscapeError {
	display: none;
}

@media screen and (max-width: 1366px) and (max-height: 768px){
	.menu { padding: 0 30px; }
	.menu_contents { padding: 0;}
}

@media screen and (max-width: 1280px){
	.menu { padding: 30px; }
	.menu_contents { padding: 2% 0;}
}

@media screen and (max-width: 1000px) and (max-height: 1400px) {
.landscapeError {
    display: block;
    position: fixed;
    z-index: 110;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
	z-index:200;
}

.landscapeError .txt {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	font-size: 24px !important;

}
	
	header,#page,.archive_menu,
	.remodal-overlay,.remodal-wrapper,
	#cboxOverlay,#colorbox {
		display: none !important;
	}
}