/*--------------
　　kv
--------------*/
.aboutkv {
    margin: 0.1rem auto 0;
    width: 100%;
    height: 216px;
    background: url(../image/about_kv_pc.jpg) center center / cover no-repeat;
    position: relative;
}
.aboutkv_text {
    color: #F8F8F8;
    padding-top: 85px;
    display: flex;
    align-items: center;
}
.aboutkv_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){
    .aboutkv {
        margin: 7rem auto 0;
        width: 100%;
        height: 12rem;
        background: url(../image/about_kv_sp.jpg) center center / cover no-repeat;
        position: relative;
    }
    .aboutkv_text {
        padding-top: 4.5rem;
        padding-left: 1rem;
    }
    .bigtitle {
        font-size: 2rem;
    }
    .smalltitle {
        font-size: 0.8rem;
        padding-left: 1rem;
    }
}

/*--------------
　　ご挨拶タイトル
--------------*/
.abouttitle {
    width: 100%;
    background-color: #F8F8F8;
    padding: 80px 0 100px;
}
.abouttitle h2 span.decoration::before {
    background-image: url("../image/h2_decoration_y.svg");
}
@media (max-width: 750px){
    .abouttitle {
        padding: 4rem 0 6rem;
    }
}

/*--------------
　　ご挨拶
--------------*/
.about_greeting {
    width: 100%;
    background-color: #F8F8F8;
    padding-bottom: 90px;
    position: relative;
    z-index: -1;
}
.gray_logo_bg {
    width: 755px;
    position: absolute;
    top: 0;
    z-index: 0;
    pointer-events: none;
}
.about_greeting_content {
    width: 100%;
    max-width: 838px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}
.about_greeting_content > p {
    font-family: 'Noto Serif JP', serif;
}
.about_greeting_content_text {
    font-size: 16px;
    line-height: 34px;
}
.about_greeting_content_signature {
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    margin-top: 70px;
}
@media (max-width: 750px){
    .about_greeting {
        padding-bottom: 6rem;
    }
    .gray_logo_bg {
        width: 25rem;
        top: 16rem;
    }
    .about_greeting_content {
        max-width: 90%;
        padding-top: 1rem;
    }
    .about_greeting_content_text {
        font-size: 0.8rem;
        line-height: 1.7rem;
    }
    .about_greeting_content_signature {
        font-size: 0.7rem;
        line-height: 1.2rem;
        margin-top: 3.5rem;
    }
}

/*--------------
　　優良アマニ制度認定制度
--------------*/
.amanisystemtitle {
    width: 100%;
    background-color: #F8F8F8;
    padding: 80px 0 100px;
}
.amanisystemtitle h2 span.decoration::before {
    background-image: url("../image/h2_decoration_r.svg");
}
@media (max-width: 750px){
    .amanisystemtitle {
        padding: 4rem 0 6rem;
    }
}

/*--------------
　　優良アマニ制度認定制度 詳細
--------------*/
.amanisystem_content {
    width: 100%;
    background-color: #F8F8F8;
    padding: 0 0 105px;
    position: relative;
}
.system_gray_logo_bg {
    width: 755px;
    position: absolute;
    top: 0;
    z-index: 0;
    pointer-events: none;
}
.amanisystem_content_read {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 170px;
}
.amanisystem_content_item {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 160px;
}
.amanisystem_content_items {
    display: flex;
    margin-bottom: 95px;
    position: relative;
}
.amanisystem_content_items:last-child {
    margin-bottom: 0;
}
.amanisystem_content_items_child:nth-child(1) {
    width: 100%;
}
.amanisystem_content_items_child_title {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    margin-bottom: 35px;
    line-height: 32px;
    padding-left: 10px;
    border-left: solid 4px #bf1734;
}
.amanisystem_content_items_child_detail {
    font-size: 16px;
    line-height: 31px;
    letter-spacing: -0.08em;
}
.amanisystem_content_items_child_detail_list {
    font-size: 16px;
    line-height: 31px;
    letter-spacing: -0.08em;
}
.amanisystem_content_items_child_detail > ul {
    padding-left: 10px;
}
.amanisystem_content_items_child_detail_list::before {
    content:  "";
    width:  5px;
    height:  5px;
    display:  inline-block;
    background-color: #bf1734;
    border-radius:  50%;
    vertical-align: middle;
    margin-left: -10px;
    margin-right: 5px;
}
.amanisystem_content_items_child:nth-child(2) {
    margin-left: 80px;
    width: 100%;
    display: flex;
    flex-shrink: 1;
}
@media (min-width: 751px){
    .aboutsystem_pic00 {
        width: 198px;
        height: 300px;
    }
    .aboutsystem_pic01 {
        width: 469px;
        mix-blend-mode: multiply;
        position: absolute;
        bottom: -50px;
        right: -100px;
    }
    .aboutsystem_pic02 {
        width: 649px;
        height: 234px;
        position: absolute;
        top: 50px;
        right: 50px;
    }
}

.systemflow {
    position: relative;
    z-index: 1;
}
.systemflow_title {
    font-family: 'Noto Serif JP', serif;
    font-size: 31px;
    text-align: center;
    width: 550px;
    border-bottom: dotted 2px #000;
    padding-bottom: 10px;
    margin: 0 auto 95px;
}
.systemflow_step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 865px;
    height: 130px;
    margin: 0 auto;
    background-color: #fff;
    border: dotted 2px rgb(10, 9, 9);
    border-radius: 70px;
    position: relative;
}
.systemflow_step01 {
    font-size: 14px;
    margin-bottom: 10px;
}
.systemflow_step02 {
    font-size: 26px;
}
.systemflow_step03 {
    font-size: 15px;
    margin-top: 10px;
}
.systemflow_step > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 26px;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 20px;
    font-size: 14px;
    margin-top: 13px;
}
.systemflow_step > img {
    width: 98px;
    height: 84px;
    position: absolute;
    right: 100px;
    top: 20px;
}
.systemflow_triangle{
    width: 0;
    height: 0;
    margin: 35px auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
}
@media (max-width: 750px){
    .amanisystem_content {
        padding: 0 0 5.25rem;
    }
    .system_gray_logo_bg {
        width: 21.75rem;
        top: 42rem;
    }
    .amanisystem_content_read {
        font-size: 0.9rem;
        line-height: 1.8rem;
        margin-bottom: 8.5rem;
    }
    .amanisystem_content_item {
        width: 90%;
        max-width: 90%;
        margin: 0 auto 8rem;
        flex-direction: column;
    }
    .amanisystem_content_items {
        margin-bottom: 4.75rem;
        flex-direction: column;
    }
    .amanisystem_content_items:last-child {
        margin-bottom: 4.75rem;
    }
    .amanisystem_content_items_child:nth-child(1) {
        width: 100%;
    }
    .amanisystem_content_items_child_title {
        font-size: 1.2rem;
        margin-bottom: 1.75rem;
        line-height: 1.6rem;
    }
    .amanisystem_content_items_child_detail {
        font-size: 0.8rem;
        line-height: 1.5rem;
    }
    .amanisystem_content_items_child_detail_list {
        font-size: 0.8rem;
        line-height: 1.5rem;
    }
    .amanisystem_content_items_child_detail > ul {
        padding-left: 0.5rem;
    }
    .amanisystem_content_items_child_detail_list::before {
        width:  0.25rem;
        height:  0.25rem;
        margin-left: -0.5rem;
        margin-right: 0.25rem;
    }
    .amanisystem_content_items_child:nth-child(2) img {
        width: 100%;
    }
    .aboutsystem_pic01 {
        mix-blend-mode: multiply;
        width: 23.45rem !important;
    }
    .aboutsystem_pic02 {
        margin-top: 5rem;
    }
    .amanisystem_content_items_child:nth-child(2) {
        margin-left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-shrink: 1;
    }

    .systemflow_title{
        font-size: 1.5rem;
        width: 27.5rem;
        padding-bottom: 0.5rem;
        margin: 0 auto 4.75rem;
    }
    .systemflow_step {
        width: 90%;
        height: 9rem;
        border-radius: 5rem;
    }
    .systemflow_step01 {
        font-size: 0.7rem;
        margin-bottom: 0.5rem;
    }
    .systemflow_step02 {
        font-size: 1.3rem;
    }
    .systemflow_step03 {
        font-size: 0.75rem;
        margin-top: 0.5rem;
    }
    .systemflow_step > a {
        width: 10rem;
        height: 2rem;
        border-radius: 1rem;
        font-size: 1rem;
        margin-top: 0.65rem;
    }
    .systemflow_step > img {
        width: 4.9rem;
        height: auto;
        right: 100px;
    }
    .systemflow_triangle{
        margin: 1.75rem auto;
        border-left: 0.5rem solid transparent;
        border-right: 0.5rem solid transparent;
        border-top: 0.5rem solid black;
    }
}
/*--------------
　　協会概要タイトル
--------------*/
.overviewtitle {
    width: 100%;
    background-color: #F8F8F8;
    padding: 80px 0 100px;
}
.overviewtitle h2 span.decoration::before {
    background-image: url("../image/h2_decoration_g.svg");
}
@media (max-width: 750px){
    .overviewtitle {
        padding: 4rem 0 6rem;
    }
}

/*--------------
協会概要
--------------*/
.overview_content0 {
    width: 100%;
    max-width: 838px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}
.overview_content0 > p {
    font-family: 'Noto Serif JP', serif;
}

.overview_content {
    width: 100%;
    background-color: #F8F8F8;
    padding-bottom: 90px;
    position: relative;
}
.gray_logo_pc_bg {
    width: 755px;
    position: absolute;
    top: 0;
    z-index: 0;
    pointer-events: none;
    display: inline;
}
.gray_logo_sp_bg {
    display: none;
}
.overview_table{
    font-size:16px;
    font-weight: 500;
    border-collapse: separate;
    border-spacing: 0px 30px;
    margin-bottom: 96px;
}

.overview_table th{
    border-left: 1px solid black;
    border-right: 1px solid black;
    width:15%;
    text-align:center;
}
 .overview_lineheight{
    line-height:30px;
}
.overview_lineheight2{
    line-height:20px;
}
.border-none{
    border:none;
}
.overview_link {
    color: #2e3192;
}

.overview_link a {
    position: relative;
    z-index: 2;
  }
.pc-none{
    display: none;
}
.sp-none{
    display: inline;
}
  @media (max-width: 750px){
    .overview_content0 {
        max-width: 90%;
        padding-top: 0rem;
    }
    .overview_content {
        padding-bottom: 0rem;
        }
    .overview_table {
        font-size: 0.8rem;
        border-collapse: separate;
        border-spacing: 0px 18px;
        margin-bottom: 0px;
        padding-bottom: 64px; 
    }
    .overview_table th{
        border-left: 1px solid black;
        border-right: 1px solid black;
        width:18%;
        text-align:center;
        line-height: 14px;
        font-weight: 500;
    }
    .overview_table td{
        line-height: 14px;
    }
     .overview_lineheight{
        line-height:14px;
    }
    .overview_lineheight2{
        line-height:14px;
    }
    .border-none{
        border:none;
    }
    .overview_link {
        color: #2e3192;
    }
    
    .overview_link a {
        position: relative;
        z-index: 2;
      }    
    .gray_logo_pc_bg {
        display: none;
    }    
    .gray_logo_sp_bg {
        width: 25rem;
        position: absolute;
        z-index: 0;
        pointer-events: none;
        display: inline;    
    }
    .pc-none{
        display: inline;
    }
    .sp-none{
        display: none;
    }
  }


/*--------------
アマニCM
--------------*/
.amani_cm_serif{
    font-family: "Hiragino Mincho ProN","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
}
.amani_cm_gothic {
    font-family: "ヒラギノ角ゴ Pro W3","Yu Gothic Medium", "游ゴシック Medium", sans-serif;
}


.amani_cm_top__bg {
    padding: 80px 0 200px;
    background: url(../image/amani_cm_top_bg_pc.jpg)no-repeat center;
    background-size: cover;
}
.amani_cm_top__content {
    display: flex;
    align-items: center;
}
.amani_cm_top__content__child:nth-of-type(2) {
    margin-left: 104px;
}
.amani_cm_top__content__child__title {
    max-width: 660px;
}
.amani_cm_top__content__child__text {
    color: #fff;
    font-size: 21px;
    line-height: 1.4;
    max-width: 677px;
    margin: 75px 0 0;
    font-feature-settings: "palt";
}
.amani_cm_top__content__child__text .small {
    font-size: 15px;
}
.amani_cm_top__content__child__logo {
    max-width: 324px;
}
.amani_cm_top__about {
    margin: 86px auto 0;
    max-width: 660px;
}
.amani_cm_top__about__pic {
    width: 142px;
}
.amani_cm_top__about__text {
    color: #fff;
    font-size: 21px;
    line-height: 1.4;
    margin: 36px 0 0;
    font-feature-settings: "palt";
}


.amani_cm_detail__bg {
    padding: 50px 0 0;
    background: url(../image/amani_cm_detail_bg_pc.jpg)no-repeat center;
    background-size: cover;
}
.amani_cm_detail__movie {
    width: 943px;
    height: 530px;
    margin: -180px auto 0;
    display: block;
    position: relative;
    z-index: 2;
}
.amani_cm_detail__content {
    display: flex;
}
.amani_cm_detail__content__child {
    background: #fff;
    border-radius: 50%;
    width: 603px;
    height: 603px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.amani_cm_detail__content__child:nth-of-type(1) {
    margin-top: -70px;
    z-index: 1;
}
.amani_cm_detail__content__child:nth-of-type(2) {
    margin-top: 30px;
    margin-left: -110px;
    padding-left: 120px;
    position: relative;
    align-items: flex-start;
}
.amani_cm_detail__content__child:nth-of-type(2)::before {
    content: "";
    display: block;
    background: url(../image/amani_cm_detail_songby.png)no-repeat center;
    background-size: contain;
    width: 282px;
    height: 103px;
    position: absolute;
    top: 60px;
    left: 80px;
}
.amani_cm_detail_rlyrics {
    display: block;
    width: 190px;
    margin: 0 auto;
}
.amani_cm_detail__content__child__text {
    color: #754c24;
    font-size: 26px;
    margin: 20px 0 0;
    line-height: 1.6;
}
.amani_cm_detail__content__detail_01 {
    font-size: 14px;
    font-weight: bold;
}
.amani_cm_detail__content__detail_02 {
    color: #754c24;
    font-size: 24px;
    margin: 10px 0 0;
}
.amani_cm_detail__content__detail_02 .small {
    font-size: 13px;
    padding: 0 0 0 10px;
}
.amani_cm_detail__content__detail_03 {
    font-size: 15px;
    margin: 15px 0 0;
    line-height: 1.2;
}
.amani_cm_detail__content__detail_04 {
    font-size: 14px;
    border-bottom: solid 1px #000;
    width: 319px;
    margin: 20px 0 0;
    padding: 0 0 8px;
    line-height: 1.7;
}
.amani_cm_detail__content__detail_04 .keireki {
    padding-left: 30px;
}
.amani_cm_detail__content__detail_05 {
    font-size: 14px;
    margin: 10px 0 0;
    font-feature-settings: "palt";
    line-height: 1.7;
}


.amani_cm_flax__bg {
    background: #e4dfdb;
    padding: 173px 0 98px;
    height: 610px;
}
.amani_cm_flax__bg .wrapper {
    position: relative;
}
.amani_cm_flax__title {
    text-align: left;
    font-size: 48px;
}
.amani_cm_flax__title__text {
    font-size: 21px;
    line-height: 1.4;
    margin: 36px 0 0;
    max-width: 528px;
    font-feature-settings: "palt";
}
.amani_cm_flax__link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bd272d;
    color: #fff;
    font-size: 15px;
    width: 214px;
    height: 48px;
    border-radius: 50px;
    margin: 45px 0 0;
    position: relative;
    z-index: 1;
}
.amani_cm_flax_titlebg img {
    position: absolute;
    top: -70px;
    left: -70px;
    width: 600px;
    pointer-events: none;
}
.amani_cm_flax_pic01 img {
    position: absolute;
    top: -240px;
    left: 580px;
    width: 268px;
    pointer-events: none;
}
.amani_cm_flax_pic02 img {
    position: absolute;
    top: 0;
    left: 610px;
    width: 598px;
    pointer-events: none;
}


.amani_cm_system__bg {
    background: #fff;
    padding: 151px 0 108px;
}
.amani_cm_system__bg .wrapper {
    position: relative;
}
.amani_cm_system__contetnt {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.amani_cm_system__contetnt__child:nth-of-type(2) {
    margin-left: 73px;
    position: relative;
}
.amani_cm_system_titlebg img {
    position: absolute;
    top: -110px;
    right: -90px;
    width: 434px;
    pointer-events: none;
}
.amani_cm_system_logo {
    max-width: 366px;
}
.amani_cm_system__title {
    text-align: left;
    font-size: 48px;
}
.amani_cm_system__text {
    font-size: 21px;
    line-height: 1.4;
    margin: 36px 0 0;
    max-width: 528px;
    font-feature-settings: "palt";
}
.amani_cm_system__link_pc {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bd272d;
    color: #fff;
    font-size: 15px;
    width: 214px;
    height: 48px;
    border-radius: 50px;
    margin: 45px 0 0;
    position: relative;
    z-index: 1;
}
.amani_cm_system__link_sp {
    display: none;
}
.amani_cm_system_pic01  img {
    position: absolute;
    bottom: -108px;
    left: -820px;
    width: 1151px;
    pointer-events: none;
}
@media (max-width: 750px){
    .amani_cm_top__bg {
        padding: 3.5rem 0 10.5rem;
        background: url(../image/amani_cm_top_bg_sp.png)no-repeat top center;
        background-size: cover;
    }
    .amani_cm_top__content__child__title {
        max-width: 34rem;
        display: block;
        margin: 0 auto;
    }
    .amani_cm_top__content {
        flex-direction: column;
        align-items: center;
    }
    .amani_cm_top__content__child__text {
        font-size: 1.2rem;
        max-width: 100%;
        margin: 3.5rem 1.5rem 0;
    }
    .amani_cm_top__content__child__text .small {
        font-size: .9rem;
    }
    .amani_cm_top__content__child:nth-of-type(2) {
        margin-left: 0;
        margin-top: 2.3rem;
    }
    .amani_cm_top__content__child__logo {
        max-width: 16.2rem;
    }
    .amani_cm_top__about {
        margin: 4rem 1.5rem 0;
        max-width: 100%;
    }
    .amani_cm_top__about__pic {
        width: 10rem;
    }
    .amani_cm_top__about__text {
        font-size: 1.15rem;
        margin: 1.8rem 0 0;
        line-height: 1.7;
    }

    .amani_cm_detail__bg {
        padding: 19rem 0 3rem;
        background: url(../image/amani_cm_detail_bg_sp.png)no-repeat center;
        background-size: cover;
    }
    .amani_cm_detail__movie {
        width: 90%;
        height: 20rem;
        margin: -26rem auto 0;
    }
    .amani_cm_detail__content {
        flex-direction: column;
        align-items: center;
    }
    .amani_cm_detail__content__child {
        width: 30rem;
        height: 30rem;
    }
    .amani_cm_detail__content__child:nth-of-type(1) {
        margin-top: 4rem;
    }
    .amani_cm_detail_rlyrics {
        width: 9.5rem;
    }
    .amani_cm_detail__content__child__text {
        font-size: 1.4rem;
        margin: 1.5rem 0 0;
        line-height: 1.8;
    }
    .amani_cm_detail__content__child:nth-of-type(2) {
        margin-top: 2.5rem;
        margin-left: 0;
        padding-left: 5rem;
    }
    .amani_cm_detail__content__child:nth-of-type(2)::before {
        content: "";
        display: block;
        background: url(../image/amani_cm_detail_songby.png)no-repeat center;
        background-size: contain;
        width: 17.5rem;
        height: 6.25rem;
        position: absolute;
        top: 2.5rem;
        left: 3.5rem;
    }
    .amani_cm_detail__content__detail_01 {
        font-size: .9rem;
        margin: 3rem 0 0;
    }
    .amani_cm_detail__content__detail_02 {
        font-size: 1.5rem;
        margin: .5rem 0 0;
    }
    .amani_cm_detail__content__detail_02 .small {
        font-size: .9rem;
        padding: 0 0 0 .5rem;
    }
    .amani_cm_detail__content__detail_03 {
        font-size: .9rem;
        margin: .5rem 0 0;
    }
    .amani_cm_detail__content__detail_04 {
        font-size: .85rem;
        width: 90%;
        margin: .5rem 0 0;
        padding: 0 0 8px;
        line-height: 1.3;
    }
    .amani_cm_detail__content__detail_04 .keireki {
        padding-left: 1.7rem;
    }
    .amani_cm_detail__content__detail_05 {
        font-size: .85rem;
        margin: .5rem 0 0;
        line-height: 1.3;
    }


    .amani_cm_flax__bg {
        padding: 9.3rem 0 17.2rem;
        height: auto;
    }
    .amani_cm_flax__title {
        font-size: 2.4rem;
        margin: 0 0 0 1.5rem;
    }
    .amani_cm_flax_titlebg img {
        top: -4.5rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 35rem;
    }
    .amani_cm_flax__title__text {
        font-size: 1.3rem;
        line-height: 1.9;
        margin: 1.5rem 1.5rem 0;
        max-width: 100%;
    }
    .amani_cm_flax__link {
        font-size: 1.3rem;
        width: 19rem;
        height: 4.25rem;
        margin: 2.5rem auto 0;
    }
    .amani_cm_flax_pic01 img {
        top: -16rem;
        left: 19rem;
        margin: 0 auto;
        width: 13.4rem;
    }
    .amani_cm_flax_pic02 img {
        top: 23.5rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 26.2rem;
    }


    .amani_cm_system__bg {
        padding: 11.3rem 0 5.5rem;
    }
    .amani_cm_system__contetnt {
        flex-direction: column;
    }
    .amani_cm_system_logo {
        max-width: 18.3rem;
    }
    .amani_cm_system__contetnt__child:nth-of-type(1) {
        order: 2;
        margin: 3rem 0 0;
    }
    .amani_cm_system__contetnt__child:nth-of-type(2) {
        margin: 0 1.5rem;
        order: 1;
    }
    .amani_cm_system__title {
        font-size: 2.4rem;
    }
    .amani_cm_system__text {
        font-size: 1.2rem;
        line-height: 1.9;
        margin: 1.5rem 0 0;
        max-width: 100%;
    }
    .amani_cm_system_titlebg img {
        position: absolute;
        top: -6rem;
        right: 0;
        left: 0;
        margin: 0 auto 0 0;
        width: 21rem;
        pointer-events: none;
    }
    .amani_cm_system__link_sp {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #bd272d;
        color: #fff;
        font-size: 1.3rem;
        width: 19rem;
        height: 4.25rem;
        border-radius: 50px;
        margin: 5rem auto 0;
        position: relative;
        z-index: 1;
    }
    .amani_cm_system__link_pc {
        display: none;
    }
    .amani_cm_system_pic01 img {
        position: absolute;
        bottom: -5.5rem;
        left: -32rem;
        width: 62rem;
        pointer-events: none;
    }
}