/* CSS Document */
main {
  background-color: #f6f8f9;
  font-size: 1.2rem;
	position: relative;
	z-index: 2}
.red{
	color: #a21021;
}
.top-op{
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
}
.top-op{
  z-index: 99;
  background: #f2f2f2;
  animation-duration: 4.8s;
  animation-fill-mode: forwards;
  animation-name: top-op;
}
.logo{
	position: fixed;
	top: 35%;
	left: calc(50% - 120px);
	z-index: 999;
	animation-duration: 2.8s;
  animation-fill-mode: forwards;
  animation-name: top-logo;
}
@media(min-width:1040px){
	.logo{
		top: 35%;
		left: calc(50% - 220px);
	}
}
@keyframes top-op{
0% {
  opacity: 1.0;
}
50% {
	opacity: 1;
}
99%{
	z-index: 99;	
}
100% {
  opacity: 0;
	z-index: -99;
}
}
@keyframes top-logo{
0% {
  opacity: 0;
}
25%{
	opacity: 1;
}
75%{
	opacity: 1;
}	
99%{
	z-index: 99;
}
100% {
  opacity: 0;
	z-index: -99;
}
}
#top{
  margin: 0 16px;
  height: 750px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../img/bg_top.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
#top h2{
  position: absolute;
  top: 15px;
  font-size: 15px;
}
#top h3{
  position: absolute;
  top: 7%;
  font-size: 15px;
}
#top img{
  position: absolute;
  top: 13%;
}
#top h1{
  position: absolute;
  top: 30%;
  font-size: 2.4rem;
  line-height: 3rem;
}
#top h1 .title{
  font-size: 3rem;
  color: #008f00;
	text-shadow: 3px 3px 3px #999;
  -webkit-text-stroke: 0.3px #FFF;
}
#top p{
  position: absolute;
  top: 60%;
  font-size: 1.5rem;
  font-weight: 600;
}
#top button {
  position: absolute;
  bottom: 2rem;
  left: calc(50% - 15.0rem);
}
button {
  margin: 1.0rem auto 1.6rem;
  padding: 1.5rem 0;
}
button a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30.0rem;
  height: 4.5rem;
  padding: 0 2.4rem 0 1.4rem;
  background: #a21021;
  background: linear-gradient(0deg, #a21021 0%, #c73546 100%);
  border: 0.1rem solid #fff;
  border-radius: 0.3rem;
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);
  font-size: 2.3rem;
  line-height: 2.3rem;
  font-weight: 600;
  color: #fee;
  text-shadow: 0 0 0.1rem #211;
  -webkit-text-stroke: 0.1rem #890b19;
  text-stroke: 0.1rem #890b19;
}
button a:hover {
  background: #c73546;
  background: linear-gradient(0deg, #c73546 0%, #a21021 100%);
  opacity: 0.9;
}
button a div {
	margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  background: #252731;
  background: radial-gradient(#222 0%, #333 51%, #111 100%);
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 600;
  color: #fff;
  text-shadow: none;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}
button a div:first-child{
	margin: 0;
}
@media(min-width:1040px) {
  #top {
		margin-bottom: 90px;
    padding: 75px 390px;
		background-size: auto;
  }
  #top h1 {
    position: absolute;
    top: 10%;
    font-size: 3.6rem;
    line-height: 5.1rem;
  }
  #top h1 .title {
    font-size: 6rem;
    -webkit-text-stroke: 1px #FFF;
  }
  #top h3 {
    position: absolute;
    top: 27%;
    font-size: 2rem;
  }
  #top img {
    position: absolute;
    top: 32%;
  }
  #top p {
    position: absolute;
    top: 50%;
    max-width: 610px;
    text-align: left;
    font-weight: 600;
  }
  #top h2 {
    position: absolute;
    top: 80%;
    font-size: 3.6rem;
  }
}

@media(min-width:1040px) {
  #top button {
    bottom: -8.0rem;
    left: calc(50% - 29.0rem);
  }
  button {
    display: flex;
    margin: 0 auto;
    padding: 4.0rem 0;
    background-color: transparent;
  }
  button a {
    width: 58.0rem;
    height: 9.0rem;
    padding: 0 4.8rem 0 2.8rem;
    border: 0.1rem solid #fee;
    box-shadow: 0 0 0 0.3rem #890b19;
    border-radius: 0.5rem;
    font-size: 4.2rem;
    line-height: 1.8rem;
    text-shadow: 0 0 0.3rem #211;
    -webkit-text-stroke: 0.2rem #890b19;
    text-stroke: 0.2rem #890b19;
  }
  button a div {
    width: 8.4rem;
    height: 8.4rem;
    border: 0.2rem solid #111;
    box-shadow: inset 0 0 0.8rem 0 #222;
    border-radius: 50%;
    font-size: 2.2rem;
    line-height: 2.4rem;
    font-weight: 900;
    color: #fee;
    text-shadow: 0 0 0.1rem #d11;
    -webkit-text-stroke: 0.1rem #100;
    text-stroke: 0.1rem #100;
  }
}

#reason{
  padding: 15px 16px 0;
}
#reason h2{
  margin-bottom: 50px;
  font-size: 2.4rem;
}
#reason .number{
  font-size: 3.6rem;
}
#reason ul{
  padding: 0;
  text-align: left;
}
#reason ul li h3{
  margin-bottom: 30px;
  font-size: 2.4rem;
}
#reason .middle{
  font-weight: 500;
}
#reason p{
  margin-bottom: 45px;
}
@media(min-width:1040px) {
  #reason {
    margin: 65px auto 85px;
    padding-top: 75px;
  }
  #reason h2 {
    font-size: 4.8rem;
    margin-bottom: 60px;
  }
  #reason .number{
    font-size: 2.4rem; 
  }
  #reason h2 .number{
    font-size: 4.8rem; 
  }
  #reason ul {
    display: flex;
    justify-content: center;
    list-style: none;
  }
  #reason ul li {
    max-width: 310px;
    font-weight: 600;
  }
  #reason ul li:first-child {
    margin-right: 97px;
  }
  #reason ul li:nth-child(2) {
    margin-right: 88px;
  }
  #reason ul li:last-child {
    max-width: 370px;
  }
  #reason h3 {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  #reason p {
    font-size: 1.6rem;
    text-align: left;
  }
}

aside{
  height: 430px;
  position: relative;
  padding: 20px 16px 40px;
  background-color: #e5f1c9;
}
aside h2 {
  margin-bottom: 50px;
  font-size: 2.4rem;
	color: #008f00;
	text-shadow: 2px 2px 2px #999;
}
aside .border{
  position: absolute;
  top: 12%;
  left: calc(50% - 13rem);
  font-size: 1.5rem;
}
.begix,.kuchibue{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 50px;
}
.text{
  max-width: 215px;
  max-height: 85px;
  text-align: left;
}
.text h3{
  font-size: 1.5rem;
}
.name{
  font-size: 1.2rem;
}
.name::after{
  content: "\A";
  white-space: pre;
}
.text p{
  font-size: 1.2rem;
}
aside img{
  width: 120px;
  height: 80px;
  max-width: 500px;
  max-height: 365px;
}
aside button{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 40px;
	left: calc(50% - 15.0rem);
}
@media(min-width:1040px) {
  aside {
    height: 810px; 
    padding-top: 40px;
  }
  aside .border {
    top: 3%;
    left: calc(50% - 15rem);
    padding: 0 20px;font-size: 1.6rem;
    display: inline-block;
    border-bottom: solid 1px;
  }
  aside div {
    margin-bottom: 10px;
  }
  aside .begix, aside .kuchibue {
    flex-direction: column;
    text-align: left;
  }
  aside h2 {
    margin: 30px 0 55px;
    font-size: 4.8rem;
  }
  .buy_select {
    display: flex;
    justify-content: center;
  }
  .begix {
    margin-right: 160px;
  }
  aside .text{
    max-width: 100%;
    max-height: 100%;
  }
	.name{
		font-size: 2.4rem;
	}
	aside .text h3{
    margin-bottom: 20px;
		font-size: 2.4rem;
	}
	aside .text p{
		font-size: 1.8rem;
    line-height: 25px;
	}
  aside img {
    width: 100%;
    height: 100%;
    border: solid 1px;
    position: relative;
  }
  aside .begix img{
    box-shadow: 10px 10px 0 #c3c5b4;
  }
  aside .kuchibue img{
    box-shadow: 10px 10px 0 #83a351;
  }
  .name::after{
    display: none;
  }
	aside button{
		bottom: 80px;
		left: calc(50% - 29.0rem);
	}
}

#refund{
  padding: 55px 16px 58px;
}
#refund h2{
  font-size: 2.4rem;
  margin-bottom: 20px;
}
#refund div{
  margin-bottom: 40px;
  font-weight: 600;
}
#refund p{
  text-align: left;
}
@media(min-width:1040px) {
  #refund {
    margin: 0 auto;
    padding: 70px 190px 50px;
    display: block;
    max-width: 1160px;
    font-weight: 600;
  }
  #refund h2 {
    margin-bottom: 35px;
    font-size: 4.8rem;
  }
  #refund div {
    margin-bottom: 35px;
    font-size: 2.4rem;
  }
  #refund p {
    max-width: 780px;
    margin: 0 auto;
    text-align: left;
    font-size: 1.8rem;
  }
}

#organic {
  padding: 58px 16px 40px;;
}
#organic div{
  margin: 0 auto 20px;
  width: 210px;
  height: 35px;
  font-size: 1.5rem;
}
#organic h2{
  margin: 0 auto 40px;
  width: 240px;
  height: 45px;
  font-size: 2.4rem;
}
#organic p{
  text-align: left;
}
@media(min-width:1040px) {
  #organic {
    margin: 0 auto;
    padding: 30px 0 40px;
    display: block;
    max-width: 1160px;
    font-weight: 600;
  }
  #organic div {
    margin-bottom: 15px;
    width: 100%;
  }
  #organic h2 {
    margin-bottom: 35px;
    font-size: 4.8rem;
    width: 100%;
  }
  #organic p {
    max-width: 780px;
    margin: 0 auto;
    text-align: left;
    font-size: 1.8rem;
  }
}

#cultivation h2{
  font-size: 1.5rem;
}
.kind{
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
}
.cultivation{
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.br::before{
  content: "\A";
  white-space: pre;
}
#cultivation .circle{
  width: 110px;
  height: 110px;
  border: solid 1px;
  border-radius: 50%;
  background-color: #e5f1c9;
}
#cultivation .circle:first-child{
  margin-right: 10px;
}
article{
  display: flex;
}
#cultivation h4 {
  padding-top: 30%;
  font-size: 1.8rem;
}
#cultivation p {
  display: inline-block;
  border: solid 1px;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
@media(min-width:1040px) {
  #cultivation {
    margin: 30px 0 70px;
  }
  #cultivation h2 {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
  #cultivation .cultivation_h3 {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  #cultivation section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #cultivation .circle {
    width: 163px;
    height: 163px;
    border: solid 1px;
    border-radius: 50%;
    background-color: #e5f1c9;
  }
  #cultivation .circle:first-child{
    margin-right: 55px;
  }
  #cultivation h4 {
    padding-top: 30%;
    font-size: 2.4rem;
  }
  #cultivation p {
    margin-top: 10px;
    display: inline-block;
    border: solid 1px;
    font-size: 1.4rem;
    line-height: normal;
  }
  .br::before{
    display: none;
  }
}
@media(min-width:1040px){
	.bg_vege{
		width: 100%;
		position: absolute;
		top: 1250px;
		z-index: -1;
	}
}
@media(max-width:1040px){
	.bg_vege{
		display: none;
	}
}
#farmer{
  padding: 30px 16px;
	background-image: url("../img/farmer-bg.png");
	background-repeat: repeat;
  background-size: auto;
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	
}
#farmer div{
  margin-bottom: 15px;
}
#farmer h2{
  margin-bottom: 45px;
  font-size: 2.4rem;
}
#farmer article{
  display: flex;
  flex-direction: column;
}
#farmer h3{
  margin-bottom: 25px;
  font-size: 1.8rem;
}
#farmer h4{
  margin-bottom: 12px;
  font-size: 1.5rem;
}
#farmer p{
  text-align: left;
}
@media(min-width:1040px) {
  #farmer {
    padding: 65px 0 50px;
  }
  #farmer div {
    margin-bottom: 15px;
  }
  #farmer h2 {
    margin-bottom: 70px;
    font-size: 4.8rem;
  }
  #farmer article {
    flex-direction: row;
    justify-content: center;
  }
  .farmer_name:first-child {
    margin-right: 65px;
  }
  #farmer h3 {
    margin-bottom: 25px;
  }
  #farmer h4 {
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
  #farmer p {
    margin-bottom: 25px;
    max-width: 530px;
    max-height: 70px;
    text-align: left;
    font-size: 1.8rem;
  }
  #farmer img {
    margin: 0 auto;
    max-width: 480px;
  }
  #farmer .hidamari{
    filter:drop-shadow(10px 10px 0 #2a783e);
  }
  #farmer .souryoku{
    filter:drop-shadow(10px 10px 0 #bebc5f);
  }
}

#reaction{
  padding: 0 16px;
}
#reaction h2{
  margin-bottom: 25px;
  font-size: 2.4rem;
}
#reaction .customer{
  text-align: left;
	display: flex;
	flex-wrap: wrap;
}
#reaction .img_area{
	margin-bottom: 20px;
	flex-basis: 85px;
	height: 85px;
	border: solid 2px;
	border-radius: 50%;
}
#reaction img{
	margin:  10px auto;
	width: 50px;
}
#reaction h3{
	margin-bottom: 15px;
  font-size: 1.5rem;
}
#reaction .customer div{
  font-size: 1.5rem;
}
#reaction .customer_info{
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#reaction .customer p{
  margin-bottom: 45px;
}
@media(min-width:1040px) {
  #reaction {
    padding-top: 40px;
    margin-bottom: 60px;
    font-size: 1.8rem;
  }
  #reaction .description {
    margin-bottom: 15px;
  }
  #reaction h2 {
    margin-bottom: 60px;
    font-size: 4.8rem;
  }
  #reaction .reaction_area {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    max-width: 1110px;
  }
  #reaction .customer {
    margin-right: 70px;
    max-width: 330px;
    max-height: 450px;
  }
	#reaction .customer_info{
		margin: 0;
	}
	#reaction h3{
		margin-bottom: 25px;
		font-size: 2.4rem;
	}
	#reaction .customer div{
		font-size: 1.8rem;
	}
	#reaction .customer_name{
		margin-bottom: 25px;
		font-size: 1.8rem;
		font-weight: 600;
	}
	#reaction .img_area{
		margin: 0 auto 25px;
		flex-basis: 163px;
		height: 163px;
		border: solid 1px;
		border-radius: 50%;
	}
	#reaction img{
		margin: 30px auto 0;
		width: 80px;
	}
  #reaction .customer p{
    margin: 0;
  }
}

#question{
  padding: 70px 16px 50px;
  text-align: left;
}
#question h2{
  margin-bottom: 35px;
  font-size: 2.4rem;
  text-align: center;
}
#question h3::before{
	content: "Q";
	margin-right: 25px;
	padding: 2px 5px;
	font-size: 3rem;
	border: solid 1px;
	color: #Fee;
	background-color: #008f00;
}
#question h3{
	margin-bottom: 23px;
	display: inline-block;
  font-size: 1.8rem;
}
#question div{
	margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 600;
}
#question p{
	margin-bottom: 10px;
}
@media(min-width:1040px) {
  #question {
    margin: 0 auto 120px;
    padding: 0;
    max-width: 1110px;
    font-size: 1.8rem;
  }
  #question h2 {
    margin-bottom: 60px;
    text-align: center;
    font-size: 4.8rem;
  }
  #question h3 {
    margin-bottom: 30px;
		font-size: 2.4rem;
  }
	#question div{
	margin-bottom: 15px;
  font-size: 2.4rem;
}
  #question p {
    margin-bottom: 90px;
		font-size: 2.4rem;
  }
	.tomato{
		position: absolute;
		bottom: 900px;
		width: 100%;
		z-index: -1;
	}
}
@media(max-width:1040px){
	.tomato{
		display: none;
	}
}
footer{
	padding: 12px 0;
}