@charset "UTF-8";

/* ------------------------------
	Top
------------------------------ */
/* スタイルの初期化 */
header {
    position: static;
    padding-top: 0;
    background: none;
    z-index: auto;
}
header::after {
    content: none;
}
header * {
    position: static;
}
header h1 {
    text-indent: 0;
}
header h1 a {
    display: inline;
    width: auto;
    padding-bottom: 0;
    background: none;
    margin-bottom: 0;
    position: static;
}

span.span-block{
    display: inline-block;
}

/* header hero-header
===============================*/
header .hero-header {
    position: relative;
}
header .hero-header .img_vegetable-hero {
    position: absolute;
    top: -10px;
    left: 0;
}
header .hero-header .wrap_hero {
    display: flex;
    flex-direction: column;
	padding: 4em 8% 3em;
}
header .hero-header .wrap_hero img.hero_img {
    display: block;
    width: 85%;
    margin: 0 auto;
}
header .hero-header .wrap_hero img.hero_title {
    display: block;
    width: 75%;
    margin: 0 auto;
}
.hero-header .wrap_hero .heading {
    position: relative;
    color: var(--color-gray);
    text-align: center;
}
.hero-header .wrap_hero .heading .title-mark {
    margin-top: 1em;
    width: 10%;
    height: 10%;
}
header .hero-header .wrap_hero .heading span {
    display: block;
    margin-top: .75em;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0;
}
header .hero-header .wrap_hero > div{
    flex: 1;
}
header .hero-header .wrap_hero .sub-heading{
    padding-top: .25em;
    color: var(--color-gray);
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.3em;
}

@media screen and (min-width:768px) {
    header .hero-header .img_vegetable-hero {
        top: -20px;
        left: 0;
    }
    header .hero-header .wrap_hero {
        display: flex;
        flex-direction: column;
        padding: 4.5em 8% 3em;
        gap: 1.5em;
    }
    header .hero-header .wrap_hero img.hero_img {
        width: 75%;
    }
    header .hero-header .wrap_hero img.hero_title {
        width: 60%;
    }
    .hero-header .wrap_hero h2.heading::after {
        bottom: -30%;
    }
    header .hero-header .wrap_hero .heading span {
        display: block;
        margin-top: 1.5em;
        font-size: 22px;
        line-height: 2;
        letter-spacing: 0;
    }
}

@media screen and (min-width:1100px) {
    header{
    }
    header .hero-header .wrap_hero{
        display: flex;
        height: 60vh;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        padding: 11% 10% 1%;
		max-width: calc(1200px + (8% * 2));
        gap: 0;
    }
    header .hero-header .wrap_hero img.hero_img {
        display: block;
        width: 75%;
        margin: 0 0 0 auto;
    }
    header .hero-header .wrap_hero > div{
        margin-left: -5%;
    }
    header .hero-header .wrap_hero img.hero_title {
        display: block;
        width: 70%;
        margin: 0 auto;
    }
    header .hero-header .wrap_hero .heading span {
        margin-top: 1.5em;
        font-size: 26px;
        line-height: 2;
        letter-spacing: 0;
    }
    header .hero-header .wrap_hero .sub-heading{
        color: var(--color-gray);
        text-align: center;
    }
}

@media screen and (min-width:1500px) {	
    .hero-header .wrap_hero h1 img{
        width: 630px;
    }
    .hero-header .wrap_hero h2 img {
        width: 560px;
    }
}

/* vegetable-hero */
.img_vegetable-hero {
    background-image: url('/images/img_vegetable-hero.png');
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 20%;
}

/* scroll-vegetables */
header .wrap_scroll {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
header .wrap_scroll .scroll {
    display: flex;
    gap: 10px;
    animation: scroll 30s linear infinite;
    width: max-content;
}
header .wrap_scroll .scroll > div {
    width: calc((100vw - (5 * 10px)) / 6);
    height: calc((100vw - (5 * 10px)) / 6);
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: center center;
    will-change: transform;
}
header .wrap_scroll .slide01 { background-image: url('/images/img_slide-veg01.png'); }
header .wrap_scroll .slide02 { background-image: url('/images/img_slide-veg02.png'); }
header .wrap_scroll .slide03 { background-image: url('/images/img_slide-veg03.png'); }
header .wrap_scroll .slide04 { background-image: url('/images/img_slide-veg04.png'); }
header .wrap_scroll .slide05 { background-image: url('/images/img_slide-veg05.png'); }
header .wrap_scroll .slide06 { background-image: url('/images/img_slide-veg06.png'); }
header .wrap_scroll .slide07 { background-image: url('/images/img_slide-veg07.png'); }
header .wrap_scroll .slide08 { background-image: url('/images/img_slide-veg08.png'); }
header .wrap_scroll .slide09 { background-image: url('/images/img_slide-veg09.png'); }
header .wrap_scroll .slide10 { background-image: url('/images/img_slide-veg10.png'); }
header .wrap_scroll .slide11 { background-image: url('/images/img_slide-veg11.png'); }
header .wrap_scroll .slide12 { background-image: url('/images/img_slide-veg12.png'); }
header .wrap_scroll .slide13 { background-image: url('/images/img_slide-veg13.png'); }
header .wrap_scroll .slide14 { background-image: url('/images/img_slide-veg14.png'); }

@media (min-width: 768px) {
    header .wrap_scroll .scroll {
        gap: 20px;
    }
    
    header .wrap_scroll .scroll > div {
        width: calc((100vw - (7 * 20px)) / 8);
        height: calc((100vw - (7 * 20px)) / 8);
    }
}

/* PC用ブレイクポイント */
@media (min-width: 1024px) {
    header .wrap_scroll .scroll {
        gap: 40px;
    }
    
    header .wrap_scroll .scroll > div {
        width: calc((100vw - (7 * 40px)) / 8);
        height: calc((100vw - (7 * 40px)) / 8);
    }
}

/* スクロールアニメーション */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50%)); }
}

/* バウンスアニメーション */
@keyframes bounce {
    0%, 100% { 
        transform: translateY(0) scale(1);
    }
    25% { 
        transform: translateY(-15px) scale(1.05);
    }
    50% { 
        transform: translateY(-5px) scale(1.02);
    }
    75% { 
        transform: translateY(-12px) scale(1.03);
    }
    85% { 
        transform: translateY(-3px) scale(1.01);
    }
}

.bouncing {
    animation: bounce 0.4s cubic-bezier(0.36, 0, 0.66, -0.56);
    z-index: 1;
    position: relative;
    /* アニメーション時のパフォーマンスを改善 */
    will-change: transform;
}

/* sec_intro
===============================*/
.sec_intro{
    padding-top: 4em!important;
}

@media screen and (min-width:980px) {
    .sec_intro {
        position: relative;
        width: 100%;
        padding-top: 100px!important;
        overflow: hidden;
    }
    .sec_intro .inner-w{
        max-width: calc(1200px + (8% * 2)) !important;
    }
    .sec_intro > div {
        position: relative;
        width: 100%;
    }
}

@media screen and (min-width:1380px) {
    .sec_intro {}
    .sec_intro > div::before,
    .sec_intro > div::after {
        content: '';
        position: absolute;
        top: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .sec_intro > div::before {
        width: 20%;
        height: 100%;
        left: -9%;
        background-image: url('/images/bg_intro-l.png');
    }
    .sec_intro > div::after {
        width: 17%;
        height: 100%;
        right: -8%;
        background-image: url('/images/bg_intro-r.png');
    }
}

.sec_intro .wrap_intro{
    display: flex;
    flex-direction: column;
}
.sec_intro .wrap_intro .title_intro {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    line-height: 1;
    text-align: center;
}
.sec_intro .wrap_intro .title_intro:before {
    content: '';
    position: absolute;
    top: -26%;
    left: -15%;
    width: 20px;
    height: 20px;
    background: url(/images/deco_intro-l.png) no-repeat center;
    background-size: contain;
}
.sec_intro .wrap_intro > div{
    flex: 1;
}
.sec_intro .wrap_intro > div:nth-child(1){
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding: 2.5em 0 2.5em 2em;
}
.sec_intro .wrap_intro > div:nth-child(1)::after {
    content: '';
    position: absolute;
    left: 185px;
    top: 50%;
    transform: translateY(-50%);
    width: 34%;
    height: 100%;
    background: url(/images/img_intro-l-sp.png) no-repeat left center;
    background-size: contain;
}
@media screen and (min-width: 620px) and (max-width: 767px) {
    .sec_intro .wrap_intro > div:nth-child(1){
        margin-left: 100px;
    }
}

.sec_intro .wrap_intro > div:nth-child(2){
    flex: 2;
}
.sec_intro .wrap_intro .title_intro .jp-text {
    color: var(--color-gray);
    font-size: 11px;
    font-weight: 700;
}
.sec_intro .wrap_intro .title_intro .en-title {
    color: var(--color-primary);
    font-size: 40px;
    font-weight: 900;
}
.sec_intro .wrap_intro .title_intro .en-title span {
    color: var(--color-primary2);
}
.sec_intro .wrap_intro h4 {
    font-weight: 700;
    color: #844622;
}
.sec_intro .cards .dot-list li::before {
    background-color:var(--color-accent2);
}
@media screen and (min-width:768px) {
    .sec_intro .wrap_intro > div:nth-child(1)::after {
        content: '';
        position: absolute;
        left:368px;
        top: 50%;
        transform: translateY(-50%);
        width: 60%;
        height: 100%;
    }
    .sec_intro .wrap_intro .title_intro .en-title {
        font-size: 80px;
    }
    .sec_intro .wrap_intro .title_intro .jp-text {
        font-size: 22px;
    }
    .sec_intro .wrap_intro .title_intro:before {
        width: 40px;
        height: 40px;
    }
}
@media screen and (min-width:1100px) {
    .sec_intro .wrap_intro{
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
    }
    .sec_intro .wrap_intro .title_intro {
        flex-direction: row;
        align-items: flex-start;
        line-height: 1.2;
    }
    .sec_intro .wrap_intro .title_intro:before {
        top: -13%;
        left: -28%;
        width: 40px;
        height: 40px;
    }
    .sec_intro .wrap_intro > div:nth-child(1){
        display:flex;
        justify-content: flex-end;
        padding: 0 3em 0 0;
    }
    .sec_intro .wrap_intro > div:nth-child(1)::after {
        content: '';
        position: absolute;
        left: 32%;
        top: 132%;
        transform: translateY(-50%);
        width: 65%;
        height: 100%;
        background: url(/images/img_intro-l.png) no-repeat left center;
        background-size: contain;
    }
    .sec_intro .wrap_intro > div:nth-child(2){
        flex: 2;
    }
    .sec_intro .wrap_intro > div:nth-child(3){  
        background: url(/images/img_intro-r.png) no-repeat center;
        background-size: 100% auto;
        padding-top: 30%;
    }
    .sec_intro .wrap_intro .title_intro span {
        writing-mode: vertical-rl;
    }
    .sec_intro .wrap_intro .title_intro .jp-text {
        font-size: 22px;
    }
    .sec_intro .wrap_intro .title_intro .en-title {
        color: var(--color-primary);
        font-size: 80px;
        font-weight: 900;
    }
    .sec_intro .wrap_intro .title_intro .en-title span {
        color: var(--color-primary2);
    }
    .sec_intro .wrap_intro h4 {
        font-weight: 700;
        color: #844622;
    }
}
@media screen and (min-width:1380px) {
    .sec_intro .wrap_intro{
        margin-bottom: 100px;
    }
}

.sec_intro .cards .card__img {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.sec_intro .cards .card__img::before {
    content: "";
    position: absolute;
    top: -18%;
    left: -8%;
    width: 20%;
    aspect-ratio: 143 / 158;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.sec_intro .cards .card:nth-child(1) .card__img::before {background-image: url("/common/images/icon_market-v01.png");}
.sec_intro .cards .card:nth-child(2) .card__img::before {background-image: url("/common/images/icon_market-v02.png");}
.sec_intro .cards .card:nth-child(3) .card__img::before {background-image: url("/common/images/icon_market-v03.png");}

@media screen and (min-width: 500px) and (max-width: 767px) {
    .sec_intro .cards .card__img::before {
        content: "";
        position: absolute;
        top: -12%;
        left: -6%;
        width: 60px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1;
    }
    .sec_intro .cards .cards__item{
        margin-bottom: 3em;
    }
}

@media screen and (min-width:768px) {
    .sec_intro .cards .card__img::before {
        top: -22%;
        left: -10%;
        width: 25%;
        min-width: 60px;
    }
    .sec_intro .cards .card__img img{
        margin-bottom: 0;
    }
}

/* .sec_index
===============================*/
.sec_index{
    position: relative;
    background-image: url('/images/bg_sec_index-sp.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
    padding-top: calc(524 / 1125 * 100%);
}
.sec_index .title_index{
    width: 70%;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background-color: var(--color-primary);
    border-radius: 30px;
    text-align: center;
    padding: .5em 1em;
    z-index: 1;
}
.sec_index .title_index .heading{
    margin-bottom: 0;
    text-align: center;
    line-height: 1.4;
}


@media screen and (min-width:768px) {
    .sec_index{
        position: relative;
        background-repeat: no-repeat;
        background-position: top;
        background-size: 100% auto;
    }
    .sec_index .title_index{
        position: absolute;
        top: -22px;
        left: 50%;
        transform: translateX(-50%);
        padding: 1em 1.5em;
    }
}

@media screen and (min-width:960px) {
    .sec_index{
        position: relative;
        background-image: url('/images/bg_sec_index.jpg');
        background-repeat: no-repeat;
        background-position: top;
        background-size: 100% auto;
        padding-top: calc(412 / 1920 * 100%);
    }
    .sec_index .title_index{
        width: auto;
        position: absolute;
        top: -28px;
        left: 50%;
        transform: translateX(-50%);
        padding: 1em 3em;
    }
    .sec_index .wrap_index{
        margin-top: -11%;
    }
}

@media screen and (min-width:1450px) {
    .sec_index  .cards .card__img img{
        max-width: 256px;
        margin: 0 auto; 
    }
}

.sec_index .cards .card__img {
    position: relative;
    width: 90%;
    margin: 5em auto 0;
}
.sec_index .cards .card__img::before {
    content: "";
    position: absolute;
    top: -25%;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    aspect-ratio: 165 / 200;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.sec_index .cards .card:nth-child(1) .card__img::before {background-image: url("/common/images/icon_content01.png");}
.sec_index .cards .card:nth-child(2) .card__img::before {background-image: url("/common/images/icon_content02.png");}
.sec_index .cards .card:nth-child(3) .card__img::before {background-image: url("/common/images/icon_content03.png");}
.sec_index .cards .card:nth-child(4) .card__img::before {background-image: url("/common/images/icon_content04.png");}


@media screen and (min-width: 520px) and (max-width: 767px) {
    .sec_index .cards .card__img::before {
        top: -22%;
        left: 50%;
        width: 70px;
    }
}

@media screen and (min-width:768px) {
    .sec_index .cards .card__img img{
        margin-bottom: 0;
    }
}

@media screen and (min-width:960px) {
    .sec_index .cards .card__img::before {
        top: -22%;
        left: 50%;
        width: 30%;
        max-width: 82px;
    }
}

/* .sec_column
===============================*/
.sec_column h3{
	color: #C6976B;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	line-height: .8;
}
.sec_column h3 span{
	color: #D7A600;
}
.sec_column h3 span.head-sub{
    font-weight: 400;
    color: var(--color-black);
}

@media screen and (min-width:768px) {
	.sec_column  h3{
		font-size: 50px;
	}
}

.sec_column .slick-track {
    margin-top: 1em!important;
    margin-bottom: .5em!important;
}
.sec_column .slider_column .slick-slide a p {
    display: none;
}
.sec_column .slider_column .slick-active a {
    color: var(--color-black)!important;
    opacity: 0.6!important;
    font-weight: 700;
}
.sec_column .slider_column .slick-active a:hover{
    opacity: 1!important;
    color: #00ADA2!important;
}
.sec_column .slider_column .slick-active a p {
    display: none;
}
.sec_column .slider_column .slick-active.slick-center a{
    opacity: 1!important;
}
.sec_column .slider_column .slick-active.slick-center a:hover p{
    opacity: 0.8!important;
}
.sec_column .slider_column .slick-active.slick-center a:hover img{
    filter: saturate(150%);
}
.sec_column .slider_column .slick-active.slick-center a p {
    display: block;
    font-size: 14px;
}
.sec_column .slick-dots a:visited{
    color: var(--color-black)!important;
}
.sec_column .slick-dots a:hover{
    color: #00ADA2!important;
}
.sec_column .slick-dots li button:before{
    font-size: 10px!important;
    color: var(--color-accent2)!important;
    opacity: 1!important;
}
.sec_column .slick-dots li.slick-active button:before{
    font-size: 16px!important;
    color: var(--color-primary)!important;
}

@media screen and (min-width:768px) {
    .sec_column .slick-track {
        margin-bottom: 1em!important;
    }
    .sec_column .slider_column .slick-active a p {
        display: block;
        margin-top: -60px;
        line-height: 1.6;
        font-size: 14px;
    }
    .sec_column .slider_column .slick-active.slick-center a p {
        margin-top: -20px;
        font-size: 14px;
    }
    .sec_column .slick-dots li button:before{
        font-size: 14px!important;
        color: var(--color-accent2)!important;
        opacity: 1!important;
    }
    .sec_column .slick-dots li.slick-active button:before{
        font-size: 22px!important;
        color: var(--color-primary)!important;
    }
}

/* slider */
.slider_column {
    width: 100%;
    max-width: 1600px;
    margin: 30px auto;
}

@media screen and (max-width: 769px) {
    .slider_column {
        margin: 5% auto;
    }
}

.slider_column_item {
    margin-right: 5px;
    margin-left: 5px;
}

.slider_column_item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    transform: scale(.7);
    transition: transform .5s, opacity .5s;
    opacity: 0.6;
}

.slider_column_item.slick-center img {
    transform: scale(1);
    opacity: 1;
}

.slider_column_item p {
    margin-top: 10px;
    text-align: left;
}
@media screen and (min-width:768px) {
    .slider_column_item p {
        margin-top: 10px;
        text-align: center;
    }
}

/* .sec_news
===============================*/
.sec_news .wrap_news{
    display: flex;
    flex-direction: column;
}
.sec_news .wrap_news > div{
    flex: 1;
}
.sec_news .wrap_news h3{
    color: var(--color-primary);
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    line-height: .8;
}
.sec_news .wrap_news h3 span{
    color: var(--color-primary2);
}
.sec_news .wrap_news h3 span.head-sub{
    font-weight: 400;
    color: var(--color-black);
}

@media screen and (min-width:768px) {
    .sec_news .wrap_news h3{
        font-size: 50px;
    }
}
@media screen and (min-width:960px) {
    .sec_news .wrap_news{
        display: flex;
        flex-direction: row;
    }
    .sec_news .wrap_news h3{
        text-align: left;
    }
    .sec_news .wrap_news > div:nth-child(2){
        flex: 3;
    }
}

.sec_news .wrap_news .news-list {
    list-style: none;
}
.sec_news .wrap_news .news-list .news-item {
    padding: 16px;
    border-bottom: 1px solid var(--color-black);
}
.sec_news .wrap_news .news-list .news-link {
    display: flex;
    flex-direction: column-reverse;
    text-decoration: none;
    color: var(--color-black);
}
.sec_news .wrap_news .news-list .news-content p{
    margin-bottom: 0px;
}
.sec_news .wrap_news .news-list .news-thumbnail {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 12px;
    transition: border-radius 0.3s ease;
}
.sec_news .wrap_news .news-list .news-link:hover .news-thumbnail {
    border-radius: 50px;
    filter: saturate(200%);
    opacity: 0.8;
}
.sec_news .wrap_news .news-list .news-date {
    display: block;
    margin-bottom: 8px;
}
.sec_news .wrap_news .news-list .news-text {
    font-weight: 600;
    display: block;
}
.sec_news .news-more {
    margin-top: 1em;
    text-align: right;
}
.sec_news .news-more a {
    display: inline-flex;
    align-items: center;
    padding: 1em 1em 1em 3em;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    background-image: url("/common/images/icon_arrow-r3.svg");
    background-repeat: no-repeat;
    background-position: left 1em center;
    background-size: 18px auto;
}
.sec_news a,
.sec_news a:visited{
    color: var(--color-black)!important;
}
.sec_news a:hover{
    color: #00ADA2!important;
    border-bottom: none!important;
}

@media (min-width: 768px) {
    .sec_news .wrap_news .news-list .news-link {
        flex-direction: row;
        gap: 24px;
        padding: 24px;
    }
    .sec_news .wrap_news .news-list .news-thumbnail {
        width: 280px;
        margin-bottom: 0;
    }
    .sec_news .wrap_news .news-list .news-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}