/* MANGO */
#mango h2 {
  background-image: linear-gradient(134deg, #ff7c25, #ff4610);
  -webkit-background-clip: text;
  color: transparent;
  line-height: 72px;
}


/* pad端 */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  #mango {
    padding: 68px;
    height: auto;
  }

  .mango {
    padding-bottom: 0;
  }

  .mango_left {
    width: 24%;
  }

  .mango_right {
    width: 75%;
  }

  #mango .w-1120 {
    width: 888px;
  }

  #mango .w-1152 {
    width: 888px;
  }
}

/* @media screen and (min-width: 768px) and (max-width: 992px) {
    #mango .mango_left {
        display: none;
    }

    #mango .mango_right {
        width: 100%;
    }
} */

/* 移动端 */
@media (max-width: 1023px) {

  /* mango */
  #mango {
    padding: 8vw 4.267vw;
    background-color: #fff;
    height: auto;
  }

  #mango h2 {
    font-size: 9.6vw !important;
    line-height: normal;
    margin-bottom: 0 !important;
    width: 100%;
  }

  .mango {
    display: block;
    display: flex;
    flex-flow: column;
    padding-bottom: 0;
  }

  .mango_left {
    width: 100%;
    order: 2;
  }

  .mango ul {
    display: flex;
    justify-content: space-between;
  }

  .mango ul li {
    width: 44.8vw;
    height: 46.133vw;
    margin-bottom: 0;
    padding-top: 10vw;
    padding-left: 5vw;
  }

  .mango ul li:nth-child(2) {
    padding-top: 5vw;
  }

  .mango ul .fs-48 {
    font-size: 7.467vw;
    line-height: normal;
  }

  .mango ul .fs-20 {
    font-size: 3.733vw;
    line-height: normal;
  }

  .mango ul .fs-40 {
    font-size: 5.867vw;
    line-height: normal;
  }

  .mango .w-848 {
    width: 100%;
    height: 62.4vw;
    margin-bottom: 2.133vw;
    order: 1;
  }
}