/*--------------
　　kv
--------------*/
.aboutflaxkv {
    margin: 0.1rem auto 0;
    width: 100%;
    height: 216px;
    background: url(../image/aboutflax_kv_pc.jpg) center center / cover no-repeat;
    position: relative;
}
.aboutflaxkv_text {
    color: #F8F8F8;
    padding-top: 85px;
}
.aboutflaxkv_text p {
    display: inline;
}
.bigtitle {
    font-family: 'Noto Serif JP', serif;
    font-size: 34px;
}
.smalltitle {
    font-size: 16px;
    padding-left: 10px;
    vertical-align: middle;
}
@media (max-width: 750px){
    .aboutflaxkv {
        margin: 7rem auto 0;
        width: 100%;
        height: 12rem;
        background: url(../image/aboutflax_kv_sp.jpg) center center / cover no-repeat;
        position: relative;
    }
    .aboutflaxkv_text {
        padding-top: 4.5rem;
        padding-left: 1rem;
    }
    .bigtitle {
        font-size: 2rem;
    }
    .smalltitle {
        font-size: 0.8rem;
        padding-left: 1rem;
    }
}

/*--------------
　　アマニの栄養素 タイトル
--------------*/
.aboutflaxtitle {
    width: 100%;
    background-color: #F8F8F8;
    padding: 80px 0 120px;
}
.aboutflaxtitle h2 span.decoration::before {
    background-image: url("../image/h2_decoration_y.svg");
}
@media (max-width: 750px){
    .aboutflaxtitle {
        padding: 4rem 0 6rem;
    }
}

/*--------------
　　アマニの栄養素
--------------*/
.about_nutrients {
    width: 100%;
    background-color: #F8F8F8;
    padding-bottom: 65px;
}
.about_nutrients_title {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 32px;
    padding-left: 10px;
    border-left: solid 4px #af9a1c;
}
.nutrients_scroll {
    margin-bottom: 100px;
}
.nutrients_scroll img {
    width: 100%;
}
.about_4nutrients {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.about_4nutrients_items:nth-child(1) img {
    width: 502px;
    margin-right: 176px;
}
.about_4nutrients_items:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about_4nutrients_items:nth-child(2) img {
    width: 347px;
}
.about_4nutrients_items_text {
    width: 275px;
    font-size: 10px;
    line-height: 14px;
    margin-top: 16px;
}


@media (max-width: 750px){
    .about_nutrients {
        padding-bottom: 3.25rem;
    }
    .about_nutrients_title{
        font-size: 1.2rem;
        margin-bottom: 2rem;
        margin-left: 1.5rem;
        line-height: 1.6rem;
    }
    .nutrients_scroll {
        overflow-x: scroll;
    }
    .nutrients_scroll img {
        width: 1221px;
        margin-left: 1.5rem;
    }
    .about_4nutrients {
        flex-direction: column;
        align-items: center;
    }
    .about_4nutrients_items:nth-child(1) img {
        width: 25rem;
        margin-right: 0;
    }
    .about_4nutrients_items:nth-child(2) img {
        width: 17.3rem;
        margin-top: 3.5rem;
    }
    .about_4nutrients_items_text {
        width: 90%;
        font-size: 0.5rem;
        line-height: 0.7rem;
        margin-top: 0.8rem;
    }
    
}


/*--------------
　　アマニの栄養素 詳細
--------------*/
.about_nutrients_detail {
    width: 100%;
    background-color: #F8F8F8;
    padding-bottom: 210px;
}

/* オメガ3（α-リノレン酸） */
.omega3 {
    margin-bottom: 115px;
    position: relative;
}
.omega3_title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    font-size: 24px;
    color: #fff;
    background: linear-gradient(90deg, rgba(218,164,57,1) 0%, rgba(255,255,255,0) 100%);
    padding-left: 10px;
    border-radius: 30px;
    margin-bottom: 45px;
}
.omega3_read {
    width: 561px;
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 55px;
}
.omega3_fattyacid {
    display: flex;
}
.omega3_fattyacid_items:first-child {
    width: 561px;
    margin-right: 80px;
    margin-bottom: 35px;
}
.omega3_fattyacid_items_title {
    font-size: 16px;
    color: #daa439;
    border-bottom: dotted 1px #daa439;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.omega3_fattyacid_detail {
    font-size: 15px;
    line-height: 27px;
}
.omega3_fattyacid_items:last-child img {
    width: 559px;
    position: absolute;
    top: 80px;
}
.omega3_fattyacid_point {
    display: flex;
    flex-direction: column;
}
.omega3_fattyacid_point_items {
    width: 561px;
}
.omega3_fattyacid_point_items:first-child {
    margin-bottom: 30px;
}
.omega3_fattyacid_point_items_title01 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 20px;
    background-color: #daa439;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
}
.omega3_fattyacid_point_items_detail{
    font-size: 15px;
    line-height: 27px;
}
.omega3_fattyacid_point_items_title02 {
    font-size: 16px;
    color: #daa439;
    border-bottom: dotted 1px #daa439;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.omega3_fattyacid_point_items:last-child img {
    width: 581px;
}
.omega3_amani_pic {
    position: absolute;
    width: 409px;
    left: 680px;
    bottom: 0;
}

/* リグナン */
.lignan {
    margin-bottom: 115px;
}
.lignan_title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    font-size: 24px;
    color: #fff;
    background: linear-gradient(90deg, rgba(193,39,45,1) 0%, rgba(255,255,255,0) 100%);
    padding-left: 10px;
    border-radius: 30px;
    margin-bottom: 45px;
}
.lignan_items {
    width: 561px;
    font-size: 15px;
    line-height: 27px;
}
.lignan_pic {
    position: relative;
    margin-top: 70px;
}
.about_lignan_food {
    width: 285px;
    margin-left: 50px;
}
.about_lignan_effect01 {
    position: absolute;
    width: 761px;
    top: -150px;
    margin-left: 50px;
}
.about_lignan_effect02 {
    position: absolute;
    width: 527px;
    top: 50px;
    left: 550px;
}

/* 食物繊維 */
.dietaryfiber {
    margin-bottom: 115px;
}
.dietaryfiber_title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    font-size: 24px;
    color: #fff;
    background: linear-gradient(90deg, rgba(117,149,47,1) 0%, rgba(255,255,255,0) 100%);
    padding-left: 10px;
    border-radius: 30px;
    margin-bottom: 45px;
}
.dietaryfiber_text{
    width: 561px;
    font-size: 15px;
    line-height: 27px;
}
.dietaryfiber_graph {
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
}
.dietaryfiber_graph_items{
    width: 560px;
}
.dietaryfiber_graph_ttile {
    font-size: 16px;
    color: #75952f;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: dotted 1px #75952f;
}
.dietaryfiber_graph_work {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.dietaryfiber_graph_work_items {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dietaryfiber_graph_work_items:first-child{
    margin-right: 40px;
}
.dietaryfiber_graph_work_items_title{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 232px;
    height: 50px;
    background-color: #75952f;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 15px;
}
.dietaryfiber_graph_work_items_detail {
    font-size: 15px;
    line-height: 27px;
}
.dietaryfiber_graph_items:nth-child(2) img {
    width: 551px;
    margin-top: 20px;
}
.dietaryfiber_point01 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 20px;
    background-color: #75952f;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    margin-bottom: 10px;
} 
.dietaryfiber_point02 {
    width: 561px;
    font-size: 14px;
    line-height: 21px;
}

/* たんぱく質 */
.protein_title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    font-size: 24px;
    color: #fff;
    background: linear-gradient(90deg, rgba(63,169,245,1) 0%, rgba(255,255,255,0) 100%);
    padding-left: 10px;
    border-radius: 30px;
    margin-bottom: 45px;
}
.protein_content {
    display: flex;
}
.protein_items:nth-child(1) {
    width: 561px;
    font-size: 15px;
    line-height: 27px;
    margin-right: 85px;
}
.protein_items:nth-child(2) img {
    width: 454px;
}

@media (max-width: 750px){
    .about_nutrients_detail {
        padding-bottom: 210.5rem10px;
    }
    .nutrientswrap {
        width: 90%;
    }
    
    /* オメガ3（α-リノレン酸） */
    .omega3 {
        margin-bottom: 115px;
        position: relative;
    }
    .omega3_title {
        height: 2.2rem;
        font-size: 1.2rem;
        padding-left: 10px;
        border-radius: 1.5rem;
        margin-bottom: 2.2rem;
    }
    .omega3_read {
        width: 100%;
        font-size: 0.8rem;
        line-height: 1.5rem;
        margin-bottom: 2.55rem;
    }
    .omega3_fattyacid {
        flex-direction: column;
    }
    .omega3_fattyacid_items:first-child {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.75rem;
    }
    .omega3_fattyacid_items_title {
        font-size: 0.8rem;
        padding-bottom: 0.25rem;
        margin-bottom: 1rem;
    }
    .omega3_fattyacid_detail {
        font-size: 0.75rem;
        line-height: 1.4rem;
    }
    .omega3_fattyacid_items:last-child img {
        width: 100%;
        position: relative;
        top: 1rem;
        margin-bottom: 2.5rem;
    }
    .omega3_fattyacid_point {
        display: flex;
        flex-direction: column;
    }
    .omega3_fattyacid_point_items {
        width: 100%;
    }
    .omega3_fattyacid_point_items:first-child {
        margin-bottom: 1.5rem;
        margin-top: 2rem;
        order: 2;
    }
    .omega3_fattyacid_point_items_title01 {
        width: 3.3rem;
        height: 1rem;
        font-size: 0.7rem;
        border-radius: 1rem;
        margin-bottom: 1rem;
    }
    .omega3_fattyacid_point_items_detail{
        font-size: 0.7rem;
        line-height: 1.35rem;
    }
    .omega3_fattyacid_point_items:last-child {
        margin-top: 2rem;
    }
    .omega3_fattyacid_point_items_title02 {
        font-size: 0.8rem;
        padding-bottom: 0.25rem;
        margin-bottom: 1rem;
    }
    .omega3_fattyacid_point_items:last-child img {
        width: 100%;
    }
    .omega3_amani_pic {
        position: relative;
        width: 100%;
        left: 0;
        bottom: 0;
    }
    
    /* リグナン */
    .lignan {
        margin-bottom: 5.75rem;
    }
    .lignan_title {
        height: 2.2rem;
        font-size: 1.2rem;
        padding-left: 0.5rem;
        border-radius: 1.5rem;
        margin-bottom: 2.2rem;
    }
    .lignan_items{
        width: 100%;
        font-size: 0.7rem;
        line-height: 1.35rem;
    }
    .about_lignan_food_sp {
        width: 100%;
    }

    /* 食物繊維 */
    .dietaryfiber {
        margin-bottom: 5.75rem;
    }
    .dietaryfiber_title{
        height: 2.2rem;
        font-size: 1.2rem;
        padding-left: 0.5rem;
        border-radius: 1.5rem;
        margin-bottom: 2.2rem;
    }
    .dietaryfiber_text{
        width: 100%;
        font-size: 0.7rem;
        line-height: 1.35rem;
    }
    .dietaryfiber_graph {
        margin-top: 2rem;
        flex-direction: column;
    }
    .dietaryfiber_graph_items{
        width: 100%;
    }
    .dietaryfiber_graph_ttile {
        font-size: 0.8rem;
        padding-bottom: 0.75rem;
    }
    .dietaryfiber_graph_work {
        margin-top: 1.6rem;
    }
    .dietaryfiber_graph_work_items {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .dietaryfiber_graph_work_items:nth-child(2) {
        margin-top: 3rem;
    }
    .dietaryfiber_graph_work_items:first-child{
        margin-right: 2rems;
    }
    .dietaryfiber_graph_items:nth-child(2) img {
        width: 100%;
        margin-top: 1rem;
    }
    .dietaryfiber_graph_work_items_title{
        width: 11.6rem;
        height: 2.5rem;
        font-size: 0.7rem;
        line-height: 0.9rem;
        border-radius: 1.5rem;
        margin-bottom: 0.7rem;
    }
    .dietaryfiber_graph_work_items_detail {
        font-size: 0.7rem;
        line-height: 1.35rem;
    }
    .dietaryfiber_graph_work_items:nth-child(2) img {
        width: 100%;
        margin-top: 1rem;
    }
    .dietaryfiber_point01 {
        width: 3.3rem;
        height: 1rem;
        font-size: 0.7rem;
        border-radius: 0.5rem;
        margin-bottom: 0.5rem;
        margin-top: 3rem;
    } 
    .dietaryfiber_point02 {
        width: 100%;
        font-size: 14px;
        line-height: 21px;
    }
    
    /* たんぱく質 */
    .protein_title {
        height: 2.2rem;
        font-size: 1.2rem;
        padding-left: 0.5rem;
        border-radius: 1.5rem;
        margin-bottom: 2.25rem;
    }
    .protein_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .protein_items:nth-child(1) {
        width: 100%;
        font-size: 0.75rem;
        line-height: 1.35rem;
        margin-right: 0;
        margin-bottom: 3.2rem;
    }
    .protein_items:nth-child(2) img {
        width: 22.8rem;
    }
}
