@charset "UTF-8";

/* CSS Document */

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

	main

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

main {
}

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

	#fv

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

#fv {
	width: 100%;
}
#fv .inner {
	width: 100%;
	height: 70vh;
	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: 600px;
}
#fv .main_slider {
	width: 100%;
	height: 70vh;
}
#fv .main_slider li {
	width: 100%;
	height: 70vh;
}
#fv .main_slider li:nth-child(1) {
	background: url(/images/main_01.jpg) no-repeat center center;
	background-size: cover;
}
#fv .main_slider li:nth-child(2) {
	background: url(/images/main_06.jpg) no-repeat center center;
	background-size: cover;
}
#fv .main_slider li:nth-child(3) {
	background: url(/images/main_04.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 100px 100px 100px;
}
main section .inner {
}
main section .inner .sec_ttl {
	margin-bottom: 100px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
main section .inner .sec_ttl h2 {
	width: 300px;
	font-size: 500%;
}
main section .inner .sec_ttl h2 span {
	display: block;
	font-size: 20%;
	line-height: 1em;
	padding: 0 0 1em 0;
	color: var(--main-color);
}
main section .inner .sec_ttl p {
	flex: 1;
	border-left: 1px solid rgba(255, 255, 255, .2);
	padding: 0 0 0 40px;
}
main section .inner .sec_ttl .wa {
	width: 100%;
	margin-bottom: 20px;
}
main section .inner .sec_ttl .wa h2 {
	margin: 0;
	font-size: 110%;
	color: #846828;
}
main section .inner .sec_ttl .en {
	width: 100%;
}
main section .inner .sec_ttl .en h2 {
	font-size: 400%;
	letter-spacing: .1em;
}

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

	#wp_news

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

#wp_news {
}
#wp_news .inner {
	position: relative;
}
#wp_news .inner h3 {
	color: #fff;
	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 rgba(255, 255, 255, .2);
	padding: 8px 0;
}
#wp_news .inner .list dl:first-child {
	border-top: 1px dotted rgba(255, 255, 255, .2);
}
#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: var(--text-color);
	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 .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 .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 {
	padding: 100px 100px;
}
#wp_menu .inner {
	position: relative;
}
#wp_menu .inner .sec_content {
}
#wp_menu .inner .list_btn {
	margin-bottom: 60px;
	padding: 0 60px;
}
#wp_menu .inner .list_btn ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#wp_menu .inner .list_btn ul li {
	width: 48%;
	background: rgba(0, 0, 0, .3);
	border: 1px solid rgba(255, 255, 255, .3);
}
#wp_menu .inner .list_btn ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 40px 0;
}
#wp_menu .inner .list_btn ul li a h3 {
	font-size: 110%;
	text-align: center;
}
#wp_menu .inner .list_btn ul li a h3 span {
	font-size: 70%;
	display: block;
}
#wp_menu .inner .sec_content .cell {
	padding: 400px 80px 60px 80px;
	border-radius: 50% 50% 0 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
@media screen and (max-width : 1400px) {
	#wp_menu .inner .sec_content .cell {
		border-radius: 47.5% 47.5% 0 0;
	}
}
@media screen and (max-width : 1200px) {
	#wp_menu .inner .sec_content .cell {
		border-radius: 45% 45% 0 0;
	}
}
@media screen and (max-width : 1000px) {
	#wp_menu .inner .sec_content .cell {
		border-radius: 42.5% 42.5% 0 0;
	}
}
#wp_menu .inner .sec_content .cell:first-child {
	/*border: 1px solid;
	border-image: linear-gradient(to right, #bf953f, #fcf6ba, #b38728) 1;*/
	border: 2px solid #fcf6ba;
	margin-bottom: 100px;
	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;
	border: 2px solid #fff;
	background-size: 100px;
}
#wp_menu .inner .sec_content .cell .bg_ph {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
#wp_menu .inner .sec_content .cell .ph {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
#wp_menu .inner .sec_content .cell .ph img {
	width: 25%;
}
#wp_menu .inner .sec_content .cell .text {
	text-align: center;
	padding: 0 60px;
}
#wp_menu .inner .sec_content .cell .text h3 {
	font-size: 200%;
	margin-bottom: 60px;
}
#wp_menu .inner .sec_content .cell .text h4 {
	font-size: 150%;
	margin-bottom: 20px;
}
#wp_menu .inner .sec_content .cell:last-child .text h3 {
	color: #000;
}
#wp_menu .inner .sec_content .cell:last-child .text h4 {
	color: #000;
}
#wp_menu .inner .sec_content .cell .text p {
	margin-bottom: 60px;
	text-align: left;
}
#wp_menu .inner .sec_content .cell:last-child .text p {
	color: #000;
}

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

	#wp_shoplist

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

#wp_shoplist {
}
#wp_shoplist .inner {
	position: relative;
}
#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-left: 1em;
}
#wp_shoplist .inner .sec_content .cell .ph {
	width: 400px;
}

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

	.parallax-img

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

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














