@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&family=Roboto:wght@400;700&display=swap");
#visual {
  min-width: 1040px;
}

@media (max-width: 480px) {
  #visual {
    min-width: 100%;
  }
}

#visual .visual {
  margin: 0 auto;
}

@media (max-width: 480px) {
  #visual .visual {
    max-width: 100%;
  }
}

#visual .visual img {
  width: 100%;
  display: block;
}

@media (max-width: 480px) {
  #visual .visual .slick-track {
    padding-bottom: 40px;
  }
}

#visual .visual .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

#visual .visual .slick-slide .img {
  width: 1050px;
  max-width: 70vw;
}

@media (max-width: 480px) {
  #visual .visual .slick-slide .img {
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  #visual .visual .slick-slide .img {
    width: auto;
  }
}

#visual .visual .slick-slide .copy {
  position: absolute;
  font-weight: bold;
  font-size: 60px;
  top: 20%;
  left: 10%;
  line-height: 1.4;
}

@media (max-width: 480px) {
  #visual .visual .slick-slide .copy {
    font-size: 28px;
    background: #fff;
    display: inline-block;
    top: unset;
    bottom: -40px;
    left: unset;
    right: 0;
    padding: 10px 20px;
  }
}

.top_contents {
  padding: 80px 0;
}

@media (max-width: 480px) {
  .top_contents {
    padding: 20px 10px 30px;
  }
}

.top_contents .top_contents_inner {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner {
    display: block;
  }
}

.top_contents .top_contents_inner .top_contents_title {
  width: calc(100% - 750px);
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner .top_contents_title {
    width: 100%;
  }
}

.top_contents .top_contents_inner .top_contents_title h1 {
  font-size: 20px;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner .top_contents_title h1 {
    font-size: 12px;
  }
}

.top_contents .top_contents_inner .top_contents_title .en {
  font-size: 66px;
  font-weight: bold;
  color: #42aac7;
  letter-spacing: 0;
  line-height: 1;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner .top_contents_title .en {
    font-size: 40px;
  }
}

.top_contents .top_contents_inner .newsList {
  width: 700px;
  max-width: 100%;
}

.top_contents .top_contents_inner .newsList li {
  border-bottom: solid 1px #ddd;
  padding: 0 0 20px;
  margin: 0 0 20px;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner .newsList li {
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
}

.top_contents .top_contents_inner .newsList li .date {
  color: #646464;
  letter-spacing: 0;
}

.top_contents .top_contents_inner .newsList li .text {
  font-weight: bold;
}

.top_contents .top_contents_inner .newsList li .text a {
  color: #42aac7;
}

.top_contents .top_contents_inner .newsList li .text a:hover {
  text-decoration: none;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner .newsList li .text a:hover {
    text-decoration: underline;
  }
}

.top_navi {
  background: #f5f5f5;
  padding: 80px 0;
}

@media (max-width: 480px) {
  .top_navi {
    padding: 40px 10px;
  }
}

.top_navi .top_navi_inner {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
}

.top_navi .top_navi_inner .top_navi_title {
  margin-bottom: -30px;
  position: relative;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_title {
    margin-bottom: -25px;
    padding-left: 20px;
  }
}

.top_navi .top_navi_inner .top_navi_title h1 {
  font-size: 20px;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_title h1 {
    font-size: 12px;
  }
}

.top_navi .top_navi_inner .top_navi_title .en {
  font-size: 66px;
  font-weight: bold;
  color: #42aac7;
  letter-spacing: 0;
  line-height: 1;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_title .en {
    font-size: 40px;
  }
}

.top_navi .top_navi_inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .flex {
    display: block;
  }
}

.top_navi .top_navi_inner .flex .img {
  width: 490px;
  max-width: 100%;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .flex .img {
    margin: 0 0 10px -10px;
  }
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .flex .img img {
    max-width: calc(100% + 20px);
  }
}

.top_navi .top_navi_inner .flex .text {
  width: calc(100% - 530px);
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .flex .text {
    width: 100%;
  }
}

.top_navi .top_navi_inner .flex .text .btnList {
  margin: 40px 0 0;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .flex .text .btnList {
    margin: 30px 0 0;
  }
}

.top_navi .top_navi_inner .flex .text .btnList > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .flex .text .btnList > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top_navi .top_navi_inner .flex .text .btnList a {
  background: #eb1d22;
  border-radius: 8px;
  width: 320px;
  height: 80px;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  padding: 0 40px;
  text-decoration: none;
  margin: 0 0 10px;
  position: relative;
  line-height: 80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 100%;
}

.top_navi .top_navi_inner .flex .text .btnList a:hover {
  background: #c21317;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .flex .text .btnList a:hover {
    background: #eb1d22;
  }
}

.top_navi .top_navi_inner .flex .text .btnList a:hover .circle img {
  width: 30px;
  height: 30px;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .flex .text .btnList a:hover .circle img {
    width: 25px;
    height: 25px;
  }
}

.top_navi .top_navi_inner .flex .text .btnList a p {
  margin: 0;
}

.top_navi .top_navi_inner .flex .text .btnList a .circle {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: solid 4px #c21317;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_navi .top_navi_inner .flex .text .btnList a .circle img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top_navi .top_product_inner {
  width: 1020px;
  margin: 60px auto 40px;
  max-width: 100%;
  background: #fff url(../img/figure2.jpg) no-repeat;
  background-size: 340px;
  background-position: top 70px right 60px;
  padding: 70px 60px;
}

@media (max-width: 480px) {
  .top_navi .top_product_inner {
    margin: 30px auto;
    background: #fff;
    padding: 30px 20px;
  }
}

.top_navi .top_product_inner .inner {
  width: calc(100% - 380px);
}

@media (max-width: 480px) {
  .top_navi .top_product_inner .inner {
    width: 100%;
  }
}

.top_navi .top_product_inner .top_product_title {
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .top_navi .top_product_inner .top_product_title {
    text-align: center;
    margin-bottom: 20px;
  }
}

.top_navi .top_product_inner .top_product_title h1 {
  font-size: 28px;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .top_navi .top_product_inner .top_product_title h1 {
    font-size: 20px;
  }
}

.top_navi .top_product_inner .top_product_title .en {
  font-size: 24px;
  font-weight: bold;
  color: #42aac7;
  letter-spacing: 0;
  line-height: 1;
}

@media (max-width: 480px) {
  .top_navi .top_product_inner .top_product_title .en {
    font-size: 16px;
  }
}

.top_navi .top_product_inner figure.product {
  width: 80%;
  margin: 0 auto 20px;
}

.top_navi .top_product_inner .pointList {
  background: #ecf6f9;
  padding: 30px 25px;
  position: relative;
  margin: 40px 0;
}

.top_navi .top_product_inner .pointList .title {
  color: #42aac7;
  font-size: 22px;
  position: absolute;
  top: -15px;
  left: 25px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .top_navi .top_product_inner .pointList .title {
    font-size: 20px;
  }
}

.top_navi .top_product_inner .pointList ul li {
  background: url(../img/ico-check.png) no-repeat;
  background-size: 28px;
  background-position: left top;
  padding: 0 0 0 32px;
  font-weight: bold;
  margin: 0 0 0.5em;
}

@media (max-width: 480px) {
  .top_navi .top_product_inner .pointList ul li {
    background-size: 25px;
    padding: 0 0 0 30px;
  }
}

.top_navi .top_product_inner .pointList ul li:last-child {
  margin: 0;
}

.top_navi .top_product_inner .pointList ul li .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(60%, #fcf369));
  background: linear-gradient(transparent 40%, #fcf369 60%);
}

.top_navi .top_product_banner {
  width: 1020px;
  margin: 50px auto 0;
  max-width: 100%;
}

@media (max-width: 480px) {
  .top_navi .top_product_banner {
    margin-top: 30px;
  }
}

.top_navi .top_product_banner > div > img {
  vertical-align: bottom;
  display: block;
  -webkit-box-shadow: 0px 4px 26.97px 2.03px rgba(62, 62, 62, 0.1);
          box-shadow: 0px 4px 26.97px 2.03px rgba(62, 62, 62, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .top_navi .top_product_banner > div > img {
    margin-bottom: 20px;
  }
}

.top_navi .top_product_banner .btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .top_navi .top_product_banner .btnList {
    display: block;
  }
}

.top_navi .top_product_banner .btnList > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 480px) {
  .top_navi .top_product_banner .btnList > div {
    margin: 0 20px;
  }
}

.top_navi .top_product_banner .btnList > div:nth-child(1) {
  margin-right: 40px;
}

@media (max-width: 480px) {
  .top_navi .top_product_banner .btnList > div:nth-child(1) {
    margin: 0 20px 15px;
  }
}

.top_navi .top_product_banner .btnList a {
  background: #eb1d22;
  border-radius: 8px;
  width: 400px;
  height: 70px;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  padding: 0 40px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 100%;
}

@media (max-width: 480px) {
  .top_navi .top_product_banner .btnList a {
    -webkit-transition: unset;
    transition: unset;
    height: 60px;
    width: 100%;
  }
}

.top_navi .top_product_banner .btnList a:hover {
  background: #c21317;
}

@media (max-width: 480px) {
  .top_navi .top_product_banner .btnList a:hover {
    background: #eb1d22;
  }
}

.top_navi .top_product_banner .btnList a:hover .circle {
  background-size: 27px auto;
}

@media (max-width: 480px) {
  .top_navi .top_product_banner .btnList a:hover .circle {
    background-size: 22px auto;
  }
}

.top_navi .top_product_banner .btnList a p {
  margin: 0;
}

.top_navi .top_product_banner .btnList a .circle {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: solid 4px #c21317;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNlYjFkMjIiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTE4IDE0djVhMiAyIDAgMCAxLTIgMkg1YTIgMiAwIDAgMS0yLTJWOGMwLTEuMS45LTIgMi0yaDVNMTUgM2g2djZNMTAgMTRMMjAuMiAzLjgiLz48L2c+PC9zdmc+") no-repeat center center #fff;
  background-size: 22px auto;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

@media (max-width: 480px) {
  .top_navi .top_product_banner .btnList a .circle {
    -webkit-transition: unset;
    transition: unset;
  }
}
/*# sourceMappingURL=top.css.map */