@charset "UTF-8";

/* CSS Document */

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

	main

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

main {
}

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

	#fv

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

#fv {
	width: 100%;
	height: 100vh;
	padding: 0 0 0 300px;
}
#fv .inner {
	width: 100%;
	height: 100vh;
	position: relative;
}
#fv .inner .copy {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url(/images/fv_copy.svg) no-repeat center center;
	background-size: 140px;
}
#fv .main_slider {
	width: 100%;
	height: 100vh;
}
#fv .main_slider li {
	width: 100%;
	height: 100vh;
}
#fv .main_slider li:nth-child(1) {
	background: url(/images/download-2.jpg) no-repeat center center;
	background-size: cover;
}
#fv .main_slider li:nth-child(2) {
	background: url(/images/download-4.jpg) no-repeat center center;
	background-size: cover;
}
#fv .main_slider li:nth-child(3) {
	background: url(/images/download-5.jpg) no-repeat center center;
	background-size: cover;
}
#fv .main_slider li img {
	margin: 0;
	padding: 0;
}
#fv .slick-prev,
#fv .slick-next {
    display: none;
}
#fv .slick-dots li {
    display: none;
}

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

	section

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

main section {
	padding: 100px 40px 100px 300px;
}
main section .inner {
}
main section .inner .sec_ttl {
	margin-bottom: 100px;
}
main section .inner .sec_ttl .wa {
	width: 100%;
	position: relative;
	display: grid;
	place-items: center;
	margin-bottom: 40px;
}
main section .inner .sec_ttl .wa h2 {
	writing-mode: vertical-rl;
	text-orientation: upright;
	-webkit-writing-mode: vertical-rl;
	margin: 0;
	font-size: 110%;
	color: #846828;
}
main section .inner .sec_ttl .en {
	width: 100%;
	text-align: center;
}
main section .inner .sec_ttl .en h2 {
	font-size: 400%;
	letter-spacing: .1em;
}

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

	#wp_news

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

#wp_news {
	background: rgba(0, 0, 0, .1);
}
#wp_news .inner {
	position: relative;
}
#wp_news .inner h3 {
	color: var(--sub-color);
	font-size: 200%;
	margin-bottom: 30px;
}
#wp_news .inner h3 span {
	display: inline-block;
	font-size: 50%;
	padding: 0 0 0 .5em;
}
#wp_news .inner .list dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dotted #000;
	padding: 8px 0;
}
#wp_news .inner .list dl:first-child {
	border-top: 1px dotted #000;
}
#wp_news .inner .list dl dt {
	width: 100px;
	font-size: 90%;
}
#wp_news .inner .list dl dd {
	flex: 1;
}
#wp_news .inner .list dl dd a {
	color: #000;
	text-decoration: underline;
}
#wp_news .inner .list dl dd a:hover {
	text-decoration: none;
}

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

	#wp_concept

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

#wp_concept {
}
#wp_concept .inner {
	position: relative;
}
#wp_concept .inner .sec_content {
}
#wp_concept .inner .sec_content .cell {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 200px;
	position: relative;
}
#wp_concept .inner .sec_content .cell .obj_01 {
	position: absolute;
	top: -100px;
	left: -100px;
	width: 500px;
}
#wp_concept .inner .sec_content .cell .text {
	flex: 1;
}
#wp_concept .inner .sec_content .cell .text p,
#wp_concept .inner .sec_content .cell_2 .text p {
	margin-bottom: 30px;
	line-height: 3em;
}
#wp_concept .inner .sec_content .cell .video {
	width: 300px;
	position: relative;
}
#wp_concept .inner .sec_content .cell .video span {
	position: absolute;
	bottom: -80px;
	left: -100px;
	width: 200px;
}
#wp_concept .inner .sec_content .cell_2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
#wp_concept .inner .sec_content .cell_2 .obj_01 {
	position: absolute;
	top: -100px;
	right: 0px;
	width: 500px;
}
#wp_concept .inner .sec_content .cell_2 .ph {
	width: 300px;
	position: relative;
}
#wp_concept .inner .sec_content .cell_2 .ph span {
	position: absolute;
	top: -100px;
	right: -80px;
	width: 300px;
}
#wp_concept .inner .sec_content .cell_2 .text {
	flex: 1;
	padding: 0 0 0 120px;
}

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

	#wp_menu

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

#wp_menu {
}
#wp_menu .inner {
	position: relative;
}
#wp_menu .inner .sec_content {
}
#wp_menu .inner .sec_content .cell {
	padding: 40px;
}
#wp_menu .inner .sec_content .cell:first-child {
	border: 1px solid;
	border-image: linear-gradient(to right, #bf953f, #fcf6ba, #b38728) 1;
	margin-bottom: 60px;
	background: url(/common/images/bg_noise_brown.webp) #382304;
	background-size: 100px;
}
#wp_menu .inner .sec_content .cell:last-child {
	border: 1px solid;
	border-image: linear-gradient(to right, #b0b0b0, #eeeeee, #b0b0b0) 1;
	background: url(/common/images/bg_noise_gray.webp) #eee;
	background-size: 100px;
}
#wp_menu .inner .sec_content .cell .ph {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
#wp_menu .inner .sec_content .cell .ph img {
	width: 25%;
}
#wp_menu .inner .sec_content .cell .text {
}
#wp_menu .inner .sec_content .cell .text h3 {
	font-size: 150%;
	margin-bottom: 20px;
}
#wp_menu .inner .sec_content .cell .text h3 span {
	font-size: 70%;
	padding: 0 0 0 1em;
}
#wp_menu .inner .sec_content .cell:first-child .text h3 {
	color: #fff;
}
#wp_menu .inner .sec_content .cell .text p {
	margin-bottom: 20px;
}
#wp_menu .inner .sec_content .cell:first-child .text p {
	color: #fff;
}

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

	#wp_shoplist

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

#wp_shoplist {
}
#wp_shoplist .inner {
	position: relative;
}
#wp_shoplist .inner .obj_01 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
}
#wp_shoplist .inner .sec_content {
}
#wp_shoplist .inner .sec_content .cell {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
#wp_shoplist .inner .sec_content .cell:last-child {
	margin-bottom: 0px;
}
#wp_shoplist .inner .sec_content .cell .text {
	flex: 1;
}
#wp_shoplist .inner .sec_content .cell .text h3 {
	margin-bottom: 20px;
}
#wp_shoplist .inner .sec_content .cell .text h3 span {
	font-size: 70%;
	padding: 0 0 0 1em;
}
#wp_shoplist .inner .sec_content .cell .ph {
	width: 400px;
}

.parallax-img {
	height: 300px;
	overflow: hidden;
}
.parallax-img img {
	width: 100%;
}
.parallax {
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	width: 100%;
}



