@charset "utf-8";

:root {
    --text-color: #595757;
    --color-green: #2bb15f;
    --color-blue: #005ae7;
    --color-lightblue: #59c4ff;
    --robo-font: 'Roboto Condensed', sans-serif;
  }

#livimex_w_wrap {

  /* ↓↓↓ common ↓↓↓ */

font-family: 'Noto Sans JP', sans-serif;

font-size: 1.2rem;












  .-noscroll {
    overflow: hidden;
  }

  .-pc {
    display: block;
  }

  .-sp {
    display: none;
  }

  @media (max-width: 768px) {
    .-pc {
      display: none;
    }

    .-sp {
      display: block;
    }
  }

  .-wb {
    display: inline-block;
  }

  .s-kowa {
    font-size: 0.75em;
    display: contents;
  }

  .m-kowa {
    font-size: 2.0rem;
    font-weight: bold;
    display: contents;
  }

  .bc-list .s-kowa,
  .small2 .s-kowa {
    font-size: 1.0rem;
  }

  .cap .s-kowa {
    font-size: 1.6rem;
  }

  .ita {
    font-style: italic;
  }

  header {
    width: 100%;
    height: 80px;
    padding: 0 3.125% 0 3.516%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }

  @media (min-width: 1281px) {
    header {
      padding: 0 40px 0 45px;
    }
  }

  @media (max-width: 768px) {
    header {
      padding: 0 0 0 10px;
    }
  }

  header .logo {
    width: 200px;
    height: 100%;
    position: relative;
    z-index: 10;
  }

  @media (max-width: 768px) {
    header .logo {
      width: 180px;
    }
  }

  header .logo a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }

  header .navi {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    container-type: inline-size;
  }

  @media (max-width: 768px) {
    header .navi {
      display: none;
      container-type: unset;
      position: absolute;
      top: 80px;
      left: 0;
      width: 100%;
      height: calc(100vh - 80px);
      overflow-y: scroll;
      background-color: rgba(89, 87, 87, .6);
      z-index: 10;
    }
  }

  @container (max-width: 700px) {
    header .navi ul {
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    header .navi ul li {
      text-align: right;
    }
  }

  header .navi ul {
    display: flex;
    align-items: center;
  }

  @media (max-width: 768px) {
    header .navi ul {
      flex-direction: column;
      width: 100%;
      padding: 10px 30px 0;
      height: 410px;
      background: linear-gradient(90deg, rgba(214, 236, 219, 1) 0%, rgba(182, 229, 247, 1) 100%);
    }
  }

  header .navi ul li {
    margin-left: 30px;
  }

  @media (max-width: 768px) {
    header .navi ul li {
      width: 100%;
      margin-left: 0;
      border-bottom: 1px solid #595757;
    }

    header .navi ul li:last-of-type {
      border-bottom: 0;
    }
  }

  header .navi ul li a {
    transition: color 300ms 0s ease;
  }

  @media (min-width: 769px) {
    header .navi ul li a:hover {
      color: #2bb15f;
    }
  }

  @media (max-width: 768px) {
    header .navi ul li a {
      display: block;
      width: 100%;
      padding: 20px 10px;
      position: relative;
    }

    header .navi ul li a::before {
      content: '';
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      width: 13px;
      height: 8px;
      background: url(https://hc.kowa.co.jp/livimex/assets/img/common/menu-arrow_sp.svg)no-repeat;
    }
  }

  header .spmenu {
    display: none;
  }

  @media (max-width: 768px) {
    header .spmenu {
      display: block;
      width: 80px;
      height: 100%;
      background: linear-gradient(90deg, rgba(214, 236, 219, 1) 0%, rgba(182, 229, 247, 1) 100%);
      position: relative;
      cursor: pointer;
    }

    header .spmenu .group {
      position: absolute;
      top: 25px;
      left: 50%;
      transform: translateX(-50%);
      width: 26px;
      height: 16px;
    }

    header .spmenu .group span {
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #000;
      transition: all 300ms 0s ease;
    }

    header .spmenu .group span:nth-of-type(1) {
      top: 0;
      transform-origin: bottom right;
    }

    header .spmenu .group span:nth-of-type(2) {
      top: 50%;
    }

    header .spmenu .group span:nth-of-type(3) {
      bottom: 0;
      transform-origin: top right;
    }

    header .spmenu.is-open .group span:nth-of-type(1) {
      transform: translate(-3px, -2px) rotate(-45deg);
    }

    header .spmenu.is-open .group span:nth-of-type(2) {
      transform: translateX(50%);
      opacity: 0;
    }

    header .spmenu.is-open .group span:nth-of-type(3) {
      transform: translate(-3px, 2px) rotate(45deg);
    }



    header .spmenu .text {
      position: absolute;
      bottom: 18px;
      left: 0;
      width: 100%;
      height: 14px;
      font-size: 1.4rem;
      text-align: center;
      line-height: 1;
      overflow: hidden;
    }

    header .spmenu .text::before,
    header .spmenu .text::after {
      transition: top 300ms 0s ease;
    }

    header .spmenu .text::before {
      content: 'MENU';
      position: absolute;
      top: 0;
      left: 25%;
    }

    header .spmenu.is-open .text::before {
      top: 100%;
    }

    header .spmenu .text::after {
      content: 'CLOSE';
      position: absolute;
      top: 100%;
      left: 20%;
    }

    header .spmenu.is-open .text::after {
      top: 0%;
    }
  }

  main {
    /* padding-top: 80px; */
    background: rgb(214, 236, 219);
    background: linear-gradient(90deg, rgba(214, 236, 219, 1) 0%, rgba(182, 229, 247, 1) 100%);
  }

  .top-notes {
    width: 100%;
    height: 56px;
    padding: 0 20px;
    background-color: var(--color-green);
    font-size: min(1.9rem, 1.8vw);
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  @media (min-width: 1281px) {
    .top-notes {
      font-size: 1.9rem;
    }
  }

  @media (max-width: 768px) {
    .top-notes {
      height: auto;
      padding: 15px;
      font-size: 1.6rem;
      line-height: 1.4;
      text-align: justify;
      flex-direction: column;
    }
  }

  .top-notes a {
    margin-left: 1.5em;
    font-size: .8421em;
    text-decoration: underline;
    transition: opacity 300ms 0s ease;
  }

  @media (min-width: 769px) {
    .top-notes a:hover {
      opacity: .7;
    }
  }

  @media (max-width: 768px) {
    .top-notes a {
      margin-left: auto;
      font-size: 1.4rem;
    }
  }

  /* ↑↑↑ common ↑↑↑ */

  /* ↓↓↓ footer ↓↓↓ */
  footer {
    padding-top: 120px;
    padding-bottom: 20px;
    background: rgb(214, 236, 219);
    background: linear-gradient(90deg, rgba(214, 236, 219, 1) 0%, rgba(182, 229, 247, 1) 100%);
    position: relative;
  }

  @media (max-width: 768px) {
    footer {
      padding-top: 80px;
      padding-bottom: 20px;
    }
  }

  footer .belt {
    width: 100%;
    height: 48px;
    background-color: var(--color-green);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  @media (max-width: 768px) {
    footer .belt {
      height: auto;
      padding: 20px 30px;
      flex-wrap: wrap;
    }
  }

  footer .belt a {
    margin: 0 15px;
    color: #fff;
  }

  @media (max-width: 768px) {

    /* footer .belt a:not(:last-of-type) {
    margin-bottom: 10px;
  } */
    footer .belt a {
      width: 50%;
      margin: 0;
    }

    footer .belt a:nth-of-type(1),
    footer .belt a:nth-of-type(3) {
      width: 60%;
    }

    footer .belt a:nth-of-type(2),
    footer .belt a:nth-of-type(4) {
      width: 40%;
    }

    footer .belt a:nth-of-type(1),
    footer .belt a:nth-of-type(2) {
      margin-bottom: 5px;
    }
  }

  @media (min-width: 769px) {
    footer .belt a:hover {
      text-decoration: underline;
    }
  }

  footer .logo {
    width: 100px;
    margin: 25px auto 0;
    position: relative;
  }

  footer .copyright {
    display: block;
    width: 100%;
    margin-top: 15px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
    letter-spacing: 0;
    position: relative;
  }

  footer .gototop {
    position: absolute;
    bottom: 25px;
    right: 45px;
    width: 64px;
    height: 64px;
    z-index: 10;
    display: none;
  }

  @media (min-width: 769px) {
    footer .gototop:hover {
      opacity: .7;
    }
  }

  @media (max-width: 768px) {
    footer .gototop {
      bottom: 10px;
      right: 10px;
      width: 56px;
      height: 56px;
    }
  }

  footer .gototop.-set {
    bottom: 25px;
  }

  @media (max-width: 768px) {
    footer .gototop.-set {
      bottom: 40px;
    }
  }

  footer .bg1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  @media (max-width: 768px) {
    footer .bg1 {
      bottom: 0;
    }
  }

  /* ↑↑↑ footer ↑↑↑ */


  /* ↓↓↓ @property ↓↓↓ */
  @property --color-stop1 {
    syntax: '<color>';
    initial-value: #ffffff;
    inherits: false;
  }

  @property --color-stop2 {
    syntax: '<color>';
    initial-value: #ffffff;
    inherits: false;
  }

  @property --color-stop3 {
    syntax: '<color>';
    initial-value: #ffffff;
    inherits: false;
  }

  /* ↑↑↑ @property ↑↑↑ */
  @media (min-width: 1281px) {}

  @media (max-width: 1280px) {}

  @media (max-width: 768px) {}

  @media (max-width: 480px) {}

  @media (max-width: 375px) {}

  @media (max-width: 360px) {}


}