@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
#wrapper {
  background: #ffffff;
  overflow-x: hidden;
}
@media screen and (max-width: 820px) {
  #wrapper {
    margin-top: 53px;
  }
}

.special_keyvisual {
  color: #fff;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.special_keyvisual h2 {
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.special_keyvisual p {
  background-size: cover;
  background-repeat: repeat-x;
  width: 100%;
  height: 264px;
  animation-name: infiniteScroll;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes infiniteScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2400px 0;
  }
}
.special_inner {
  max-width: 1110px;
  margin: 0 auto;
}
.special_filter + .special_inner {
  padding-top: 60px;
}
@media screen and (max-width: 820px) {
  .special_filter + .special_inner {
    padding-top: 30px;
  }
}
.special_filter + .special_inner .special_list {
  margin-top: -60px;
}
@media screen and (max-width: 820px) {
  .special_filter + .special_inner .special_list {
    margin-top: -40px;
  }
}

.special_list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px 0 0 15px;
  opacity: 1;
  transition: opacity 0.6s;
}
.special_list.is-refresh {
  transition: opacity 0s;
  opacity: 0;
}
@media screen and (max-width: 820px) {
  .special_list {
    margin-top: -15px;
  }
}
.special_list_item {
  width: calc((100% - 60px) / 4);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  margin-top: 60px;
  margin-right: 15px;
  transition: opacity 0.4s;
}
.special_list_item.is-disable {
  display: none;
  opacity: 0;
}
.special_list_item > a {
  display: block;
  position: relative;
  background: #fff;
  text-decoration: none;
  width: 100%;
}
.special_list_item > a:hover {
  opacity: 0.7;
}
.special_list_item_body {
  padding: 15px 0 0;
}
.special_list_item_image {
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
}
.special_list_item_image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-height: 129.38px;
  position: relative;
}
.special_list_item_image img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  bottom: 0;
}
@media screen and (max-width: 820px) {
  .special_list_item_image img {
    position: relative;
  }
}
.special_list_item_title {
  font-size: 14px;
  font-weight: bold;
}
.special_list_item_name {
  font-size: 13px;
  margin-top: 0.8em;
}
.special_list_item_name a {
  text-decoration: underline;
  display: flex;
  align-items: flex-start;
}
.special_list_item_name span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/svg/icn-house.svg) no-repeat center center/contain;
  margin-right: 8px;
}
.special_list_item_category {
  font-size: 11px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding: 4px 8px;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.special_list_item_category._interview {
  background-color: #E35D54;
}
.special_list_item_category._campaign {
  background-color: #E49A46;
}
.special_list_item_category._limited {
  background-color: #284894;
}
.special_list_item_category._event {
  background-color: #D4748E;
}
.special_list_item_category._feature {
  background-color: #658734;
}
.special_list_item_category._etc {
  background-color: #787878;
}
.special_list_item_tag {
  font-size: 12px;
  margin-top: 0.7em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.special_list_item_tag a {
  cursor: pointer;
  width: auto;
  display: inline-block;
  text-decoration: underline;
  color: #787878;
  margin-right: 1em;
}

@media screen and (max-width: 768px) {
  .special_keyvisual h2 {
    font-size: 20px;
  }
  .special_keyvisual p {
    height: 132px;
    animation-duration: 40s;
  }
  @keyframes infiniteScroll {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -1200px 0;
    }
  }
  .special_list {
    margin: 0 0 0 15px;
  }
  .special_list_item {
    width: calc((100% - 30px) / 2);
    margin: 0 15px 0 0;
    margin-right: 15px;
    margin-top: 40px;
  }
  .special_list_item_body {
    padding: 10px 0 0;
  }
  .special_list_item_title {
    font-size: 13px;
  }
  .special_list_item_category {
    font-size: 10px;
  }
}
.special_feature {
  max-width: 1100px;
  width: 100%;
  box-sizing: border-box;
  margin: 30px auto 0;
}
.special_feature .c-section__title {
  font-size: 32px;
  text-align: left;
  padding: 0 15px;
}
@media screen and (max-width: 820px) {
  .special_feature .c-section__title {
    font-size: 22px;
    padding: 15px;
  }
}
.special_feature .c-section__title + * {
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .special_feature .c-section__title + * {
    margin-top: 15px;
  }
}
.special_feature_body {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 820px) {
  .special_feature_body {
    flex-direction: column;
  }
}
.special_feature_body:after {
  content: "";
  display: block;
  background: #F8F8F8;
  width: 100vw;
  height: calc(100% + 30px);
  position: absolute;
  z-index: 0;
  top: -15px;
  left: 50%;
  margin-left: -50vw;
}
.special_feature_text {
  display: flex;
  flex-direction: column;
  width: calc((100% - 15px) / 2);
  position: relative;
  justify-content: space-between;
  z-index: 1;
  padding-left: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .special_feature_text {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}
.special_feature_image {
  display: flex;
  align-items: stretch;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  margin-right: 15px;
  width: calc((100% - 15px) / 2);
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .special_feature_image {
    width: 100%;
    margin-right: 0;
  }
}
.special_feature_image a {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.special_feature_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.special_feature_recent {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2em;
}
.special_feature_category {
  font-size: 14px;
  background-color: #ffffff;
  font-weight: normal;
  padding: 0.2em 0.5em;
  margin-bottom: 0.5em;
  color: #ffffff;
  display: inline-block;
}
.special_feature_category._interview {
  background-color: #E35D54;
}
.special_feature_category._campaign {
  background-color: #E49A46;
}
.special_feature_category._limited {
  background-color: #284894;
}
.special_feature_category._event {
  background-color: #D4748E;
}
.special_feature_category._feature {
  background-color: #658734;
}
.special_feature_category._etc {
  background-color: #787878;
}
.special_feature_title a {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .special_feature_title a {
    font-size: 20px;
  }
}
.special_feature_name {
  margin-top: 1em;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .special_feature_name {
    font-size: 14px;
  }
}
.special_feature_name a {
  text-decoration: underline;
}
.special_feature_name a span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/svg/icn-house.svg) no-repeat center center/contain;
  margin-right: 8px;
}
.special_feature_more {
  margin-top: 2em;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 820px) {
  .special_feature_more {
    justify-content: center;
  }
}
.special_feature_more a {
  display: flex;
  font-size: 14px;
  min-width: 180px;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .special_feature_more a {
    width: 80%;
    margin-top: 1em;
  }
}
.special_feature_more a img {
  width: 14px;
  height: auto;
  margin-left: 0.2em;
}
.special_feature_tag {
  font-size: 12px;
  margin-top: 0.7em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.special_feature_tag a {
  width: auto;
  display: inline-block;
  text-decoration: underline;
  color: #787878;
  margin-right: 1em;
}

.special_filter {
  position: relative;
  background: #F8F8F8;
  padding-top: 30px;
}
.special_filter:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc((100% - 30px) / 2);
  background: #ffffff;
}
.special_filter > div {
  max-width: 1110px;
  margin: 0 auto;
  font-size: 16px;
  padding: 0 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .special_filter > div {
    font-size: 14px;
  }
}
.special_filter p {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.special_filter p a {
  text-decoration: underline;
  font-weight: normal;
  font-size: 14px;
  margin-right: auto;
  margin-left: 2em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}
.special_filter p.is-active a {
  opacity: 1;
  pointer-events: all;
}
.special_filter ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.special_filter ul li {
  margin-right: 1em;
  margin-bottom: 0.3em;
  font-size: 14px;
}