@charset "utf-8";
/* CSS Document */
.mv_inner {
  position: relative;
}
.mv_img {
  display: block;
  background-image: url("/assets/img/topics/mv.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 413px;
}
.mv_title {
  position: absolute;
  text-align: center;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  width: 100%;
}
.mv_title_en {
  color: #a360a0;
  /*text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;*/
  font-weight: 700;
  line-height: 1;
  font-size: 62px;
  display: block;
  position: relative;
	z-index: 1;
}
.mv_title_en:before {
  content: attr(data-mv-title)"";
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: 62px;
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-text-stroke: 5px #fff;
}
.mv_title_ja {
  color: #fff;
  background: #a360a0;
  font-weight: 600;
  line-height: 1;
  font-size: 26px;
  border-radius: 6px;
  padding: .25em 1em;
  display: inline-block;
  min-width: 7em;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-bottom: calc(50vw/7.5);
  }
  .mv_img {
    height: 37.7vh;
		background-image: url("/assets/img/topics/mv_sp.jpg");
  }
  .mv_title {
    position: inherit;
    transform: none;
    margin-top: calc(44vw/7.5);
  }
  .mv_title_en {
    font-size: calc(63vw/7.5);
  }
  .mv_title_en:before {
    content: none;
  }
  .mv_title_ja {
    font-size: calc(30vw/7.5);
    border-radius: calc(6vw/7.5);
    margin-top: calc(16vw/7.5);
  }
}
.section.topics {
  margin-bottom: 120px;
}
.section_inner {
  max-width: 985px;
  margin: 0 auto;
  padding: 0 15px;
}
.topics_list_item {
  display: flex;
  padding: 25px 22px;
  align-items: center;
}
.topics_list_item:nth-child(2n + 1) {
  background: #f5f5e6;
}
.topics_list_time {
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
  width: 5.5em;
}
.topics_list_cate {
  text-align: center;
  background: #231815;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
  width: 10em;
  margin-right: 25px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 24px;
}
.topics_list_cate._newshop {
  background: #a360a0;
}
.topics_list_cate._publicinst {
  background: #005ac8;
}
.topics_list_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  flex: 1 0 0%;
}
@media screen and (max-width: 768px) {
  .section.topics {
    margin-bottom: calc(120vw/7.5);
  }
  .section_inner {
    padding: 0
  }
  .topics_list_item {
    padding: calc(30vw/7.5) calc(60vw/7.5);
    column-gap: calc(35vw/7.5);
    min-height: calc(156vw/7.5);
  }
  .topics_list_time {
    display: block;
    text-align: center;
    font-size: calc(28vw/7.5);
    width: auto;
    margin-bottom: calc(10vw/7.5);
  }
  .topics_list_cate {
    display: inline-block;
    width: 9.5em;
    margin-right: 0;
    font-size: calc(25vw/7.5);
    line-height: calc(43vw/7.5);
  }
  .topics_list_text {
    font-size: calc(27vw/7.5);
    line-height: 1.5;
    align-self: flex-start;
  }
}