.device-view-pc #kyurizukaiTopics > .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 200;
  margin-bottom: 45px;
}

.device-view-pc #kyurizukaiTopics .secInner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 73px 0 60px;
}

.device-view-pc #kyurizukaiTopics .topicsCards2 .topicsCard2Wrap::after {
  display: block;
  clear: both;
  content: '';
}

.device-view-pc #kyurizukaiTopics .topicsCards2 .topicsCard2 {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 45px 40px 50px;
}

.device-view-pc #kyurizukaiTopics .topicsCards2 .topicsCard2 .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}

.device-view-pc #kyurizukaiTopics .topicsCards2 .topicsCard2 .bg::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, .5);
}

.device-view-pc #kyurizukaiTopics .topicsCards2 .topicsCard2 .inner {
  position: relative;
  z-index: 2;
  text-align: left;
  color: #fff;
}

.device-view-pc #kyurizukaiTopics .topicsCards2 .topicsCard2 .category {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.device-view-pc #kyurizukaiTopics .topicsCards2 .topicsCard2 .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}

.device-view-pc #kyurizukaiTopics .topicsCards2 .topicsCard2 .lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 13px;
}

.device-view-pc #kyurizukaiTopics .topicsCards2 .topicsCard2 .note {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 23px;
}

.device-view-pc #kyurizukaiTopics .topicsCards2 .topicsCard2 .btn {
  font-size: 15px;
  font-weight: 500;
  line-height: 48px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 200px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}

.device-view-pc #kyurizukaiTopics .topicsCards2 .topicsCard2 .btn::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  content: '';
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left;
  transform-origin: left;
  background-color: rgba(255, 255, 255, .2);
}

.device-view-pc #kyurizukaiTopics .topicsCards2 .topicsCard2 .btn:hover {
  text-decoration: none;
}

.device-view-pc #kyurizukaiTopics .topicsCards2 .topicsCard2 .btn:hover::before {
  -webkit-animation-name: hoverTranslate;
  animation-name: hoverTranslate;
  -webkit-animation-duration: .9s;
  animation-duration: .9s;

  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.device-view-pc #kyurizukaiTopics .topicsCards2 .topicsCard2Wide {
  float: none;
  width: 100%;
}

@media all and (min-width: 751px), print {
  #kyurizukaiTopics > .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 200;
    margin-bottom: 45px;
  }

  #kyurizukaiTopics .secInner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 73px 0 60px;
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2Wrap::after {
    display: block;
    clear: both;
    content: '';
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2 {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 45px 40px 50px;
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2 .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2 .bg::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .5);
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2 .inner {
    position: relative;
    z-index: 2;
    text-align: left;
    color: #fff;
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2 .category {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2 .title {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 8px;
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2 .lead {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 13px;
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2 .note {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 23px;
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2 .btn {
    font-size: 15px;
    font-weight: 500;
    line-height: 48px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 200px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2 .btn::before {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: '';
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left;
    transform-origin: left;
    background-color: rgba(255, 255, 255, .2);
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2 .btn:hover {
    text-decoration: none;
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2 .btn:hover::before {
    -webkit-animation-name: hoverTranslate;
    animation-name: hoverTranslate;
    -webkit-animation-duration: .9s;
    animation-duration: .9s;

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2Wide {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  #kyurizukaiTopics > .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 307.6%;
    font-weight: 200;
    margin-bottom: 8%;
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2Wrap::after {
    display: block;
    clear: both;
    content: '';
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2Wrap + .topicsCard2Wrap {
    margin-top: .26%;
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2 {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 8% 5.33% 9.33%;
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2 + .topicsCard2 {
    margin-top: .26%;
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2 .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2 .bg::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .5);
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2 .inner {
    position: relative;
    z-index: 2;
    text-align: left;
    color: #fff;
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2 .category {
    font-family: 'Montserrat', sans-serif;
    font-size: 76.9%;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: .59%;
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2 .title {
    font-size: 153.8%;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 2.39%;
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2 .lead {
    font-size: 115.4%;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 2.09%;
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2 .note {
    font-size: 92.3%;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 6.58%;
  }

  #kyurizukaiTopics .topicsCards2 .topicsCard2 .btn {
    font-size: 100%;
    font-weight: 500;
    display: inline-block;
    overflow: hidden;
    width: 48%;
    padding: 2.6%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
  }
}
