@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
.keyvisual {
  width: 100%;
  margin-top: 90px;
}
.keyvisual .keyvisual-slider {
  width: 100%;
}
.keyvisual .slick-prev,
.keyvisual .slick-next {
  width: 15px;
  height: 65px;
  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;
  z-index: 100;
}
.keyvisual .slick-prev::before,
.keyvisual .slick-next::before {
  content: " ";
  display: block;
  width: 15px;
  height: 65px;
  text-indent: -9999px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.keyvisual .slick-prev:hover::before, .keyvisual .slick-prev:focus::before,
.keyvisual .slick-next:hover::before,
.keyvisual .slick-next:focus::before {
  opacity: 1;
}
.keyvisual .slick-prev {
  left: 5%;
}
.keyvisual .slick-prev::before {
  background-image: url(../img/icon_arrow_p.svg);
}
.keyvisual .slick-next {
  right: 5%;
}
.keyvisual .slick-next::before {
  background-image: url(../img/icon_arrow_n.svg);
}
.keyvisual .slick-dots {
  bottom: -30px;
  z-index: 100;
  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;
}
.keyvisual .slick-dots li {
  width: 15px;
  height: 15px;
  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;
}
.keyvisual .slick-dots li.slick-active button {
  background: #BA0612;
}
.keyvisual .slick-dots button {
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: #c3c3c3;
  padding: 0;
}
.keyvisual .slick-dots button::before {
  content: none;
}
@media print, screen and (min-width: 768px) {
  .keyvisual .keyvisual-slider__item {
    width: 80%;
    max-width: 920px;
    margin: 0 12.5px;
  }
  .keyvisual .slick-prev,
  .keyvisual .slick-next {
    width: 29px;
    height: 79px;
    margin-top: -35px;
  }
  .keyvisual .slick-prev::before,
  .keyvisual .slick-next::before {
    width: 29px;
    height: 79px;
  }
}
@media print, screen and (min-width: 1023px) {
  .keyvisual {
    margin-top: 135px;
  }
}

.content-wrap {
  padding-top: 0;
}

section {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #404040;
  padding: 2em 0;
}
section h2 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  color: #000;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
}
section h2::first-letter {
  color: #BA0612;
}
section h2 .sub {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #969696;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin: 1em auto 0;
}
section .lead {
  font-weight: 400;
  color: #000;
  margin-top: 2.4em;
}
section ul {
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  section {
    padding: 4em 0;
  }
  section h2 {
    font-size: 50px;
    font-size: 5rem;
  }
  section h2 .sub {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
section .content-link ul {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  section .content-link ul {
    overflow-x: scroll;
    padding-bottom: 5px;
  }
  section .content-link ul li {
    width: 250px;
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  section .content-link ul li:last-child {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  section .content-link ul li {
    width: calc(33.3333% - 20px);
  }
}
section .category-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section .category-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: 500;
  line-height: 1;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
section .category-list ul li a::after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_arrow.svg) 50% 50% no-repeat;
  background-size: 100%;
}
section .category-list ul li a .en {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #ACACAC;
}
section .category-list ul li a .en::before {
  content: "\a";
  white-space: pre;
}
section .category-list__lv1 {
  margin-top: 30px;
}
section .category-list__lv1 li {
  width: 100%;
  margin: 15px 0 0;
}
section .category-list__lv1 li:nth-child(2n) {
  margin-right: 0;
}
section .category-list__lv1 li a {
  height: 120px;
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  border-radius: 20px;
  background-position: top 50% right 55px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 1em 20px 1em 40px;
}
section .category-list__lv1 li a .en {
  font-size: 16px;
  font-size: 1.6rem;
}
section .category-list__lv1 li:nth-child(1) a {
  background-image: url(../img/top/img_category01.png);
}
section .category-list__lv1 li:nth-child(2) a {
  background-image: url(../img/top/img_category02.png);
}
section .category-list__lv2 {
  margin-top: 0;
}
section .category-list__lv2 li {
  width: calc(50% - 10px);
  margin: 15px 0 0;
}
section .category-list__lv2 li a {
  height: 60px;
  border-radius: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 0 10px 0 70px;
}
section .category-list__lv2 li:nth-child(1) a {
  background-image: url(../img/top/img_category03.jpg);
}
section .category-list__lv2 li:nth-child(2) a {
  background-image: url(../img/top/img_category04.jpg);
}
section .category-list__lv2 li:nth-child(3) a {
  background-image: url(../img/top/img_category05.jpg);
}
section .category-list__lv2 li:nth-child(4) a {
  background-image: url(../img/top/img_category06.jpg);
}
section .category-list__lv2 li:nth-child(5) a {
  background-image: url(../img/top/img_category07.jpg);
}
section .category-list__lv2 li:nth-child(6) a {
  background-image: url(../img/top/img_category08.jpg);
}
section .category-list__lv2 li:nth-child(7) a {
  background-image: url(../img/top/img_category09.jpg);
}
@media screen and (max-width: 767px) {
  section .category-list__lv2 li a {
    line-height: 1.6;
  }
  section .category-list__lv2 li a::after {
    width: 15px !important;
    height: 15px !important;
  }
  section .category-list__lv2 li:nth-child(3) a {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  section .category-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section .category-list li a {
    font-size: 30px;
    font-size: 3rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  section .category-list li a:hover {
    opacity: 0.8;
  }
  section .category-list li a::after {
    width: 32px;
    height: 32px;
  }
  section .category-list__lv1 li {
    width: calc(50% - 15px);
    margin: 0 30px 30px 0;
  }
  section .category-list__lv1 li:nth-child(2n) {
    margin-right: 0;
  }
  section .category-list__lv1 li a {
    font-size: 30px;
    font-size: 3rem;
    height: 218px;
    padding: 1em 30px 1em 50px;
  }
  section .category-list__lv1 li a .en {
    font-size: 20px;
    font-size: 2rem;
  }
  section .category-list__lv2 li {
    width: calc(33.3333% - 20px);
    margin: 0px 30px 30px 0;
  }
  section .category-list__lv2 li:nth-child(3n) {
    margin-right: 0;
  }
  section .category-list__lv2 li a {
    font-size: 18px;
    font-size: 1.8rem;
    height: 100px;
    padding: 1em 20px 1em 120px;
  }
}
section .page-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section .page-link ul li {
  width: 100%;
  margin-top: 1.6em;
}
@media print, screen and (min-width: 768px) {
  section .page-link ul li {
    width: calc(50% - 17.5px);
  }
}
section .news-area .news-list {
  display: block;
  margin: 1.6em 0 0;
  border-top: 1px solid #EAEAEA;
}
section .news-area .news-list li {
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: 1px solid #EAEAEA;
  line-height: 1.3;
  padding: 0 1em;
}
section .news-area .news-list li a {
  display: block;
  color: #000;
  padding: 30px 0;
}
section .news-area .news-list li a .date {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin-right: 2em;
}
section .news-area .index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
section .news-area .index a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #202124;
  padding: 0.75em 0;
}
section .news-area .index a::after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_arrow_y.svg) 50% 50% no-repeat;
  background-size: 100%;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  section .news-area .news-list li a .date::after {
    content: "\a";
    white-space: pre;
  }
}
@media print, screen and (min-width: 1023px) {
  section .news-area .news-list li {
    padding: 0 2em;
  }
  section .news-area .index a::after {
    width: 32px;
    height: 32px;
  }
}
section .recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section .recommend__item {
  width: calc(50% - 10px);
  margin: 1.6em 20px 0 0;
}
section .recommend__item:nth-child(2n) {
  margin-right: 0;
}
section .recommend__item a {
  color: #202124;
}
section .recommend__item dl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
section .recommend__item dl dt {
  margin-top: 10px;
}
section .recommend__item dl dt.img {
  margin-top: 0;
}
section .recommend__item dl dd {
  font-family: "Oswald", sans-serif;
}
section .recommend__item dl dd span {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  section .recommend__item {
    width: calc(33.3333% - 14px);
    margin: 1.6em 21px 0 0;
  }
  section .recommend__item:nth-child(2n) {
    margin-right: 21px;
  }
  section .recommend__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1023px) {
  section .recommend__item {
    width: calc(25% - 15px);
    margin: 1.6em 20px 0 0;
  }
  section .recommend__item:nth-child(2n) {
    margin-right: 20px;
  }
  section .recommend__item:nth-child(4n) {
    margin-right: 0;
  }
}