/* ------------------------------
- sec
------------------------------ */
.sec {
  padding: 30px 0;
}
.topHead {
  margin-bottom: 30px;
  text-align: center;
}
.topHead__en {
  font-family: Muli;
  font-size: 30px;
  font-weight: 100;
  letter-spacing: 0.15em;
  line-height: 1.3;
}
.topHead__title {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.15em;
}
.topbtn {
  display: block;
  position: relative;
  width: 100%;
  padding: 5px 1em;
  border: 1px solid #333;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
}
.topbtn::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}
.topbtn:hover {
  transition: 0.3s;
  opacity: 0.5;
}

.topptnbtn {
    display: block;
    position: relative;
    width: 100%;
    padding: 5px 1em;
    border: 1px solid #333;
    background: #333;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    color:#fff;
}
.topptnbtn::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
}
.topptnbtn:hover {
    transition: 0.3s;
    opacity: 0.5;
}

@media only screen and (min-width: 750px) {
  .sec {
    padding: 45px 0;
  }
  .topHead__en {
    font-size: 40px;
  }
}
/* ------------------------------
- hero
------------------------------ */
.hero__item {
  position: relative;
}
.hero__item a {
  display: block;
}
.hero__logo {
  position: absolute;
}
.hero .slick-dots {
  bottom: 2%;
}
.hero .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  opacity: 1;
}
.hero .slick-dots li.slick-active {
}
.hero .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
}
.hero .slick-dots li.slick-active button {
  background: black;
}
.hero .slick-dots li button:before {
  display: none;
}
@media only screen and (min-width: 751px) {
  .hero {
    height: calc(80vh - 120px);
    overflow: hidden;
  }
  .hero__item a {
    height: calc(80vh - 120px);
  }
}
@media only screen and (max-width: 750px) {
  .hero {
    height: calc(80vh - 240px);
    overflow: hidden;
  }
  .hero__item a {
    height: calc(80vh - 240px);
  }
}
/* ------------------------------
- intro
------------------------------ */
.announce__block {

}
.announce__block + .announce__block {

}
.announce__title {
  margin-bottom: 10px;
  font-size: 16px;
}
.announce__text {
  font-size: 15px;
  
}
.announce+.info {
  margin-top: 50px;
}
.info__head {
}
.info__title {
  margin-bottom: 10px;
  padding-left: 0.5rem;
  border-left: 4px solid #bbb;
  font-weight: bold;
  font-size: 15px;
}
.infoList {

}
.infoList__item+.infoList__item {
  margin-top: 10px;
}
.infoList__anc {
  display: flex;
  font-size: 14px;
}
.infoList__time {
  line-height: 1;
  margin-top: 5.5px;
  margin-right: 20px;
}
.infoList__text {
  text-decoration: underline;
}
.info__foot {
  margin-top: 30px;
}
@media only screen and (min-width: 750px) {
  .info__head {
    display: flex;
    /*justify-content: space-between; */
    align-items: flex-start;
  }
  .info__title {
    margin-bottom: 0;
    padding: 0 2rem 1rem 0.5rem;
  }
}
/* ------------------------------
- topics
------------------------------ */
.topicsList {
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
}
.topicsList__text {
  margin-top: 5px;
  font-size: 12px;
}
@media only screen and (max-width: 750px) {
  .topicsList__item {
    width: 48%;
    margin-top: 15px;
  }
  .topicsList__item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
@media only screen and (min-width: 751px) {
  .topicsList__item {
    width: 22.5%;
    margin-top: 15px;
  }
  .topicsList__item:not(:nth-child(4n)) {
    margin-right: 3.3%;
  }
  .topicsList__anc:hover .topicsList__text {
    text-decoration: underline;
  }
}
/* ------------------------------
- products
------------------------------ */
.productsList {
  display: flex;
  flex-wrap: wrap;
}
.productsList__name {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
}
.products__foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.productsFoot__item {
  width: 32.5%;
}
@media only screen and (max-width: 751px) {
  .productsList {
    margin: -10px -1.5% 0;
  }
  .productsList__item {
    margin: 10px 1.5% 0;
  }
  .productsList__item.-splg {
    width: 47%;
    order: 1;
  }
  .productsList__item.-spsm {
    width: 30.3%;
    order: 2;
  }
  .productsFoot__item {
    width: 100%;
    margin-bottom: calc(100% - (49% * 2));
  }

    .productsList__item.-none {
        display: none;
    }

}
@media only screen and (min-width: 750px) {
  .productsList {
    margin: -1.5% -.8% 0;
  }
  .productsList__item {
    margin: 1.5% .834% 0;
  }
  .productsList__item.-lg {
    width: 31.6%;
  }
  .productsList__item.-sm {
    width: 15%;
  }
  .productsList__name {
    font-size: 14px;
  }
  .products__foot {
    margin-top: 40px;
  }
}
/* ------------------------------
- contents
------------------------------ */
.contentsList {
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
}
.contentsList__text {
  margin-top: 5px;
  font-size: 12px;
}
@media only screen and (max-width: 751px) {
  .contentsList__item {
    width: 48%;
    margin-top: 15px;
  }
  .contentsList__item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
@media only screen and (min-width: 750px) {
  .contentsList__item {
    width: 22.5%;
    margin-top: 15px;
  }
  .contentsList__item:not(:nth-child(4n)) {
    margin-right: 3.3%;
  }
  .contentsList__anc:hover .contentsList__text {
    text-decoration: underline;
  }
}
/* ------------------------------
- news
------------------------------ */
.articleFlat {
  margin-top: -15px;
}
.articleFlat__item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.articleFlat__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}
.articleFlat__day {
  color: #999;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
}
.articleFlat__category {
  display: flex;
  flex-wrap: wrap;
}
.articleFlat__category__item {
  font-size: 11px;
  color: #fff;
  padding: 2px 15px;
  border-radius: 5px;
  background: #c3c2c2;
  margin: 2px;
}
.articleFlat__title {
  font-size: 13px;
  font-weight: bold;
}
a.articleFlat__anc:hover .articleFlat__title {
  text-decoration: underline;
}
@media only screen and (max-width: 750px) {
  .news__foot {
    max-width: 100%;
    margin: 20px auto 0;
  }

}
@media only screen and (min-width: 750px) {
  .archive__wrap {
    padding-bottom: 60px;
  }
  .news__foot {
    max-width: 300px;
    margin: 30px 0 0 auto;
  }

    .news__foot__center {
        max-width: 400px;
        margin: 80px auto 0 auto;
    }

}
@media only screen and (min-width: 1000px) {
  .archive__wrap {
    padding: 60px 0;
  }
  .archive__inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .archive__main {
    width: 80%;
  }
}
/* ------------------------------
- footBnr
------------------------------ */
.footBnr__item {
  text-align: center;
}
.footBnr__item+.footBnr__item {
  margin-top: 20px;
}
@media only screen and (min-width: 750px) {
  .footBnr__item+.footBnr__item {
    margin-top: 60px;
  }
}