#topic .container .contents .category_visual {
  height: 310px;
  background: url(../izumiyama/topic/images/pic_visual_topic@2x.jpg?230609) center center no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #topic .container .contents .category_visual {
    height: 150px;
  }
}
#topic .container .contents .category_visual:after {
  content: "";
  display: block;
  width: 33.333%;
  height: 35px;
  background-color: #030303;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  #topic .container .contents .category_visual:after {
    width: 66.666%;
    height: 21px;
  }
}
#topic .container .contents .category_visual .path {
  display: flex;
  align-items: flex-end;
  color: #fff;
  height: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 35px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  #topic .container .contents .category_visual .path {
    font-size: 1rem;
    line-height: 21px;
  }
}
#topic .container .contents .section_wrap .topic_content .inner {
  padding: 70px 0 0px;
}
@media only screen and (max-width: 768px) {
  #topic .container .contents .section_wrap .topic_content .inner {
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  #topic .container .contents .section_wrap .topic_content .inner .topic_search {
    padding: 0 36px 0;
  }
}
#topic .container .contents .section_wrap .topic_content .inner .topic_search dl {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #topic .container .contents .section_wrap .topic_content .inner .topic_search dl {
    display: block;
  }
}
#topic .container .contents .section_wrap .topic_content .inner .topic_search dl dt {
  padding-right: 30px;
  font-size: 2rem;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  #topic .container .contents .section_wrap .topic_content .inner .topic_search dl dt {
    padding: 0 0 18px;
    font-size: 1.6rem;
  }
}
#topic .container .contents .section_wrap .topic_content .inner .topic_search dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
@media only screen and (max-width: 768px) {
  #topic .container .contents .section_wrap .topic_content .inner .topic_search dl dd ul {
    gap: 8px 8px;
  }
}
#topic .container .contents .section_wrap .topic_content .inner .topic_search dl dd ul li a {
  display: inline-block;
  padding: 0 1.2em;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  color: #fff;
  background-color: #030303;
  font-weight: bold;
  line-height: 21px;
  border-radius: 2px;
}
@media only screen and (max-width: 768px) {
  #topic .container .contents .section_wrap .topic_content .inner .topic_search dl dd ul li a {
    padding: 0 1em;
    font-size: 1rem;
  }
}
#topic .container .contents .section_wrap .topic_content .inner .topic_list {
  padding: 46px 0 60px;
}
@media only screen and (max-width: 1180px) {
  #topic .container .contents .section_wrap .topic_content .inner .topic_list {
    padding: 46px 20px 60px;
  }
}
@media only screen and (max-width: 1180px) and (max-width: 767px) {
  #topic .container .contents .section_wrap .topic_content .inner .topic_list {
    padding: 30px 0 40px;
  }
}
#topic .container .contents .section_wrap .topic_content .inner .topic_list > ul {
  margin: 0 -2.63%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #topic .container .contents .section_wrap .topic_content .inner .topic_list > ul {
    padding: 0 32px 20px;
  }
}
#topic .container .contents .section_wrap .topic_content .inner .topic_list > ul > li {
  margin: 0 2.63% 60px;
  width: 28.071%;
}
@media only screen and (max-width: 767px) {
  #topic .container .contents .section_wrap .topic_content .inner .topic_list > ul > li {
    width: 100%;
    margin: 0 12px 20px;
  }
}
#topic .container .contents .section_wrap .topic_content .inner .topic_list > ul > li > a {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  transition: 0.25s ease;
  opacity: 1;
}
#topic .container .contents .section_wrap .topic_content .inner .topic_list > ul > li > a:hover .pic {
  position: relative;
  /*&:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 58, 98, 0.64);
    position: absolute;
    left: 0;
    top: 0;
  }
  &:after {
    content: "READ MORE";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: url(../images/icon_btn_arrow_white@2x.png) 78% center no-repeat;
    background-size: 31px 7px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
  }*/
}
#topic .container .contents .section_wrap .topic_content .inner .topic_list > ul > li > a:hover .pic i {
  display: block;
  opacity: 1;
}
#topic .container .contents .section_wrap .topic_content .inner .topic_list > ul > li > a:hover .info_block {
  opacity: 0.7;
}
#topic .container .contents .section_wrap .topic_content .inner .topic_list > ul > li > a:hover .date {
  opacity: 0.7;
}
#topic .container .contents .section_wrap .topic_content .inner .topic_list > ul > li > a .pic {
  position: relative;
}
#topic .container .contents .section_wrap .topic_content .inner .topic_list > ul > li > a .pic img {
  width: 100%;
}
#topic .container .contents .section_wrap .topic_content .inner .topic_list > ul > li > a .pic i {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 58, 98, 0.64);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.25s ease;
  opacity: 0;
}
#topic .container .contents .section_wrap .topic_content .inner .topic_list > ul > li > a .pic i span {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#topic .container .contents .section_wrap .topic_content .inner .topic_list > ul > li > a .pic i span:before {
  content: "READ MORE";
  display: inline-block;
}
#topic .container .contents .section_wrap .topic_content .inner .topic_list > ul > li > a .pic i span:after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 7px;
  background: url(../images/icon_btn_arrow_white@2x.png) 78% center no-repeat;
  background-size: 31px 7px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -3px;
  margin-left: 4em;
}
#topic .container .contents .section_wrap .topic_content .inner .topic_list > ul > li > a .info_block {
  flex: 1;
}
#topic .container .contents .section_wrap .topic_content .inner .topic_list > ul > li > a .info_block .title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
  padding: 15px 8% 0;
}
#topic .container .contents .section_wrap .topic_content .inner .topic_list > ul > li > a .info_block .title span {
  display: inline-block;
  padding: 0 1.2em;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  color: #fff;
  background-color: #030303;
  font-weight: bold;
  line-height: 21px;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  #topic .container .contents .section_wrap .topic_content .inner .topic_list > ul > li > a .info_block .title span {
    padding: 0 1em;
    font-size: 0.9rem;
    line-height: 14px;
  }
}
#topic .container .contents .section_wrap .topic_content .inner .topic_list > ul > li > a .info_block .title em {
  display: block;
  padding: 0;
  width: 100%;
  font-size: 1.6rem;
  color: #030303;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #topic .container .contents .section_wrap .topic_content .inner .topic_list > ul > li > a .info_block .title em {
    height: auto;
  }
}
#topic .container .contents .section_wrap .topic_content .inner .topic_list > ul > li > a .info_block .text {
  padding: 15px 8% 0;
  font-size: 1.3rem;
  color: #030303;
  line-height: 1.5;
}
#topic .container .contents .section_wrap .topic_content .inner .topic_list > ul > li > a .date {
  padding: 20px 8% 24px;
  font-size: 1.1rem;
  color: #808080;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #topic .container .contents .section_wrap .topic_content .inner .topic_list > ul > li > a .date {
    font-size: 1rem;
  }
}
#topic .container .contents .banner_area {
  padding: 70px 20px 0;
}
@media only screen and (max-width: 768px) {
  #topic .container .contents .banner_area {
    padding: 32px 20px 0;
  }
}
#topic .container .contents .banner_area .banner {
  margin: 0 auto;
  max-width: 748px;
}
#topic .container .contents .banner_area .banner a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 120px;
  /*line-height: 70px;*/
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #030303;
  font-size: 1.6rem;
  color: #030303;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: 0.5s ease;
}
@media only screen and (max-width: 768px) {
  #topic .container .contents .banner_area .banner a {
    width: calc(100% - 32px);
    margin: 0 auto;
    height: auto;
    padding: 20px 0;
  }
}
#topic .container .contents .banner_area .banner a p {
  position: relative;
  transition: 0.25s ease;
}
#topic .container .contents .banner_area .banner a p.text {
  padding: 0 0 20px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #topic .container .contents .banner_area .banner a p.text {
    padding: 0 0 10px;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
#topic .container .contents .banner_area .banner a p.account {
  font-weight: 900;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  #topic .container .contents .banner_area .banner a p.account {
    font-size: 1.5rem;
  }
}
#topic .container .contents .banner_area .banner a p.account span {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #topic .container .contents .banner_area .banner a p.account span {
    padding-left: 28px;
  }
}
#topic .container .contents .banner_area .banner a p.account span:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../izumiyama/topic/images/icon_instagram@2x.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
}
@media only screen and (max-width: 768px) {
  #topic .container .contents .banner_area .banner a p.account span:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
#topic .container .contents .banner_area .banner a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #030303 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}
#topic .container .contents .banner_area .banner a:after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 7px;
  background: url(../images/icon_btn_arrow@2x.png) 0 0 no-repeat;
  background-size: 31px 7px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  z-index: 1;
  transition: 0.5s ease;
}
@media only screen and (max-width: 768px) {
  #topic .container .contents .banner_area .banner a:after {
    width: 19px;
    height: 7px;
    background-position: right 0;
    background-size: 31px 7px;
  }
}
#topic .container .contents .banner_area .banner a:hover {
  opacity: 1;
}
#topic .container .contents .banner_area .banner a:hover:before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
#topic .container .contents .banner_area .banner a:hover:after {
  background: url(../images/icon_btn_arrow_white@2x.png) 0 0 no-repeat;
  background-size: contain;
  transition: 0.5s ease;
}
#topic .container .contents .banner_area .banner a:hover p {
  color: #fff;
  transition: 0.25s ease;
}
#topic .container .contents .banner_area .banner a:hover p.account span:before {
  background: url(../izumiyama/topic/images/icon_instagram_white@2x.png) 0 0 no-repeat;
  background-size: 28px 28px;
  transition: 0.25s ease;
}
@media only screen and (max-width: 768px) {
  #topic .container .contents .banner_area .banner a:hover p.account span:before {
    background-size: 20px 20px;
    transition: 0.25s ease;
  }
}/*# sourceMappingURL=topic.css.map */