#criteo {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  padding-top: 6.5rem; }
  @media (max-width: 767.98px) {
    #criteo {
      padding-top: 4rem; } }
  #criteo a {
    text-decoration: none; }
  #criteo nav {
    height: auto; }
  #criteo .nav-criteo {
    background: #fff;
    font-weight: 700;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 1rem 0; }
    @media (max-width: 991.98px) {
      #criteo .nav-criteo {
        padding: 0.5rem 0; } }
  @media (max-width: 767.98px) {
    #criteo .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; } }
  #criteo .navbar {
    padding: 1rem 0; }
    @media (max-width: 767.98px) {
      #criteo .navbar {
        padding: 0.5rem 0; } }
  #criteo a.nav-link:hover {
    color: #fff;
    background: #2AAB9F;
    border-radius: 3px; }
  #criteo .navbar-nav {
    font-size: 1.6rem; }
  #criteo .navbar-toggler {
    font-size: 2rem; }
  @media (max-width: 991.98px) {
    #criteo .navbar-brand img {
      width: 100px; } }
  #criteo p {
    font-size: 1.6rem;
    line-height: 1.8; }
  #criteo a img:hover {
    opacity: 0.7;
    transition: 0.3s; }
  #criteo .container {
    width: 1140px;
    max-width: none; }
    @media (max-width: 991.98px) {
      #criteo .container {
        width: 100% !important; } }
    @media (max-width: 991.98px) {
      #criteo .container {
        padding: 0 1rem; } }
  #criteo section {
    padding: 3rem 0; }
  #criteo .main {
    background: #130183 url("../images/back.png") no-repeat;
    background-position: right bottom;
    padding: 5rem 0;
    background-size: contain; }
    @media (max-width: 991.98px) {
      #criteo .main {
        padding: 3rem 0;
        background-size: 50%; } }
    @media (max-width: 767.98px) {
      #criteo .main {
        padding: 3rem 0;
        background-size: 100%; } }
    #criteo .main h1, #criteo .main .h1 {
      font-weight: 800;
      font-size: 5rem;
      line-height: 1.2;
      margin-bottom: 2rem;
      color: #fff;
      margin-top: 0; }
      @media (max-width: 767.98px) {
        #criteo .main h1, #criteo .main .h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
          text-align: center; } }
  #criteo h2, #criteo .h2 {
    color: #130183;
    text-align: center;
    margin: 4rem 0;
    font-weight: 700;
    font-size: 2.8rem;
    border-bottom: 2px solid #FE5000;
    border-top: 4px solid #FE5000;
    padding: 1rem 0;
    line-height: 1.4; }
    @media (max-width: 767.98px) {
      #criteo h2, #criteo .h2 {
        font-size: 1.8rem;
        margin: 2rem 0; } }
  #criteo h3, #criteo .h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 1.6; }
    @media (max-width: 767.98px) {
      #criteo h3, #criteo .h3 {
        font-size: 1.6rem; } }
  #criteo h4, #criteo .h4 {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 1rem;
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 2rem; }
  #criteo .card-text {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: 600; }
  #criteo section .white {
    background: #fff;
    position: relative;
    padding: 6rem 0 3rem; }
    #criteo section .white:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: -40px;
      left: 0;
      width: 0px;
      height: 0px;
      margin: auto;
      border-style: solid;
      border-color: #fff transparent transparent transparent;
      border-width: 40px 50px 0 60px;
      z-index: 10; }
  #criteo section .grey {
    background: #EFEFEF;
    position: relative;
    padding: 6rem 0 3rem; }
    #criteo section .grey:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: -40px;
      left: 0;
      width: 0px;
      height: 0px;
      margin: auto;
      border-style: solid;
      border-color: #EFEFEF transparent transparent transparent;
      border-width: 40px 50px 0 60px;
      z-index: 10; }
  #criteo section .last {
    background: #EFEFEF;
    position: relative;
    padding: 6rem 0 3rem; }
  #criteo p.lead {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.8; }
    @media (max-width: 767.98px) {
      #criteo p.lead {
        font-size: 1.6rem; } }
  #criteo .btn-slide {
    position: relative;
    cursor: pointer;
    padding: 1rem 3rem 1rem 1rem;
    color: #FE5000;
    border: 2px solid #FE5000;
    text-decoration: none;
    display: inline-block;
    font-size: 1.8rem;
    border-radius: 10rem;
    text-align: center;
    background: #130183; }
    @media (max-width: 767.98px) {
      #criteo .btn-slide {
        font-size: 1.6rem; } }
    #criteo .btn-slide.large {
      padding: 4rem 6rem 4rem 4rem;
      font-size: 3rem;
      line-height: 1;
      width: 80%; }
      @media (max-width: 767.98px) {
        #criteo .btn-slide.large {
          font-size: 1.6rem;
          padding: 2rem 3rem 2rem 2rem;
          width: 100%; } }
      #criteo .btn-slide.large::after {
        right: 2rem; }
    #criteo .btn-slide::after {
      position: absolute;
      right: 1rem;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      transition: .3s;
      content: '\f061'; }
    #criteo .btn-slide:hover {
      background: #FE5000;
      color: #fff; }
    #criteo .btn-slide:hover::after {
      border-left: none;
      right: 0.5rem; }
  #criteo [id*="s"] {
    margin-top: -60px;
    padding-top: 60px; }
  #criteo .hamburger {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 0 1rem; }
    @media (max-width: 991.98px) {
      #criteo .hamburger {
        justify-content: flex-start; } }
    #criteo .hamburger .logo {
      margin: 1rem 0;
      width: 110px; }
      @media (max-width: 991.98px) {
        #criteo .hamburger .logo {
          width: 100px;
          margin-right: 2rem; } }
  #criteo .hamburger .btn-gNav {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms; }
    #criteo .hamburger .btn-gNav span {
      position: absolute;
      width: 100%;
      height: 4px;
      background: #000;
      border-radius: 10px;
      -webkit-transition: all 400ms;
      transition: all 400ms; }
      #criteo .hamburger .btn-gNav span:nth-child(1) {
        top: 0; }
      #criteo .hamburger .btn-gNav span:nth-child(2) {
        top: 10px; }
      #criteo .hamburger .btn-gNav span:nth-child(3) {
        top: 20px; }
    #criteo .hamburger .btn-gNav.open span:nth-child(1) {
      background: #ffffff;
      top: 6px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #criteo .hamburger .btn-gNav.open span:nth-child(2), #criteo .hamburger .btn-gNav.open span:nth-child(3) {
      top: 6px;
      background: #ffffff;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg); }
  #criteo .btn-gNav {
    display: none; }
  #criteo .gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    margin: 1rem 0 1rem 0;
    padding: 0; }
    #criteo .gNav .gNav-menu li {
      margin: 0 auto;
      padding: 0 10px; }
  @media (max-width: 991.98px) {
    #criteo .btn-gNav {
      display: block; }
    #criteo .gNav {
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.8);
      font-size: 16px;
      box-sizing: border-box;
      z-index: 1;
      padding-top: 50px;
      transition: .3s; }
      #criteo .gNav.open {
        right: 0; }
      #criteo .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/ }
        #criteo .gNav .gNav-menu li {
          width: 100%;
          padding: 0;
          border-bottom: #525252 1px solid; }
          #criteo .gNav .gNav-menu li a {
            display: block;
            padding: 15px; } }
  #criteo section.link {
    background: #130183; }
  #criteo .block {
    border: 1px solid #fff;
    padding: 1.5rem;
    background: #fff; }
    #criteo .block h3, #criteo .block .h3 {
      background: #130183;
      color: #fff;
      padding: 1rem; }
    #criteo .block .btn-slide {
      background-color: transparent; }
      #criteo .block .btn-slide:hover {
        background-color: #FE5000; }