.skeleton-box {
  display: block;
  height: 24px;
  position: relative;
  overflow: hidden;
  background-color: #DDDBDD;
  margin-bottom: 16px;
}

  .skeleton-box::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0) 100%
    );
    animation: shimmer 1.5s infinite;
  }

  @keyframes shimmer {
    100% {
      transform: translateX(100%);
    }
  }

.min-height {
  min-height: 100vh;
}

.brandKV {
  background-image: url(../img/brandKV.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
  position: relative;
  clear: both;
  zoom: 1;
}

.brandKV:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}

@media screen and (max-width: 600px) {

  .brandKV {
    height: 320px;
  }
}

.beandTitle {
  background-color: var(--main_1);
  position: absolute;
  left: 0;
  bottom: 64px;
  padding: 32px;
  text-align: right;
}

.beandTitle h1 {
    font-weight: bold;
    font-size: 1.5rem;
    color: #ffffff;
  }

.beandTitle.style1 {
    max-width: 61rem;
    width: 100%;
  }

.beandTitle.style2 {
    max-width: 41rem;
    width: 100%;
  }

.beandTitle.style3 {
    max-width: 38rem;
    width: 100%;
  }

@media screen and (max-width: 1024px) {

  .beandTitle {
    width: auto;
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
    .beandTitle.style1,
    .beandTitle.style2,
    .beandTitle.style3 {
      width: calc(100vw - 30px);
    }
    .beandTitle {
    padding: 16px 48px;
    bottom: 32px;
  }
    .beandTitle h1 {
      font-size: 1.25rem;
    }
}

@media screen and (max-width: 320px) {

  .beandTitle {
    padding: 16px 32px;
  }
    .beandTitle h1 {
      font-size: 1rem;
    }
}

.brand .PrimarySide,
  .brand .OtherSide {
    padding-top: 32px;
  }

.brand h2 {
    font-size: 1.25rem;
    font-weight: bold;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--main_2);
  }

.brand .sub_part {
    margin-bottom: 16px;
  }

.brand .sub_part:last-child {
      margin-bottom: 0;
    }

.brand .sub_part p {
    margin-bottom: 5px;
  }

.brand .sub_part p:last-child {
      margin-bottom: 0;
    }

.brand p {
    margin-bottom: 16px;
  }

.brand p:last-child {
      margin-bottom: 0;
    }

.brand p.blue {
      color: var(--main_1);
    }

.brand p.dot {
      position: relative;
      color: var(--main_1);
      padding-left: 8px;
    }

.brand p.dot::before {
        content: '';
        display: block;
        width: 3px;
        height: 3px;
        border-radius: 100%;
        background-color: var(--main_1);
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1.5px;
      }

.brand p a:link {
        color: var(--main_1);
      }

.brand p a:active {
        color: var(--main_1);
      }

.brand p a:visited {
        color: var(--main_1);
      }

.brand p a:hover {
        color: var(--main_1);
      }

.brand p a.black:link {
        color: var(--main_2);
      }

.brand p a.black:active {
        color: var(--main_2);
      }

.brand p a.black:visited {
        color: var(--main_2);
      }

.brand p a.black:hover {
        color: var(--main_2);
      }

.brand .part {
    margin-bottom: 32px;
    clear: both;
    zoom: 1;
  }

.brand .part:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}

.brand .part:last-child {
    margin-bottom: 64px;
  }

@media screen and (max-width: 600px) {
    .brand h2 {
      font-size: 1.125rem;
    }
    .brand .part:last-child {
      margin-bottom: 48px;
    }
}

@media screen and (max-width: 320px) {
    .brand p {
      font-size: 0.875rem;
    }
    .brand h2 {
      font-size: 1rem;
    }
    .brand .part:last-child {
      margin-bottom: 32px;
    }
}

.eColumn {
  margin-top: 16px;
  text-align: center;
  float: left;
  width: calc(50% - 32px);
  margin-right: 64px;
}

.eColumn:last-child {
    margin-right: 0;
  }

.eColumn p {
    text-align: left;
    margin-bottom: 8px;
  }

.eColumn:last-child {
    margin-bottom: 0;
  }

.eColumn figure {
    background-color: rgba(244, 244, 244, 1);
    margin: 0 auto 24px;
    width: 179px;
    height: 179px;
    border-radius: 100%;
    overflow: hidden;
  }

.eColumn figure img {
      max-width: 100%;
      max-height: 100%;
    }

.eColumn h3 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 16px;
  }

@media screen and (max-width: 600px) {

  .eColumn {
    width: calc(100% - 80px);
    margin-right: 0;
    float: none;
  }
    .eColumn:last-child {
      margin-right: auto;
    }
    .eColumn {
    margin: 16px auto 32px auto;
  }
}

.eColumn:nth-of-type(1) figure img { padding-top: 13px;}

.nopaddindbox > p {
    margin-bottom: 0;
  }

.useful-title {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--additional_3-1);
}

.useful-link {
  display: block;
  position: relative;
  padding: 16px 0;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--additional_3-1);
}

.useful-link:link {
    color: var(--additional_2);
  }

.useful-link:active {
    color: var(--additional_2);
  }

.useful-link:visited {
    color: var(--additional_2);
  }

.useful-link:hover {
    color: var(--additional_2);
  }

.useful-link:after {
    content: '';
    display: block;
    background-image: url(../img/rightarrow_b.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    opacity: 0.75;
  }
