@charset "UTF-8";
body{
    font-family: "游ゴシック Medium", "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic", "メイリオ", "Meiryo", "Meiryo UI", "Yu Gothic UI", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    color: #323232;
}
.top_container{
    display: flex;
}
.container_left{
    width: 130px;
}
.container_right{
    width: calc(100% - 130px);
}
@media screen and (max-width: 750px){
    .top_container{
        flex-direction: column;
        width: 100%;
        max-width: 750px;
    }
    .container_left{
        width: 100%;
    }
    .container_right{
        width: 100%;
        margin-top: 130px;
    }
}
.topVisual{
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
}
.topVisual_text_opacity{
    opacity: 0.8;
}
.topVisual_img{
    width: 100%;
    height: auto;
    position: relative;
    object-fit: cover;
}
.topVisual_text{
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
    color: #323232;
}
.topVisual_text_top{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 60px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.topVisual_text_bottom {
    font-size: 34px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-shadow: 0px 0px 10px #fff, 3px 3px 16px #fff;
}
.container_right_text{
    margin-left: 7%;
}
.topWord{
    margin-top: 200px;
    margin-bottom: 200px;
    font-size: 34px;
    color: rgb(50,50,50);
    font-family: serif;
}
.sub-title{
    font-size: 26px;
    color: rgb(50,50,50);
    margin-bottom: 30px;
}
.sub-title_detail{
    font-size: 16px;
    line-height: 2.3;
    color: rgb(50,50,50);
}
.line-title{
    font-size: 26px;
    color: rgb(50,50,50);
    font-family: serif;
}
.border-line_container{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.border-line_container hr{
    width: 100%;
}
.link_button{
    font-size: 16px;
    color: rgb(50, 50, 50);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 40px;
    border: 1px solid #323232;
    border-radius: 30px;
    transition: all .3s;
}
.link_button:hover{
    background: #323232;
    color: #fff;
}

.overview_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 85%;
    margin-bottom: 200px;
}
.overview_item{
    margin-right: 1%;
}
.overview_item:last-child{
    margin: 0;
}
.overview_container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 10px;
}
.overview_container img:hover{
    opacity: 0.7;
}
.top-scroll_container{
    width: 85%;
    position: relative;
    margin-top: 200px;
}
.top-scroll{
    width: 50px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 80px;
}
.page_link{
    margin-top: 50px;
    margin-bottom: 100px;
}
.faq_top_title{
    font-size: 34px;
    margin: 100px 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 750px){
    .topVisual_img{
        height: 480px;
    }
    .topVisual_text{
        left: 5%;
    }
    .topVisual_text_top{
        font-size: 60px;
        margin: 0;
    }
    .topVisual_text_bottom{
        font-size: 36px;
    }
    .container_right_text {
        margin: 0 auto;
        width: 90%;
    }
    .topWord {
        margin: 100px 0;
        font-size: 40px;
    }
    .sub-title_detail {
        font-size: 25px;
        line-height: 55px;
    }
    .line-title {
        font-size: 33px;
        margin-bottom: 50px;
    }
    .border-line_container{
        flex-direction: column-reverse;
    }
    .overview_container {
        display: flex;
        flex-direction: column;
        margin-top: 230px;
    }
    .overview_item {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .link_button {
        margin: 0 auto;
        width: 100%;
        font-size: 25px;
        height: 50px;
    }
    .page_link{
        margin-bottom: 50px;
    }
}
/*FAQトップ*/
.fruits_title{
    width: 100%;
    max-width: 950px;
    font-size: 34px;
    margin: 100px 0 200px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.fruit_item{
    width: 45%;
}
.fruits_container{
    width: 85%;
    margin: 0 0 200px;
    display: flex;
    justify-content: space-between;
}
.fruits_container img{
    width: 100%;
    transition: all .3s;
}
.fruits_container img:hover{
    opacity: 0.7;
}
/*バナナFAQ*/
.faq_container{
    width: 80%;
    max-width: 950px;
    margin-bottom: 200px;
}
.faq_accordion_answer{
    width: 60px;
    font-size: 19px;
    padding-top: 10px;
}
.faq_accordion_item{
    border-bottom: 1px solid #323232;
}
.faq_accordion_item:first-of-type{
    border-top: 1px solid #323232;
}
.faq_accordion_description{
    width: 90%;
    color:  #323232;
    line-height: 2;
}
.faq_accordion_description span{
    font-size: 19px;
    font-weight: bold;
}
.faq_blank{
    margin-bottom: 50px;
}
.faq_accordion_answer_item{
    display: flex;
}
.faq_top_text {
    line-height: 2;
    margin: 50px 0;
    font-feature-settings: "palt";
}
.faq_kochira{
    text-decoration: underline;
    color: #0043EC;
}
/*アコーディオンメニュー*/
.menu-open{
    padding: 40px;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
}
.menu-open.ready{
    display: block;
    padding: 50px 0 50px;
    transition-timing-function : ease;
    transition: all 1.0s;
}
.faq-toggle-menu{
    font-size: 19px;
    padding: 20px 40px;
    font-weight: normal;
    text-align: left;
    position: relative;
    width: 100%;
    color:  #323232;
}
.faq-toggle-menu:after {
    content: "";
    width: 21px;
    height: 12px;
    background: url(../assets/image/faq_upToggle.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.faq-toggle-menu.ready:after{
    background: url(../assets/image/faq_downToggle.svg) no-repeat;
}
.banana_nutrition_title {
    margin-left: 7%;
    margin-bottom: 30px;
}
.banana_nutrition{
    position: relative;
    width: 100%;
    background: #ffd900;
}
.banana_nutrition_container{
    max-width: 950px;
    width: 93%;
    margin-left: 7%;
    padding-top: 50px;
}
.banana_nutrition_top_title{
    font-size: 15px;

}
.banana_nutrition_top_title span{
    font-size: 41px;
    margin-right: 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.banana_nutrition_middle{
    display: flex;
    align-items: center;
    max-width: 1000px;
}
.banana_nutrition_middle_detail{
    font-size: 21px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 2;
    margin: 50px 0 25px 5%;
    width: 100%;
}
cap{
    font-size: smaller;	
}
.banana_nutrition img{
    width: 500px;
    position: relative;
}
.banana_nutrition_middle_img{
    width: 500px;
}
.banana_nutrition_top_source{
    font-size: 15px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-left: 5%;
}
.banana_nutrition_line{
    height: 1px;
    background: #323232;
    width: 100%;
    margin: 100px 0;
}
.banana_nutrition_bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.banana_nutrition_bottom_item{
    line-height: 1.5;
    width: 40%;
    margin: 0 3% 50px;
}
.banana_nutrition_bottom_item span{
    font-size: 18px;
    line-height: 2;
    margin-bottom: 10px;
    font-family: "游ゴシック", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "Meiryo UI", "Yu Gothic UI", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
.faq_contact_container{
    margin-bottom: 200px;
}
.faq_contact_top{
    font-size: 18px;
    margin-bottom: 20px;
}
.faq_contact_bottom{
    width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq_contact_bottom_left_tel{
    font-size: 32px;
    display: flex;
}
.faq_contact_bottom_left_tel img{
    width: 20px;
    margin-right: 10px;
}
.faq_contact_bottom_left_time{
    font-size: 15px;
    line-height: 2;
}
.faq_contact_bottom_right{
    width: 240px;
    height: 50px;
    display: block;
    background: #BDBDBD;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
}
.faq_contact_bottom_right:hover{
    opacity: 0.7;
}
@media screen and (max-width: 1000px){
    .banana_nutrition img{
        width: 350px;
        position: relative;
    }
    .banana_nutrition_middle_img{
        width: 350px;
    }
}
@media screen and (max-width: 750px){
    .fruits_container{
        flex-direction: column;
        width: 100%;
    }
    .fruit_item{
        width: 100%;
        margin-bottom: 30px;
    }
    .faq_top_text{
        font-size:25px;
    }
    .faq_top_title{
        font-size: 41px;
    }
    .faq-toggle-menu{
        font-size: 22px;
        padding: 20px 20px;
        line-height: 2;
    }
    .faq_accordion_description{
        font-size: 22px;
    }
    .faq_accordion_answer{
        font-size: 22px;
    }
    .faq_container{
        margin-bottom: 150px;
        width: 100%;
    }
    .banana_nutrition{
        background: #FADC00;
    }
    .banana_nutrition_container{
        width: 90%;
        margin: 0 auto;
        top: inherit;
        left: inherit;
        transform: inherit;
        padding-top: 50px;
    }
    .banana_nutrition_line {
        margin: 30px 0 60px;
    }
    .banana_nutrition_bottom_item {
        width: 100%;
        margin: 0 0 50px;
        font-size: 23px;
        line-height: 2;
    }
    .banana_nutrition_bottom_item span{
        font-size: 23px;
    }
    .faq-toggle-menu:after{
        right: 0;
    }
    .banana_nutrition_middle_img{
        display: none;
    }
    .banana_nutrition_top_title{
        text-align: center;
        font-size: 21px;
    }
    .banana_nutrition_top_title span{
        font-size: 55px;
    }
    .banana_nutrition_middle_detail{
        font-size: 26px;
        margin: 50px 0;
        display: flex;
        justify-content: center;
    }
    .banana_nutrition_top_source{
        margin: 0;
        font-size: 22px;
    }
    .banana_nutrition_title {
        margin: 0 auto 20px;
        width: 90%;
    }
    .faq_contact_container{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .faq_contact_top{
        text-align: center;
        font-size: 20px;
    }
    .faq_contact_bottom{
        flex-direction: column;
        width: 100%;
    }
    .faq_contact_bottom_left{
        margin-bottom: 30px;
    }
    .faq_contact_bottom_left_tel{
        justify-content: center;
    }
    .overview_container{
        width: 100%;
    }
    .top-scroll_container{
        width: 100%;
    }
}

@media screen and (max-width: 500px){
    .page_link{
        font-size: 12px;
    }
    .faq_top_title,
    .fruits_title{
        font-size: 16px;
    }
    .faq-toggle-menu{
        font-size: 12px;
    }
    .faq_top_text,
    .faq_contact_bottom_left_time {
        font-size: 10px;
    }
    .faq_contact_top,
    .faq_contact_bottom_right{
        font-size: 12px;
    }
    .faq_contact_bottom_left_tel{
        font-size: 16px;
    }
    .faq_accordion_answer,
    .faq_accordion_description,
    .faq_accordion_description span,
    .banana_nutrition_top_title,
    .banana_nutrition_bottom_item{
        font-size: 12px;
    }
    .banana_nutrition_bottom_item span {
        font-size: 12px;
    }
    .banana_nutrition_middle_detail {
        font-size: 12px;
    }
    .banana_nutrition_top_source {
        font-size: 10px;
    }
    .faq-toggle-menu {
        padding: 20px 30px 20px 20px;
    }
    .topVisual_text_bottom {
        font-size: 18px;
    }
    .banana_nutrition_top_title span{
        font-size: 20px;
        margin: 0;
    }
    .banana_nutrition_line{
        margin: 50px 0;
    }
}
