@charset “UTF-8”;
.page_wrap {
	width:100%;
}
* {
	box-sizing:border-box;
	font-family: 'Noto Serif JP',"游明朝 Light", "游明朝", "YuMincho", serif;
	font-weight: 400;
}
h2 {
	font-weight:400;
	font-family: 'Noto Serif JP', serif;
}
p {
	font-weight:400;
    font-family: 'Noto Sans JP', sans-serif,serif;
}
/********************************
header
*********************************/
.header_box {
	z-index:9999;
}
.header_left {
	width:100%;
	text-decoration: none;
	position:fixed;
	top:0;
	z-index:9999;
}
.header_left_btn {
	display: flex;
    height: 80px;
	flex-flow:column;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    background: rgba(0,0,0,0);
    color: #000;
	justify-content: center;
    padding: 0 40px;
}
.header_left_btn img {
	width: 45%;
}
.header_left_btn_title {
	font-size: 20px;
    letter-spacing: 20px;
    padding-bottom: 7px;
    padding-left: 15px;
}
.header_left_btn_text {
    font-size: 8px;
    letter-spacing: 1px;
    font-family: "arno Pro Caption",'Noto Serif JP',"游明朝 Light", "游明朝", "YuMincho", serif;
}
.header_right {
	width:100%;
	position:fixed;
	bottom:0;
	z-index:9999;
}
.header_right_btn {
    display: flex;
    width: 100%;
    height: 80px;
    justify-content: center;
    align-items: center;
    padding: 25px 40px;
    box-sizing: border-box;
    text-decoration: none;
    background: #000;
    color: #fff;
    font-size: 10px;
    letter-spacing: 4px;
	font-weight:500;
	font-family: "arno Pro Caption",'Noto Serif JP',"游明朝 Light", "游明朝", "YuMincho", serif;
}
/*****************************
pc/sp
******************************/
.pc_on {
	display:none!important;
}
/**************************
main_visual
***************************/

.main_visual {
	display:flex;
	width:100%;
	height:100vh;
	justify-content:center;
	align-items:center;
}
.main_visual img {
    width: 225px;
}
/**************************
section1
***************************/
.section1 {
	width:100%;
	height: auto;
	background:#000;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	flex-flow:column;
}
.section1_item1 {
	width:100%;
}
.section1_item1 img {
	width:100%;
}
.section1_item2 {
	width:85%;
	color:#fff;
	z-index:9998;
	display:flex;
	flex-flow: column;
	justify-content:center;
	align-items:center;
}
.section1_item2 h2 {
	font-size:26px;
	line-height:52px;
	letter-spacing:6px;
	padding-top:10%;
	padding-bottom:10%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
.section1_item2 .section1_item2_text {
	width:100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.section1_item2 .section1_item2_text p {
	font-size:14px;
	line-height:31px;
	letter-spacing:1px;
	padding-bottom:12%;
	font-weight: 400;
}
.section1_box_gradiate {
	/*
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( to bottom,rgba(0,0,0,0)20%,rgba(0,0,0,1)35%);
    z-index: 100;
	*/
}
/**************************
section2
***************************/
.section2 {
	width:100%;
	background:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-flow: column;
	padding:50px 0 50px 0;
}

.section2 .section2_box {
	width:85%;
	box-sizing:border-box;
	text-align:center;
	position:relative;
}
.section2_spoil {
	width:45px;
	position:absolute;
	top:205px;
	left:50%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);
}
.section2 .section2_box h2 {
	font-size:26px;
	line-height:52px;
	letter-spacing:5px;
}
.section2 .section2_box p {
	font-size:14px;
	line-height:31px;
	letter-spacing:1px;
	font-family: 'Noto Sans JP', sans-serif;
}
.section2_box_titletext {
	padding-bottom:100px;
}
.section2_box_titletext2 {
	padding-top:200px;
	padding-bottom:30px;
	font-family: "arno Pro Caption",'Noto Serif JP',"游明朝 Light", "游明朝", "YuMincho", serif;
}
/**************************
section3
***************************/
.section3 {
	width:100%;
}
.section3 .section3_box {
	position:relative;
}
.section3 .section3_box img {
	width:100%;
}
.section3 .section3_box .section3_item {
	position:absolute;
	bottom:15%;
	left: 10%;
	font-size:14px;
	letter-spacing:2px;
	font-family: 'EB Garamond', serif;
}
/**************************
section4
***************************/
.section4 {
	display:flex;
	flex-flow: column;
	width:100%;
	padding-top:150px;
	position:relative;
	overflow:hidden;
}
.section4_spoil1 {
	width:100px;
	position:absolute;
	top:10px;
	left:25%;
}
.section4_spoil2 {
	width:20px;
	position:absolute;
	top:100px;
	left:24%;
}
.section4_spleaf {
    width: 200px;
    position: absolute;
    top: 40px;
    right: -70px;
}
.section4_spleaf2 {
	width: 220px;
    position: absolute;
    right: -80px;
    bottom: -15px;
    z-index: -9999;
}
.section4_leaf {
    position: absolute;
    right: -90px;
    top: 350px;
    width: 300px;
}
.section4_wrap {
	width:85%;
	margin:0 auto;
	display:flex;
	justify-content: center;
	flex-flow:column;
}
.section4_box1 {
	position:relative;
	width:100%;
}
.section4_box1_oil1 {
	width:110px;
	height:120px;
	position:absolute;
    bottom: 240px;
    left: 40%;
}
.section4_box1_oil2 {
	width: 50px;
    height: 45px;
    position: absolute;
    bottom: 210px;
    left: 30%;
}
.section4_box1_oil3 {
	width:100px;
	height:110px;
	position:absolute;
    bottom: 150px;
    left: 66%;
}
.section4_box1_oil4 {
	width:250px;
	height:255px;
	position:absolute;
    bottom: -10px;
    left: 5%;
}
.section4_box1_oil5 {
	position: absolute;
    width: 35px;
    bottom: 375px;
    left: 85%;
}
.section4_box1_oil6 {
	position: absolute;
    width: 15px;
    bottom:360px;
    left: 95%;
}
.section4_box1_oil6 {
	position: absolute;
    width: 15px;
    bottom:360px;
    left: 95%;
}
.section4_box1_oil7 {
    position: absolute;
    width: 20px;
    bottom: 20px;
    left: 12%;
}
.section4_spbox {
	width:100%;
	position:relative;
}
.section4_box1_leaf {
    position: absolute;
    width: 215px;
    top: 530px;
    left: -85px;
}

.section4_box2_item2_spoil {
	position: absolute;
	width:75px;
	bottom:100px;
	left:0;
	z-index:-9999;
}
.section4_box2_item2_oil {
	width:250px;
	-ms-filter: blur(6px);
	filter: blur(6px);
	transform: rotate( 120deg );
	position:absolute;
	right: -70px;
	bottom: -35px;
	opacity: 0.6;
	z-index:-9999;
}
.section4_box2_item2_spoil2 {
	width:175px;
	-ms-filter: blur(6px);
	filter: blur(6px);
	transform: rotate( 120deg );
	position: absolute;
    right: -70px;
    bottom: 165px;
    opacity: 0.6;
    z-index: -9998;
}
.section4_box2_item2_oil2 {
	width:60px;
	position:absolute;
	bottom: 55px;
    left: -70px;
}
.section4_box2_item2_oil3 {
	width: 40px;
    position: absolute;
    bottom: 40px;
    left: -95px;
}
.section4_box2 {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.section4_box2_item1 {
	padding-bottom:420px;
	position: relative;
}
.section4_box2_item2 {
	padding-bottom:150px;
	position:relative;
}
.section4_box2 h2 {
	font-size:26px;
	line-height:50px;
	letter-spacing:6px;
	margin-bottom: 20px;
}
.section4_box2 .section4_box2_text1 {
	font-size: 13px;
    line-height: 31px;
    letter-spacing: 2px;
    width: 100%;
}
.section4_box2 .section4_box2_text2 {
	font-size:14px;
	line-height:31px;
	letter-spacing:2px;
	width:100%;
}
/**************************
section5
***************************/
.section5 {
	width:85%;
	position:relative;
	margin:0 auto;
}
.section5 .section5_box1{
	width:100%;
	margin:0 auto;
	display:flex;
	flex-flow:column;
	justify-content:center;
	align-items:center;
}
.section5_box1_leaf {
	width:360px;
	position:absolute;
	top:10px;
	left:-110px;
}
.section5 .section5_box1 .section5_box1_banar {
	width:100%;
}
/**************************
section6
***************************/
.section6 {
	width:100%;
	text-align: center;
	padding-top:100px;
}
.section6_wrap {
	width:85%;
	margin:0 auto;
	display:flex;
	justify-content:center;
	flex-flow:column;
}
.maru1 {
	position:relative;
	width:120px;
	height:120px;
	border-radius:50%;
	background:#3B5A23;
	text-align:center;
	color:#fff;
	font-family:Yu Mincho;
}
.maru1 p {
	position:absolute;
	top:50%;
	left:0;
	width: 120px;
	text-align: center;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.maru1_text1 {
	font-size:14px;
	line-height: 40px;
	letter-spacing:2px;
}
.maru1_text2 {
	font-size:40px;
}
.maru1_text3 {
	font-size:25px;
	letter-spacing:5px;
}
.maru1_text4 {
	font-size:16px;
	line-height: 30px;
    letter-spacing: 2px;
}
.maru1_text5 {
	font-size:25px;
    letter-spacing: 10px;
    left: 5px!important;
    line-height: 30px;
}
.section6_box1 {
	width:100%;
	position:relative;
}
.section6_box1 .section6_box1_seed {
	width:100%;
}
.section6_box1 .section6_box1_oil {
	width:25px;
	position:absolute;
	top: 155px;
    left: -20px;
}
.section6_box1 .section6_box1_oil2 {
	width:8px;
	position:absolute;
	top: 185px;
    left: 0;
}
.section6_box1_spoil1 {
    position: absolute;
    width: 35px;
    bottom: 15px;
    left: 85%;
}
.section6_box1_spoil2 {
	position: absolute;
    width: 15px;
    bottom:0;
    left: 95%;
}
.section6_box2 {
	width:100%;
	display:flex;
	flex-flow:column;
	position:relative;
	align-items:center;
}
.section6_box2 .section6_box2_img {
	width:80px;
	position:absolute;
	top: -25px;
    right: -70px;
}
.section6_box2 .section6_box2_img2 {
	width:15px;
	position:absolute;
	top: 75px;
    right: -15px;
}
.section6_box2_relativebox {
	position:relative;
	width:100%;
}
.section6_box2_item {
	width:100%;
}
.section6_box2_item_img {
	width:100%;
}
.section6_box2 .section6_box2_text1 {
	font-size:16px;
	color:#3B5A23;
	letter-spacing:3px;
	padding:20px 0;
	font-family: "arno Pro Caption",'Noto Serif JP',"游明朝 Light", "游明朝", "YuMincho", serif;
}
.section6_box2 .section6_box2_title1 {
	font-size:29px;
	letter-spacing:3.5px;
	color:#3B5A23;
	padding-bottom:25px;
	font-family: "arno Pro Caption",'Noto Serif JP',"游明朝 Light", "游明朝", "YuMincho", serif;
	line-height: 1.5;
}
.section6_box2 .section6_box2_title1 .section6_box2_title1_span {
	font-size:20px;
	color:#3B5A23;
}
.section6_box2 .section6_box2_text2 {
    border: 1px solid;
    color: #3B5A23;
    padding: 6px 15px;
    letter-spacing: 3px;
    font-size: 12px;
	font-family: "arno Pro Caption",'Noto Serif JP',"游明朝 Light", "游明朝", "YuMincho", serif;
	font-weight:900;
}
.section6_box2 .section6_box2_text3 {
	width:100%;
	font-size:14px;
	letter-spacing:1.2px;
	line-height:30px;
	color:#3B5A23;
	padding:30px 0;
}

/**************************
section7
***************************/
.section7 {
	width:100%;
	position:relative;
	text-align: center;
	padding-top:100px;
	overflow:hidden;
}
.section7_box2_oil2 {
	width:140px;
	position:absolute;
	transform: rotate( 200deg );
	top: -20px;
    left: -55px;
	-ms-filter: blur(6px);
	filter: blur(6px);
    z-index: -9999;
}
.section7_wrap {
	width:85%;
	margin:0 auto;
	display:flex;
	justify-content:center;
	flex-flow:column-reverse;
}
.section7_box2_item {
	display:flex;
	justify-content: space-around;
	width:100%;
    position: absolute;
	bottom: -125px;
    left: -25px;
}
.maru2 {
	position:relative;
	width:120px;
	height:120px;
	border-radius:50%;
	background:#603113;
	text-align:center;
	color:#fff;
}
.maru2 p {
	position:absolute;
	top:50%;
	left:0;
	width: 120px;
	text-align: center;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.maru2_text1 {
	font-size:16px;
	line-height: 30px;
    letter-spacing: 2px;
}
.maru2_text2 {
	font-size:25px;
    letter-spacing: 10px;
    left: 5px!important;
    line-height: 30px;
}
.maru2_text3 {
	font-size:16px;
	line-height: 30px;
    letter-spacing: 2px;
}
.section7_box2 {
	width:100%;
	display:flex;
	flex-flow:column;
	position:relative;
}
.section7_box2_oil {
	width:25px;
	position:absolute;
	top: -40px;
    right: 160px;
}
.section7_box1 {
    width:100%;
    display: flex;
    justify-content: center;
	position:relative;
}
.section7_box1_spoil {
	position:absolute;
	width:120px;
	transform: rotate( 200deg );
    top: -50px;
    right: -55px;
	
}
.section7_box1_spoil2 {
    position: absolute;
    width: 55px;
    top: -45px;
    right: 18px;
}
.section7_box1_img {
	width:100%;
}
.section7_box1_oil {
	width:180px;
	position:absolute;
	transform: rotate( 200deg );
	top: 0;
    right: -100px;
}
.section7_box1_oil2 {
	width:80px;
	position:absolute;
    top: -10px;
    right: -10px;
}
.section7_box1_oil3 {
	width:25px;
	position:absolute;
	bottom: -90px;
    right: -110px;
}
.section7_box2_text1 {
	font-size:16px;
	color:#603113;
	letter-spacing:3px;
	padding:20px 0;
	font-family:YuMincho,Yu Mincho;
}
.section7_box2 .section7_box2_title1 {
	font-size:29px;
	letter-spacing:3.5px;
	color:#603113;
	padding-bottom:15px;
	font-family: "arno Pro Caption",'Noto Serif JP',"游明朝 Light", "游明朝", "YuMincho", serif;
}
.section7_box2_text2 {
	letter-spacing:8px;
	color:#603113;
	font-family:YuMincho,Yu Mincho;
}
.section7_box2_text3 {
	width:100%;
    font-size: 14px;
    letter-spacing: 1.2px;
    line-height: 30px;
    color: #603113;
    padding: 30px 0;
}
.section7_box2_relativebox {
	width:100%;
	position:relative;
}
.section7_box2_img {
	width:85%;
}
/**************************
sectionex
***************************/
.section_ex {
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	overflow: hidden;
	text-align: center;
	padding:100px 0;
}
.section_ex_leaf {
position: absolute;
    width: 170px;
    right: -45px;
    bottom: -40px;
}
.section7_box3_leaf {
	position:absolute;
	width:350px;
	top: 120px;
    right: -85px;
}
.section7_box3 {
	display:flex;
	position:relative;
	flex-flow:column;
}
.section7_box3_item1_text1 {
	font-size:12px;
	letter-spacing:5px;
	line-height:17px;
	width: 100%;
	text-align: center;
}
.section7_box3_item1_squqre {
	border:1px solid;
	position:relative;
	display:inline-block;
	padding: 15px 30px;
}
.section7_box3_item1 {
	width:100%;
	margin-bottom:30px;
}
.section7_box3_item2 {
	line-height:36px;
}
.section7_box3_item2_text1 {
	font-size:20px;
	letter-spacing:7px;
	margin-bottom:20px;
	font-family: 'Noto Serif JP',"游明朝 Light", "游明朝", "YuMincho", serif;
	font-weight:500;
}
.section7_box3_item2_text1 span {
	font-size:13px;
	letter-spacing:3px;
}
.section7_box3_item2_text2 {
	font-size:20px;
	letter-spacing:7px;
	font-family: 'Noto Serif JP',"游明朝 Light", "游明朝", "YuMincho", serif;
	font-weight:500;
}
.section7_box3_item2_text2 span {
	font-size:13px;
	letter-spacing:3px;
}
.section7_box2_relativebox_img {
	width:85%;
	margin:0 auto;
}
/**************************
section8
***************************/
.section8 {
	width:100%;
	position:relative;
	height: 500px;
	overflow:hidden;
}
.section8 .section8_img {
	width:750px;
	height:500px;
	position:absolute;
	top:50%;
	left: 40%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
.section8_spoil {
	width: 65px;
    position: absolute;
    top: 0;
    left: 15%;
}
.section8_spoil2 {
	width:13px;
    position: absolute;
    top: 0;
    left: 10%;
}
.section8 h2 {
	font-size:25px;
	letter-spacing:4px;
	padding-bottom:20px;
}
.section8 p {
	font-size:12px;
	letter-spacing:2px;
}
.section8 .section8_box1 {
	text-align:center;
	width:100%;
	position:absolute;
	top: 55%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
.section8_box1_text {
	font-family: "arno Pro Caption",'Noto Serif JP',"游明朝 Light", "游明朝", "YuMincho", serif;
}
/**************************
sectionsp
***************************/
.sectionsp {
	width:100%;
	overflow: hidden;
}
.sectionsp_box {
	position:relative;
	width:100%;
	height:170px;
}
.section8_spoil3 {
	width: 90px;
    position: absolute;
    top: -5px;
    left: 76%;
}
.section8_spoil4 {
    width: 45px;
    position: absolute;
    top: 55px;
    left: 92%;
}
.section8_spoil5 {
	width: 20px;
    position: absolute;
    top: 50px;
    left: 10%;
}
/**************************
section9
***************************/
.section9 {
	width:100%;
	overflow: hidden;
	padding-bottom: 55px;
}
.section9_box {
	position:relative;
	text-align:center;
}
.section9_box_img {
	width:100%;
}
.section9_button {
	width:85%;
	height:90px;
	color:#fff;
	text-decoration:none;
	background:#000;
	display:flex;
	position:absolute;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	transition: .3s; 
	flex-flow:column;
	align-items:center;
	justify-content:center;
}
.section9_button:hover {
	background:#444;
}
.section9_button .section9_button_item {
	width:100%;
	height:90px;
	display:flex;
	flex-flow:column;
	align-items:center;
	justify-content:center;
}
.section9_button .section9_button_item .section9_button_text {
	font-size:19px;
	letter-spacing: 6px;
	font-weight: 500;
}
.section9_button_text2 {
	font-size:11px;
	letter-spacing: 4px;
	font-family: "arno Pro Caption",'Noto Serif JP',"游明朝 Light", "游明朝", "YuMincho", serif;
	font-weight: 500;
}
/**************************
section10
***************************/
.section10 {
	width:100%;
	padding:50px 0 150px 0;
}
.section10_box {
	width:85%;
	margin:0 auto;
}
.section10_item {
	border:1px solid;
	width:100%;
	padding:20px;
	margin-top:15px;
}
.section10_item_date {
	font-size:12px;
	padding-bottom:15px;
	font-family: "arno Pro Caption",'Noto Serif JP',"游明朝 Light", "游明朝", "YuMincho", serif;
	letter-spacing:2px;
}
.section10_item_content {
	font-size:16px;
	letter-spacing:2px;
}
.section10_item_icon {
	float:right;
}
.section10_item_icon::after {
	clear:both;
}
/**************************
section11
***************************/
.section11 {
	width:100%;
	padding-bottom: 150px;
	border-bottom:1px solid;
}
.section11_wrap {
	width:85%;
	margin: 0 auto;
}
.section11_box {
	width:100%;
	text-align:center;
}
.section11_box_title {
	font-size:26px;
	letter-spacing:5px;
	font-family: "arno Pro Caption",'Noto Serif JP',"游明朝 Light", "游明朝", "YuMincho", serif;
}
.section11_box_message {
	font-size:14px;
	letter-spacing:1px;
	padding:25px 0 75px 0;
}
.section11_box_formitem{
	width:100%;
	margin-bottom:15px;
	display:inline-block;
	position:relative;
}
.section11_box_formitem input,
.section11_box_formitem textarea {
	border:none;
	background:#F2F2F2;
	width:100%;
	box-sizing:border-box;
}
.section11_box_formitem input {
	height:55px;
}
.section11_box_formitem textarea {
	height:450px;
}
.section11_box_formitem p {
	font-size: 12px; 
	text-align:left;
	padding-bottom:10px;
	font-family: "arno Pro Caption",'Noto Serif JP',"游明朝 Light", "游明朝", "YuMincho", serif;
}
.sbmitbtn {
	margin-top:50px;
	display       : inline-block;
	font-size     : 19px;        /* 文字サイズ */
	text-align    : center;      /* 文字位置   */
	cursor        : pointer;     /* カーソル   */
	padding       : 29px 110px;   /* 余白       */
	background    : #ffffff;     /* 背景色     */
	color         : #000000;     /* 文字色     */
	line-height   : 1em;         /* 1行の高さ  */
	transition    : .3s;         /* なめらか変化 */
	letter-spacing: 5px;
	border: 1px solid;
}
.sbmitbtn:hover {
	color         : #ffffff;     /* 背景色     */
	background    : #000000;     /* 文字色     */
}
/**************************
footer
***************************/
footer {
	width:100%;
}
.footer_top {
	display:flex;
	flex-flow:column;
	justify-content:space-around;
	align-items:center;
	padding: 150px 0 100px 0;
}
.footer_item {
	width:150px;
	text-align:center;
}
.footer_item img{
	width:150px;
	margin-bottom:30px;
}
.footer_item span {
	padding:0 10px;
}
.footer_top_text {
	font-size:20px;
	letter-spacing:5px;
}
.footer_bottom {
	padding:30px 0;
	text-align:center;
}
.footer_bottom_copyright {
	font-size:11px;
	letter-spacing:2px;
}