@charset "UTF-8";
/* CSS Document */
body{
background-color: #f5f3ef;
width: 100%;
}
/*header*/
header{
position: fixed;
z-index: 100;
top: 0;
left: 0;
box-sizing: border-box;
height: 60px;
width: 100%;
background-color: #f5f3ef;
text-align: left;
padding: 0 24px;
}
.header-content-wrapper{
position: relative;
width: 100%;
margin: 0 auto;
}
.header_logo_image{
height: 40px;
margin: 10px 0;
position: absolute;
top: 0px;
left: 0px;
}
/* navigation */
.open-button, .close-button {
  display: none;
}
  @media(max-width:767px) {
    #open-button {
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    }
    #open-button img{
    height: 30px;
    position: absolute;
    top:0px;
    right: 0px;
    }
     /*ナビ*/
    #nav-list{
    z-index: 10000;
    box-sizing: border-box;
    padding: 94px 24px;
    position: fixed;
    top: 0;
    right: 0;
    height: 590px;
    width: 100%;
    background-color: #ebe7de;
    text-align: center;
    color: #333333;
    display: none;
    }
    #close-button{
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 24px;
     }
    #close-button img{
    height: 40px;
    position: absolute;
    top:0px;
    right: 0px;
    }
    #close-button:hover{
    opacity: 0.8;
     }
    #nav-list h2 img{
    position: absolute;
    top: 10px;
    left: 24px;
    height:40px;
    }
    #nav-list ul li{
    width: 60%;
    padding-bottom: 5px;
    margin: 0 auto 24px;
    font-size: 1.6rem;
    font-family: toppan-bunkyu-midashi-min-st,serif;
    border-bottom: dotted 4px #a49483;
    }
    #nav-list ul li a{
    color: #333333;
    text-decoration: none;
    }
    /*ナビ開閉*/
    #nav-close:checked ~ #nav-list{
    transform: translateX(0%);
    }
    #nav-open:checked ~ #nav-list{
    transform: translateX(0%);
    animation-name:anime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    }
  }
  @keyframes anime{
     from{transform: rotateY(0);}
     to{transform: rotateY(-360deg);}
    }
  @media(min-width:768px) {
    header{
    height: 100px;
    }
    .header-content-wrapper{
    width: 100%;
    max-width: 1080px;
    height: 100px;
    margin: 0 auto;
    }
    .header_logo_image{
    height: 60px;
    margin: 20px 0;
    }
    #open-button img{
    display: none;
    }
    #close-button img{
    display: none;
    }
    #nav-list h2{
    display: none;
    }
    #nav-list ul li:nth-child(1),#nav-list ul li:nth-child(3),#nav-list ul li:nth-child(6),#nav-list ul li:nth-child(8){
    display: inline-block;
    font-size: 1.5rem;
    font-family: 'Hiragino Mincho ProN', 'serif' ,YuMincho, 'Yu Mincho';
     padding: 40px 6px;
    }
    #nav-list a{
    color: #444444;
    }
    #nav-list{
    text-align: right;
    }
     #nav-list ul li:nth-child(2),#nav-list ul li:nth-child(4),#nav-list ul li:nth-child(5),#nav-list ul li:nth-child(7){
    display: none;
    }
}
  @media(min-width:1300px) {
    .header_logo_image{
    height: 60px;
    margin: 20px 0;
    }
    #nav-list ul li:nth-child(1),#nav-list ul li:nth-child(3),#nav-list ul li:nth-child(6),#nav-list ul li:nth-child(8){
    display: inline-block;
    font-size: 2rem;
    padding: 38px 10px;
    }
/*
    #nav-list a{
    color: #444444;
    }
    #nav-list{
    text-align: right;
    }
     #nav-list ul li:nth-child(2),#nav-list ul li:nth-child(4),#nav-list ul li:nth-child(5),#nav-list ul li:nth-child(7){
    display: none;
    }
*/
  }
/*top*/
.section-top{
margin: 60px 0;
position: relative;
}
#slider{
width: 100%;
height: 530px;
}
/*slide1*/
.section-top img{
object-fit:cover;
object-position:bottom;
height: 530px;
width: 100%;
}
.slick-slide {
position: relative;
}
#slider h2{
font-size: 2.4rem;
font-feature-settings: 'pkna';
font-family: 'Hiragino Mincho ProN', 'serif' ,YuMincho, 'Yu Mincho';
color: #ffffff;
text-shadow: 2px 2px 4px #333333;
text-align: left;
}
.slick-slide .top_image1_caption{
position: absolute;
background: rgba(77,66,66,0.45);
writing-mode: vertical-rl;
line-height: 36px;
letter-spacing: 5px;
right: 14%;
top: 0;
z-index: 2;
opacity: 0;
transition: .3s ease;
padding: 50px 20px;
}
.slick-current .top_image1_caption{
opacity: 1;
transition-delay: 1s;
}
.slick-slide .top_image2_caption{
position: absolute;
background: rgba(77,66,66,0.45);
line-height: 3.4rem;
letter-spacing: 5px;
left: 0;
top: 260px;
z-index: 2;
opacity: 0;
transition: .3s ease;
padding: 20px 20px 20px 60px;
}
.slick-current .top_image2_caption{
opacity: 1;
transition-delay: 1s;
}
.top_image2_color_change{
color: #f4b01c;
}
.slick-slide .top_image3_caption{
position: absolute;
background: rgba(77,66,66,0.45);
writing-mode: vertical-rl;
letter-spacing: 6.5px;
left: 50%;
transform: translateX(-50%);
top: 0;
z-index: 2;
opacity: 0;
transition: .3s ease;
padding: 55px 20px;
line-height: 36px;
}
.slick-current .top_image3_caption{
  opacity: 1;
  transition-delay: 1s;
}
.slick-slide .top_image4_caption{
position: absolute;
background: rgba(77,66,66,0.45);
writing-mode: vertical-rl;
letter-spacing: 6.5px;
left: 50%;
transform: translateX(-50%);
top: 0;
z-index: 2;
opacity: 0;
transition: .3s ease;
padding: 55px 20px;
line-height: 36px;
}
.slick-current .top_image4_caption{
opacity: 1;
transition-delay: 1s;
}
#scroll{
height: 90px;
width: 90px;
border-radius: 45px;
background-color: #d7d2c5;
position: absolute;
left: 50%;
transform: translateX(-50%);
top:496px;
}
#scroll p{
color: #a49483;
font-size: 1.2rem;
padding-top:12px;
}
#scroll img{
height: 30px;
width: 30px;
transform: rotate(270deg);
}
.lead{
margin: 0 24px;
}
.lead_text{
display: inline-block;
text-align: center;
color: #444444;
font-size: 1.3rem;
font-family: 'klee','Yu Mincho';
line-height: 2.5rem;
letter-spacing: 0px;
padding: 50px 22px 25px;
background-color: #d7d2c5;
}
  @media(min-width:768px) {
    .section-top{
    margin: 60px 0 182px;
    }
    #slider{
    width: 100%;
    height: 708px;
    }
/*slide1*/
    .slide-animation{
    width: 100%;
    }
    .section-top img{
    height: 708px;
    width: 100%;
    object-fit: cover;
    }
     #slider h2{
    font-size: 3.8rem;
    }
    .slick-slide .top_image1_caption{
    line-height: 6rem;
    letter-spacing: 8px;
    right: 14%;
    padding: 60px 30px 50px;
    }
    .slick-slide .top_image2_caption{
    line-height: 6rem;
    letter-spacing: 8px;
    top: 340px;
    padding: 32px 127px 32px 200px;
    }
    .slick-slide .top_image3_caption{
    padding: 40px 40px;
    height: 708px;
    letter-spacing: 9px;
    }
    .slick-slide .top_image4_caption{
    padding: 40px 40px;
    height: 708px;
    letter-spacing: 9px;
    }
    #scroll{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top:672px;
    }
    #scroll p{
    color: #a49483;
    font-size: 1.2rem;
    padding-top:12px;
    }
    #scroll img{
    height: 30px;
    width: 30px;
    transform: rotate(270deg);
    }
    .lead_text{
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 76px 60px 60px;
    color: #444444;
    font-family: 'klee','Yu Mincho';
    font-size: 2rem;
    line-height: 4rem;
    letter-spacing: 2px;
    background-color: #d7d2c5;
    }
  }
   @media(min-width:1300px) {
    .section-top{
    margin-top: 100px;
    }
    .lead{
    width: 1080px;
    margin: 0 auto;
    }
}
/*reason*/
.section-reasons{
margin: 0 24px;
}
.title_reason{
height: 58px;
width: 174px;
display: flex;
margin: 0 auto 40px;
box-sizing: border-box;
border-top: #444444 solid 2px ;
border-bottom: #444444 solid 2px ;
text-shadow: 2px 2px 3px rgba(0,0,0,0.25);
}
.reason_title1{
color: #444444;
font-family: fot-chiaro-std, sans-serif;
font-size: 1.2rem;
line-height: 1.6rem;
padding-top: 11px;
width: 72px;
text-align-last:justify;
}
.reason_title2{
color: #444444;
font-family: toppan-bunkyu-midashi-min-st,serif;
font-weight: 900;
font-style: normal;
font-size: 3.2rem;
letter-spacing: -2px;
line-height: 5.2rem;
}
.reason_title3{
position: absolute;
top: 10px;
right: -67px;;
color: #444444;
font-family: toppan-bunkyu-midashi-min-st,serif;
font-weight: 900;
font-style: normal;
font-size: 1.6rem;
line-height: 4rem;
letter-spacing: 1px;
}
.section-reasons h2{
display: flex;
vertical-align: text-bottom;
position: relative;
}
/*r1*/
.section-reasons ul li{
margin: 0 auto;
}
.reason1_image_title{
position: relative;
margin: 0 auto;
width: 327px;
}
.reason1_image{
object-fit: cover;
object-position: -90px;
opacity: 80%;
margin: 0 auto;
box-sizing: border-box;
height: 327px;
width: 327px;
border: solid 4px #a49483;  
border-radius: 50px 0;
vertical-align: bottom;
}
.reason1_image_title1{
font-size: 1.4rem;
letter-spacing: 2px;
font-family: toppan-bunkyu-midashi-min-st,serif;
font-weight: 900;
font-style: normal;
color: #D0937D;
text-shadow:1px 1px 2px #fff,-1px 1px 2px #fff,1px -1px 2px #fff,-1px -1px 2px #fff;
}
.reason1_image_title2{
font-size: 2.6rem;
line-height: 3.2rem;
letter-spacing: 6px;
font-family: toppan-bunkyu-midashi-min-st,serif;
font-weight: 900;
font-style: normal;
color: #D0937D;
text-shadow:1px 1px 2px #fff,-1px 1px 2px #fff,1px -1px 2px #fff,-1px -1px 2px #fff;
}
.reason1_title{
position: absolute;
top: 24px;
right: 24px;
}
.reason1_text{
box-sizing: border-box;
width: 327px;
padding: 26px 22px 48px;
margin: 0 auto;
color: #D0937D;
font-size: 1.4rem;
line-height: 2.4rem;
text-align: left;
}
/*r2*/
.reason2_image_title{
position: relative;
margin: 0 auto;
width: 327px;
}
.reason2_image{
object-fit: cover;
object-position:center;
margin: 0 auto;
box-sizing: border-box;
height: 327px;
width: 327px;
border: solid 4px #a49483;
border-radius: 50px 0;
vertical-align: bottom;
}
.reason2_image_title1{
font-size: 1.5rem;
letter-spacing: 2px;
font-family: toppan-bunkyu-midashi-min-st,serif;
font-weight: 900;
font-style: normal;
color: #D0937D;
text-shadow:1px 1px 2px #fff,-1px 1px 2px #fff,1px -1px 2px #fff,-1px -1px 2px #fff;
}
.reason2_image_title2{
font-size: 2.6rem;
line-height: 3.2rem;
letter-spacing: 6px;
font-family: toppan-bunkyu-midashi-min-st,serif;
font-weight: 900;
font-style: normal;
color: #D0937D;
text-shadow:1px 1px 2px #fff,-1px 1px 2px #fff,1px -1px 2px #fff,-1px -1px 2px #fff;
}
.reason2_title{
position: absolute;
bottom: 24px;
left: 32px;
}
.reason2_text{
box-sizing: border-box;
width: 327px;
padding: 26px 22px 48px;
margin: 0 auto;
color: #D0937D;
font-size: 1.4rem;
line-height: 2.4rem;
text-align: left;
}
/*r3*/
.reason3_image_title{
position: relative;
margin: 0 auto;
width: 327px;
}
.reason3_image{
object-fit: cover;
opacity: 90%;
box-sizing: border-box;
height: 327px;
width: 327px;
border: solid 4px #a49483;
border-radius: 50px 0;
vertical-align: bottom;
}
.reason3_image_title1{
font-size: 1.5rem;
letter-spacing: 2px;
font-family: toppan-bunkyu-midashi-min-st,serif;
font-weight: 900;
font-style: normal;
color: #D0937D;
text-shadow:1px 1px 2px #fff,-1px 1px 2px #fff,1px -1px 2px #fff,-1px -1px 2px #fff;
}
.reason3_image_title2{
font-size: 2.6rem;
line-height: 3.4rem;
letter-spacing: 6px;
font-family: toppan-bunkyu-midashi-min-st,serif;
font-weight: 900;
font-style: normal;
color: #D0937D;
text-shadow:1px 1px 2px #fff,-1px 1px 2px #fff,1px -1px 2px #fff,-1px -1px 2px #fff;
}
.reason3_title_sp{
position: absolute;
top: 130px;
left:72px;
}
.reason3_text{
box-sizing: border-box;
width: 327px;
padding: 26px 22px 48px;
margin: 0 auto;
color: #D0937D;
font-size: 1.4rem;
line-height: 2.4rem;
text-align: left;
}
  @media(min-width:768px) {
    .section-reasons{
    margin: 0 180px 20px;
    }
    .title_reason{
    height: 100px;
    width: 320px;
    margin: 0 auto 60px;
    box-sizing: border-box;
    border-top: #444444 solid 3px ;
    border-bottom: #444444 solid 3px ;
    }
    .reason_title1{
    font-size: 2.4rem;
    line-height: 3rem;
    padding-top: 17px;
    width: 140px;
    }
    .reason_title2{
    font-size: 6rem;
    line-height: 100px;
    }
    .reason_title3{
    font-size: 3rem;
    top: 38px;
    right: -120px;
    }
    /*r1*/
    .section-reasons ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1080px;
     margin: 0 auto;
    }
    .reason1_image_title{
    position: relative;
    margin: 0 auto;
    width: 327px;
    }
    .reason1_text{
    padding: 26px 10px 48px;
    font-size: 1.6rem;
    line-height: 2.6rem;
    }
    /*r2*/
    .reason2_text{
    padding: 26px 10px 48px;
    margin: 0 20px;
    font-size: 1.6rem;
    line-height: 2.6rem;
    text-align: left;
    }
    /*r3*/
    .reason3_text{
    padding: 26px 10px 48px;
    font-size: 1.6rem;
    line-height: 2.6rem;
    }
  }  
/*trial*/
.section_trial{
padding:  0 24px 40px;
box-sizing: border-box;
width: 100%;
background-color: #d4e1c9;
z-index: 1;
}
.trial_bg_flex{
display: none;
}
.trial_h2{
position: relative;
width: 200px;
margin: 0 auto;
}
.ribbon{
position: relative;
text-align: left;
height: 80px;
width: 100%;
max-width: 400px;
margin: 0 auto;
}
.image_ribbon{
margin: 0;
padding: 0;
height: 80px;
width: 80px;
}
.text_ribbon{
display: inline-block;
color: #fff;
font-size: 1.2rem;
line-height: 1.4rem;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
text-align: center;
position: absolute;
top: 16px;
left: 5.5px;
}
.trial_title_flex2{
display: flex;
flex-wrap: wrap;
padding: 0 20px 0 0;
justify-content: center;
}
.circle_first_letter{
display: inline-block;
margin: 22px 16px 0 0;
height: 46px;
width: 46px;
background: #909f86;
border-radius: 30px;
position: relative;
}
.first_letter{
color: #efefef;
font-family: toppan-bunkyu-midashi-min-st,serif;
font-weight: 900;
font-style: normal;
font-size: 2.4rem;
position: absolute;
top: 12px;
left: 11px;
}
.trial_pre_title{
display: inline-block;
color: #909f86;
font-size: 1.4rem;
font-family: fot-chiaro-std, sans-serif;
/*text-shadow:1.5px 1.5px 1px #fff,-1.5px 1.5px 1px #fff, 1.5px -1.5px 1px #fff,-1.5px -1.5px 1px #fff;*/
}
.type{
height:28px;
position: absolute;
top: 2px;
right: -20px;
}
.section_trial h2{
display: inline-block;
box-sizing: border-box;
margin: 16px 0 8px;
padding: 0 12px 8px;
color: #7e7f74;
font-family: toppan-bunkyu-midashi-min-st,serif;
font-weight: 900;
font-style: normal;
font-size: 2rem;
letter-spacing: 2px;
border-bottom : dotted 6px #909f86;
/*text-shadow:1.5px 1.5px 2px #fff,-1.5px 1.5px 2px #fff, 1.5px -1.5px 2px #fff,-1.5px -1.5px 2px #fff;*/
}
.price_tax{
text-align: right;

position: relative;
}
.price{
display: inline-block;
color: #7e7f74;
text-align: right;
font-size: 2.2rem;
letter-spacing: 0.2rem;
font-family: toppan-bunkyu-midashi-min-st,serif;
font-weight: 900;
font-style: normal;
/*text-shadow:1.5px 1.5px 2px #fff,-1.5px 1.5px 2px #fff, 1.5px -1.5px 2px #fff,-1.5px -1.5px 2px #fff;*/
}
.price span{
font-size: 1.2rem;
padding-right: 4px;
}
.tax{
display: inline-block;
position: absolute;
top: 20px;
right: 0;
color: #7e7f74;
text-align: right;
font-size: 1.2rem;
font-family: toppan-bunkyu-midashi-min-st,serif;
}
.farm_place{
padding-top: 68px;
font-size: 1.3rem;
color: #efefef;
font-family: fot-chiaro-std, sans-serif;
height: 20px;
/*text-shadow:0.5px 0.5px 1px #fff,-0.5px 0.5px 1px #fff, 0.5px -0.5px 1px #fff,-0.5px -0.5px 1px #fff;*/
}
.trial_farm_name{
font-size: 1.8rem;
color: #efefef;
font-family: fot-chiaro-std, sans-serif;
/*text-shadow:1px 1px 1px #fff,-1px 1px 1px #fff, 1px -1px 1px #fff,-1px -1px 1px #fff;*/
}
.trial_farmers{
display: flex;
flex-wrap: wrap;
position: relative;
justify-content: center;
}
.farmer{
box-sizing: border-box;
height: 140px;
width: 140px;
margin: 56px 10px 28px;
background-color: #909f86;
border-radius: 80px;
position: relative;
}
.trial_farmers img{
height: 100px;
position: absolute;
top: -28px;
left: 50%;
transform: translateX(-50%);
vertical-align: bottom;
 }
/*trialBtn*/
.trial_btn_frame{
display:inline-block;
padding:8px 25px;
position:relative;
color: #efefef;
font-size: 1.6rem;
font-family: "Hiragino Mincho ProN", "serif",YuMincho, "Yu Mincho";
cursor:pointer;
z-index: 1;
}
.trial_btn_frame::before{
content:'';
position:absolute;
height:100%;
width:100%;
top:6px;
right:4px;
background-color:#de8971;
border-radius: 50px;
transition:transform .2s ease-in-out;
z-index: -1;
}
.trial_btn_frame::after{content:'';
position:absolute;
top:0;left:0;height:100%;
width:100%;
border:1px solid #7e7f74;
border-radius: 50px;
z-index: 1;
}
.trial_btn_frame:hover::before{
transform:translate(6px,-4px)
}
.trial_btn p{
display: inline-block;
}
.cart{
display: inline-block;
padding-left: 8px;
height: 18px;
color: #efefef;
}
  @media(min-width:768px){
     .section_trial{
    margin-bottom: 40px;
    padding:  0 24px 40px;    
    }
    .trial_h2{
    width: 328px;
    }
    .ribbon{
    max-width: 720px;
    }
    .image_ribbon{
    height: 120px;
    width: 110px;
    }
    .text_ribbon{
    display: inline-block;
    font-size: 1.6rem;
    line-height: 2.1rem;
    top: 24px;
    left: 8px;
    }
    .circle_first_letter{
    margin: 32px 16px 0 0;
    height: 54px;
    width: 54px;
    }
    .first_letter{
    font-size: 3.2rem;
    top: 16px;
    left: 10px;
    }
    .trial_pre_title{
    font-size: 2rem;
    padding-bottom: 18px;
    }
    .type{
    height:50px;
    top: -26px;
    right: -38px;
    }
    .section_trial h2{
    margin: 16px 0 8px;
    padding: 0 20px 18px;
    font-size: 3.4rem;
    letter-spacing: 2px;
    }
    .price_tax{
    padding-top: 12px;
    }
    .price{
    font-size: 3.4rem;
    letter-spacing: 0.3rem;
    }
    .price span{
    font-size: 2rem;
    padding-right: 8px;
    }
    .tax{
    top: 40px;
    font-size: 1.6rem;
    }
    .farm_place{
    padding: 122px 0 8px;
    font-size: 1.8rem;
    }
    .trial_farm_name{
    font-size: 2.8rem;
    }
    .farmer{
    height: 215px;
    width: 215px;
    margin: 82px 46px 42px;
    border-radius: 130px;
    }
    .trial_farmers img{
    height: 160px;
    top: -38px;
     }
/*trialBtn*/
    .trial_btn_frame{
    padding:18px 48px;
    font-size: 2.6rem;
    }
    .trial_btn_frame:hover::before{
    transform:translate(6px,-6px)
    }
    .cart{
    height: 20px;
    }
  }
  @media(min-width:1100px){
  .section_trial{
    position: relative;
    height: auto;
    margin: 0 auto;
    margin-bottom: 40px;
    padding:  0 180px 40px;    
    }
    .trial_bg_flex{
    display: flex;
    }
    .trial_bg_flex div:nth-child(1){
    position: absolute;
    left: 0px;
    }
    .trial_bg_flex div:nth-child(2){
    position: absolute;
    right: 0px;
    }
    .trial_bg_flex div img{
    height: 678px;
    }
  }
/*quality*/
#section_quality{
margin: 0 24px;
padding: 50px 0 0;
position: relative;
}
#section_quality h2{
height: 58px;
width: 190px;
display: flex;
margin: 0 auto 34px;
box-sizing: border-box;
border-top: #444444 solid 2px ;
border-bottom: #444444 solid 2px ;
text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
.quality_title1{
color: #444444;
font-family: fot-chiaro-std, sans-serif;
font-size: 1.8rem;
letter-spacing: -1px;
padding-top: 15px;
}
.quality_title2{
color: #444444;
font-family: "Hiragino Mincho ProN", "serif",YuMincho, "Yu Mincho";
font-size: 2.4rem;
letter-spacing: 1px;
padding-top: 14px;
}
.expectation{
display: inline-block;
width: 74%;
color: #444444;
font-size: 1.4rem;
font-weight: 600;
line-height: 2.4rem;
letter-spacing: 1px;
font-family: "Hiragino Mincho ProN", "serif",YuMincho, "Yu Mincho";
padding-bottom: 10px;
}
.quality_speech_bubble{
height: 120px;
background-image: url("../image/quality_comment.png");
background-repeat: no-repeat;
background-position: center;
background-size: 280px;
}
.quality_speech_bubble_text{
padding-top:18px; 
text-align: center;
font-size: 1.4rem;
line-height: 2.1rem;
font-family: vdl-penletter, sans-serif;
color: #444444;
}
.quality_outline{
padding: 1px;;
margin: 0 auto;
width: 100%;
max-width: 550px;
background-color: #d7d2c5;
}
.quality_outline p{
/*box-sizing: border-box;*/
margin: 9px;
padding: 17px 10px;
text-align: left;
font-size: 1.3rem;
line-height: 2.4rem;
/*letter-spacing:1px;*/
border: double 5px #ffffff;
color: #444444;
}
.emphasis{
font-family: "Hiragino Mincho ProN", "serif",YuMincho, "Yu Mincho";
font-size: 1.6rem;
letter-spacing: 1.6px;
font-weight: 600;
color: #333333;
}
  @media(min-width:768px){
    #section_quality{
    margin: 0 24px;
    padding: 80px 0 64px;
    }
    #section_quality h2{
    height: 100px;
    width: 350px;
    display: flex;
    margin: 0 auto 54px;
    border-top: #444444 solid 3px ;
    border-bottom: #444444 solid 3px ;
    }
    .quality_title1{
    font-size: 3rem;
    letter-spacing: 1px;
    padding-top: 34px;
    }
    .quality_title2{
    font-size: 4.2rem;
    letter-spacing: 4px;
    padding-top: 34px;
    }
    .expectation{
    padding-bottom: 38px;
    width: 100%;
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 3.6rem;
    letter-spacing: 2px;
    }
    .quality_speech_bubble{
    height: 200px;
    background-size: 480px;
    }
    .quality_speech_bubble_text{
    padding-top: 26px;
    font-size: 2.6rem;
    line-height: 3.6rem;
    }
    .quality_outline{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    }
    .quality_outline p{
    margin: 16px;
    padding: 32px 120px;
    text-align: left;
    font-size: 2rem;
    line-height: 3.5rem;
    letter-spacing: -0.15px;
    border: double 10px #ffffff;
    }
    .emphasis{
    font-size: 2.6rem;
    }
  }
   @media(min-width:1300px){
    #section_quality{
    margin: 0 180px;
    }
  }
/*organic*/
#section_organic{
padding: 80px 0 20px;
background-color: #f5f3ef;
}
#section_organic h2{
height: 58px;
width: 230px;
display: flex;
margin: 0 auto 34px;
box-sizing: border-box;
border-top: #444444 solid 2px ;
border-bottom: #444444 solid 2px ;
text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
.organic_title1{
color: #444444;
font-family: fot-chiaro-std, sans-serif;
font-size: 2.1rem;
letter-spacing: -1px;
padding-top: 16px;
}
.organic_title2{
color: #444444;
font-family: toppan-bunkyu-midashi-min-st, serif;
font-size: 2.8rem;
letter-spacing: -1.5px;
padding-top: 14px;
}
.section_organic ul li{
margin: 18px auto;
}
/*about*/
.organic_unit1{
background-color: #ffffff;
padding: 26px 0 4px;
width: 327px;
height: 460px;
margin: 10px 40px;
}
.organic_unit1_title1{
display: inline-block;
color: #555555;
padding-bottom: 6px;
font-size: 2.4rem;
letter-spacing: 2px;
font-family: noto-sans,sans-serif;
font-weight: 200;
font-style: normal;
border-bottom: solid 2px;
}
.organic_unit1_title2{
font-family: yamamotoan-stdn,sans-serif;
font-weight: 400;
font-style: normal;
padding-top: 4px;
font-size: 1.1rem;
letter-spacing: -1.5px;
}
.organic_text{
margin: 14px auto 10px;
width: 240px;
text-align: left;
color: #D0937D;
font-size: 1.3rem;
line-height: 2.1rem;
}
.organic_units img{
width: 280px;
}
.organic_unit1_image{
margin-top: 90px;
width: 286px;
object-fit: cover;
}

/*cycle*/
.organic_unit2{
background-color: #ffffff;
margin: 10px 40px ;
padding: 26px 0 4px;
width: 327px;
height: 460px;
}
.organic_unit2_title1{
display: inline-block;
color: #555555;
padding-bottom: 6px;
font-size: 2.4rem;
letter-spacing: 2px;
font-family: noto-sans,sans-serif;
font-weight: 200;
font-style: normal;
border-bottom: solid 2px;
}
.organic_unit2_title2{
font-family: yamamotoan-stdn,sans-serif;
font-weight: 400;
font-style: normal;
padding-top: 4px;
font-size: 1.1rem;
margin: 0 auto;
width: 104px;
text-align-last:justify;
}
.organic_text2{
margin: 10px auto 18px;
width: 240px;
text-align: left;
color: #D0937D;
font-size: 1.3rem;
line-height: 2.1rem;
}
.organic_unit2 img{
width: 180px;
}
/*SDGs*/
.organic_unit3{
background-color: #ffffff;
margin: 10px 40px;
padding: 26px 0 4px;
width: 327px;
height: 460px;
}
.organic_unit3_title1{
display: inline-block;
color: #555555;
padding-bottom: 6px;
font-size: 2.4rem;
letter-spacing: 6px;
font-family: noto-sans,sans-serif;
font-weight: 200;
font-style: normal;
border-bottom: solid 2px;
}
.organic_unit3_title2{
font-family: yamamotoan-stdn,sans-serif;
font-weight: 400;
font-style: normal;
padding-top: 4px;
font-size: 1.1rem;
margin: 0 auto;
width: 80px;
text-align-last:justify;
}
.organic_unit3 img{
width: 268px;
}
  @media(min-width:768px){
    #section_organic{
    margin: 0 180px;
    padding: 80px 0 40px;
    }
    #section_organic h2{
    height: 100px;
    width: 360px ;
    margin: 0 auto 60px;
    border-top: #444444 solid 3px ;
    border-bottom: #444444 solid 3px ;
    }
    .organic_title1{
    font-size: 3.2rem;
    letter-spacing: -1px;
    padding-top: 34px;
    }
    .organic_title2{
    font-size: 4.2rem;
    letter-spacing: 2px;
    padding-top: 32px;
    }
    .section_organic ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
    }
    .section_organic ul li{
    margin: 10px auto;
    }
/*about*/
    .organic_unit1{
    box-sizing: border-box;
    height: 600px;
    width: 340px;
    padding: 46px 30px 0;
    margin:40px 0 50px 0;
    }
    .organic_unit1_title1{
    padding-bottom: 16px;
    font-size: 4rem;
    letter-spacing: 3px;
    border-bottom: solid 2px;
    }
    .organic_unit1_title2{
    padding-top: 8px;
    font-size: 1.3rem;
    letter-spacing: 2.6px;
    }
    .organic_text{
    margin: 20px auto 0;
    width: 280px;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 1.3px;
    }
    .organic_units img{
    width: 270px;
    object-fit: cover;
    padding-top: 110px;
    }
/*cycle*/
    .organic_unit2{
    box-sizing: border-box;
    height: 600px;
    width: 340px;
    padding: 46px 10px 0;
    margin:40px 18px 50px;
    }
    .organic_unit2_title1{
    padding-bottom: 16px;
    font-size: 4rem;
    letter-spacing: 3px;
    }
    .organic_unit2_title2{
     width: 168px;
     padding-top: 8px;
     font-size: 1.3rem;
     letter-spacing: -1px;
    }
    .organic_unit2 img{
    padding: 0;
    width: 180px;
    }
    .organic_text2{
    margin: 8px auto;
    width: 280px;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 1.3px;
    text-align: left;
    color: #D0937D;
    }
/*SDGs*/
    .organic_unit3{
    box-sizing: border-box;
    height: 600px;
    width: 340px;
    padding: 46px 30px 0;
    margin:40px 0 50px;  
    }
    .organic_unit3_title1{
    padding-bottom: 16px;
    font-size: 4rem;
    letter-spacing: 5px;
    }
    .organic_unit3_title2{
    width: 120px;
     padding-top: 8px;
     font-size: 1.3rem;
     letter-spacing: 0.1px;
    }
    .organic_unit3 img{
    width: 268px;
    padding-top: 12px;
    }
  }
/*introduction*/
#section_introduction{
padding:84px 0 0;
background-color: #f5f3ef;
position: relative;
}
.circle{
height: 240px;
width: 240px;
border-radius: 180px;
background-color: #d7d2c5;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
}
#arch_text{
font-family: fot-chiaro-std, sans-serif;
font-size: 1.1rem;
letter-spacing: -1px;
color: #6e6650;
padding-top: 3px;
}
.arc_image{
position: absolute;
top:55px;
left: 50%;
transform: translateX(-50%);
height: 35px;
}
.introduction_slide_content{
/*padding: 0 24px;*/
/*margin: 0 auto;*/
}
.introduction_bg{
background-color: #d7d2c5;
width: 100%;
padding: 20px 0 30px;
}
#section_introduction h2{
margin: 0 auto 18px;
padding: 10px 0 8px;
width: 202px;
font-family: senobi-gothic,sans-serif;
font-weight: 200;
font-style: normal;
color: #6e6650;
font-size: 2.2rem;
letter-spacing: 3px;
box-sizing: border-box;
border-bottom: solid 1px #6e6650;
position: relative;
z-index: 1;
}
#section_introduction h2 span{
font-size: 1.6rem;
letter-spacing: 1px;
}
/*slide*/
.introduction_slide_content{
width: 100%;
margin: 0 auto;
}
.introduction_slide{
margin: 0 auto;
}
.introduction_farmer_bg{
width: 100%;
height: 100%;
background-color: #ebe7de;
margin: 20px auto;
padding: 14px 0;
}
.introduction_image_farmer{
position: relative;
width: 287px; 
margin: 0 auto;
}
.image_farmer{
width: 100%;
height: 160px;
object-fit: cover;
vertical-align: bottom;
}
.farmer3_speech{
width: 164px;
position: absolute;
top: -32px;
left: -16px;
}
.farmer4_speech{
width: 164px;
position: absolute;
top: -22px;
right: -18px;
}
.farm_name{
width: 287px;
padding: 14px 0 0;
margin: 0 auto;
background-color: #ffffff;
color: #555555;
font-family: toppan-bunkyu-midashi-min-st, serif;
font-size: 1.8rem;
}
.prefecture{
font-size: 1.1rem;
}
.name{
font-size: 1.4rem;
}
.farm_comment{
box-sizing: border-box;
width: 287px;
padding: 10px 10px 12px;
margin: 0 auto;
background-color: #ffffff;
color: #D0937D;
text-align: left;
line-height: 2.1rem;
font-size: 1.3rem;
}
  @media(min-width:768px){
    #section_introduction{
    padding:156px 0 0;
    }
    .circle{
    height: 460px;
    width: 460px;
    border-radius: 240px;
    }
    #arch_text{
    font-family: fot-chiaro-std, sans-serif;
    font-size: 2.2rem;
    letter-spacing: -3.5px;
    padding-top: 20px;
    }
    .arc_image{
    position: absolute;
    top:108px;
    left: 50%;
    transform: translateX(-50%);
    height: 80px;
    }  
    .introduction_bg{
    padding: 20px 0 60px;
    }
    #section_introduction h2{
    margin: 0 auto 30px;
    padding: 40px 0 12px;  
    width: 360px;
    font-size: 4rem;
    letter-spacing: 4px;
    }
    #section_introduction h2 span{
    font-size: 2.8rem;
    letter-spacing: 4px;
    }
/*slide*/
    .introduction_slide_content{
    max-width: 1080px;
    }
    .introduction_farmer_bg{
    height: 100%;
    margin: 20px auto;
    padding: 26px 0;
    }
    .introduction_image_farmer{
    width: 540px; 
    }
    .image_farmer{
    height: 300px;
    }
    .farmer3_speech{
    width: 250px;
    position: absolute;
    top: -20px;
    left: -10px;
    }
    .farmer4_speech{
    width: 250px;
    position: absolute;
    top: -12px;  
    right: -18px;
    }
    .farm_name{
    width: 540px;
    padding: 26px 0 12px;
    font-size: 2.4rem;
     letter-spacing: 4px;
    }
    .prefecture{
    font-size: 1.4rem;
    letter-spacing: 4px;
    }
    .name{
    font-size: 2rem;
     letter-spacing: 4px;
    }
    .farm_comment{
    box-sizing: border-box;
    width: 540px;
    padding: 12px 30px 20px;
    text-align: left;
    line-height: 3.2rem;
    font-size: 1.8rem;
    }
  }
/*voice*/
#section_voice{
background-color: #f5f3ef;
padding: 60px 0 0px;
}
#section_voice h2{
height: 58px;
width: 110px;
display: flex;
margin: 0 auto 34px;
box-sizing: border-box;
border-top: #444444 solid 2px ;
border-bottom: #444444 solid 2px ;
text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
.voice_title1{
color: #444444;
font-family: fot-chiaro-std, sans-serif;
font-size: 1.8rem;
letter-spacing: 1px;
padding-top: 15px;
}
.voice_title2{
color: #444444;
font-family: "Hiragino Mincho ProN", "serif",YuMincho, "Yu Mincho";
font-size: 2.4rem;
letter-spacing: 1px;
padding-top: 1.4rem;
}
.voice_flex{
display: none;
}
.voice_memo_content{
width: 300px;
height: 320px;
margin: 0 auto;
}
.voice_slide_img1{
width: 300px;
height: 320px;
margin: 0 auto;
background-image: url("../image/voice_customer1.png");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.voice_slide_img2{
/*width: 300px;*/
background-image: url("../image/voice_customer2.png");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.voice_slide_img3{
/*width: 320px;*/
background-image: url("../image/voice_customer3.png");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.voice_slide p{
text-align: left;
font-family: ta-oonishi,sans-serif;
font-weight: 300;
font-style: normal;
letter-spacing: -1.5px;
line-height: 2.2rem;
margin: 0 auto;
}
.voice_memo_text{
padding: 0 50px 20px 30px;
font-size: 1.4rem;
width: 230px;
}
.voice_memo_title{  
box-sizing: border-box;
width: 300px;
padding: 116px 50px 4px 20px;
font-size: 1.6rem;
font-weight: 600;
}

  @media(min-width: 768px){
   #section_voice{
    padding: 80px 24px 40px;
    }
    #section_voice h2{
    height: 100px;
    width: 190px;
    margin: 0 auto 60px;
    border-top: #444444 solid 3px ;
    border-bottom: #444444 solid 3px ;
    position: relative;
    }
    .section_voice ul{
    max-width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    }
    .voice_slide{
    display: none;
    }
    .voice_flex{
    display: block;
    }
    .voice_memo_content{
    box-sizing: border-box;
    height: 370px;
    width: 320px;
    margin: 0 auto;
    }
    .costom1_memo{
    box-sizing: border-box;
    height: 100%;
    width: 330px;
    background-image: url("../image/voice_customer1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    }
    .costom2_memo{
    height: 100%;
    width: 330px;
    background-image: url("../image/voice_customer2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    }
    .costom3_memo{
    height: 100%;
    width: 330px;
    background-image: url("../image/voice_customer3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    }
    .voice_title1{
    font-size: 3.4rem;
    letter-spacing: 1.3px;
    padding-top: 34px;
    }
    .voice_title2{
    font-size: 4.2rem;
/*    padding-top: 32px;*/
    position: absolute;
    top:18px;
    right: 0;
    }
    .voice_memo_content p{
    text-align: left;
    font-family: ta-oonishi,sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: -1.5px;
    line-height: 2rem;
    margin: 0 auto 10px;
    }
    .voice_memo_text{
    padding: 0 50px 0 20px;
    font-size: 1.6rem;
    line-height: 3.4rem;
    width: 260px;
    }
    .voice_memo_title{  
    padding: 144px 50px 0 20px;
    font-size: 1.9rem;
    font-weight: 600;
    }
  }
/*question*/
#section_question{
padding: 70px 0px;
}
#section_question h2{
height: 58px;
width: 160px;
display: flex;
margin: 0 auto 34px;
padding-top: 14px;
box-sizing: border-box;
border-top: #444444 solid 2px ;
border-bottom: #444444 solid 2px ;
font-family: "Hiragino Mincho ProN", "serif",YuMincho, "Yu Mincho";
font-size: 2.4rem;
letter-spacing: 1px;
text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
#section_question img{
display: none;
}
.QA_text{
display: inline-block;
text-align: left;
color: #D0937D;
font-size: 1.3rem;
letter-spacing: -1px;
line-height: 2rem;
padding: 0 24px 0 6px;
}
.QA_title{
display: inline-block;
text-align: left;
color: #D0937D;
font-family: yamamotoan-stdn,sans-serif;
font-size: 2rem;
}
.question{
background-color: #d4e1c9;
padding: 20px 24px;
margin: 0 0 20px 24px;
border-radius: 30px 0 0 30px;
display: flex;
align-items: baseline;
}
.answer{
text-align: left;
background-color: #d7d2c5;
padding: 20px 48px;
margin:0 24px 20px 0 ;
border-radius: 0 30px 30px 0;
display: flex;
align-items: flex-start;
}
  @media(min-width: 768px){
    #section_question{
    padding: 80px 0;
    }
    #section_question h2{
    height: 100px;
    width: 200px;
    margin: 0 auto 60px;
    padding-top: 34px;
    font-size: 3.2rem;
    border-top: #444444 solid 3px ;
    border-bottom: #444444 solid 3px ;
    }
    .QA_text{
    font-size: 1.8rem;
    letter-spacing: -1px;
    line-height: 3.2rem;
    padding-left: 40px;
    }
    .QA_title{
    font-size: 2.8rem;
    }
  }
  @media(min-width:1300px){
    .QA_content{
    width: 1140px;
    margin: 0 auto;
    }
    .question{
    box-sizing: border-box;
    width: 1080px;
    height: auto;
    background-color:transparent;
    background-image: url("../image/question_question.png");
    background-repeat: no-repeat;
    background-size:cover;
    padding: 26px 40px;
    margin: 10px 60px;
    }
    .answer{
    box-sizing: border-box;
    width: 1080px;
    height: auto;
    background-color:transparent;
    background-image: url("../image/questopn_answer.png");
    background-repeat: no-repeat;
    background-size:cover;
/*    background-position: left;*/
    padding: 20px 60px 20px 100px;
    margin: 10px 60px 10px 0;
    }
    .QA_text{
    padding: 0  3px;
    }
    .QA_title{
    font-size: 3.2rem;
    padding-left: 0;
    }
  }
.circle_first_letter2{
display: inline-block;
margin: 22px 16px 0 0;
height: 46px;
width: 46px;
background: #909f86;
border-radius: 30px;
position: relative;
}
    @media(min-width: 768px){
    .circle_first_letter2{
    margin: 32px 16px 0 0;
    height: 54px;
    width: 54px;
    }
  }
footer{
height: 108px;
width: 100%;
margin-bottom: 6px;
text-align: center;
position: relative;
}
#top_link{
position: fixed;
display: none;
right: -12px;
transform: translateX(-50%);
bottom: 10px;
z-index: 9;
}
#top_link p{
color: #a49483;
font-size: 1.1rem;
letter-spacing:0;
}
#top_link img{
height: 30px;
width: 30px;
transform: rotate(-90deg);
}
.footer_content{
position: absolute;
bottom: 0%;
left: 50%;
transform: translateX(-50%);
}
.footer_logo_image{
display: block;
width: 109px;
margin: 0 auto;
}
footer small{
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
font-size: 0.8rem;
}
  @media(min-width:768px){
    footer{
    height: 198px;
    margin-bottom: 14px;
    }
    .footer_logo_image{
    width: 204px;
    margin: 0 auto 10px;
    }
    #top_link{
    right: 0px;
    bottom: 20px;
    }
    #top_link p{
    color: #a49483;
    font-size: 1.6rem;
    }
    #top_link img{
    height: 50px;
    width: 50px;
    }
    footer small{
    font-size: 1.3rem;
    }
  }