@charset "utf-8";

/* ========================================================
	index.css
======================================================== */

#container {
	padding-top: 0;
}

/* header
============================================================================================================ */
#header {
	position: absolute;
	border-bottom: 0;
	background: none;
}

#header .logo svg {
	fill: #fff;
}

#header .nav_btn {
	display: block;
	position: fixed;
	z-index: 1000;
}

#header .nav_btn a {
	color: #fff;
}

#header .nav_btn::before,
#header .nav_btn::after,
#header .nav_btn a::after {
	border-color: #fff;
}

#header .nav_btn a {
	color: #a88c63;
}

#header .nav_btn::before,
#header .nav_btn::after,
#header .nav_btn a::after {
	border-color: #a88c63;
}

@media screen and (min-width: 769px),
print {
	#header {
		justify-content: center;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	#header nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 280px;
		background-color: #afa790;
		/*overflow-y: auto;*/
		-webkit-transform: translateX(110%);
		-ms-transform: translateX(110%);
		-o-transform: translateX(110%);
		transform: translateX(110%);
	}

	body.init #header nav {
		-webkit-transition: -webkit-transform 0.4s ease-in-out;
		-o-transition: -o-transform 0.4s ease-in-out;
		transition: transform 0.4s ease-in-out;
	}

	/* open */
	#header.open nav {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}

	#header nav>* {
		position: relative;
		height: 100%;
		min-height: 560px;
	}

	#header nav ul a {
		position: relative;
		display: block;
		text-decoration: none;
		color: #fff;
		font-size: 1.6rem;
		letter-spacing: 0.2em;
	}

	#header nav .gnav {
		position: absolute;
		top: 47%;
		left: 0;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#header nav .gnav>li {
		position: relative;
	}

	#header nav .gnav>li>a {
		padding: 10px 0 10px 35px;
	}

	#header nav .gnav>li>a::after {
		content: "";
		position: absolute;
		right: 30px;
		top: 50%;
		width: 20px;
		height: 12px;
		margin-top: -6px;
		background: url(../common/images/parts/nav_arrow.png) no-repeat;
		-webkit-background-size: 100%;
		background-size: 100%;
		-webkit-transform: translateX(-5px);
		-ms-transform: translateX(-5px);
		-o-transform: translateX(-5px);
		transform: translateX(-5px);
		opacity: 0;
	}

	#header nav .gnav>li.has_dd>a::after {
		-webkit-transform: translateX(5px) scaleX(-1);
		-ms-transform: translateX(5px) scaleX(-1);
		-o-transform: translateX(5px) scaleX(-1);
		transform: translateX(5px) scaleX(-1);
		right: auto;
		left: 5px;
	}

	body.init #header nav .gnav>li>a::after {
		-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
		-o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
	}

	#header nav .gnav>li>a:hover::after {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}

	#header nav .gnav>li.has_dd>a:hover::after {
		-webkit-transform: translateX(0) scaleX(-1);
		-ms-transform: translateX(0) scaleX(-1);
		-o-transform: translateX(0) scaleX(-1);
		transform: translateX(0) scaleX(-1);
	}

	#header nav .gnav>li>a>span {
		position: relative;
		display: inline-block;
		padding-right: 20px;
	}

	#header nav .gnav>li>a>span::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		border-radius: 100px;
		background-color: #d1ccbd;
		opacity: 0;
	}

	body.init #header nav .gnav>li>a>span::after {
		-webkit-transition: opacity 0.2s ease-in-out;
		-o-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}

	#header nav .gnav>li>a:hover>span::after {
		opacity: 1;
	}

	#header nav .gnav>li.has_dd>a>span::after {
		content: none;
	}

	#header nav .gnav:hover>li>a {
		color: #d1ccbd;
	}

	#header nav .gnav>li>a:hover {
		color: #fff;
	}

	#header nav .reserve {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	#header nav .reserve a {
		padding: 50px 0 50px 35px;
		background-color: #9a9279;
	}

	#header nav .reserve a:hover {
		background-color: #7b7359;
	}

	#header nav .dd {
		position: absolute;
		right: 100%;
		top: 0;
		width: 0;
		overflow: hidden;
	}

	#header nav .dd ul {
		padding: 10px 0;
		background-color: #a9a18a;
	}

	#header nav .dd a {
		position: relative;
		display: block;
		width: 200px;
		padding: 12px 0 12px 25px;
		border-top-width: 0;
		color: #fff;
		text-decoration: none;
		text-align: left;
		font-size: 1.5rem;
	}

	#header nav .dd a>span span.navi_sub_cap {
		font-size: 1rem;
	}

	#header nav .dd a>span {
		position: relative;
		display: inline-block;
		padding-right: 20px;
	}

	#header nav .dd a>span::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		border-radius: 100px;
		background-color: #d1ccbd;
		opacity: 0;
	}

	body.init #header nav .dd a>span::after {
		-webkit-transition: opacity 0.2s ease-in-out;
		-o-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}

	#header nav .dd a:hover>span::after {
		opacity: 1;
	}

	body.init #header nav .dd {
		-webkit-transition: width 0.3s;
		-o-transition: width 0.3s;
		transition: width 0.3s;
	}

	body.init #header nav li:hover .dd {
		width: 180px;
	}

	#header nav .dd:hover a {
		opacity: 0.5;
	}

	#header nav .dd a:hover {
		opacity: 1;
	}
}

@media screen and (min-width: 769px) and (max-height: 700px) {
	#header nav .gnav {
		top: 45%;
	}

	#header nav .reserve a {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media screen and (min-width: 769px) and (max-height: 600px) {
	#header nav .gnav {
		top: 45% /* K.K 2024/6/29 ハンバーガーメニュー変更に伴い上下位置の調整 */
	}

	#header nav .reserve a {
		padding-top: 35px;
		padding-bottom: 35px;
	}
}

.common_header_important {
	display: none;
}

/* opening
============================================================================================================ */
#opening {}


/* indexMain
============================================================================================================ */
#indexMain {
	position: relative;
	height: 100vh;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#indexMain::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 470px;
	height: 120px;
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	z-index: 3;
}

#indexMain .lead {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 2.6rem;
	letter-spacing: 0.6em;
	white-space: nowrap;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateY(-100%);
	}

	20%,
	75% {
		-webkit-transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(120%);
	}
}

@keyframes scroll {
	0% {
		transform: translateY(-100%);
	}

	20%,
	75% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(120%);
	}
}

@media screen and (min-width: 769px),
print {
	#indexMain {
		/*background-image: url(../images/main.jpg);*/
		min-height: 650px;
	}

	#indexMain::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 230px;
		height: 210px;
		background: url(../images/main_eng01.png) no-repeat;
		z-index: 3;
	}

	#indexMain::after {
		background-image: url(../images/main_eng02.png);
	}

	#indexMain .scroll {
		position: absolute;
		overflow: hidden;
		bottom: 0;
		left: 50%;
		width: 80px;
		height: 80px;
		margin-left: -40px;
		z-index: 3;
	}

	#indexMain .scroll::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		height: 100%;
		border-left: 1px solid #fff;
		-webkit-animation: scroll 2.2s ease 0s infinite;
		animation: scroll 2.2s ease 0s infinite;
	}
}

@media screen and (max-width: 768px) {
	#indexMain {
		/*background-image: url(../images/main_sp.jpg);*/
		height: 100vw;
		min-height: 400px;
	}

	#indexMain::after {
		width: 210px;
		height: 60px;
		background-image: url(../images/main_eng02_sp.png);
	}

	#indexMain .lead {
		font-size: 1.5rem;
	}
}

#indexMain #movie {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	z-index: -1;
}

#indexMain #movie video {
	position: absolute;
}

#indexMain #opening {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	pointer-events: none;
	z-index: 2;
}

#indexMain #opening::before,
#indexMain #opening::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	height: 51%;
	background-color: #b1a992;
}

#indexMain #opening::before {
	top: 0;
}

#indexMain #opening::after {
	bottom: 0;
}

#indexMain .lead,
#indexMain .lead>span {
	opacity: 0;
}

#indexMain.start-text .lead,
#indexMain.start-text .lead>span {
	opacity: 1;
}

#indexMain.start-text .lead>span {
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

#indexMain .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	opacity: 0;
}

#indexMain .logo svg {
	fill: #fff;
	width: 300px;
	height: 100px;
}

#indexMain.start-text .logo {
	-webkit-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	transition: opacity 1s linear;
	opacity: .1;
}

#indexMain.end-opening #opening::before,
#indexMain.end-opening #opening::after {
	-webkit-transition: -webkit-transform .8s, opacity .5s .3s;
	-o-transition: -o-transform .8s, opacity .5s .3s;
	transition: transform .8s, opacity .5s .3s;
	opacity: 0;
}

#indexMain.end-opening #opening::before {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

#indexMain.end-opening #opening::after {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

#indexMain.end-opening .lead,
#indexMain.end-opening .logo {
	-webkit-transition: opacity .8ss;
	-o-transition: opacity .8ss;
	transition: opacity .8ss;
	opacity: 0;
}


/* index_important
============================================================================================================ */



.index_important {
	margin: 0px;
	text-align: center;
}

.index_important li+li {
	margin-top: 0px;
}

.index_important a {
	display: block;
	background-color: #66d566;
	font-size: 120%;
	text-decoration: underline;
	color: #fff;
	padding: 5px 0px;
	font-weight: bold;
}

.index_important li:nth-child(2) a {
	display: block;
	background-color: #b4d4f0;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.index_important {
		margin: 0px;
	}

	.index_important li+li {
		margin-top: 0px;
	}

	.index_important a {
		font-weight: bold;
		padding: 8px 0px;
		border-width: 2px;
		font-size: 110%;
	}
}

/* index_important_old
============================================================================================================ */



.index_important_old {
	margin: 50px;
	text-align: center;
}

.index_important_old li+li {
	margin-top: 20px;
}

.index_important_old a {
	display: block;
	padding: 20px;
	border: 3px solid #d00;
	font-weight: bold;
	font-size: 120%;
	color: #d00;
}

@media screen and (max-width: 768px) {
	.index_important_old {
		margin: 3vw 3vw 20px;
	}

	.index_important_old li+li {
		margin-top: 10px;
	}

	.index_important_old a {
		padding: 8px;
		border-width: 2px;
		font-size: 110%;
	}
}

/* index_about
============================================================================================================ */
.index_about {
	margin: 50px 50px 240px;
	padding: 130px 0 150px;
	background-color: #f2f2f4;
	text-align: center;
}

.index_about .lead {
	margin-top: -20px;
	font-size: 2rem;
	letter-spacing: 0.2em;
	line-height: 2.5;
}

.index_about .more {
	margin-top: 60px;
}

@media screen and (min-width: 769px),
print {}

@media screen and (max-width: 768px) {
	.index_about {
		margin: 3vw 3vw 90px;
		padding: 90px 8vw 100px;
	}

	.index_about .lead {
		margin-top: -10px;
		font-size: 1.4rem;
		text-align: left;
	}

	.index_about .more {
		margin-top: 40px;
	}
}



/* index_craft
============================================================================================================ */
.index_craft {
	position: relative;
	margin-bottom: 220px;
}

.index_craft .box {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background-color: #b1a992;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.2em;
	line-height: 2.5;
	z-index: 2;
}

@media screen and (min-width: 769px),
print {
	.index_craft .ph {
		height: 500px;
		background: url(../images/craft_ph.jpg) 50% no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.index_craft .box {
		width: 500px;
		height: 380px;
		margin-top: -80px;
	}
}

@media screen and (max-width: 768px) {
	.index_craft {
		margin-bottom: 90px;
	}

	.index_craft .box {
		margin-top: -40px;
		padding: 30px 0;
		font-size: 1.4rem;
	}
}





/* index_flow
============================================================================================================ */
.index_flow {
	position: relative;
	margin-bottom: 220px;
}

.index_flow section+section {
	margin-top: 100px;
}

.index_flow section .ph p {
	position: relative;
	margin-right: 20px;
	z-index: 2;
}

.index_flow section .ph p::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #c5c2b7;
	-webkit-transform: translate(20px, 20px);
	-ms-transform: translate(20px, 20px);
	-o-transform: translate(20px, 20px);
	transform: translate(20px, 20px);
	z-index: -1;
}

.index_flow section .num {
	position: relative;
	margin-bottom: 5px;
	letter-spacing: .2em;
}

.index_flow section .num::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 22px;
	border-top: 1px solid #c5c2b7;
}

.index_flow section h3 {
	margin-bottom: 15px;
	font-size: 2rem;
	line-height: 1.6;
}

.index_flow section .more {
	margin-top: 50px;
}

@media screen and (min-width: 769px),
print {
	.index_flow section {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: space-between;
	}

	.index_flow section>* {
		width: 460px;
	}

	.index_flow section .num {
		padding-left: 40px;
	}

	.index_flow section .num::before {
		left: 0;
	}

	.index_flow section .box_btn {
		margin-left: 5px;
	}

	.index_flow section:nth-child(2n) {
		-webkit-flex-direction: row-reverse;
		-moz-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		-o-flex-direction: row-reverse;
		flex-direction: row-reverse;
		text-align: right;
	}

	.index_flow section:nth-child(2n) .num {
		padding-right: 40px;
	}

	.index_flow section:nth-child(2n) .num::before {
		left: auto;
		right: 0;
	}

	.index_flow section:nth-child(2n) .box_btn {
		margin-left: auto;
		margin-right: 5px;
	}
}

@media screen and (max-width: 768px) {
	.index_flow {
		margin-bottom: 100px;
	}

	.index_flow section+section {
		margin-top: 70px;
	}

	.index_flow section {
		font-size: 1.4rem;
	}

	.index_flow section .ph {
		max-width: 460px;
		margin: 0 auto 40px;
	}

	.index_flow section .num {
		display: inline-block;
		font-size: 1.2rem;
		padding-right: 40px;
	}

	.index_flow section .num::before {
		right: 0;
	}

	.index_flow section h3 {
		font-size: 1.6rem;
	}

	.index_flow section .more {
		margin-top: 40px;
	}
}


/* index_price
============================================================================================================ */
.index_price {
	position: relative;
	margin-bottom: 190px;
}

.index_price .box {
	text-align: center;
}

@media screen and (min-width: 769px),
print {
	.index_price {
		padding-top: 140px;
	}

	.index_price .box {
		position: relative;
		width: 500px;
		padding: 70px 0 80px;
		background-color: #f2f2f4;
		margin-left: auto;
		z-index: 2;
	}

	.index_price .en_title {
		margin-bottom: 40px;
	}

	.index_price .more {
		margin-top: 60px;
	}
}

@media screen and (max-width: 768px) {
	.index_price {
		margin-bottom: 90px;
		font-size: 1.4rem;
	}

	.index_price .en_title {
		margin-bottom: 30px;
	}

	.index_price .wide_ph {
		margin: 40px 0 50px;
	}
}


/* index_news
============================================================================================================ */
.index_news {
	margin-bottom: 200px;
}

.index_news .list a {
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 1.4rem;
}

.index_news .list a .img {
	position: relative;
	margin-bottom: 25px;
	padding-top: 66.5%;
}

.index_news .list a time {
	font-family: 'Raleway', sans-serif;
	letter-spacing: .1em;
}

.index_news .list a h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.index_news .more {
	margin-top: 90px;
}

@media screen and (min-width: 769px),
print {
	.index_news .list {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		border-left: 1px solid #c5c2b7;
	}

	.index_news .list>* {
		width: 25%;
		border-right: 1px solid #c5c2b7;
	}

	.index_news .list a {
		padding: 0 25px 30px;
	}

	.index_news .list a::after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 25px;
		width: 20px;
		height: 5px;
		border-right: 2px solid #aba8a0;
		border-bottom: 1px solid #aba8a0;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
		-webkit-transform: skewX(50deg);
		-ms-transform: skewX(50deg);
		-o-transform: skewX(50deg);
		transform: skewX(50deg);
	}

	body.init .index_news .list a::after {
		-webkit-transition: -webkit-transform 0.2s ease-in-out;
		-o-transition: -o-transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out;
	}

	.index_news .list a:hover::after {
		-webkit-transform: translateX(5px) skewX(50deg);
		-ms-transform: translateX(5px) skewX(50deg);
		-o-transform: translateX(5px) skewX(50deg);
		transform: translateX(5px) skewX(50deg);
	}

	.index_news .list a h3 {
		min-height: 3em;
	}

	.index_news .list a:hover h3 {
		text-decoration: underline;
	}
}

@media screen and (max-width: 768px) {
	.index_news {
		margin-bottom: 100px;
	}

	.index_news .list {
		margin-top: -20px;
	}

	.index_news .list a {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		-ms-align-items: flex-end;
		align-items: flex-end;
		padding: 20px 0;
		border-bottom: 1px solid #c5c2b7;
		font-size: 1.2rem;
	}

	.index_news .list a .img {
		width: 42%;
		margin-bottom: 0;
		padding-top: 28%;
	}

	.index_news .list a .img+div {
		width: 52%;
	}

	.index_news .list a time {
		display: block;
		position: relative;
	}

	.index_news .list a time::after {
		content: "";
		position: absolute;
		bottom: 40%;
		right: 0;
		width: 20px;
		height: 5px;
		border-right: 2px solid #aba8a0;
		border-bottom: 1px solid #aba8a0;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
		-webkit-transform: skewX(50deg);
		-ms-transform: skewX(50deg);
		-o-transform: skewX(50deg);
		transform: skewX(50deg);
	}

	.index_news .list a h3 {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.index_news .list a .excerpt {
		margin-top: 20px;
		width: 100%;
	}

	.index_news .more {
		margin-top: 50px;
	}
}


/* parallax_item
============================================================================================================ */
.parallax_item {
	z-index: 10;
}

.index_parallax01>* {
	left: 0;
	top: 120px;
	width: 360px;
	height: 320px;
}

.index_parallax01>*>* {
	background-image: url(../images/parallax_item01.png);
}

.index_parallax02>* {
	right: 80px;
	top: 100px;
	width: 250px;
	height: 250px;
}

.index_parallax02>*>* {
	background-image: url(../images/parallax_item02.png);
}

.index_parallax03>* {
	right: 0;
	bottom: -10px;
	width: 500px;
	height: 650px;
}

.index_parallax03>*>* {
	background-image: url(../images/parallax_item03.png);
}

.index_parallax04>* {
	left: 50%;
	margin-left: 170px;
	bottom: 80px;
	width: 340px;
	height: 300px;
}

.index_parallax04>*>* {
	background-image: url(../images/parallax_item04.png);
}

.index_parallax05>* {
	left: 0;
	top: -140px;
	width: 410px;
	height: 300px;
}

.index_parallax05>*>* {
	background-image: url(../images/parallax_item05.png);
}

.index_parallax06>* {
	right: 0;
	bottom: -50px;
	width: 380px;
	height: 420px;
}

.index_parallax06>*>* {
	background-image: url(../images/parallax_item06.png);
}

.index_parallax07>* {
	left: 0;
	top: 10px;
	width: 330px;
	height: 440px;
}

.index_parallax07>*>* {
	background-image: url(../images/parallax_item07.png);
}

.index_parallax08>* {
	right: 0;
	top: -280px;
	width: 430px;
	height: 520px;
}

.index_parallax08>*>* {
	background-image: url(../images/parallax_item08.png);
}

.index_parallax09>* {
	left: 0;
	bottom: 60px;
	width: 490px;
	height: 360px;
}

.index_parallax09>*>* {
	background-image: url(../images/parallax_item09.png);
}

@media screen and (max-width: 768px) {
	.index_parallax01>* {
		top: 10px;
		width: 120px;
		height: 150px;
	}

	.index_parallax01>*>* {
		background-position: 100%;
		-webkit-background-size: 120%;
		background-size: 120%;
	}

	.index_parallax02>* {
		right: 30px;
		top: 30px;
		width: 110px;
		height: 110px;
	}

	.index_parallax03>* {
		bottom: -20px;
		width: 180px;
		height: 200px;
	}

	.index_parallax04>* {
		right: 20px;
		left: auto;
		margin-left: 0;
		bottom: -40px;
		width: 100px;
		height: 100px;
	}

	.index_parallax05>* {
		top: -120px;
		width: 160px;
		height: 130px;
	}

	.index_parallax06>* {
		right: 0;
		bottom: -80px;
		width: 120px;
		height: 200px;
	}

	.index_parallax06>*>* {
		background-position: 0;
		-webkit-background-size: 150%;
		background-size: 150%;
	}

	.index_parallax08>* {
		top: -400px;
		width: 170px;
		height: 260px;
	}

	.index_parallax09>* {
		left: 0;
		bottom: auto;
		top: -60px;
		width: 170px;
		height: 120px;
	}

	.index_parallax10>* {
		left: 0;
		bottom: -80px;
		width: 110px;
		height: 130px;
	}

	.index_parallax10>*>* {
		background-image: url(../images/parallax_item10.png);
	}

	.index_parallax11>* {
		right: 0;
		top: 200px;
		width: 120px;
		height: 150px;
	}

	.index_parallax11>*>* {
		background-image: url(../images/parallax_item11.png);
	}
}

@media screen and (max-width: 768px) {
	#header nav .dd {
		left: 100%;
	}
}

