@charset "utf-8";
/*--------------------
base
---------------------*/
html{
	font-size: 62.5%;/*16px×62.5%=10px*/
}

body{
	font-family: "游明朝体","YuMincho","Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #000000;
	letter-spacing: 0.1em;
	font-size: 1.6rem;
	font-feature-settings: "pkna";
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
a{
	text-decoration: none;
	color: #000000;
}
h2,h3,ul,p,dl,dd{
	margin: 0;
}
li{
	list-style: none;
}
table{
	text-align:center;
	width:430px;
	margin-bottom: 20px;
}
.lower_stage{
	display:flex;
	gap: 20px;
}
.rice_stage{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
.rice_stage_sub{
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 20px;
}
.center{
	text-align: center;
}
.content6,.content7{
	padding:50px 0;
}
/*--------------------
base終わり
---------------------*/
/*--------------------
header
---------------------*/
.header{
	position: relative;
}
.btn-trigger{
	appearance:none;
	-webkit-appearance:none;
	overflow: hidden;
	position: fixed;
	top:160px;
	right:46px;
	z-index: 10000;
	height:40px;
	width: 40px;
	padding: 0;
	border:none;
	background-color: transparent;
	white-space: nowrap;
	outline: none;
	cursor:default;
}
.btn-trigger_2{
	appearance:none;
	-webkit-appearance:none;
	overflow: hidden;
	position: fixed;
	top:0;
	right:0;
	z-index: 10000;
	width: 60px;
	padding: 0;
	border:none;
	background-color: transparent;
	white-space: nowrap;
	outline: none;
	display: none;
}
.btn-trigger_3{
	appearance:none;
	-webkit-appearance:none;
	overflow: hidden;
	position: absolute;
	top:0;
	right:0;
	z-index: 10001;
	width: 100px;
	padding: 0;
	border:none;
	background-color: transparent;
	white-space: nowrap;
	outline: none;
}
.btn-trigger_3 use:nth-of-type(1) {
	-webkit-transform: translateY(25px) rotate(-45deg);
	-ms-transform: translateY(25px) rotate(-45deg);
	transform: translateY(25px) rotate(-45deg);
}

.btn-trigger_3 use:nth-of-type(2) {
	opacity: 0;
}
.btn-trigger_3 use:nth-of-type(3) {
	-webkit-transform: translateX(35px) translateY(-15px) rotate(45deg);
	-ms-transform: translateX(35px) translateY(-15px) rotate(45deg);
	transform: translateX(35px) translateY(-15px) rotate(45deg);
}
.inner{
	background-color: #FFFFFF;
	height: 100vh;
	z-index: 9999;
	width: 139px;
}
.inner_2{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	background-color: rgba(255,255,255,0.9);
	height: 100vh;
	z-index: 9999;
	width: 100vw;
}
.site-title{
	position: fixed;
	top: 15px;
	right: 0;
	z-index: 99999;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	margin:0;
}
.navigation{
	position:absolute;
	top:200px;
	right:0;
}
.nav-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction:row-reverse;
	padding: 0;
}
.nav-list.nav-link{
	padding-top: 50px;
}
.nav-item{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding-left: 15px;
	width:16px;
	height:100px
}
.current_2{
	height:170px;
}
.nav-item.tomato{
	padding-left: 0;
}
.inner_2 .nav-item.tomato{
	padding-left: 15px;
}
.nav-item:first-of-type{
	padding-right: 15px;
}
/*--------------------
header終わり
---------------------*/
/*--------------------
main-base
---------------------*/
.section {
	background-size:  cover;
	background-position: center center;
	padding: 0 139px;
	line-height: 2;
	overflow: hidden;
}
.content{
	max-width: 1000px;
	min-height:980px;
	margin: 0 auto;
	padding: 30px 0;
}
.section-title{
	border: transparent 2px solid;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display:flex;
	justify-content:center;
	align-items:center;
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-size: 3.8rem;
	font-weight: 300;
	width: 150px;
	height: 150px;
	vertical-align: middle;
	box-sizing: border-box;
}
.section-title.on{
	border: #FFFFFF 2px solid;
	background-color: transparent;
}
/*--------------------
main-base終わり
---------------------*/
/*--------------------
section_1
---------------------*/
.section_1  {
	background-image: url(../images/top.jpg);
	background-position: bottom center;
	height: 100vh;
	position: relative;
}
.catch{
	color:#FFFFFF;
	font-size:3.6rem;
	padding-top:50px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight:bold;
	letter-spacing: 0.12em;
}
/*--------------------
section_1終わり
---------------------*/
/*--------------------
section_2
---------------------*/
.section_2{
	background-image: url(../images/hand-rice.jpg);
	position: relative;
}
.section-about_1{
	max-width: 1000px;
	height:830px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	align-items:center;
	flex-direction:column;
	justify-content:center;
	opacity: 0;
	transition: all .8s ease;
}
.section-about_1.show {
	max-width: 1000px;
	height:830px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	align-items:center;
	flex-direction:column;
	justify-content:center;
	opacity: 1;
}
.about_1_1{
	margin-bottom:150px;
}
.section-about_1 p{
	max-width: 600px;
}
.farm_about{
	font-size: 2.4rem;
	font-weight: bold;
}
/*--------------------
section_2終わり
---------------------*/
/*--------------------
section_3
---------------------*/
.section_3{
	background-image: url(../images/rice-min.jpg);
	background-position: center bottom;
}
.section-about_2{
	background-color: rgba(255,255,255,0.8);
	border-radius: 20px;
	padding: 18px;
	margin-top: 30px;
	position:relative;
}
.content2 .section-about_2,.content2 .section-about_2_1,.content2 .section-about_2_2 {
	-webkit-transform: translate(0, 0);
	opacity: 1;
	transition: all 1s;
}
.content2 .section-about_2.move {
	-webkit-transform: translate(-10%, 0);
	opacity: 0;
	transition: 0.1s;
}
.about_2{
	font-size: 1.4rem;
}
.product{
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.4;
	padding-bottom: 20px;
}
.section-about_2_1{
	background-color: rgba(255,255,255,0.8);
	border-radius: 20px;
	padding: 18px;
	margin-top: 30px;
}
.section-about_2_1.postage{
	max-width:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}
.section-about_2.secret{
	display:inline-block;
	grid-column: 1 / 2;
}
.section-about_2.payment{
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}
.lower_stage_2{
	margin-left:auto;
}
.content2 .section-about_2_1.move {
	-webkit-transform: translate(0, 10%);
	opacity: 0;
	transition: 0.1s;
}
.section-about_2_2{
	max-width: 430px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 20px;
	padding: 18px;
	margin-top: 30px;
	position:relative;
}
.content2 .section-about_2_2.move {
	-webkit-transform: translate(10%, 0);
	opacity: 0;
	transition: 0.1s;
}
.rice-content{
	margin-top: 10px;
text-align: center;
}
.bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.9);
	border-radius:20px;
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

	h4{
		margin:0;
		font-size:5rem;
	}
	p{
		font-weight: bold;
    	font-size: 2rem;
	}
}
.rice-list{
	margin: 0;
	display: inline-block;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
}
.rice-item{
	display: inline-block;
	font-weight: 700;
	font-size: 1.8rem;
}
.neda{
	display: inline-block;
	width: 8em;
	text-align: left;
}
.hitomebore,.tuyahime,.yukiwakamaru{
	height: 236px;
	width: auto;
}
.buy-item{
	margin: 0;
	display: inline-block;
	padding: 18px 0;
}
.buy-item a{
	text-align: center;
	color: #000000;
	padding: 10px;
	border: 1px solid #000000;
	width: 200px;
	display: inline-block;
	background-size: 200% 100%;
	background-image: -webkit-linear-gradient(left, transparent 50%, rgba(0, 0, 0, 1) 50%);
	background-image: linear-gradient(to right, transparent 50%, rgba(0, 0, 0, 1) 50%);
	-webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	line-height: 1;
}
.caution{
	font-size: 1.2rem;
text-align: left;
}
.taiou{
	font-size: 1.2rem;
	line-height:1.5;
	padding-top:5px;
text-align: left;
}
/*--------------------
section_3終わり
---------------------*/
/*--------------------
section_4
---------------------*/
.section_4{
	background-image: url(../images/negi-min.jpg);
}
.content3 .section-about_2 {
	-webkit-transform: translate(0, 0);
	opacity: 1;
	transition: all 1s;;
}
.content3 .section-about_2.move {
	-webkit-transform: translate(-10%, 0);
	opacity: 0;
	transition: 0.1s;
}
.content3 .section-about_2_1 {
	-webkit-transform: translate(0, 0);
	opacity: 1;
	transition: all 1s;;
}
.content3 .section-about_2_1.move {
	-webkit-transform: translate(10%, 0);
	opacity: 0;
	transition: 0.1s;
}
.nanpakunegi{
	width: auto;
	height: 236px;
}
.rice-item.case{
	text-align:left;
	font-size:1.2rem;
}
.line_1{
	line-height:1;
}
/*--------------------
section_4終わり
---------------------*/
/*--------------------
section_5
---------------------*/
.section_5{
	background-color: #002E4E;
}
.section_5 .blog-description{
	color: #FFFFFF;
	font-size: 2.4rem;
	margin-top: 30px;
	line-height: 1;
	font-weight:normal;
}
.content5 ul{
	padding:0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.everyday {
	font-size:1.4rem;
	margin-top:45px;
	background-color:#FFFFFF;
	border-radius: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.everyday img{
	width:200px;
	height:200px;
	border-radius: 10px;
}
.white-item{
	margin: 45px auto 0;
	text-align:center;
}
.white-item a{
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
	border: 1px solid #FFFFFF;
	width: 200px;
	display: inline-block;
	background-size: 200% 100%;
	background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 255, 255, 1) 50%);
	background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 1) 50%);
	-webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	line-height: 1;
}
.ymd-link{
	color:#9F9D9A;
	font-size:1.2rem;
	font-weight:bold;
	padding-top:20px;
	padding-left:20px;
}
.title-link{
	font-weight:bold;
	font-size:1.6rem;
	padding-left:20px;
}
.img-link{
	padding:0 20px 20px 20px;
}
/*--------------------
section_5終わり
---------------------*/
/*--------------------
footer
---------------------*/
.footer{
	padding: 139px 139px 0;
	background-color: #FFFFFF;
	position: relative;
}
.maps-outer{
	position: relative;
	padding-top: 26.25%;
	max-width: 1000px;
	margin: 0 auto;
}
.maps{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.site-title_2{
	margin: 0;
	padding-top: 139px;
}
.address{
	margin: 0;
	color: #000000;
	padding:30px 0 50px;
}
.footer-nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	margin-bottom: 139px;
}
.black-item{
	margin: 0;
	display: inline-block;
}
.black-item a{
	text-align: center;
	color: #000000;
	padding: 10px;
	border: 1px solid #000000;
	width: 200px;
	display: inline-block;
	background-size: 200% 100%;
	background-image: -webkit-linear-gradient(left, transparent 50%, rgba(0, 0, 0, 1) 50%);
	background-image: linear-gradient(to right, transparent 50%, rgba(0, 0, 0, 1) 50%);
	-webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	line-height: 1;
}
.blog-link{
	margin-top:10px;
}
.copyrights{
	display: block;
	color: #000000;
	padding-bottom: 10px;
}
/*--------------------
footer終わり
---------------------*/
/*--------------------
form
---------------------*/
form{
	max-width:800px;
	margin: 0 auto;
	padding: 40px 0 0;
}
.form-item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin-bottom: 24px;
}
.form-item:last-of-type{
	margin-bottom: 64px;
}
.link_title{
	font-weight: 300;
	margin: 0;
}
.form-title{
	width: 180px;
	font-size: 1.4rem;
}
.wpcf7-list-item.first {
	margin-left: 0;
}
.form-parts{
	width: 580px;
	height: 30px;
	border: solid 1px #000000;
	opacity: 0.9;
	outline: none;
}
.form-parts.chec:checked{
	background-color: #000000;
	box-shadow: 0 0 0 3px #fff inset;
}
.form-parts.text{
	height: 200px;
	line-height: 1.5;
}
.require{
	text-align: right;
	padding: 3px 4px;
	color: #FF0000;
	font-weight: bold;
	vertical-align: middle;
}
label{
	vertical-align: middle;
}
label a{
	border-bottom: 1px solid #000000;
}
.dd{
	font-size: 1.4rem;
}
.form-parts.chec.sonota{
	margin-left: 15px;
}
.privacy{
	cursor: pointer;
	border-bottom: 1px solid #000000;
}
.privacy-div{
	display: none;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	color: #000000;
	z-index: 100000;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: scroll;
}
.privacy-div-2{
	max-width: 800px;
	margin: 50px auto 100px;
	line-height: 2;
}
.privacy-div-3{
	margin-bottom: 30px;
}
.privacy-title{
	font-weight: 700;
}
.privacy-p{
	text-align: center;
	font-size: 2rem;
	margin-bottom: 30px;
}
.privacy-p-2{
	font-size: 1.4rem;
}
.doui{
	margin-top: 10px;
}
.btn-outer{
	margin: 0;
}
.btn-submit{
	text-transform: uppercase;
	text-decoration: none;
	width: 150px;
	background-color: transparent;
	border: solid 1px #000000;
	display: inline-block;
	background-size: 200% 100%;
	background-image: -webkit-linear-gradient(left, transparent 50%, rgba(0, 0, 0, 1) 50%);
	background-image: linear-gradient(to right, transparent 50%, rgba(0, 0, 0, 1) 50%);
	-webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
.content6{
	padding:50px 0;
}
.chec input{
	font-size:16px;
	vertical-align:1px;
	cursor: pointer;
}
/*--------------------
form終わり
---------------------*/
/*--------------------
hover
---------------------*/
.nav-list .nav-item a:hover{
	background-color: #000000;
	color: #FFFFFF;
}
.buy-item a:hover{
	background-color: #000000;
	color: #FFFFFF;
	background-position: -100% 100%;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.black-item a:hover{
	background-color: #000000;
	color: #FFFFFF;
	background-position: -100% 100%;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.white-item a:hover{
	background-color: #FFFFFF;
	color: #000000;
	background-position: -100% 100%;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.privacy:hover{
	background-color: #000000;
	color: #FFFFFF;
}
.btn-submit:hover{
	background-color: #000000;
	color: #FFFFFF;
	background-position: -100% 100%;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.sns:hover{
	opacity: 0.5;
}
.gyarary a:hover {
	opacity: 0.5;
}
.widget a:hover{
	text-decoration:none;
}
.everyday:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
/*--------------------
hover終わり
---------------------*/
/*--------------------
scroll
---------------------*/
html body [data-ca3_iconfont="ETmodules"]::before {
	font-family: "ETmodules";
}
[data-ca3_icon]::before {
	font-weight: normal;
	content: attr(data-ca3_icon);
}
.ca3-scroll-down-arrow {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
	background-repeat: no-repeat;
}
.ca3-scroll-down-link {
	cursor:pointer;
	height: 100px;
	width: 80px;
	margin: 0 0 0 -40px;
	line-height: 60px;
	position: absolute;
	left: 50%;
	bottom: 0;
	color: #000000;
	text-align: center;
	font-size: 70px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	-webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
	-moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
	animation:         ca3_fade_move_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
	0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
	50%  { opacity: 1;  }
	100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
	0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
	50%  { opacity: 1;  }
	100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
	0%   { transform:translate(0,-20px); opacity: 0;  }
	50%  { opacity: 1;  }
	100% { transform:translate(0,20px); opacity: 0; }
}
/*--------------------
scroll終わり
---------------------*/
/*--------------------
blog
---------------------*/
.blog-title{
	font-size:2rem;
	margin:0;
}
.content7 ul{
	padding:0;
}
.widget a{
	text-decoration:underline;
}
.widget li{
	font-size:1.4rem;
}
.blog-content{ 
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
.blog-title{
	padding-top:40px;
}
.blog-item p{
	padding-bottom:60px;
}
.blog-menu{
	padding-top:40px;
	max-width:500px;
}
.blog-menu p{
	font-size:1.4rem;
	max-width:200px;
}
.blog-item{
	max-width:500px;
	margin:0 auto;
}
.time{
	padding-bottom:20px;
	font-size:1.2rem;
}
.ryuiti{
	font-weight:normal;
}
.content7{
	padding:50px 0;
}
.widget_archive h2 {
	display: none;
}
.widget_archive label {
	display: none;
}
select{
	font-size:1.4rem;
	width:100px;
	outline:none;
}
/*--------------------
blog終わり
---------------------*/
/*--------------------
レスポンシブ
---------------------*/
@media screen and (max-width:1000px){
/*--------------------
base_1000px
---------------------*/
.link_title{
	padding-top: 50px;
}
.content6,.content7{
	padding:50px 0 0;
}
/*--------------------
base_1000px終わり
---------------------*/
/*--------------------
form_1000px
---------------------*/
.form-item{
	display: block;
}
.form-parts{
	max-width: 100%;
	width: 1000px;
	box-sizing: border-box;
}
.btn-submit{
	width: 250px;
}
.form-parts.chec.sonota{
	margin-left: 0;
}
.chec input{
	vertical-align:middle;
}
.privacy-div-2{
	padding: 0 20px;
}
/*--------------------
form_1000px終わり
---------------------*/
/*--------------------
blog_1000px
---------------------*/
.blog-content{
	display:block
}
.blog-menu{
	margin:0 auto;
}
.blog-menu p{
	max-width:500px;
}
.introduction{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	height:265.95px;
}
.introduction2{ 
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction:column;
	margin-left:10px;
}
.side{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
.widget_archive{
	margin-left:20px;
}
/*--------------------
blog_1000px終わり
---------------------*/
}
@media screen and (max-width:757px){
.content5 ul{
	justify-content:center;
}
}
@media screen and (max-width:750px){

/*--------------------
base_SP
---------------------*/
body{
	font-size: 1.4rem;
}
/*--------------------
base_SP終わり
---------------------*/
/*--------------------
main-base_SP
---------------------*/
table{
	width:100%;
}
.section{
	padding: 0 20px;
	background-attachment: scroll;
}
/*--------------------
main-base_SP終わり
---------------------*/
/*--------------------
section_1_SP
---------------------*/
.content0{
	min-height:100vh;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0;
}
.catch{
	font-size:1.6rem;
	padding:0;
}
/*--------------------
section_1_SP終わり
---------------------*/
/*--------------------
header_SP
---------------------*/
.site-title{
	position: absolute;
	top: 15px;
	right: 50%;
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
	z-index: 1;
	padding:0;
}
.nav-list{
	justify-content:center;
}
.nav-item:first-of-type{
	padding-right: 0;
}
.nav-item.current:last-of-type{
	padding:0;
}
.btn-trigger{
	display: none;
}
.btn-trigger_2{
	display: block;
}
use{
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
.btn-trigger_2.active use:nth-of-type(1) {
	-webkit-transform: translateY(30px) rotate(-45deg);
	transform: translateY(25px) rotate(-45deg);
}

.btn-trigger_2.active use:nth-of-type(2) {
	opacity: 0;
}
.btn-trigger_2.active use:nth-of-type(3) {
	-webkit-transform: translateX(35px) translateY(-15px) rotate(45deg);
	transform: translateX(35px) translateY(-15px) rotate(45deg);
}
.inner{
	display: none;
}
.inner_2{
	display: none;
}
.navigation{
	width:100vw;
}
.header-nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	height: 100vh;
}
/*--------------------
header_SP終わり
---------------------*/
/*--------------------
main-base_SP
---------------------*/
.section-title{
	margin: 0 auto;
}
.link_title{
	padding-top: 150px;
}
.black-item a{
	width: 165px;
}
.white-item a{
	width:165px;;
}
/*--------------------
main-base_SP終わり
---------------------*/
/*--------------------
section_2_SP
---------------------*/
.farm_about{
	font-size: 1.7rem;
}
.about_1{
	padding-top: 10px;
}
/*--------------------
section_2_SP終わり
---------------------*/
/*--------------------
section_3_SP
---------------------*/
.section-about_2{
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.section-about_2_1{
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.section-about_2_1.postage{
	margin-left:0;
	margin-right:0;
}
.lower_stage{
	flex-direction:column;
	gap: 20px;
}
.lower_stage_2{
	margin-left:0;
}
.product{
	font-size: 2rem;
}
.rice-list{
	margin: 0 auto;
	max-width: 260px;
	float: none;
}
.rice-item{
	font-size: 1.4rem;
}
.buy-item{
	margin: 0 auto;
	display: block;
}
.buy-item a{
	width: 165px;
}
.caution{
	width: 100%;
}
.tuyahime,.hitomebore,.nanpakunegi{
	display: block;
	margin: 0 auto;
	width: 160px;
	padding-bottom: 10px;
}
.rice_stage{
	grid-template-columns: 1fr;
}
.rice_stage_sub{
	display: block;
}
/*--------------------
section_3_SP終わり
---------------------*/
/*--------------------
section_5_SP
---------------------*/
.section_5 .blog-description{
	font-size:1.8rem;
}
/*--------------------
section_5_SP終わり
---------------------*/
/*--------------------
footer_SP
---------------------*/
.footer{
	padding: 139px 0 0;
}
.maps-outer{
	position: relative;
	padding-top: 66.66%;
}
/*--------------------
footer_SP終わり
---------------------*/
/*--------------------
form_SP
---------------------*/
.form-item{
	display: block;
}
.form-parts{
	max-width: 100%;
	box-sizing: border-box;
}
.btn-submit{
	width: 250px;
}
/*--------------------
form_SP終わり
---------------------*/
/*--------------------
scroll_SP
---------------------*/
.ca3-scroll-down-link{
	height:160px;
}
/*--------------------
scroll_SP終わり
---------------------*/
}