<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.topslidewrap {
  position: relative;
}
.top-catch {
  position: absolute;
  padding-left: 4.5%;
  padding-right: 9%;
  top: 23%;
  left: 0;
}
.topslider {
  height: 500px;
}
.slick-track,
.slick-list {
  height: 100%;
}
.topslider .slick-slide {
  height: 100%;
  width: auto;
  background-size: cover;
  background-position: top;
}
.notice-wrap {
  background-color: #ee9d00;
}
.top-notice {
  height: 75px;
  display: table;
  width: 100%;
}
.top-notice a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
.notice-date {
  padding-right: 30px;
}
main.top {
  background-color: #f8f5f5;
  padding-top: 65px;
}
.sec-01-hd-image {
  width: 95px;
  margin: auto;
}
.sec-01-hd {
  padding-bottom: 160px;
}
.sec-hd-t {
  text-align: center;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1;
  margin-top: 10px;
}
.top-product {
  font-size: 0;
  letter-spacing: 0;
  padding-top: 50px;
  max-width: 1200px;
  margin: auto;
}
.top-product li {
  display: inline-block;
  box-sizing: border-box;
  padding: 15px;
  width: 33.3%;
  vertical-align: top;
}
.top-product-inner {
  display: block;
  background-color: #fff;
  box-sizing: border-box;
  padding: 15px;
}
.standard-img-bg {
  padding-top: 145%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.standard-img {
  padding: 12% 18% 5%;
  text-align: center;
}
.standard-ttl {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
}
.standard-detail {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 10px auto;
  line-height: 1.7;
  min-height: 5.4em;
  max-width: 300px;
}
.standard-detail br {
  display: none;
}
.gotoproducs {
  display: block;
  width: 260px;
  background-color: #ee9d00;
  margin: auto;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 12px 0;
  margin-top: 70px;
}
.top-sec-02 {
  height: 400px;
  position: relative;
  background-image: url("../images/top/totogopro.jpg");
  background-size: cover;
  background-position: center;
}
.sec-catch {
  font-size: 38px;
  font-size: 3.8rem;
  background-color: #fff;
  position: absolute;
  line-height: 1;
  padding: 7px 10px;
  left: 10%;
}
.sec-catch-01 {
  top: 100px;
}
.sec-catch-02 {
  top: 175px;
}
.sec-catch-03 {
  top: 250px;
}
.gotoproduction-btn {
  position: absolute;
  right: 10%;
  bottom: 90px;
}
.gotoproduction-btn a {
  display: block;
  background-color: #ee9d00;
  width: 260px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 12px 0;
}
.top-sec-03 {
  padding-top: 150px;
  padding-bottom: 160px;
}
.top-sec-03-hd {
  text-align: center;
}
.sec-03-hd {
  font-size: 33px;
  font-size: 3.3rem;
  letter-spacing: 0.1em;
}
.topic-img-bg {
  padding-top: 53%;
  background-size: cover;
  background-position: center;
}
.top-topic {
  max-width: 1200px;
  margin: auto;
  padding: 40px 35px 55px;
  box-sizing: border-box;
}
.topic-cont {
  width: 33.3%;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 12px;
}

.top-topic-inner {
  display: block;
  background-color: #fff;
  border-radius: 15px;
  padding-bottom: 20px;
  overflow: hidden;
}
.topc-ttl {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 30px;
  padding-top: 10px;
  line-height: 1.8;
  height: 3.6em;
  overflow: hidden;
}
.totopics {
  width: 260px;
  margin: auto;
}
.totopics a {
  display: block;
  background-color: #ee9d00;
  text-align: center;
  font-size: 16px;
  padding: 12px 0;
  margin-top: 65px;
}
.slick-dots {
  left: 0;
  right: 0;
}

@media only screen and (max-width: 782px) {
  .top-notice {
    height: 68px;
  }
  .top-notice p {
    padding: 0 50px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .top-catch {
    padding: 0 2%;
    top: 43%;
    left: 0;
    right: 0;
  }
  .gotoproducs {
    width: 250px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px 0;
    margin-top: 80px;
  }
  .sec-01-hd-image {
    width: 85px;
  }
  .sec-hd-t {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .top-product {
    padding-top: 60px;
    padding-right: 2%;
    padding-left: 2%;
  }
  .top-product li {
    width: 50%;
    padding: 2%;
  }
  .standard-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .standard-detail {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec-catch {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .gotoproduction-btn a {
    width: 180px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 0;
  }
  .gotoproduction-btn {
    right: 30px;
    bottom: 30px;
  }
  .top-sec-02 {
    height: 300px;
  }
  .sec-catch-01 {
    top: 30px;
  }
  .sec-catch-02 {
    top: 95px;
  }
  .sec-catch-03 {
    top: 160px;
  }
  .sec-03-hd {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-topic {
    padding: 20px 15px 30px;
  }
  .topc-ttl {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 15px;
    padding-top: 5px;
  }
  .totopics a {
    font-size: 14px;
    padding: 8px 0;
    margin-top: 50px;
  }
}
</pre></body></html>