/* 各エリア タイトル&リード */
.top-whatsNew__header,
.top-magazine__header,
.top-message__header,
.top-ourProducts__header,
.top-news__header {
    display: block;
}
.top-whatsNew__header a,
.top-magazine__header a,
.top-message__header a,
.top-ourProducts__header a,
.top-recipe__header a,
.top-news__header a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    gap: 1rem 4rem;
}
.top-recipe__header a {
    flex-flow: column;
    align-items: start;
    gap: 2rem;
    margin-left: 0;
}
.top-whatsNew__subHeading,
.top-message__subHeading,
.top-magazine__subHeading,
.top-ourProducts__subHeading,
.top-recipe__subHeading,
.top-news__subHeading {
    position: relative;
    display: inline-block;
    background-color: #73bc1e;
    padding: .7rem 2.5rem .7rem 1rem;
}
.top-whatsNew__subHeading::after,
.top-message__subHeading::after,
.top-magazine__subHeading::after,
.top-ourProducts__subHeading::after,
.top-recipe__subHeading::after,
.top-news__subHeading::after{
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -4px;
}
.top-whatsNew,
.top-ourProducts {
    padding-bottom: 10rem;
}
.top-message,
.top-recipe {
    padding: 8rem 6.5% 26rem;
}
.top-magazine {
    padding-top: 8rem;
    padding-inline: 6.5%;
}
.top-recipe {
    padding-bottom: 8rem;
}
.top-news {
    padding-top: 12rem;
    padding-bottom: 15rem;
}
.top-whatsNew__header {
    gap: 4rem;
}
.top-recipe__header {
    flex-flow: column;
    align-items: flex-start;
}
.top-whatsNew__heading,
.top-message__heading,
.top-magazine__heading,
.top-ourProducts__heading,
.top-recipe__heading,
.top-news__heading {
    width: auto;
    height: 5rem;
}
.top-magazine__heading img {
    width: auto;
}
.top-whatsNew__lead,
.top-magazine__lead,
.top-ourProducts__lead,
.top-recipe__lead,
.top-news__lead {
    margin-top: 3rem;
}


@media screen and (min-width:780px) and ( max-width:1023px) {
    .top-magazine {
        padding-inline: 6.5%;
    }
    .top-news {
        padding-top: 8rem;
    }
}
@media screen and (max-width: 779px) {
    .none-max-779 {
        display: none;
    }
    .top-whatsNew {
        padding: 5rem 0;
    }
    .top-ourProducts {
        padding-bottom: 5rem;
    }
    .top-magazine {
        padding: 8rem 1.6rem 5rem;
    }
    .top-message {
        padding: 8rem 1.6rem 12rem;
    }
    .top-recipe {
        padding: 8rem 1.6rem 10rem;
    }
    .top-news {
        padding-top: 8rem;
    }
    .top-whatsNew__header {
        margin: 0 1.6rem;
        padding: 0;
    }
    .top-whatsNew__header a,
    .top-ourProducts__header a {
        justify-content: space-between;
        width: 100%;
        padding: 0;
        flex-flow: column;
        align-items: start;
    }
    .top-magazine__header a,
    .top-message__header a,
    .top-news__header a {
        flex-flow: column;
        align-items: start;
        padding: 0;
    }
    .top-message__header {
        padding-inline: 0;
    }
    .top-recipe__header a {
        gap: 1rem;
    }
    .top-whatsNew__heading, 
    .top-message__heading, 
    .top-magazine__heading, 
    .top-ourProducts__heading, 
    .top-recipe__heading, 
    .top-news__heading {
        height: auto;
    }
    .top-whatsNew__subHeading,
    .top-message__subHeading,
    .top-magazine__subHeading,
    .top-ourProducts__subHeading,
    .top-recipe__subHeading,
    .top-news__subHeading {
        margin-top: 0;
    }
    .top-message__heading img,
    .top-magazine__heading img,
    .top-recipe__heading img {
        width: auto;
        height: 4.2rem;
    }
    .top-whatsNew__heading img,
    .top-ourProducts__heading img,
    .top-news__heading img {
        width: auto;
        height: 4rem;
    }
     .top-recipe__lead {
        padding-left: 0;
    }
}


/* KV*/


.top-kv__banners_box {
        padding-inline: 5.2rem;
    }
    .top-kv__banners {
        margin: auto;
        max-width: 1000px;
        padding-inline: 0;
    
    }
@media screen and (min-width:780px) and ( max-width:1023px) {
    .top-kv__banners {
        /* padding-inline: 6.5% !important; */
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }
}
@media screen and (max-width: 779px) {
    .top-kv__banners_box {
        padding-inline: 0;
    }
    .top-kv__banners {
        padding-inline: 1.6rem !important;
    }
    .top-kv__banners {
        display: flex;
        flex-direction: unset;
        flex-wrap: wrap;
        gap: 1rem;
        margin-top: 2rem;
        justify-content: space-between;
    }
    .top-kv__banners li {
        width: 48%;
    }
}


/* Whats New */
.top-whatsNew {
    padding-top: 10rem;
}
.top-whatsNew__list {
    gap: 3rem;
}
.c-newsCard {
    display: block;
}
/* 右側に「日付＋タイトル」を縦積み */
.c-newsCard__title {
    display: block;
    margin-top: 0;
}
.c-newsCard__info {
    display: block;
    margin-top: 1rem;
    text-align: right;
}
.top-whatsNew__inner {
    margin: auto;
    max-width: 1000px;
}

.top-whatsNew__listWrapper.is-initialized:not(.is-active) .top-whatsNew__list.splide__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3rem;
}
.top-whatsNew__item {
    width: 100%;
}
.c-newsCard__thumb img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 200 / 134;
}
.js-topWhatsNewSlider .splide__arrow svg,
.top-whatsNew__listWrapper .splide__arrow:before  {
    display: none !important;
}
.c-newsCard__thumb {
    flex: 0 0 28%; /* 画像を左に固定幅 */
}
@media screen and (max-width: 1023px) {
    .c-newsCard {
        display: flex;
        align-items: flex-start;
        gap: 1em;
    }
    .c-newsCard__title {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 779px) {
    .top-whatsNew__list {
        display: flex;
        gap: 2.4rem;
        flex-flow: column;
        padding-inline: 1.6rem;
    }
    .c-newsCard__thumb {
        flex: 0 0 32%;
    }
    .c-newsCard__info {
        margin-top: 0;
        text-align: left;
    }
    .c-newsCard__title {
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 1023px) {
    .top-whatsNew__listWrapper.is-initialized:not(.is-active) .top-whatsNew__list.splide__list {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* Brand Message */
.top-message__lead {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.7rem;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    padding: 4rem 1.8rem 4.5rem 2rem;
}

.top-president-message2 {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    grid-template-rows: 0.5fr 1fr;
    gap: 1rem 3.5rem;
}
.top-president-message_grid1 {
    grid-column: span 2 / span 2;
}
.top-president-message_grid2 {
    grid-row-start: 2;
    align-self: start;
}
.top-president-message_grid3 {
    grid-row-start: 2;
}
.top-passion__header .top-passion__heading {
    width: auto;
    height: 4rem;
}
.top-passion__header .top-passion__heading img {
    width: auto;
    height: 100%;
}
.top-message_upside {
    display: flex; 
    flex-flow: unset;
    justify-content: space-between;
    gap: 5rem;   
}
.top-message__lead {
    width: 52%;
    padding: 2rem 4rem 6rem 5rem;
}
.top-message__image img {
    margin: 6rem 0;
}
.top-president-message {
    flex-flow: column;
    width: 48%;
}  
.top-president-message .top-president-message2:last-child {
    margin-top: 0;
}  
.top-president-message .top-president-message2 p {
    margin-top: 0;
}
.top-president-message .top-president-message2 .top-president-message__wrapper p {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 1.8;
}
.top-president-message .top-president-message2 ul {
    gap: 3.5rem;
}  
.top-message__copy {
    font-size: 2.6rem;
    line-height: 1.8;
    margin-top: 0;
}
.top-message__paragraph {
    line-height: 2;
    font-size: 1.7rem;
}
.top-passion {
    margin-top: 5rem;
}
.top-president-message .top-president-message2 {
    width: 100%;
}
.top-president-message .top-president-message2 ul li {
    width: 50%;
    margin-top: 2rem;
}
.top-president-message2 .top-president__image {
    margin-top: 0;
}
.top-passion {
    margin-top: 3rem;
}
@media screen and (max-width: 1023px) {
    .top-president-message2 {
        display: grid;
        grid-template-columns: 1fr 0.6fr;
        grid-template-rows: 0.7fr 1fr;
        gap: 0 2.5rem;
    }
    .top-president-message_grid1 {
        grid-column: span 1 / span 2;
    }
    .top-president-message_grid2 {
        grid-column-start: 1;
        grid-row-start: 2;
    }

    .top-president-message_grid3 {
        grid-row: span 2 / span 2;
        grid-column-start: 2;
        grid-row-start: 1;
    }
    .top-passion__header .top-passion__heading {
        width: 100%;
    }
    .top-message_upside {
        display: flex;
        flex-flow: column;    
    }
    .top-message__lead {
        flex-direction: column;
        align-items: center;
        gap: 1.7rem;
        width: 100%;
        background: #fff;
        border-radius: 16px;
        padding: 4rem 3rem 4.5rem 3rem;
    }
    .top-message__image img {
        width: 100%;
        margin: 0;
    }
    .top-president-message {
        width: 100%;
        flex-flow: column;
        margin-top: 0 !important;
    }
    .top-president-message .top-president-message2:last-child {
        margin-top: 3rem;
    }
    .top-president-message .top-president-message2 .top-president-message__wrapper p {
        margin-top: 0;
        font-size: 1.6rem;
        line-height: 1.8;
    }
    .top-president-message .top-president-message2 ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 2rem;
    }
    .top-message__copy {
        font-size: 1.8rem;
        margin-top: 3rem;
        line-height: 1.6;
    }
    .top-message__paragraph {
        margin-top: 2rem;
        line-height: 1.6;
    }
    .top-passion__item article .top-passion__image img {
        width: 100%;
        height: auto;
        aspect-ratio: 158 / 105;
        object-fit: cover;
        transition: transform .6s 
        cubic-bezier(.33, 1, .68, 1);
    }
    .top-passion__image ._number {
        position: absolute;
        right: 0;
        bottom: -.6rem;
        width: 8rem
    }
    .top-passion__linkTitle {
        margin-top: 1rem;
        font-size: 1.6rem;
    }
    .top-passion__linkDescription {
        font-size: 1.6rem;
        line-height: 1.6;
    }
}
@media screen and (max-width: 779px) {
    .top-president-message2 {
        grid-template-columns: 1fr 1fr;
    }
    .top-president-message .top-president-message2 .top-president-message__wrapper p,
    .top-passion__linkDescription {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .top-president-message {
        margin-top: 0;
    }
    .top-passion__list {
        flex-direction: column;
        gap: 3.2rem;
    }
    .top-passion__item article {
        display: flex;
        align-items: center;
        gap: 2rem;
    }
    .top-passion__item article .top-passion__image,
    .top-passion__item article .top-passion__sub {
        width: 50%;
    }
}


/* Fruits Smile Magazine */
/* レイアウトを分けるために擬似ラッパを使う */
.top-magazine__list {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 左右50% */
    gap: 3rem 0;
    margin-top: 5rem;
}
.top-magazine__item,
.top-magazine__item.-pickup {
    margin-bottom: 0;
}
.top-magazine__item:first-child {
    grid-column: 1; /* 左 */
    grid-row: 1 / 3; /* 高さ2行分 */
    padding-right: 4.5rem;
}
.top-magazine__item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}
.top-magazine__item:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}
.top-magazine__item a {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.top-magazine__item:first-child a {
    flex-flow: column;
}
.top-magazine__item:nth-child(n+2) a {
    gap: 2rem;
}
.top-magazine__item:first-child .c-magazineCard__thumb {
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.top-magazine__item:nth-child(n+2) .c-magazineCard__thumb {
    width: 18rem;
}
.top-magazine__item:nth-child(n+2) .c-magazineCard__thumb img {
    width: 100%;
    object-fit: cover;
    min-width: 100%;
    border-radius: 12px;
}
.c-magazineCard__thumb {
    width: auto;
}
.c-magazineCard:not(.-pickup) .c-magazineCard__thumb {
    border-radius: 0;
}
.top-magazine__item:nth-child(n+2) .c-magazineCard__text {
    width: 69%;
}
.c-magazineCard__info {
    margin-top: 0;
}
.c-magazineCard__title {
    margin-top: 0;
}
.top-magazine__moreItem {
    grid-row: 3 / 3;
}
@media screen and (min-width:780px) and ( max-width:1023px) {
    .c-magazineCard__title {
        font-size: 1.6rem;
        line-height: 1.6;
    }
}
@media screen and (max-width: 779px) {
    .top-magazine__list {
        display: block;
        margin-top: 2rem;
    }
    .top-magazine__item,
    .top-magazine__item.-pickup {
        margin-bottom: 1rem;
    }
    .top-magazine__item:first-child {
        padding-right: 0;
    }
    .top-magazine__item:first-child a {
        flex-flow: unset;
        gap: 2rem;
    }
    .top-magazine__item:first-child .c-magazineCard__thumb {
        object-fit: cover;
        width: 50%;
        height: auto;
        border-radius: 8px;
    }
    .top-magazine__item:nth-child(n+2) .c-magazineCard__thumb {
        width: 35%;
    }
    .top-magazine__item:nth-child(n+2) .c-magazineCard__thumb img {
        aspect-ratio: 3 / 2;
        border-radius: 8px;
    }
    .magazineCard__title {
        font-size: 1.4rem;
        line-height: 1.4;
    }
}



/* Our Product */
.top-ourProducts .top-ourProducts__inner {
    width: 100%;
    max-width: 1136px;
}
.top-ourProducts__list {
    display: flex;
    justify-content: space-between;
    gap: 2.4rem;
    overflow: hidden;
    flex-wrap: wrap;
    position: relative;
    margin-top: 3rem;
    transform: unset !important;
}
.top-ourProducts__item {
    flex: 1 1 calc(20% - 2rem);
    max-width: calc(20% - 2rem);
}
.top-ourProducts__link {
    min-width: 140px;
    max-width: 400px;
    aspect-ratio: 208 / 313;
    padding: 2.6rem 2rem;
}
.top-ourProducts__link,
.top-ourProducts__itemBg {
    border-radius: .8rem;
}
.top-ourProducts__title {
    font-size: 1.2rem;
}
.top-ourProducts__title ._en {
    height: 3rem;
}
.top-ourProducts__title ._en img {
    width: auto;
    height: 2rem;
}
.top-ourProducts__title.-fruitcup-etc ._en {
    height: 5rem;
}
.top-ourProducts__title.-fruitcup-etc ._en img {
    width: 100%;
    height: 4rem;
}
.top-ourProducts__more {
    margin-right: -1rem;
    margin-bottom: -1rem;
}
.top-ourProducts__more ._icon {
    width: 3.2rem !important;
    height: 3.2rem !important;
    border: solid 1px #fff;
}
.top-ourProducts__more ._icon.-fruitcup-etc {
        border: solid 1px #000;
}
.top-ourProducts__more ._icon.-fruitcup-etc .c-iconArrowRight.--large {
    color: #000;
}
.top-ourProducts__more .c-iconArrowRight.--large {
    width: 3.2rem;
    height: 3.2rem;
    color: #fff;
}
.top-ourProducts__more .c-iconArrowRight.--large:before {
    width: 1rem;
}

.top-brandpage{
    max-width: 1136px;
    width: 100%;
    margin: 0 auto;
}
.top-brandpage p {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.top-brandpage ul {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}
.top-brandpage ul li {
    flex: 1 1 calc(25% - 4.5rem);
    max-width: calc(25% - 4.5rem);
    overflow: hidden;
    border-radius: .8rem;
}
.top-brandpage ul li img {
    width: 100%;
    height: auto;
    aspect-ratio: 239 / 159;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.33, 1, .68, 1);
}
@media screen and (any-hover: hover) {
    .top-brandpage ul li:hover img {
        transform: scale(1.05);
    }
}

@media screen and (max-width: 1023px) {
    .top-ourProducts__list {
        gap: 1.5rem;
    }
    .top-ourProducts__link {
        aspect-ratio: 160 / 137;
        border-radius: .8rem;
        padding-top: 1rem;
    }
    .top-ourProducts__item {
        flex: 1 1 calc(50% - .75rem);
        max-width: calc(50% - .75rem);
    }
    .top-ourProducts__title {
        align-items: center;
    }
    .top-ourProducts__title_sub {
        color: #fff;
        white-space: nowrap;
        font-weight: 600;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .top-ourProducts__link.-fruitcup-etc .top-ourProducts__title_sub {
        color: #000;
    }
    .top-ourProducts__item:first-child .top-ourProducts__title_sub {
        text-shadow: #bebf66 1px 0 2px;
    }
    .top-ourProducts__title ._en img {
        width: auto;
        height: 3rem;
    }
    .top-ourProducts__title p {
        display: none;
    }

    .top-brandpage ul {
        gap: 1.5rem;
    }
    .top-brandpage ul li {
        flex: 1 1 calc(50% - .75rem);
        max-width: calc(50% - .75rem);
    }
}
@media screen and (min-width:780px) and ( max-width:1023px) {
    .top-ourProducts {
        padding-inline: 6.5%;
    }
    .top-ourProducts__link {
        padding-top: 2rem;
    }
    .top-ourProducts__title {
        font-size: 2rem;
        line-height: 1.6;
    }
    .top-ourProducts__title_sub {
        font-size: 2.4rem;
    }
    .top-ourProducts__title.-fruitcup-etc ._en img {
        height: 7rem;
    }
}
@media screen and (max-width: 779px) {
    .top-ourProducts__inner {
        padding-bottom: 3rem;
        padding-top: 8rem;
    }
    .top-ourProducts__link {
        padding-top: 1rem;
    }
    .top-ourProducts__title_sub {
        font-size: 2.5rem;
        bottom: -1.4rem;
    }
    .top-ourProducts__title.-fruitcup-etc ._en img {
        width: 100%;
        height: 7rem;
    }
}
@media screen and (max-width: 479px) {
    .top-ourProducts__title_sub {
        font-size: 1.4rem;
        bottom: -.2rem;
    }
    .top-ourProducts__title.-fruitcup-etc ._en img {
        width: auto;
        height: 6rem;
    }
}



/* Recipe */
    /* .top-recipe__content {
        max-width: 76rem;
    } */
    /* .top-recipe__gallery {
        width: 1325px;
    } */
    .top-recipe__galleryGroup img {
        object-fit: cover;
    }
    .top-recipe__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 4rem;
    }
@media screen and (min-width:780px) and ( max-width:1023px) {
    .top-recipe__header,
    .top-recipe__lead,
    .top-recipe__listWrapper .splide__track {
        padding-left: 0 !important;;
    }
    .top-recipe__content {
        margin: 0 auto;
    }
}
@media screen and (max-width: 779px) {
    .top-recipe__content {
        margin: 0 auto;
    }
    .top-recipe__listWrapper {
        margin-top: 2rem;
    }
    .top-recipe__header,
    .top-recipe__heading img,
    .top-recipe__header a,
    .top-recipe__header .top-recipe__lead, 
    .top-recipe__listWrapper .splide__track {
        padding-inline: 0 !important;
    }
    .top-recipe__list {
        display: flex;
        gap: 2rem 1rem;
        flex-wrap: wrap;
        overflow: hidden;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }
    .top-recipe__list li {
        width: 48% !important;
        margin-right: 0 !important;
    }
    .top-recipe__listWrapper .splide__arrow {
        display: none;
    }
    .top-recipe__more {
        margin-top: 3rem;
    }
}



/* News */
@media screen and (min-width:780px) and ( max-width:1023px) {
    
}
@media screen and (min-width: 780px) {
    .top-news__inner {
        margin: auto;
    max-width: 1000px;
    }
}





