@charset "UTF-8";
/* CSS Document */
.section-top {
    margin: 0 auto;
    width: 100vw;
    height: auto;
}
.section-top__image {
    background-image: url(../images/top-image@2x.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 45vw;
    min-height: 450px;
    max-height: 650px;
    position: relative;
}
.section-top__image-message {
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
    position: static;
    padding: 12% 0 0 20px;
}
.section-top__image-message h1 {
    color: #F9F9F9;
    font-size: 3.4rem;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 4.8rem;
    text-shadow: 1px 1px 0px #3D6A3E,-1px 1px 0px #3D6A3E,1px -1px 0px #3D6A3E,-1px -1px 0px #3D6A3E;
}
.br-onoff {
    display: none;
}
.section-top__image-message h2 {
    text-align: center;
    background-color: #F9F9F9;
    max-width: 320px;
    min-width: 240px;
    width: 60%;
    padding: 8px;
    font-size: 2.2rem;
    font-family: "Kozuka Gothic Pro";
    font-weight: 700;
    margin-top: 20px;
}
.section-top__image-message h2 span {
    color: #C30D23;
}
.btn-container {
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
    min-width: 300px;
    width: 94%;
}
.button {
    display: block;
    position: relative;
    width: 100%;
    padding: 22px 0;
    margin: 30px auto;
    background-color: #e60012;
    box-shadow: 0 3px 0 0 rgba(198, 39, 39, 1);
    border-radius: 18px;
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.button:hover {
    opacity: 10;
    box-shadow: none;
    transform: translateY(3px);
}
.button .btn-sub {
    background-image: url(../images/btn-sub.svg);
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
}
.button .btn-arrow {
    position: relative;
	display: inline-block;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
.btn-arrow::before,
.btn-arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.btn-arrow::before {
    left: 6px;
    top: -4px;
	width: 14px;
	height: 14px;
	border-top: 4px solid #FFF;
	border-right: 4px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.button::before {
    position: absolute;
    z-index: 100;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: reflection 3s ease-in-out infinite;
}
@keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
    }
.section-top__message {
    color: #823E00;
    text-align: center;
    font-size: 1.8rem;
    background-color: #F0EEE9;
    padding: 108px 20px;
    line-height: 4.0rem;
}
@media(max-width:600px) {
    .section-top__image-message h1 {
        font-size: 2.2rem;
        line-height: 3.4rem;
    }
    .br-onoff {
        display: block;
    }
    .section-top__image-message h2 {
        font-size: 1.6rem;
    }
    .button {
        font-size: 1.8rem;
    }
    .btn-arrow::before {
        width: 10px;
        height: 10px;
    }
    .button .btn-sub {
        width: 38px;
        height: 38px;
    }
    .section-top__message {
        line-height: 2.6rem;
        font-size: 1.6rem;
        text-align: left;
        padding: 68px 20px;
    }
}
.section-reason {
    margin: 80px auto 0;
    max-width: 1160px;
}
.section-reason h3::after {
    content: "";
    margin: 24px auto 0;
    display: block;
    width: 160px;
    height: 3px;
    background-size: 12px 3px;
    background-image: linear-gradient(to right,#823E00 6px,transparent 6px);
    background-repeat: repeat-x;
}
.section-reason ul {
    margin-top: 50px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.section-reason ul::after {
    content: "";
    width: 360px;
    margin: 10px;
    display: block;
}
.section-reason li {
    max-width: 360px;
    background-color: #F0EEE9;
    margin: 10px;
}
.section-reason li p {
    padding: 14px 20px 20px;
    line-height: 3.2rem;
    text-align: left;
}
.section-reason li p span {
    font-weight: 600;
    border-bottom:5px solid rgba(170,197,74,0.40);
}
@media(max-width:600px) {
    .section-reason ul {
        margin-top: 40px;
    }
}
.section-trial {
    margin-top: 120px;
    padding: 40px 0;
    background: #FFFAC0;
    border: 24px solid #FFB660;
    position: relative;
}
.section-trial .btn-container {
    position: relative;
}
.section-trial .button {
    margin-bottom: 0;
}
.section-trial h3 {
    font-size: 1.8rem;
    color: #823E00;
}
.section-trial h3 span {
    font-size: 3.2rem;
    color: #E60013;
    font-family: "Kozuka Gothic Pro";
    font-weight: 700;
    line-height: 5.2rem;
    letter-spacing: 2.56px;
    border-bottom: 2px solid rgba(130, 62, 0, 0.40);
    padding-bottom: 20px;
}
.section-trial ul {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}
.section-trial ul li {
    background: #F9F9F9;
    margin: 30px 20px 0;
    max-width: 460px;
    width: 100%;
}
.section-trial__trial-picture {
    width: 100%;
}
.trial__flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.trial__flex-box h4 {
    color: #3D6A3E;
    font-size: 2.4rem;
    font-weight: 600;
    margin-left: 10px;
}
.trial__flex-box img {
    max-width: 100px;
    max-height: 100px;
}
.trial-price {
    padding: 20px;
}
.trial-price p {
    text-align: left;
    font-size: 1.8rem;
}
.trial-price h5 {
    text-align: right;
    font-size: 2.4rem;
    color: #C30D23;
    font-weight: 600;
    margin-top: 16px;
}
.trial-price h5 span {
    color: #333;
    font-size: 1.6rem;
}
.section-trial__button {
    margin-top: 40px;
}
@media(max-width:600px) {
    .section-trial {
        border: 10px solid #FFB660;
        margin-top: 80px;
    }
    .section-trial h3,.trial-price p {
        font-size: 1.6rem;
    }
    .section-trial h3 span {
        font-size: 2.2rem;
    }
    .trial__flex-box h4,.trial-price h5 {
        font-size: 2.0rem;
    }
    .trial-price h5 span {
        font-size: 1.4rem;
    }
    .trial__flex-box img {
        max-width: 60px;
        max-height: 60px;
    }
}
.section-quality {
    position: relative;
    margin-top: 120px;
    display: flex;
    justify-content: center;
}
.section-quality__background-picture_left {
    position: absolute;
    left: 0;
    top: -20%;
}
.section-quality__background-picture_right {
    position: absolute;
    right: 0;
    top: -20%;
}
.section-quality__text {
    position: relative;
    background: #FFF;
    max-width: 840px;
    margin: 0 20px;
    padding: 50px 4%;
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.4);
}
.section-quality__text h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #231815;
    padding-bottom: 20px;
    max-width: 340px;
    margin: 0 auto 40px;
}
.section-quality__text h4 {
    font-size: 2.4rem;
    font-weight: 300;
    margin-bottom: 30px;
}
.section-quality__text h4 span {
    color: #C30D23;
}
.section-quality__text p {
    font-size: 1.6rem;
    line-height: 3.2rem;
    text-align: left;
}
@media(max-width:600px) {
    .section-quality {
        margin-top: 80px;
    }
    .section-quality__background-picture_left,.section-quality__background-picture_right {
        display: none;
    }
    .section-quality__text h3 {
        margin-bottom: 24px;
    }
    .section-quality__text h4 {
        font-size: 1.6rem;
    }
    .section-quality__text p span{
        display: none;
    }
}
.section-farm  {
    margin-top: 120px;
    background: #F0EEE9;
    padding: 70px 20px 0;

}
.section-farm h3 {
    line-height: 4.2rem;
    margin-bottom: 60px;
}
.section-farm h3 span {
    font-size: 1.6rem;
    font-family: "Hiragino Kaku Gothic ProN","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.section-farm__contents {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.section-farm__description {
    position: relative;
}
.section-farm__graph-picture {
    width: 300px;
    height: 300px;
}
.section-farm__description p {
    background: #F9F9F9;
    border-radius: 18px;
    padding: 40px 4% 60px ;
    max-width: 670px;
    font-size: 1.6rem;
    line-height: 3.2rem;
    text-align: left;
}
.section-farm__description p span {
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom:5px solid rgba(255,182,96,0.40);
}
.section-farm__farmer-illust {
    margin-top: -40px;
    width: 100%;
}
@media(max-width:600px) {
    .section-farm {
        margin-top: 80px;
        padding-top: 30px;
    }
    .section-farm h3 {
        line-height: 3.0rem;
        margin-bottom: 30px;
    }

}
.section-farm2 {
    margin-top: 60px;
}
.section-farm2 h3 {
    font-family: "Hiragino Kaku Gothic ProN","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 600;
    line-height: 4.8rem;
}
.section-farm2__comment-list {
    background: #F0EEE9;
}
.section-farm2__comment-list ul {
    margin: 60px auto 0;
    max-width: 1160px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 0;
    list-style: none;
}
.section-farm2__comment-list ul li {
    max-width: 500px;
    margin: 20px;
    background: #FFF;
    border-radius: 20px;
    width: 100%;
}
.section-farm2__comment-list ul li img {
    border-radius: 20px 20px 0 0;
    width: 100%;
    object-fit: cover;
}
.section-farm2__farmer-description {
    margin: 30px 18px;
}
.section-farm2__farmer-description h4 {
    color: #3D6A3E;
    font-size: 2.4rem;
    font-weight: 600;
}
.section-farm2__farmer-description h5 {
    color: #3D6A3E;
    font-size: 1.8rem;
    margin: 10px 0 20px;
}
.section-farm2__farmer-description p {
    text-align: left;
    line-height: 2.9rem;
}
@media(max-width:600px) {
    .section-farm2 {
        margin-top: 40px;
    }
    .section-farm2 h3 {
        font-size: 1.6rem;
        line-height: 3.0rem;
    }
    .section-farm2__farmer-description h4 {
        font-size: 1.8rem;
    }
    .section-farm2__farmer-description h5 {
        font-size: 1.6rem;
    }
    .section-farm2__comment-list ul {
        margin-top: 40px;
    }
    .section-farm2__farmer-description {
        margin: 20px 18px;
    }
}
.section-voice {
    background-image: url(../images/voice-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}
.section-voice__title {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 4.8rem;
}
.section-voice ul {
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1160px;
    list-style: none;
}
.section-voice ul::after {
    content: "";
    width: 360px;
    margin: 10px;
    display: block;
}
.section-voice ul li {
    max-width: 360px;
    margin: 10px;
    padding: 50px 14px;
    box-sizing: border-box;
    background: #FFF;
}
.voice-image {
    position: relative;
}
.section-voice ul li h6 {
    background: #3D6A3E;
    color: #FFF;
    font-weight: 600;
    font-size: 1.4rem;
    max-width: 110px;
    margin: 0 auto;
    padding: 4px 8px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.section-voice ul li h4 {
    color: #3D6A3E;
    font-weight: 600;
    font-size: 2.4rem;
    margin-top: 30px;
}
.section-voice ul li p {
    margin-top: 30px;
    text-align: left;
    line-height: 2.9rem;
}
.section-voice__title__illust-left {
    max-width: 116px;
    width: 12%;
}
.section-voice__title__illust-right {
    max-width: 142px;
    width: 14%;
}
@media(max-width:600px) {
    .section-voice {
        padding-top: 50px;
    }
    .section-voice ul {
        margin-top: 40px;
    }
    .section-voice ul li {
        padding: 30px 14px;
    }
    .section-voice ul li h4 {
        font-size: 1.8rem;
        margin-top: 20px;
    }
    .section-voice ul li p {
        margin-top: 20px;
    }
}
.section-question {
    margin: 120px auto 0;
    max-width: 1160px;
}
.section-question h3 {
    margin-bottom: 50px;
}
.section-question h3::after {
    content: "";
    margin: 24px auto 0;
    display: block;
    width: 160px;
    height: 3px;
    background-size: 12px 3px;
    background-image: linear-gradient(to right,#823E00 6px,transparent 6px);
    background-repeat: repeat-x;
}
.section-question dl {
    margin: 30px 20px 0;
    text-align: left;
    background: #F0EEE9;
    padding: 30px 40px ;
}
.section-question dt {
    font-weight: 600;
    display: flex;
    position: relative;
    padding-bottom: 16px;
}
.section-question dt::before {
    content: "";
    background-image: url(../images/q-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    width: 4vw;
    height: 4vw;
    max-width: 37px;
    max-height: 37px;
    min-width: 26px;
    min-height: 26px;
    margin-right: 10px;
}
.section-question dt::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-size: 12px 2px;
    background-image: linear-gradient(to right, #AAC54A 6px,transparent 6px);
    background-repeat: repeat-x;
}
.section-question dd {
    display: flex;
    margin-top: 16px;
}
.section-question dd::before {
    content: "";
    background-image: url(../images/a-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 4vw;
    height: 4vw;
    max-width: 37px;
    max-height: 37px;
    min-width: 26px;
    min-height: 26px;
    margin-right: 10px;
    display: block;
}
.section-question dd span {
    flex: 1;
}
.section-question dd span p{
    font-weight: 600;
    margin-bottom: 10px;
}
@media(max-width:600px) {
    .section-question {
        margin-top: 80px;
    }
    .section-question h3 {
        margin-bottom: 40px;
    }
}

  