main {
    overflow: hidden;
}
/*ファーストビュー*/
.firstview {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 680px;

    background: #f6f6f6;
    background-image: url(../images/top/fv_paint_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .firstview::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    background-image: url(../images/top/fv_paint_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
} */
@media screen and (max-width: 900px) {
    /* .firstview {
        background-image: url(../images/top/fv_paint_bg2.png);
    } */
    /* .firstview::after {
        background-image: url(../images/top/fv_paint_bg2.png);
    } */
}
@media screen and (max-width: 780px) {
    /* .firstview {
        background-image: url(../images/top/fv_paint_bg4_1.png);
        background-position: center right;
    } */
    /* .firstview::after {
        background-image: url(../images/top/fv_paint_bg4_1.png);
        background-position: center right;
    } */
}
@media screen and (max-width: 480px) {
    .firstview {
        background-image: url(../images/top/fv_paint_bg_sp2.png);
    }
}

#fv_message {
    position: absolute;
    z-index: 20;
    top: 50%;
    transform: translateY(-50%);
    left: -6%;
    /* height: 58%; */
    width: 60%;
    min-width: 600px;
    /* padding: 40px 110px 110px 100px; */
    box-sizing: border-box;
    /* display: flex;
    justify-content: center;
    align-items: flex-end; */
    /* background-image: url(../images/top/blur_whitebg.png); */
    /* background-repeat: no-repeat; */
    /* background-size: contain ; */
    /* background-position: top center; */

    /* background: rgba(255,255,255,0.9); */
    /* border-radius: 30px; */
    /* box-shadow: 2px 2px 50px #fff; */
    /* box-shadow: 2px 2px 2px rgba(0,0,0, .2); */
}
#fv_message img {
    width: 100%;
    /* height: 100%; */

}
/* #fv_message img.jp {
    height: 98%;
    order: 1;
}
#fv_message img.en {
    height: 67%;
    padding-right: 15px;
} */

/*バナーラップ*/
.banner_wrap {
    position: absolute;
    z-index: 20;
    top: 70%;
    right: 10%;
    display: flex;
    align-items: flex-start;
}
/*フルーツ予約バナー*/
/* #topfruit_banner {
    position: absolute;
    z-index: 20;
    top: 60%;
    right: 20%;
} */
#topfruit_banner a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
#topfruit_banner a img {
    height: 115px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
}
#topfruit_banner a:hover img {
    transform: scale(0.98);
}
/*WEBショップボタン*/
#shop_btn {
    position: relative;
    /* position: absolute;
    z-index: 20; */
    /* top: 50%; */
    /* top: 60%;
    right: 10%; */
    width: 100px;
    /* width: 165px; */
    height: 100px;
    margin-left: 10px;
    vertical-align: middle;
    /* background: #fbd35b; */
    /* background: #fcecc7; */
    /* background: #17a168; */
    background: #0D9B90;
    padding: 7px;
    text-align: center;
    /* transition: all 0.3s; */
}
#shop_btn a {
    position: absolute;
    z-index: 25;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#shop_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 86%;
    /* border: solid 1px #c4973b; */
    border: solid 1px white;

}
#shop_btn p {
    /* color: #095133; */
    color: white;
    font-size: 13px;
    margin: 6px 0;
}
#shop_btn img {
    height: 34px;
    width: auto;
}
#shop_btn:hover {
    /* background: #fae2ab; */
    background: #1bd487;
    /* transform: scale(0.96); */
}
@media screen and (max-width: 780px) {
    #fv_message {
        left: -12%;
        width: 75%;
        min-width: 520px;
    }
    .banner_wrap {
        top: 70%;
    }
    #topfruit_banner a img {
        height: 104px;
    }
    #shop_btn {
        /* top: 60%; */
        /* width: 135px; */
        width: 90px;
        height: 90px;
    }
}
@media screen and (max-width: 600px) {
    #fv_message {
        left: -17%;
    }
}
@media screen and (max-width: 480px) {
    #fv_message {
        /* left: 50%;
        margin-left: -50%; */
        /* height: 97vw; */
        /* padding: 40px 70px 90px 70px */
        transform: translateY(-77%);
    }
    .banner_wrap {
        top: 60%;
        right: 13%;
        flex-direction: column;
        align-items: flex-end;
    }
    #topfruit_banner a img {
        height: 84px;
    }
    #shop_btn {
        width: 130px;
        height: 70px;
        margin-left: 0;
        margin-top: 7px;
    }
    #shop_btn p {
        font-size: 12px;
        margin: 2px 0;
    }
    #shop_btn::after {
        width: 94%;
        height: 91%;
    }
}
@media screen and (max-width: 400px) {
    #fv_message {
        width: 130%;
        min-width: auto;
        min-width: initial;
        left: -23%;
    }
}
/*スクロール誘導*/
#scroll {
    position: absolute;
    z-index: 30;
    top: 60%;
    right: 26px;
}
#scroll a {
    padding: 10px 10px 90px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-shadow: 1px 1px 5px white;
    line-height: 1;
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    text-decoration: none;
    overflow: hidden;
    transition: .2s;
}
#scroll a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 90px;
    background: rgba(0, 0, 0, 0.3);
}
#scroll a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 25px;
    background: black;
    animation: sdl 1.4s ease-in-out infinite;
}
@keyframes sdl {
    0% {
        height: 0;
        top: 60px;
        opacity: 0;
    }
    30% {
        height: 25px;
        opacity: 1;
    }
    100% {
        height: 0;
        top: 157px;
        opacity: 0;
    }
}
#scroll a:hover {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
@media screen and (max-width: 780px) {
    #scroll {
        top: 60%;
    }
}
@media screen and (max-width: 650px) {
    #scroll {
        right: 10px;
    }
}
@media screen and (max-width: 480px) {
    #scroll {
        top: 60%;
        right: 3px;
    }
}
@media screen and (max-width: 400px) {
    /* #shop_btn {
        right: 13%;
    } */
    #scroll {
        right: 7px;
    }
}
/*共通css*/
.jp-title {
    position: absolute;
    font-size: 3.5vw;
    line-height: 1.0;
    font-family: "Hiragino Mincho ProN-W3", "Hiragino Mincho Pro-W3", "ヒラギノ明朝ProN W3", "ヒラギノ明朝Pro W3", 游明朝, "Yu Mincho", YuMincho, "MS PMincho", "MS P明朝", "Noto Serif JP", serif;
    color: #095133;
}
.jp-title.left-side {
    position: absolute;
    left: 7.5%;
    bottom: 30px;
}
.en-title {
    position: absolute;
    font-size: 100px;
    line-height: 1.0;
    font-family: "Hiragino Mincho ProN-W3", "Hiragino Mincho Pro-W3", "ヒラギノ明朝ProN W3", "ヒラギノ明朝Pro W3", 游明朝, "Yu Mincho", YuMincho, "MS PMincho", "MS P明朝", "Noto Serif JP", serif;
    color: rgba(168,168,168,0.3);
}
.top_btn {
    border: 2px solid #095133;
    background:#f6f6f6 ;
}
.top_btn a {
    color: #095133;
}
.top_btn::before {
    content: "";
    position: absolute;
    top: 48%;
    right: 0;
    width: 30px;
    height: 2px;
    background: #095133;
    transition: .3s;
}
.top_btn:hover {
    /* background: #efefef; */
    color: white;
    background: #095133;
}
.top_btn:hover a {
    color: white;
}
.top_btn:hover::before {
    width: 0px;
    background: white;
}
.wallpaper {
    position: relative;
    background: rgb(246, 246, 246);
    width: 100%;
    overflow: hidden;
}
@media screen and (min-width: 1300px) {
    .jp-title {
        font-size: 48.5px;
    }
}
@media screen and (max-width: 1024px) {
    .en-title {
        font-size: 86px;
    }
    .jp-title {
        font-size: 36px;
    }
}
@media screen and (max-width: 780px) {
    .en-title {
        font-size: 11vw;
    }
}
@media screen and (max-width: 480px) {
    .jp-title {
        font-size: 30px;
    }
    .jp-title.left-side {
        bottom: 18px;
    }
}
/*ニュース*/
#top_news {
    position: absolute;
    z-index: 35;
    top: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 85%;
    /* height: 550px; */
    height: 400px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
#top_news .jp-title {
    z-index: 40;
    top: 40px;
    right: 25px;
}
#top_news .en-title {
    z-index: 40;
    bottom: 0;
    left: 25px;
}
.balloon-wrap {
    position: absolute;
    z-index: 40;
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.bubble {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 8px 22px;
    color: white;
    font-size: 13px;
    /* font-weight: bold; */
    background: #095133;
}
.bubble::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #095133;
}
.bubble p {
    margin: 0;
    padding: 0;
}
.bubble-next {
    display: inline-block;
    padding: 6px 22px;
    font-size: 13px;
    font-weight: bold;
    color: #095133;
    background: white;
    border: 2px solid #095133;
}
.news-wrap {
    position: absolute;
    z-index: 40;
    top: 23%;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}
.news_item {
    display: flex;
    flex-direction: column;
    /* position: relative; */
    width: 30%;
    /* height: 18rem; */
    height: 10rem;
    margin: 0 0.5em;
    text-align: center;
    overflow: hidden;
    background: white;
}
.news_item a {
    width: 100%;
    height: 100%;
    color: black;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.news_item a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid black;
}
.news_item a:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7; 
}
.news_item img {
    width: 100%;
    height: 65%;
    margin: 0;
    vertical-align: top;
    transition: .3s;
}
.news_article {
    width: 100%;
    /* height: 35%; */
    margin: 0;
    /* padding: 5px 10px; */
    padding: 5px 30px;
    box-sizing: border-box;
    background: white;
}
.news_item .date {
    font-size: 12px;
    padding: 5px 0;
    margin: 0;
}
.news_item .theme {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    line-height: 1.3;
    text-align: left;
}
#top_news .btn {
    position: absolute;
    z-index: 40;
    left: 50%;
    transform: translateX(-50%);
    /* bottom: 12%; */
    bottom: 16%;
}
.news_item span.release {
    position: absolute;
    top: 5%;
    left: 4%;
    padding: 7px;
    font-size: 11px;
    font-weight: bold;
    background: #FFD203;
    z-index: 100;
}

@media screen and (max-width: 1024px) {
    #top_news {
        width: 90%;
    }
    /* #top_news .jp-title {
        top: 20px;
    } */
    /* .balloon-wrap {
        top: 70px;
    } */
    .news-wrap {
        top: 18%;
    }
    .news_item .theme {
        font-size: 13px;
    }
}
@media screen and (max-width: 780px) {
    #top_news {
        /* height: 670px; */
        /* height: 640px; */
        height: 600px;
    }
    .bubble, .bubble-next {
        font-size: 12px;
    }
    .news-wrap {
        flex-direction: column;
        align-items: center;
    }
    .news_item {
        /* width: 80%; */
        width: 70%;
        /* height: 6.5rem; */
        height: 6.0em;
        margin: 0.5em;
        padding-bottom: 0;
    }
    .news_item a {
        flex-direction: initial;
    }
    .news_item span.release {
        top: 0;
        left: auto;
        right: 0;
        border: solid 2px black;
    }
    .news_item img {
        width: 36%;
        height: 100%;
    }
    .news_article {
        /* width: 64%; */
        width: 80%;
        height: 100%;
        padding-top: 10px;
        padding-left: 15px;
        text-align: left;
    }
}
@media screen and (max-width: 580px) {
    .balloon-wrap {
        top: 15%;
    }
    .bubble, .bubble::before {
        display: none;
    }
    .bubble-next {
        color: white;
        background: #095133;
    }
    .bubble-next::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -8px;
        border: 8px solid transparent;
        border-top: 8px solid #095133;
    }
    .news_item span.release {
        font-size: 10px;
    }
    .news_item .date {
        font-size: 11px;
    }
    .news_item .theme {
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    .balloon-wrap {
        top: 12%;
    }
    .bubble-next {
        width: 70%;
    }
    .news_item {
        width: 90%;
    }
    .news_item span.release {
        display: none;
    }
    .news_item .date {
        font-size: 10px;
    }
}

/*背景・タイトル*/
#wall_1 {
    /* height: 740px; */
    height: 600px;
    z-index: -10;
}
#wall_1 .en-title {
    position: absolute;
    bottom: 0;
    right: 7.5%;
}

.wallpaper#top_business {
    position: relative;
    height: 1200px;
    background: url(../images/top/green_band_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top 16% left;
}
.en-title#sustaina {
    bottom: 0;
    right: 8.5%;
}
@media screen and (max-width: 900px) {
    .wallpaper#top_business {
        height: 1300px;
        /* height: 1200px; */
        background-position: top 7% left;
    }
}
@media screen and (max-width: 780px) {
    #wall_1 {
        height: 740px;
    }
}
@media screen and (max-width: 600px) {
    #wall_1 {
        height: 680px;
    }
    .wallpaper#top_business {
        height: 1100px;
    }
}
@media screen and (max-width: 480px) {
    .wallpaper#top_business {
        height: 1000px;
    }
}
@media screen and (max-width: 420px) {
    .wallpaper#top_business {
        height: 900px;
    }
}
@media screen and (max-width: 400px) {
    .wallpaper#top_business {
        height: 830px;
    }
}
/*企業情報*/
#top_company {
    position: relative;
}
#top_company img {
    min-height: 430px;
}
.company-wrap {
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 57%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
a.company_item, a.sustaina_item {
    display: block;
    text-decoration: none;
    width: 28%;
    margin: 0.6em;
    color: black;
    font-size: 1.4vw;
    font-size: max(1.4vw, 15px);
    font-weight: bold;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
.company_item div, .sustaina_item {
    position: relative;
    padding: 18px 2.3vw;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.5;
    background:white;
}
.company_item div::before {
    content: "";
    position: absolute;
    top: 73%;
    right: 0;
    width: 15%;
    height: 1.5px;
    background: #095133;
    transition: .3s;
}
.company_item div:hover, .sustaina_item:hover {
    background: #f6f6f6;
}
.company_item div:hover::before {
    width: 0px;
}
.com_title2 {
    font-size: 12px;
    color: #095133;
}
@media screen and (min-width: 1300px){
    a.company_item, a.sustaina_item {
        font-size: 18px;
    }
    .company_item div, .sustaina_item {
        padding: 18px 30px;
    }
}
@media screen and (max-width: 1024px){
    .company-wrap {
        width: 100%;
    }
}
@media screen and (max-width: 900px){
    .company-wrap {
        top: 35%;
    }
    a.company_item {
        width: 40%;
        font-size: 15px;
    }
}
@media screen and (max-width: 650px){
    .company-wrap {
        top: 35%;
    }
    a.company_item, a.sustaina_item {
        width: 45%;
        font-size: 15px;
        margin: 0.3em;
    }
    .com_title2 {
        font-size: 11px;
    }
}
@media screen and (max-width: 560px) {
    .company-wrap {
        top: 30%;
    }
    .company_item div {
        flex-direction: column;
        padding: 12px 0;
        font-size: 13px;
    }
}
/*事業内容*/
#top_slope_bg {
    position: absolute;
    top: 7%;
    width: 100%;
}
.jp-title.biz {
    top: 16%;
    right: 18%;
    color: white;
}
.en-title.biz {
    top: 15%;
    left: 12%;
}
.biz_container {
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
}
.biz-wrap {
    width: 100%;
    /* left: 0;
    right: 0; */
    /* margin: auto; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.biz_item {
    position: relative;
    width: 23%;
    min-width: 255px;
    height: auto;
    margin: 1.5em;
    text-align: center;
}
.biz_item a {
    width: 100%;
    height: 100%;
    color: black;
    display: block;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.biz_item a:hover {
    transform: scale(0.98);
    transition: .3s ease-in-out;
}
.biz_item img {
    width: 100%;
    margin: 0;
}
.biz_title {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    font-size: max(1.3vw, 14px);
    font-weight: bold;
    background: white;
}
.biz_title p {
    margin: 0;
    padding: 15px 0;
    letter-spacing: 0em;
}
.biz_title::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #095133;
    border-right: solid 2px #095133;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}
#top_business .btn {
    display: inline-block;
    position: relative;
}
@media screen and (min-width: 1300px){
    .biz_title {
        font-size: 18px;
    }
}
@media screen and (max-width: 1024px) {
    #top_slope_bg {
        top: 11%;
    }
    .biz_item {
        margin: 1.2em;
    }
}
@media screen and (max-width: 900px) {
    .biz_container {
        top: 14%;
    }
    .jp-title.biz {
        top: 10%;
    }
    .en-title.biz {
        top: 8%;
    }
}
@media screen and (max-width: 780px) {
    .biz_item {
        width: 35%;
    }
    .biz_title {
        font-size: 14px;
    }
    #top_business .btn {
        bottom: 15%;
    }
}
@media screen and (max-width: 650px) {
    .biz_item {
        width: 45%;
        min-width: initial;
        min-width: auto;
        margin: 0.3em;
    }
    .biz_title {
        font-size: 12px;
    }
}
@media screen and (max-width: 500px) {
    .biz_title::before {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .biz_title {
        letter-spacing: 0em;
    }
}

/*サステナビリティ*/
#top_sustainability {
    position: relative;
}
#top_sustainability .bg {
    min-height: 400px;
}
.sustaina-wrap {
    position: absolute;
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
a.sustaina_item {
    position: relative;
    padding: 18px 40px;
    min-width: 230px;
    background:white;
    text-align: center;
}
a.sustaina_item::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #095133;
    border-right: solid 2px #095133;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    right: 20px;
}
a.sustaina_item:hover::before {
    right: 18px;
    transition: .3s ease-in-out;
}
@media screen and (max-width: 1024px) {
    .sustaina-wrap {
        width: 90%;
    }
    .en-title#sustaina {
        font-size: 8vw;
    }
}
@media screen and (max-width: 900px) {
    .sustaina-wrap {
        width: 100%;
    }
}
@media screen and (max-width: 780px) {
    .sustaina-wrap {
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 400px) {
    a.sustaina_item {
        min-width: 190px;
        font-size: 14px;
    }
}