/*
font-family: $font-gothic;
300 400 600 700
*/
/*
font-family: $font-yugothic;
300 400 600 700
*/
/*
font-family: $font-en;
400 500 600 700
*/
/* font-family: $font-en; */
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
.subTitle {
  color: #3143cf;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.bodyCopy {
  padding-top: 25px;
  text-align: center;
}

.categoryLinkList {
  margin-top: 90px;
}
.categoryLinkList h2 {
  margin-bottom: 30px;
  color: #3143cf;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 1.4;
  text-align: center;
}
.categoryLinkList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
}
.categoryLinkList ul li {
  width: calc(25% - 20.25px);
}
.categoryLinkList ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 60px;
  padding: 6px 10px;
  background: #fff;
  border: 2px solid #3143cf;
  border-radius: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .categoryLinkList ul li a:hover {
    background-color: #3143cf;
    color: #FFF;
  }
}

.btnBox {
  text-align: center;
}
.btnBox a {
  background-color: #EED84A;
  border-radius: 10vw;
  color: #333;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 40px 80px;
  text-align: center;
  text-decoration: none;
  min-width: 296px;
}
.btnBox a:hover {
  transition: 0.2s;
  background-color: #3143cf;
  color: #FFF;
}

/* Responsive Start */
@media only screen and (max-width: 768px) {
  .subTitle {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0 20px;
  }
  .bodyCopy {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 15px;
  }
  .categoryLinkList {
    margin-top: 40px;
  }
  .categoryLinkList h2 {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .categoryLinkList ul {
    gap: 15px;
  }
  .categoryLinkList ul li {
    width: calc(50% - 7.5px);
  }
  .categoryLinkList ul li a {
    min-height: 50px;
    padding: 3px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btnBox {
    padding: 0 30px 10px;
    text-align: center;
  }
  .btnBox .btm40 {
    font-size: 12px;
    margin-bottom: 20px !important;
  }
  .btnBox a {
    border-radius: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 18px 30px;
    text-align: center;
    min-width: auto;
    min-width: none;
  }
  .btnBox a:hover {
    background-color: #EED84A;
    color: #333;
  }
}/*# sourceMappingURL=products.css.map */