
body {
	background: #F3F2EE;
	font-family: zen-maru-gothic, sans-serif;
	font-weight: 400;
	font-display: block;
	position: relative;
    left: 0;
    overflow-x: hidden;
	-webkit-text-size-adjust: 100%; /* iphone横向き 文字拡大防止 */
}
img {
	display: block;
	width: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
a {
	text-decoration: none;
	color: #000;
	transition: all .3s;
}
p {
	font-size: 16px;
	line-height: 2.4;
}


/*==================================================================================
ヘッダー
==================================================================================*/
header {
	width: 100%;
	padding: 40px 0!important;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
header .logo {
	display: block;
	width: 60px;
}
nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
nav ul li {
	margin-left: 30px;
	position: relative;
}
nav ul li:first-child {
	margin-left: 0;
}
nav ul li a {
	display: block;
	color: #9B7D30;
}
nav ul li a:hover {
	opacity: 0.7;
}

/*==================================================================================
共通
==================================================================================*/
/* レイアウト */
main {
	width: 100%;
	overflow: hidden!important;
	position: relative;
}
section {
	position: relative;
}
.container {
	width: calc(100% - 80px);
	padding: 0 40px;
	margin: auto;
}
.max1600 {
	max-width: 1600px;
	margin: auto;
}
.max1200 {
	max-width: 1200px;
	margin: auto;
}
.max960 {
	max-width: 960px;
	margin: auto;
}
.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.row.align_center {
	align-items: center;
}
.row.just_center {
	justify-content: center;
}

.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_40 {
	margin-bottom: 40px;
}
.mb_80 {
	margin-bottom: 80px;
}
.mb_160 {
	margin-bottom: 160px;
}

/* フォント */
.font_12 {
	font-size: 12px;
}
.font_14 {
	font-size: 14px;
}
.font_20 {
	font-size: 20px;
}
.font_30 {
	font-size: 30px;
	line-height: 1.4;
}
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.bold {
	font-weight: 700;
}
.eng {
	font-family: adorn-slab-serif, sans-serif;
	letter-spacing: 0.05em;
}
.beige {
	color: #9B7D30;
}
.line1_4 {
	line-height: 1.4;
}

/* アニメーション -----------*/
.animated.fadeinup {
	animation: fadeinup 1s;
}
@keyframes fadeinup {
	0% {opacity: 0; transform: translateY(30px);}
	100% {opacity: 1; transform: translateY(0);}
}
.animated.fadeinup.second {
	animation: fadeinup_2nd 1.5s;
}
@keyframes fadeinup_2nd {
	0% {opacity: 0; transform: translateY(30px);}
	33.3% {opacity: 0; transform: translateY(30px);}
	100% {opacity: 1; transform: translateY(0);}
}
.animated.fadeinright {
	animation: fadeinright 1s;
}
@keyframes fadeinright {
	0% {opacity: 0; transform: translateX(30px);}
	100% {opacity: 1; transform: translateX(0);}
}
.animated.fadeinright.second {
	animation: fadeinright_2nd 1.5s;
}
@keyframes fadeinright_2nd {
	0% {opacity: 0; transform: translateX(30px);}
	33.3% {opacity: 0; transform: translateX(30px);}
	100% {opacity: 1; transform: translateX(0);}
}
.animated.fadeinleft {
	animation: fadeinleft 1s;
}
@keyframes fadeinleft {
	0% {opacity: 0; transform: translateX(-30px);}
	100% {opacity: 1; transform: translateX(0);}
}
.animated.fadeinleft.second {
	animation: fadeinleft_2nd 1.5s;
}
@keyframes fadeinleft_2nd {
	0% {opacity: 0; transform: translateX(-30px);}
	33.3% {opacity: 0; transform: translateX(-30px);}
	100% {opacity: 1; transform: translateX(0);}
}

/*==================================================================================
メイン
==================================================================================*/
section#main {
	padding: 100px 0 0!important;
}
section#main .logo img {
	width: 60%;
	max-width: 680px;
	margin: auto;
}
h1 {
	margin-bottom: 240px!important;
	font-weight: 400;
}
section#main .main_img {
	position: relative;
	z-index: 2;
}
section#main .main_img img {
	max-width: 1400px;
	margin: auto;
}
section#main .main_img::before,
section#main .main_img::after {
	content: "";
	display: block;
	width: 28%;
	height: 100%;
	background: url("../img/main_cloud01.png") center top / contain no-repeat;
	position: absolute;
	top: -80%;
	left: 10%;
}
section#main .main_img::after {
	background-image: url("../img/main_cloud02.png");
	top: -70%;
	left: auto;
	right: 10%;
}
section#main .main_img.animated::before,
section#main .main_img.animated::after {
	animation: fadeinup 1s;
}
section#main .arche {
	margin-top: -4%;
	overflow: hidden;
}
section#main .arche img {
	min-width: 1920px;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
section#main .cloud01 {
	width: 65%;
	/*min-width: 1080px;*/
	position: absolute;
	bottom: -8%;
	left: -8%;
	z-index: 10;
}
section#main .cloud02 {
	width: 25%;
	/*min-width: 540px;*/
	position: absolute;
	bottom: 5%;
	left: 56%;
	z-index: 10;
}
section#main .cloud03 {
	width: 42%;
	/*min-width: 740px;*/
	position: absolute;
	bottom: -10%;
	right: -2%;
	z-index: 10;
}
section#main .cloud01 img,
section#main .cloud02 img,
section#main .cloud03 img {
	position: relative;
	transition-duration: 1s;
	transition-timing-function: ease;
}

/*==================================================================================
STORY
==================================================================================*/
section#story {
	padding: 20% 0 200px!important;
	background: linear-gradient(to bottom, #E5E3DC 0%, #E5E3DC 20%, #F3F2EE 100%);
}
section#story .container {
	position: relative;
	z-index: 2;
}
section#story h2 {
	color: rgba(255,255,255,0.4);
	font-size: 5vw;
}
section#story .cloud01 {
	width: 7%;
	position: absolute;
	top: 30%;
	left: 3%;
}
section#story .cloud02 {
	width: 20%;
	position: absolute;
	top: 40%;
	left: 3%;
}
section#story .cloud03 {
	width: 24%;
	position: absolute;
	top: 30%;
	right: 5%;
}
section#story .cloud04 {
	width: 18%;
	position: absolute;
	top: 46%;
	right: -1%;
}
section#story .cloud05 {
	width: 42%;
	margin: 5% 0 0;
	position: relative;
	left: -3%;
	z-index: 10;
}
section#story .cloud06 {
	width: 55%;
	margin: -14% 0 10% auto;
	position: relative;
	right: -5%;
	z-index: 10;
}
section#story .cloud01 img,
section#story .cloud02 img,
section#story .cloud03 img,
section#story .cloud04 img,
section#story .cloud05 img,
section#story .cloud06 img {
	position: relative;
	transition-duration: 1s;
	transition-timing-function: ease;
}

/* This is imaginary world. -------------------------------------------------*/
section#imaginary {
	padding: 160px 0 240px!important;
}
section#imaginary .image {
	position: relative;
}
section#imaginary .image::after {
	content: "";
	display: block;
	width: 1080px;
	height: 100%;
	background: url("../img/image_frame.png") center top / contain no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
h3 {
	font-size: 30px;
	font-weight: 400;
}
h3 span {
	display: inline-block;
	padding: 0 60px;
	position: relative;
}
h3 span::before,
h3 span::after {
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	background: url("../img/icon_pop01.png") center center / contain no-repeat;
	position: absolute;
	top: calc(50% - 20px);
	left: 0;
}
h3 span::after {
	background-image: url("../img/icon_pop02.png");
	top: calc(30% - 20px);
	left: auto;
	right: 0;
}
h3.animated span::before,
h3.animated span::after {
	animation: h3_pop 1s infinite;
}
@keyframes h3_pop {
	0% {transform: scale(0);}
	50% {transform: scale(0);}
	100% {transform: scale(1);}
}
section#imaginary .deer img {
	width: 100px;
	margin: auto;
}

/*==================================================================================
PRODUCTS
==================================================================================*/
section#products {
	padding: 80px 0!important;
}
section#products h2 {
	font-weight: 500;
	line-height: 1.4;
}
section#products h2 span {
	font-size: 60px;
	font-weight: 400;
}
section#products ul li {
	width: calc(100% / 4 - 20px);
}
section#products ul li .img {
	border-radius: 50%;
	background: #fff;
	position: relative;
}
section#products ul li .img::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 100%;
	position: relative;
	top: 0;
	left: 0;
}
section#products ul li .img img {
	width: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.note span {
	display: inline-block;
	padding: 10px;
	background: #ece8db;
	line-height: 1;
}

/*==================================================================================
フッター
==================================================================================*/
footer {
	padding: 160px 0 40px!important;
	background: url("../img/foot_arche.png") center top 100px / contain no-repeat;
	position: relative;
}
footer .btn_hisoka {
	display: block;
	width: 280px;
	height: 280px;
	box-sizing: border-box;
	background: url("../img/icon_arrow_l.png") left 30px top 115px / 60px no-repeat, url("../img/foot_boad01.png") center top / contain no-repeat, url("../img/foot_boad_leg.png") center bottom / 45px no-repeat;
	padding: 20px;
	margin-left: 15%;
	position: relative;
	z-index: 2;
	transform-origin: center bottom;
}
footer .btn_hisoka:hover {
	filter: brightness(0.95);
	transform: rotateZ(-3deg);
}
footer .btn_hisoka .icon_map {
	padding-left: 35px;
	position: relative;
}
footer .btn_hisoka .icon_map::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url("../img/icon_mappin.png") center center / contain no-repeat;
	position: absolute;
	top: calc(50% - 15px);
	left: 0;
}
footer .btn_sorashima {
	display: block;
	width: 280px;
	height: 200px;
	box-sizing: border-box;
	background: url("../img/icon_arrow_r.png") right 20px top 50px / 60px no-repeat, url("../img/foot_boad02.png") center top / contain no-repeat, url("../img/foot_boad_leg.png") center bottom / 45px no-repeat;
	padding: 20px 25px;
	margin: -140px 0 40px auto;
	z-index: 2;
	transform-origin: center bottom;
}
footer .btn_sorashima:hover {
	filter: brightness(0.95);
	transform: rotateZ(3deg);
}
footer .btn_sorashima .logo img {
	width: 140px;
}
footer .cloud01 {
	width: 30%;
	position: absolute;
	top: 10%;
	left: -10%;
}
footer .cloud02 {
	width: 35%;
	position: absolute;
	top: 35%;
	left: -8%;
}
footer .cloud03 {
	width: 35%;
	min-width: 600px;
	position: absolute;
	top: 0;
	right: -2%;
}
footer .cloud01 img,
footer .cloud02 img,
footer .cloud03 img {
	position: relative;
	transition-duration: 1s;
	transition-timing-function: ease;
}

.tb {display: none;}
.tb2 {display: none;}
.pc {display: inline;}
.sp {display: none;}


@media screen and (max-width : 1280px) {
	/*==================================================================================
	メイン
	==================================================================================*/
	section#main {
		padding: 100px 0 0!important;
	}
	section#main .cloud01 {
		bottom: -5%;
	}
	section#main .cloud02 {
		bottom: 7%;
	}
	section#main .cloud03 {
		bottom: -6%;
	}
}


@media screen and (max-width : 960px) {
	.pc {display: none;}
	.tb {display: inline;}
	
	p { font-size: 14px; }
	/*==================================================================================
	ヘッダー
	==================================================================================*/
	header {
		padding: 20px 0!important;
	}
	header .logo {
		width: 40px;
	}
	nav ul li {
		margin-left: 15px;
	}
	nav ul li a {
		font-size: 12px;
	}
	/*==================================================================================
	共通
	==================================================================================*/
	/* レイアウト */
	.container {
		width: calc(100% - 40px);
		padding: 0 20px;
	}
	.mb_10 {
		margin-bottom: 5px;
	}
	.mb_20 {
		margin-bottom: 10px;
	}
	.mb_40 {
		margin-bottom: 20px;
	}
	.mb_80 {
		margin-bottom: 40px;
	}
	.mb_160 {
		margin-bottom: 80px;
	}
	/* フォント */
	.font_12 {
		font-size: 10px;
	}
	.font_14 {
		font-size: 12px;
	}
	.font_20 {
		font-size: 16px;
	}
	.font_30 {
		font-size: 20px;
	}
	/*==================================================================================
	メイン
	==================================================================================*/
	section#main {
		padding: 80px 0 0!important;
	}
	section#main .logo img {
		max-width: 540px;
	}
	h1 {
		margin-bottom: 160px!important;
	}
	section#main .main_img img {
		min-width: 840px;
		position: relative;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	section#main .main_img::before,
	section#main .main_img::after {
		top: -50%;
	}
	section#main .main_img::after {
		top: -45%;
	}
	section#main .arche {
		margin-top: -6%;
	}
	section#main .arche img {
		min-width: 1600px;
	}
	section#main .cloud01 {
		bottom: -2%;
	}
	section#main .cloud02 {
		bottom: 10%;
	}
	section#main .cloud03 {
		bottom: -2%;
	}
	/*==================================================================================
	STORY
	==================================================================================*/
	section#story {
		margin-top: 0;
		padding: 20% 0 180px!important;
	}
	section#story h2 {
		font-size: 5.8vw;
	}
	section#story .cloud05 {
		margin: -6% 0 6%;
	}
	section#story .cloud06 {
		margin: -14% 0 16% auto
	}
	/* This is imaginary world. -------------------------------------------------*/
	section#imaginary {
		padding: 140px 0 80px!important;
	}
	section#imaginary .image::after {
		width: 100%;
		max-width: 680px;
	}
	h3 {
		font-size: 20px;
	}
	h3 span {
		padding: 0 50px;
	}
	h3 span::before,
	h3 span::after {
		width: 35px;
		height: 35px;
		top: calc(50% - 15px);
	}
	h3 span::after {
		top: calc(30% - 15px);
	}
	section#imaginary .image p {
		padding: 0 30px;
	}
	section#imaginary .deer img {
		width: 60px;
	}
	/*==================================================================================
	PRODUCTS
	==================================================================================*/
	section#products {
		padding: 40px 0!important;
	}
	section#products h2 span {
		font-size: 40px;
	}
	section#products ul {
		max-width: 540px;
		margin: auto;
	}
	section#products ul li {
		width: calc(100% / 2 - 10px);
	}
	.note span {
		padding: 6px 10px;
	}
	/*==================================================================================
	フッター
	==================================================================================*/
	footer {
		padding: 60px 0 20px!important;
		background-position: -40px;
		background-size: 960px;
	}
	footer .container {
		max-width: 460px;
		margin: auto;
	}
	footer .btn_hisoka {
		width: 155px;
		height: 200px;
		background-image: url("../img/icon_arrow_l.png"), url("../img/foot_boad01_sp.png"), url("../img/foot_boad_leg.png");
		background-position: left 15px top 105px, center top, center bottom;
		background-size: 40px, contain, 30px;
		padding: 15px;
		margin-left: 0;
	}
	footer .btn_hisoka .icon_map {
		padding-left: 25px;
	}
	footer .btn_hisoka .icon_map::before {
		width: 20px;
		height: 20px;
		top: calc(50% - 10px);
	}
	footer .btn_sorashima {
		width: 180px;
		height: 120px;
		background-position: right 10px top 30px, center top, center bottom;
		background-size: 40px, contain, 30px;
		padding: 15px;
		margin: -50px 0 40px auto;
	}
	footer .btn_sorashima .logo img {
		width: 100px;
	}
	footer .cloud01 {
		top: 0;
	}
	footer .cloud02 {
		top: 20%;
	}
	footer .cloud03 {
		width: 50%;
		min-width: 0;
		top: 0;
	}
}


@media screen and (max-width : 680px) {
	.tb2 {display: inline;}
	/*==================================================================================
	メイン
	==================================================================================*/
	section#main .main_img img {
		min-width: 740px;
	}
	section#main .arche {
		margin-top: -7%;
	}
	section#main .arche img {
		min-width: 1420px;
	}
	/*==================================================================================
	STORY
	==================================================================================*/
	/* This is imaginary world. -------------------------------------------------*/
	section#imaginary .image::after {
		display: none;
	}
	section#imaginary .image p {
		padding: 0;
	}
	/*==================================================================================
	PRODUCTS
	==================================================================================*/
	section#products h2 span {
		font-size: 34px;
	}
	section#products ul li {
		width: calc(100% / 2 - 5px);
	}
	/*==================================================================================
	フッター
	==================================================================================*/
	footer .cloud03 {
		top: 10%;
	}
}


@media screen and (max-width : 460px) {
	.tb {display: none;}
	.sp {display: inline;}
	p {font-size: 12px; line-height: 2;}
	/*==================================================================================
	共通
	==================================================================================*/
	main {
		width: 100%;
		overflow: hidden!important;
		position: relative;
	}
	.mb_160 {
		margin-bottom: 60px;
	}
	/*==================================================================================
	メイン
	==================================================================================*/
	section#main .main_img img {
		min-width: 600px;
	}
	section#main .cloud01 {
	}
	section#main .cloud02 {
		bottom: 7%;
	}
	section#main .cloud03 {
		width: 50%;
		right: -8%;
	}
	/*==================================================================================
	STORY
	==================================================================================*/
	section#story {
		padding: 55% 0 360px!important;
		overflow: hidden;
	}
	/* This is imaginary world. -------------------------------------------------*/
	section#imaginary {
		padding: 60px 0 40px!important
	}
	h3 {
		font-size: 16px;
	}
	h3 span {
		padding: 0 35px;
	}
	h3 span::before,
	h3 span::after {
		width: 30px;
		height: 30px;
	}
	section#imaginary .font_20 {
		font-size: 14px;
	}
	section#imaginary .deer img {
		width: 40px;
	}
	/*==================================================================================
	フッター
	==================================================================================*/
	footer {
		overflow: hidden;
	}
	/*
	footer .cloud01 {
		top: 60%;
	}
	footer .cloud02 {
		top: 80%;
	}
	footer .cloud03 {
		top: 70%;
	}
	*/
}




