@charset “UTF-8”;

*{
	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 {
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:fixed;
	top:0;
	background:rgba(0,0,0,0)!important;
	transition: .5s;
	z-index:9999;
	height:80px;
}
.header_left {
	display:flex;
}
.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;
	width: 275px;
}
.header_left_btn img {
	width:100%;
}
.header_left_btn_title {
    font-size: 26px;
    letter-spacing: 20px;
    padding-bottom: 5px;
    padding-left: 15px;
}
.header_left_btn_text {
	font-size: 10px;
    letter-spacing: 2px;
}
.header_right {
	display:flex;
}
.header_right_btn {
	display: flex;
    height: 80px;
    align-items: center;
    padding: 25px 40px;
    box-sizing: border-box;
    text-decoration: none;
    background: #000;
    color: #fff;
    font-size: 11px;
    letter-spacing: 4px;
	font-weight:500;
	font-family: "arno Pro Caption",'Noto Serif JP',"游明朝 Light", "游明朝", "YuMincho", serif;
}
.header_box .hide {
	transform: translateY(-100%);
}
/*****************************
pc/sp
******************************/

.sp_on {
	display:none!important;
}
.page_wrap {
	width:100%;
}
/**************************
main_visual
***************************/

.main_visual {
	display:flex;
	width:100%;
	height:100vh;
	justify-content:center;
	align-items:center;
}
.main_visual img {
    width: 275px;
}
/**************************
section1
***************************/
.section1 {
	width:100%;
	height: auto;
	background:#000;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
}
.section1_item1 {
	width:55%;
}
.section1_item1 img {
	width:100%;
	height:100vh;
}
.section1_item2 {
	width:45%;
	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:5px;
	padding-bottom:10%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
.section1_item2 .section1_item2_text {
	width:485px;
	height:360px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
.section1_item2 .section1_item2_text p {
	font-size:14px;
	line-height:31px;
	letter-spacing:1.5px;
	padding-bottom:5%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.section1_box_gradiate {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: linear-gradient(90deg,rgba(0,0,0,0)45%,rgba(0,0,0,1)55%);
	z-index:100;
}
/**************************
section2
***************************/
.section2 {
	width:100%;
	height: 100vh;
	background:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-flow: column;
}
.section2 .section2_oil {
	position:absolute;
	top: 55%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
.section2 .section2_box {
	width:640px;
	height:460px;
	box-sizing:border-box;
	text-align:center;
	position:relative;
}
.section2 .section2_box h2 {
	font-size:26px;
	line-height:52px;
	letter-spacing:5px;
	padding-bottom: 55%;
	font-family: 'Noto Serif JP', serif;
	font-weight:400;
}
.section2 .section2_box p {
	font-size:18px;
	line-height:38px;
	letter-spacing:1.5px;
	padding-top:10%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
}
.section2 .section2_box .section2_titletext {

}
/**************************
section3
***************************/
.section2 {
	width:100%;
	height: 100vh;
}
.section3{
	margin-top:150px;
}
.section3 .section3_box {
	position:relative;
}
.section3 .section3_box img {
	width:100%;
}
.section3 .section3_box .section3_item {
	position:absolute;
	bottom:20%;
	left: 15%;
	font-size:27px;
	letter-spacing:2px;
	font-family: 'EB Garamond', serif;
}
/**************************
section4
***************************/
.section4 {
	display:flex;
	flex-flow: column;
	width:100%;
	padding-top:100px;
	position:relative;
	overflow:hidden;
}
.section4_leaf {
    position: absolute;
    right: -90px;
    top: 350px;
    width: 300px;
}
.section4_wrap {
	width:1000px;
	margin:0 auto;
	display:flex;
	justify-content: center;
}
.section4_box1 {
	position:relative;
	width:50%;
}
.section4_box1_oil1 {
	width:187px;
	height:200px;
	position:absolute;
	top:0;
	left:150px;
}
.section4_box1_oil2 {
	width:65px;
	height:70px;
	position:absolute;
	top: 180px;
    left: 110px;
}
.section4_box1_oil3 {
	width:162px;
	height:173px;
	position:absolute;
	top: 180px;
    right: 50px;
}
.section4_box1_oil4 {
	width:430px;
	height:450px;
	position:absolute;
	top: 215px;
    right: 125px;
}
.section4_box2_item2_oil {
	width:250px;
	-ms-filter: blur(6px);
	filter: blur(6px);
	transform: rotate( 120deg );
	position:absolute;
	right: -70px;
	bottom: -40px;
	opacity: 0.6;
	z-index:-9999;
}
.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:50%;
	display:flex;
	flex-flow:column;
	align-items:flex-end;
}
.section4_box2_item1 {
	padding-bottom:100px;
}
.section4_box2_item2 {
	padding-bottom: 50px;
	position:relative;
}
.section4_box2 h2 {
	font-size:26px;
	line-height:50px;
	letter-spacing:3px;
	margin-bottom: 20px;
}
.section4_box2 .section4_box2_text1 {
	font-size:14px;
	line-height:31px;
	letter-spacing:1.5px;
	width:450px;
}
.section4_box2 .section4_box2_text2 {
	font-size:14px;
	line-height:31px;
	letter-spacing:1.5px;
	width:600px;
}
/**************************
section5
***************************/
.section5 {
	width:100%;
	padding-bottom: 100px;
	position:relative;
}
.section5 .section5_box1{
	padding-top:100px;
	width:1000px;
	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:400px;
}
/**************************
section6
***************************/
.section6 {
	width:100%;
	padding-bottom: 150px;
}
.section6_wrap {
	width:1000px;
	margin:0 auto;
	display:flex;
	justify-content:center;
}
.maru1 {
	position:relative;
	width:120px;
	height:120px;
	border-radius:50%;
	background:#3B5A23;
	text-align:center;
	color:#fff;
}
.maru1 p {
	position:absolute;
	top:50%;
	left:0;
	width: 120px;
	text-align: center;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	font-family:YuMincho,Yu Mincho;
}
.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:620px;
	position:relative;
}
.section6_box1 .section6_box1_seed {
	width:520px;
}
.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_box2 {
	width:380px;
	display:flex;
	flex-flow:column;
	position:relative;
}
.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:380px;
}
.section6_box2_item {
	display:flex;
	justify-content: space-around;
	width:550px;
    position: absolute;
	bottom: -125px;
    left: -85px;
}
.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:15px;
	font-family: "arno Pro Caption",'Noto Serif JP',"游明朝 Light", "游明朝", "YuMincho", serif;
}
.section6_box2 .section6_box2_title1 .section6_box2_title1_span {
	font-size:20px;
	color:#3B5A23;
	padding-left: 10px;
}
.section6_box2 .section6_box2_text2 {
    border: 1px solid;
    color: #3B5A23;
    padding: 6px 15px;
    letter-spacing: 3px;
    font-size: 12px;
    width: 146px;
	font-family: "arno Pro Caption",'Noto Serif JP',"游明朝 Light", "游明朝", "YuMincho", serif;
	font-weight:900;
}
.section6_box2 .section6_box2_text3 {
	width:380px;
	font-size:14px;
	letter-spacing:1.2px;
	line-height:30px;
	color:#3B5A23;
	padding:30px 0;
}

/**************************
section7
***************************/
.section7 {
	width:100%;
	padding-bottom: 150px;
	position:relative;
}
.section7_box2_oil2 {
	width:240px;
	position:absolute;
	transform: rotate( 200deg );
	top: -90px;
    left: -210px;
	-ms-filter: blur(6px);
	filter: blur(6px);
    z-index: -9999;
}
.section7_wrap {
	width:1000px;
	margin: 0 auto;
	display:flex;
	justify-content:center;
	align-items:center;
}
.section7_box2_item {
	display:flex;
	justify-content: space-around;
	width:450px;
    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%);
	font-family:YuMincho,Yu Mincho;
}
.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:580px;
	display:flex;
	flex-flow:column;
	padding-left: 50px;
	position:relative;
}
.section7_box2_oil {
	width:25px;
	position:absolute;
	top: -40px;
    right: 160px;
}
.section7_box1 {
    width: 420px;
    display: flex;
    justify-content: center;
	position:relative;
}
.section7_box1_img {
	width:380px;
	position: relative;
    bottom: -115px;
}
.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","Yu Mincho";
	line-height:1;
}
.section7_box2_text2 {
	letter-spacing:8px;
	color:#603113;
	font-family:YuMincho,Yu Mincho;
}
.section7_box2_text3 {
	width:400px;
    font-size: 14px;
    letter-spacing: 1.2px;
    line-height: 30px;
    color: #603113;
    padding: 30px 0;
}
.section7_box2_relativebox {
	width:400px;
	position:relative;
}
.section7_box2_img {
	width:80%;
}
/**************************
sectionex
***************************/
.section_ex {
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	padding: 100px 0 170px 0;
	position:relative;
	overflow: hidden;
}
.section7_box3_leaf {
	position:absolute;
	width:350px;
	top: 120px;
    right: -85px;
}
.section7_box3 {
	display:flex;
	position:relative;
}
.section7_box3_oil {
	position:absolute;
	width:190px;
	top:0;
	left: -235px;
}
.section7_box3_oil2 {
	position:absolute;
	top: 170px;
    width: 65px;
    left: -45px;
}
.section7_box3_item1_text1 {
	font-size:12px;
	letter-spacing:5px;
	line-height:17px;
	position:absolute;
	top:50%;
	left:0;
	width: 72px;
	text-align: center;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.section7_box3_item1_squqre {
	border:1px solid;
	width: 72px;
    height: 72px;
	position:relative;
}
.section7_box3_item2 {
	line-height:36px;
	margin-left:50px;
}
.section7_box3_item2_text1 {
	font-size:20px;
	letter-spacing:7px;
	font-weight:500;
}
.section7_box3_item2_text1 span {
	font-size:15px;
	letter-spacing:4px;
}
.section7_box3_item2_text2 {
	font-size:20px;
	letter-spacing:7px;
	font-weight:500;
}
.section7_box3_item2_text2 span {
	font-size:15px;
	letter-spacing:4px;
}
/**************************
section8
***************************/
.section8 {
	width:100%;
	position:relative;
	overflow: hidden;
}

.section8 .section8_img {
	width:100%;
	height:100vh;
	position:relative;
	left:-7%;
}
.section8_oil {
	position:absolute;
	width:35px;
	top: 20px;
    right: 300px;
}
.section8_oil2 {
	position:absolute;
	width:15px;
    top: 60px;
    right: 290px;
}
.section8 h2 {
	font-size:33px;
	letter-spacing:10px;
	padding-bottom:50px;
}
.section8 p {
	font-size:12px;
	letter-spacing:2px;
}
.section8 .section8_box1 {
	text-align:center;
	position:absolute;
	top: 45%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
.section8_box2 {
	width:1000px;
	margin:0 auto;
	height:120px;
	position:relative;
}
.section8_oil3 {
	position:absolute;
	width: 100px;
	bottom: 210px;
    left: -30px;
}
.section8_oil4 {
	position:absolute;
	width: 25px;
    bottom: 150px;
    left: -20px;
}
.section8_oil5 {
	position:absolute;
	width:60px;
	top:0;
	right:80px;
	transform: rotate( 90deg );
}
.section8_oil6 {
	position:absolute;
    width: 35px;
    top: -15px;
    right: 130px;
}
.section8_oil7 {
	position:absolute;
	width:200px;
	right: -155px;
    top: -270px;
}
.section8_oil8 {
	position:absolute;
	width: 100px;
    top: -135px;
    right: -190px;
}
.section8_box1_text {
	font-family: "arno Pro Caption","Yu Mincho";
}
/**************************
section9
***************************/
.section9 {
	width:100%;
}
.section9_box {
	position:relative;
	text-align:center;
}
.section9_box_img {
	width:100%;
	
}
.section9_button {
	width:450px;
	height:120px;
	color:#fff;
	text-decoration:none;
	background:#000;
	display:block;
	position:absolute;
	bottom:-115px;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	transition    : .3s; 
}
.section9_button:hover {
	background:#444;
}
.section9_button .section9_button_item {
	width:450px;
	height:120px;
	display:flex;
	flex-flow:column;
	align-items:center;
	justify-content:center;
}
.section9_button .section9_button_item .section9_button_text {
	font-size:22px;
	letter-spacing:2px;
	font-weight: 500;
}
.section9_button_text2 {
	font-size:12px;
	letter-spacing: 4px;
	font-family: "arno Pro Caption","Yu Mincho";
	font-weight: 500;
}
/**************************
section10
***************************/
.section10 {
	width:100%;
	height:50vh;
}
.section10_box {
	width:100%;
	padding-top:200px;
}
.section10_item {
	border:1px solid;
	width:720px;
	height:78px;
	display:flex;
	align-items:center;
	margin:0 auto;
	position:relative;
}
.section10_item_date {
	font-size:12px;
	padding:0 40px;
	font-family: "arno Pro Caption","Yu Mincho";
	letter-spacing:1px;
}
.section10_item_content {
	font-size:16px;
	letter-spacing:1px;
}
.section10_item_icon {
	position:absolute;
	right:40px;
}
/**************************
section11
***************************/
.section11 {
	width:100%;
	padding-bottom: 150px;
	border-bottom:1px solid;
}
.section11_wrap {
	width:1000px;
	margin: 0 auto;
}
.section11_box {
	width:100%;
	text-align:center;
}
.section11_box_title {
	font-size:26px;
	letter-spacing:5px;
	font-family: "arno Pro Caption","Yu Mincho";
}
.section11_box_message {
	font-size:14px;
	letter-spacing:1px;
	padding:25px 0 75px 0;
}
.section11_box_formitem{
	width:720px;
	height:55px;
	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; 
	width:100px;
	text-align:right;
	position:absolute;
	top:50%;
	left:-75px;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-family: "arno Pro Caption","Yu Mincho";
}
.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;
	justify-content:space-around;
	align-items:center;
	padding: 200px 0;
}
.footer_item {
	width:33.3%;
	text-align:center;
}
.footer_top_text {
	font-size:20px;
	letter-spacing:5px;
    display: inline-block;
    font-family: "arno Pro Caption","Yu Mincho";
}
.footer_bottom {
	padding:30px 0;
	text-align:center;
}
.footer_bottom_copyright {
	font-size:11px;
	letter-spacing:2px;
}
.facebook {
	margin: 0 20px;
}