:root {
  --dark-red: #900;
  --green-yellow: #d0ff00;
  --maroon: #4d0000;
  --light-gray: #676767;
  --text: #200000;
}

a {
  color: var(--dark-red);
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.container {
  width: 1200px;
  max-width: 99%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-01a {
  background-image: linear-gradient(to top, #000, #fff0 19%), linear-gradient(#0000004d, #0000004d), url('../images/top-01a.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90vh;
  margin: 0;
  display: flex;
  position: relative;
}

.div-01b {
  margin-left: 0;
  margin-right: 0;
}

.p-wh-01 {
  color: #fff;
  text-align: left;
  align-items: center;
  margin: 0;
  padding: 4px 0;
  font-family: Oswald, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  display: block;
}

.nav-block {
  z-index: 10;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: all .2s;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.div-02a {
  float: none;
  clear: both;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 5%;
  display: block;
  position: static;
}

.div-flex {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10%;
  display: flex;
}

.div-01c {
  flex: none;
  margin-left: -120px;
  padding-top: 10px;
  display: block;
  position: relative;
}

.p-wh-02 {
  color: #fff;
  font-family: PT Serif, serif;
  font-size: 26px;
  line-height: 36px;
}

.div-02b {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.div-02c {
  flex: none;
  margin-left: auto;
  margin-right: auto;
}

.p-wh-03 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: PT Serif, serif;
  font-size: 26px;
  line-height: 36px;
  display: block;
}

.div-001 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 70vh;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-single-01b {
  z-index: 2;
  flex: 0 auto;
  width: 45%;
  margin-top: 25vh;
  margin-left: 10%;
  display: block;
  position: absolute;
}

.p-title-wh-01 {
  color: #fff;
  letter-spacing: .5px;
  text-shadow: 0 0 6px #00000080;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.p-date-wh-01 {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 26px;
  display: block;
}

.link-tag {
  color: #d0ff00;
  background-color: #00000080;
  border: 1px solid #d0ff00;
  margin: 1%;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.div-002 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-1200 {
  width: 1200px;
  max-width: 99%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: block;
}

.p-01 {
  color: var(--maroon);
  background-color: #0000;
  margin-bottom: 8px;
  padding: 4px 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.h1a {
  border-left: 10px solid var(--maroon);
  color: var(--maroon);
  white-space: break-spaces;
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 10px 10px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  display: block;
}

.ul-single-01 {
  background-color: #0000;
  width: 1200px;
  max-width: 99%;
  margin: 20px auto;
  padding: 10px 0;
  list-style-type: none;
  display: flex;
}

.li-single-01 {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 10px;
}

.link-single-01 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.thum-top-01 {
  position: relative;
}

.p-thum-title-01 {
  z-index: 2;
  color: var(--dark-red);
  flex: 0 auto;
  width: 100%;
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
  inset: 0% 0% auto;
}

.thum-01 {
  object-fit: contain;
  flex: none;
  order: -1;
  align-self: flex-start;
  width: 105%;
  max-width: 105%;
  height: auto;
  position: relative;
  top: 0;
}

.p-thum-date-01 {
  color: #000;
  flex: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 10px;
  display: block;
}

.h2a {
  color: var(--maroon);
  background-color: #ececec;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
}

.div-block {
  filter: blur();
  position: relative;
}

.div-block-2 {
  filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff4d;
  width: 100%;
  height: 60px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.paragraph {
  color: #000;
  margin: 0;
}

.triadic-logo {
  flex: none;
  margin-right: 1%;
}

.nav-001 {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  max-width: 99%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-002 {
  flex: 1;
  display: block;
}

.h3-01 {
  text-align: center;
  border-bottom: .5px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 200;
  line-height: 56px;
}

.ul-product-01 {
  clear: both;
  width: 1200px;
  max-width: 99%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style-type: none;
  display: block;
}

.li-product-01, .li-product-02 {
  clear: both;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 10px;
  display: flex;
}

.product-701 {
  width: 65%;
  padding: 16px;
  position: relative;
}

.product-30 {
  width: 35%;
  padding: 16px;
  position: relative;
}

.p-pr-01 {
  text-align: center;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.p-pr-02 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  line-height: 30px;
}

.product-sub {
  border-top: 1px solid #969696;
  width: 80%;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0 8px;
}

.p-or {
  color: #fff;
  text-align: center;
  background-color: #f98a31;
  width: 50%;
  margin: 8px auto;
  padding: 10px 16px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.p-sub {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 38px;
}

.color-or {
  color: #f98a31;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
  inset: 0% auto auto 10%;
  transform: rotate(-7deg);
}

.color-gr {
  color: #48da51;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
  inset: 0% auto auto 10%;
  transform: rotate(-7deg);
}

.p-gr {
  color: #fff;
  text-align: center;
  background-color: #48da51;
  width: 50%;
  margin: 8px auto;
  padding: 10px 16px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  display: block;
}

.product-702, .product-703 {
  width: 65%;
  padding: 16px;
  position: relative;
}

.p-bo {
  color: #fff;
  text-align: center;
  background-color: #c73542;
  width: 50%;
  margin: 8px auto;
  padding: 10px 16px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  display: block;
}

.color-bo {
  color: #c73542;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
  inset: 0% auto auto 10%;
  transform: rotate(-7deg);
}

.li-product-03 {
  clear: both;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 10px;
  display: flex;
}

.news-ul-01 {
  width: 1200px;
  max-width: 99%;
  height: auto;
  margin: 16px auto 0;
  padding: 10px 0;
  font-size: 18px;
  line-height: 28px;
  list-style-type: none;
}

.list-item {
  width: 1200px;
  max-width: 99px;
  height: auto;
}

.news-li-01 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  display: block;
}

.news-div-01 {
  width: 15%;
  padding-left: 8px;
  padding-right: 8px;
}

.p-date-01 {
  color: var(--light-gray);
  margin: 0;
  padding: 6px 0 6px 8px;
}

.news-div-02 {
  width: 100%;
}

.news-link {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 32px;
  display: flex;
}

.p-news-01 {
  color: var(--text);
  flex: 0 auto;
  margin: 10px 0;
  font-size: 20px;
  font-weight: 600;
}

.div-news-00 {
  text-align: center;
  width: 15%;
  padding: 4px;
}

.p-news-00 {
  background-color: var(--light-gray);
  color: #fff;
  margin: 0;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
}

.p-news-02 {
  color: var(--text);
  -webkit-text-stroke-color: var(--text);
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.div-02g {
  clear: both;
  background-color: #ebebeb;
  width: 100%;
  height: auto;
  padding-top: 5%;
  position: static;
}

.logo {
  width: 120px;
  height: auto;
}

.footer-ul {
  background-color: #1a1a1a;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 1200px;
  min-width: 100%;
  margin: 0 0 10px;
  padding: 10px 0;
  list-style-type: none;
  display: flex;
}

.footer-li-50 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 16px;
  display: flex;
}

.footer-p {
  color: #e6e6e6;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 26px;
}

.title-01 {
  color: #dc134c;
  border-bottom: 1px solid #cbcbcb;
  margin: 0 0 10px;
  padding: 8px 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.p-news-03 {
  width: 80%;
  margin: 4px auto;
  padding: 4px 16px;
  font-size: 18px;
  line-height: 30px;
}

.top-03a {
  background-image: url('../images/top-03a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70vh;
  margin: 0;
  display: flex;
  position: relative;
}

.center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.link-01 {
  color: #fff;
  -webkit-text-stroke-color: var(--dark-red);
  min-width: 260px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 32px;
}

.link-01p {
  margin: 0;
  padding: 0;
}

.link-2 {
  background-color: var(--dark-red);
  transition: all .2s;
}

.link-2:hover {
  background-color: #ea2626;
}

.color-ig {
  color: #a8a8a8;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 10%;
  transform: rotate(-7deg);
}

.p-ig {
  color: #fff;
  text-align: center;
  background-color: #b3b3b3;
  width: 50%;
  margin: 8px auto;
  padding: 10px 16px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.div-a-01 {
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 15px;
  display: flex;
}

.drop-01 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-left: 8px;
  margin-right: 8px;
  padding: 10px 4px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.drop-a {
  background-color: var(--dark-red);
  width: 40px;
  height: 2px;
  position: relative;
  transform: translate(7px, 20px)rotate(90deg);
}

.drop-b {
  background-color: var(--dark-red);
  width: 30px;
  height: 2px;
  transform: translate(2px, 27px)rotate(45deg);
}

.drop-c {
  background-color: var(--dark-red);
  width: 30px;
  height: 2px;
  transform: translate(23px, 28px)rotate(-45deg);
}

.p-011 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  inset: auto 0% 0%;
}

.p-012 {
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 12px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.div-a-02 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 16px;
  transition: all .2s;
  overflow: hidden;
}

.news-01 {
  margin-bottom: 10px;
  display: flex;
}

.arrow {
  cursor: pointer;
  flex-flow: row;
  flex: none;
  width: 56px;
  height: 56px;
  padding: 0;
  display: block;
  position: relative;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .p-wh-01 {
    font-size: 60px;
    line-height: 60px;
  }

  .div-flex {
    flex: none;
  }

  .div-single-01b {
    width: 70%;
    margin-top: 10vh;
    margin-left: 5%;
  }

  .thum-top-01 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .li-product-01 {
    flex-wrap: wrap;
  }

  .product-701 {
    width: 50%;
  }

  .product-30 {
    order: -1;
    width: 50%;
  }

  .product-sub {
    width: 99%;
  }

  .p-or {
    width: 80%;
  }

  .color-or, .color-gr {
    left: 2%;
  }

  .p-gr {
    width: 80%;
  }

  .product-702, .product-703 {
    width: 50%;
  }

  .div-news-00 {
    width: 220px;
  }

  .p-news-00 {
    width: 200px;
    max-width: 200px;
  }

  .footer-ul {
    flex-flow: wrap;
    width: 99px;
    min-width: 98%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-wh-01 {
    font-size: 40px;
    line-height: 40px;
  }

  .p-wh-02 {
    font-size: 22px;
    line-height: 22px;
  }

  .div-001 {
    height: auto;
  }

  .div-single-01b {
    width: 85%;
  }

  .p-title-wh-01 {
    font-size: 26px;
    line-height: 35px;
  }

  .li-single-01 {
    width: 48%;
  }

  .li-product-02 {
    flex-wrap: wrap;
  }

  .product-701, .product-30, .product-702, .product-703 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .div-flex {
    flex: 0 auto;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-01c {
    flex: 0 auto;
  }

  .div-02c {
    flex: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .p-wh-03 {
    font-size: 22px;
    line-height: 32px;
  }

  .div-single-01b {
    width: 94%;
    margin: 0% 3% 16px;
    inset: auto 0% 0%;
  }

  .p-title-wh-01 {
    font-size: 20px;
    line-height: 32px;
  }

  .p-date-wh-01 {
    margin-bottom: 4px;
    padding-bottom: 4px;
  }

  .link-tag {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 13px;
    line-height: 20px;
    transition: all .2s linear;
  }

  .link-tag:hover {
    background-color: var(--green-yellow);
    color: var(--maroon);
  }

  .div-002 {
    padding: 20px 0;
    display: block;
  }

  .div-1200 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .p-01 {
    width: 100%;
  }

  .h1a {
    width: 100%;
    padding-left: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .thum-top-01 {
    z-index: 1;
  }

  .h2a {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 38px;
  }

  .paragraph {
    margin-left: 1%;
    margin-right: 1%;
  }

  .li-product-01 {
    flex-flow: column wrap;
  }

  .product-701 {
    width: 100%;
  }

  .p-pr-02 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .product-sub {
    width: 96%;
  }

  .p-or {
    width: 90%;
    font-size: 20px;
    line-height: 30px;
  }

  .color-or, .color-gr {
    z-index: 2;
    top: -7%;
    left: 2%;
  }

  .p-gr, .p-bo {
    width: 90%;
  }

  .color-bo {
    z-index: 2;
    top: -7%;
    left: 2%;
  }

  .news-li-01 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .news-div-01 {
    width: 96%;
  }

  .p-date-01 {
    text-align: right;
    width: 100%;
  }

  .news-link {
    padding: 20px 12px;
    overflow: hidden;
  }

  .p-news-01 {
    clear: none;
    flex: 1;
    align-self: flex-start;
    margin-top: 0;
    font-size: 18px;
  }

  .div-news-00 {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .p-news-00 {
    width: 100%;
    max-width: 100%;
  }

  .p-news-02 {
    flex: 0 auto;
    font-size: 16px;
    overflow: hidden;
  }

  .footer-ul {
    flex-flow: column;
  }

  .footer-li-50 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-p {
    font-size: 15px;
  }

  .p-news-03 {
    width: 99%;
  }

  .top-03a {
    background-position: 50%;
    background-size: cover;
    height: 40vh;
  }

  .color-ig {
    z-index: 2;
    top: -7%;
    left: 2%;
  }

  .p-ig {
    width: 90%;
  }

  .div-a-01 {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .drop-01 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-a-02 {
    flex: 0 auto;
    padding-left: 8px;
    padding-right: 8px;
  }

  .link-3, .link-4 {
    font-size: 17px;
  }

  .arrow {
    clear: none;
    align-self: flex-start;
    position: relative;
    inset: 0% auto auto 0%;
  }
}


