<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/* main */
.main {
  width: 100%;
  color: #333;
}
.content_bg0 {
  top: 0;
  left: 0;
  right: 0;
  height: 1000px;
  position: fixed;
  background-image: url(../img/topbg_sp.jpg);
  background-position: center center;
  background-size: cover;
}
#contents {
  z-index: 0;
}
.background {
  top: 0;
  left: 0;
  right: 0;
  height: 1000px;
  position: fixed;
  background-position: center center;
  opacity: 0;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.show .background {
  opacity: 1;
}
.contents .wrap {
  width: 100%;
  height: 100%;
  padding: 60vh 0 10vh;
  position: relative;
  z-index: 2;
}
.wrap2 {
  padding: 20vh 0 20vh;
  position: relative;
  z-index: 2;
}
/* design*/
#content01_bg {
  background-image: url(../img/topbg_sp.jpg);
}
#content02_bg {
  background-image: url(../img/about.jpg);
  transform: scale(-1, 1);
}
#content01 .wrap {
  background-color: rgba(0, 0, 0, 0.30);
}
#content02 .wrap2 {
  background-color: rgba(0, 0, 0, 0.30);
}
.text-box {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 50%;
  color: #fff;
  padding: 0 24px;
}
.top_p1 {
  width: 100%;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 4.0rem;
  padding: 0;
  margin: 0;
  text-shadow: 1px 1px 3px #acacac;
}
.top_p1 br {
  display: none;
}
.top_p2 {
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: left;
  margin: 5px 0 40px;
}
.text-box2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.text-box2-title {
  width: 60%;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.6rem;
  color: #fff;
  text-shadow: 1px 1px 3px #acacac;
}
.text-box2 img {
  width: 15%;
  height: 100%;
  margin-bottom: 30px;
  filter: hue-rotate(130deg);
}
.text-box2-title-content {
  width: 100%;
  max-width: 410px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.8rem;
  text-shadow: 1px 1px 3px #acacac;
}
@media (min-width:992px) {
  /* init */
  #contents {
    z-index: 0;
  }
  .content_bg0 {
    top: 0;
    left: 0;
    right: 0;
    height: 1000px;
    position: fixed;
    background-image: url(../img/topimage.jpg);
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
  }
  .background {
    top: 0;
    left: 0;
    right: 0;
    height: 1000px;
    position: fixed;
    background-position: center center;
    opacity: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .show .background {
    opacity: 1;
  }
  .contents .wrap {
    padding: 45vh 0 20vh;
    position: relative;
    z-index: 2;
  }
  .wrap2 {
    padding: 20vh 0 20vh;
    position: relative;
    z-index: 2;
  }
  /* design*/
  #content01_bg {
    background-image: url(../img/topimage.jpg);
  }
  #content02_bg {
    background-image: url(../img/about.jpg);
    transform: scale(-1, 1);
  }
  #content01 .wrap {
    background-color: rgba(0, 0, 0, 0.30);
  }
  #content02 .wrap2 {
    background-color: rgba(0, 0, 0, 0.30);
  }
  .text-box {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .top_p1 {
    font-size: 7.5rem;
    font-weight: 600;
    line-height: 9rem;
    padding: 0;
    margin: 0;
    text-shadow: 1px 1px 3px #acacac;
  }
  .top_p1 br {
    display: block;
  }
  .top_p2 {
    font-size: 2.4rem;
    line-height: 2.4rem;
    text-align: left;
    margin: 20px 0;
  }
  .text-box2 {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
  }
  .text-box2-title {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 5rem;
    color: #fff;
    text-shadow: 1px 1px 3px #444;
  }
  .text-box2 img {
    width: 7%;
    height: 100%;
    margin-bottom: 30px;
    filter: hue-rotate(130deg);
  }
  .text-box2-title-content {
    max-width: 580px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 3.3rem;
    text-shadow: 1px 1px 3px #444;
  }
}
/* NEWS */
.news {
  position: relative;
  background-color: #FFF;
  padding: 60px 24px;
}
.news_wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.news_content {
  width: 100%;
  margin-top: 40px;
}
.news-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news_list-topline {
  border: solid 1px #333;
}
.news-list .item a {
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #000;
  padding: 20px 0;
}
.first {
  border-top: 1px solid #000;
}
.news-list .item .date {
  margin: auto 0;
  min-width: 70px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #333333;
  padding: 0;
}
.news-list .item .category {
  margin: auto 0;
  min-width: 60px;
  padding: 0;
}
.news-list .item .category span {
  background: #fff;
  border: solid 1px #333;
  color: #333;
  text-align: center;
  display: inline-block;
  padding: 5px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.news-list .item .title {
  margin: 0;
  width: 100%;
  font-size: 1.2rem;
  line-height: 2.3rem;
  padding: 5px 10px;
}
.news-list .item a:hover .title {
  color: #ccc;
}
@media (min-width:992px) {
  .news {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 0;
  }
  .news_wrapper {
    max-width: 1440px;
    display: flex;
    padding: 120px 80px;
    margin: 0 auto;
  }
  .news_title-wrapper {
    width: 30%;
    margin: auto 0;
  }
  .news_content {
    width: 67%;
    margin: auto 0 auto auto;
  }
  .news-list .item a {
    display: flex;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #333;
    border-bottom: 2px solid #000;
    padding: 50px 0;
  }
  .first {
    border-top: 2px solid #000;
  }
  .news-list .item .date {
    margin: 0;
    min-width: 120px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333333;
    padding: 10px 15px 0;
  }
  .news-list .item .category {
    margin: 0;
    min-width: 120px;
    padding: 0 15px;
  }
  .news-list .item .category span {
    background: #fff;
    border: solid 1px #333;
    color: #333;
    text-align: center;
    display: inline-block;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 2.0rem;
  }
  .news-list .item .title {
    margin: 0;
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.3rem;
    padding: auto 20px;
  }
}
/* product */
.product {
  position: relative;
  margin: 0;
}
.product_wrapper {
  width: 100%;
  height: 100%;
  background-color: #112046;
  padding: 60px 24px;
}
.product_content {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.product_content_title-wrapper {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.logo_line-product {
  filter: hue-rotate(135deg);
  width: 10%;
  height: auto;
  margin-bottom: 30px;
}
.item-icon {
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.item-icon li {
  width: 30%;
  margin: 0 5px 15px;
}
.item-icon li a {
  width: 100%;
}
.item-icon li a img {
  width: 100%;
  border-radius: 3px;
}
.all_items {
  display: block;
}
.product_all {
  display: none;
}
@media (min-width:992px) {
  .product {
    position: relative;
    margin: 0;
  }
  .product_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #112046;
    padding: 120px 80px 60px;
  }
  .product_content {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
  }
  .product_content_title-wrapper {
    width: 30%;
    margin: 0;
  }
  .logo_line-product {
    filter: hue-rotate(135deg);
    width: 15%;
    height: auto;
    margin-bottom: 60px;
  }
  .item-icon {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
  }
  .item-icon li {
    width: 30%;
    margin: 0 15px 15px 0;
  }
  .item-icon li a img {
    width: 100%;
    border-radius: 5px;
  }
  .all_items {
    display: none;
  }
  .product_all {
    display: block;
    width: 25%;
    height: 100px;
    background-color: #fff;
    margin: 60px auto;
  }
  .product_all button {
    width: 100%;
    max-width: 400px;
    padding: 35px;
    margin: 0;
    text-align: center;
    border: none;
  }
  .product_all button a {
    text-decoration: none;
    color: #333;
    font-size: 2.4rem;
    font-weight: 600;
  }
}
/* makerlogo */
.loopSlide {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  overflow: hidden;
}
.loopSlide ul {
  padding: 0;
  display: flex;
  flex-shrink: 0;
}
.loopSlide ul:first-child {
  animation: slide1 60s -30s linear infinite;
}
.loopSlide ul:last-child {
  animation: slide2 60s linear infinite;
}
.loopSlide ul li {
  display: inline-block;
  width: 100%;
  min-width: 100px;
  margin-right: 40px;
  list-style: none;
  text-align: center;
}
.loopSlide ul img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 210px;
}
.loopSlide:hover ul {
  animation-play-state: paused;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media (min-width:992px) {
  .loopSlide {
    position: relative;
    width: 100%;
    background-color: #FFF;
    display: flex;
    overflow: hidden;
  }
  .loopSlide ul {
    padding: 0;
    width: 150vw;
    display: flex;
    flex-shrink: 0;
  }
  .loopSlide ul:first-child {
    animation: slide1 61s -30s linear infinite;
  }
  .loopSlide ul:last-child {
    animation: slide2 61s linear infinite;
  }
  .loopSlide ul li {
    display: inline-block;
    width: 100%;
    max-width: 450px;
    min-width: 150px;
    margin-right: 60px;
    list-style: none;
    text-align: center;
  }
  .loopSlide ul img {
    display: block;
    width: 100%;
    max-width: 350px;
    height: auto;
    max-height: none;
  }
  .loopSlide:hover ul {
    animation-play-state: paused;
  }
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}</pre></body></html>