/* stylelint-disable scss/no-global-function-names */
.mystery-pickup__date {
  font-size: 1.4rem;
  line-height: 2.14;
  color: #9a9a9a;
}
.mystery-pickup__heading {
  padding-bottom: 15px;
  margin-top: 11px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.36;
  border-bottom: 1px solid #b0afb3;
}
@media (max-width: 767.98px) {
  .mystery-pickup__heading {
    padding-bottom: 10px;
    margin-top: 6px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.555;
  }
}
.mystery-pickup__img {
  display: block;
  max-width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}
.mystery-pickup__img img {
  margin: 0 auto;
}
.mystery-pickup__p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
}
.mystery-pickup__p + .mystery-pickup__p {
  margin-top: 26px;
}
.mystery-pickup__p--right {
  text-align: right;
}
.mystery-pickup__p--center {
  text-align: center;
}
.mystery-pickup__h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.444;
}
@media (max-width: 767.98px) {
  .mystery-pickup__h3 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
  }
}
.mystery-pickup__link[href] {
  text-decoration: underline;
  transition: 0.2s;
}
.mystery-pickup__link[href]:hover {
  text-decoration: none;
  opacity: 0.5;
}
.mystery-pickup__h3 + .mystery-pickup__img {
  margin-top: 14px;
}
@media (max-width: 767.98px) {
  .mystery-pickup__h3 + .mystery-pickup__img {
    margin-top: 3px;
  }
}
.mystery-pickup__p + .mystery-pickup__h3 {
  margin-top: 28px;
}
@media (max-width: 767.98px) {
  .mystery-pickup__p + .mystery-pickup__h3 {
    margin-top: 24px;
  }
}
.mystery-pickup__h3 + .mystery-pickup__p {
  margin-top: 7px;
}
@media (max-width: 767.98px) {
  .mystery-pickup__h3 + .mystery-pickup__p {
    margin-top: 6px;
  }
}
.mystery-pickup__hr {
  margin-bottom: 60px;
  border-top: 1px solid var(--color-light-gray2);
}
@media (max-width: 767.98px) {
  .mystery-pickup__hr {
    margin-bottom: 50px;
  }
}
.mystery-pickup__share-wrap {
  margin-top: 40px;
}
@media (max-width: 1023.98px) {
  .mystery-pickup__share-wrap {
    padding: 14px 3%;
    margin-right: auto;
    margin-left: auto;
  }
  .mystery-pickup__share-wrap .mystery-common__share {
    width: 90px;
    min-width: inherit;
    padding-right: 10px;
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .mystery-pickup__share-wrap {
    margin-top: 50px;
  }
}
.mystery-pickup__tag-wrap {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .mystery-pickup__tag-wrap {
    margin-top: 30px;
  }
}
.mystery-pickup__info-wrap {
  margin-top: 50px;
}
.mystery-pickup__btn-link {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .mystery-pickup__btn-link {
    display: flex;
  }
}
.mystery-pickup__btn-link-item {
  position: relative;
  display: inline-block;
  min-width: 190px;
  height: 42px;
  padding: 0 35px;
  margin-right: 16px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  background: linear-gradient(274.87deg, #b0afb3 -31.3%, #b0afb3 95.69%);
  border-radius: 30px;
  transition: all 0.2s;
}
@media (max-width: 767.98px) {
  .mystery-pickup__btn-link-item {
    width: 23%;
    min-width: inherit;
    padding: 0 18px;
    margin-right: 2%;
    font-size: 1.4rem;
  }
}
@media (max-width: 479.98px) {
  .mystery-pickup__btn-link-item {
    width: 23%;
    height: 30px;
    padding: 0 5px;
    font-size: 2.4vw;
  }
}
.mystery-pickup__btn-link-item-inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
}
.mystery-pickup__btn-link-item.is-active {
  background: linear-gradient(274.87deg, #0073b4 -31.3%, #0084ff 95.69%);
}
.mystery-pickup__btn-link-item[href]:hover {
  background: linear-gradient(274.87deg, #0073b4 -31.3%, #0084ff 95.69%);
}
.mystery-pickup__contents {
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
}
.mystery-pickup__contents-wrap {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .mystery-pickup__contents-wrap {
    margin-top: 20px;
  }
}
.mystery-pickup__contents-wrap.js-side-info-slide .slick-track {
  display: flex;
}
.mystery-pickup__contents-wrap.js-side-info-slide .slick-slide {
  height: auto !important;
}
@media (max-width: 767.98px) {
  .mystery-pickup__contents-wrap.js-side-info-slide .mystery-pickup__contents-img,
  .mystery-pickup__contents-wrap.js-side-info-slide .mystery-pickup__contents-content {
    width: 100%;
  }
}
.mystery-pickup__contents-wrap--main .mystery-pickup__contents-item {
  padding: 10px;
}
.mystery-pickup__contents-wrap--main .mystery-pickup__contents-title {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .mystery-pickup__contents-wrap--main .mystery-pickup__contents-img {
    width: 36.9%;
  }
}
@media (max-width: 767.98px) {
  .mystery-pickup__contents-wrap--main .mystery-pickup__contents-content {
    width: 62%;
    padding: 0 0 0 10px;
  }
}
.mystery-pickup__contents-wrap--main .mystery-pickup__contents-link + .mystery-pickup__contents-item {
  margin-top: 30px;
}
.mystery-pickup__contents-wrap--sub .mystery-pickup__contents-item + .mystery-pickup__contents-item {
  margin-top: 5px;
}
@media (max-width: 767.98px) {
  .mystery-pickup__contents-wrap--sub .mystery-pickup__contents-item {
    margin: 0 5px;
  }
}
.mystery-pickup__contents-wrap--sub .mystery-pickup__contents-img {
  width: 142px;
}
@media (max-width: 767.98px) {
  .mystery-pickup__contents-wrap--sub .mystery-pickup__contents-img {
    width: 100%;
  }
}
.mystery-pickup__contents-wrap--sub .mystery-pickup__contents-content {
  width: calc(100% - 165px);
}
@media (max-width: 767.98px) {
  .mystery-pickup__contents-wrap--sub .mystery-pickup__contents-content {
    width: 100%;
  }
}
.mystery-pickup__contents-wrap--sub .mystery-pickup__contents-title {
  font-size: 1.4rem;
  font-weight: 500;
}
.mystery-pickup__contents-wrap .mystery-panel__arrow {
  top: 30vw;
}
.mystery-pickup__contents-item {
  position: relative;
  display: block;
  padding: 15px;
  font-size: 0;
  background: #f4f4f4;
  transition: 0.2s;
}
@media (max-width: 767.98px) {
  .mystery-pickup__contents-item {
    padding: 0;
  }
  .mystery-pickup__contents-item > .mystery-pickup__contents-title {
    padding: 10px;
  }
}
.mystery-pickup__contents-item + .mystery-pickup__contents-item {
  margin-top: 20px;
}
.mystery-pickup__contents-item:hover {
  background: var(--color-dark-blue2);
}
.mystery-pickup__contents-item:hover .mystery-pickup__contents-title {
  color: var(--color-white);
}
.mystery-pickup__contents-item:hover .mystery-pickup__contents-onair {
  color: var(--color-white);
}
.mystery-pickup__contents-item:hover .mystery-pickup__contents-comment {
  color: var(--color-white);
}
.mystery-pickup__contents-item:hover .mystery-pickup__contents-datetime {
  color: var(--color-white);
}
.mystery-pickup__contents-item:hover .mystery-pickup__contents-tag--cast {
  color: var(--color-white);
  background: url(/assets/images/icon_cast_white.svg) no-repeat top 2px left 5px;
  border: 1px solid var(--color-white);
}
.mystery-pickup__contents-img {
  display: inline-block;
  width: 248px;
  margin-right: 20px;
  vertical-align: top;
}
@media (max-width: 767.98px) {
  .mystery-pickup__contents-img {
    width: 100%;
    margin-right: auto;
  }
}
.mystery-pickup__contents-img img {
  width: 100%;
}
.mystery-pickup__contents-content {
  display: inline-block;
  width: calc(100% - 270px);
  vertical-align: top;
}
@media (max-width: 767.98px) {
  .mystery-pickup__contents-content {
    width: 100%;
    padding: 12px 14px;
  }
}
.mystery-pickup__contents-content--with-btn {
  width: calc(100% - 270px - 175px);
}
@media (max-width: 767.98px) {
  .mystery-pickup__contents-content--with-btn {
    width: 100%;
  }
}
.mystery-pickup__contents-title {
  margin-top: 7px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .mystery-pickup__contents-title {
    margin-top: 10px;
    font-weight: 700;
  }
}
.mystery-pickup__contents-sub-title {
  margin-left: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .mystery-pickup__contents-sub-title {
    display: block;
    margin-left: auto;
    font-weight: 500;
    line-height: 1.875;
  }
}
.mystery-pickup__contents-onair {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57;
}
@media (max-width: 767.98px) {
  .mystery-pickup__contents-onair {
    margin-top: 7px;
    font-weight: 500;
  }
}
.mystery-pickup__contents-datetime {
  margin-top: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #b7b7b7;
  text-align: right;
}
@media (max-width: 767.98px) {
  .mystery-pickup__contents-datetime {
    margin-top: 10px;
    font-weight: 500;
    line-height: 1;
  }
}
.mystery-pickup__contents-comment, .mystery-pickup__contents-comment-b {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.714;
}
@media (max-width: 767.98px) {
  .mystery-pickup__contents-comment, .mystery-pickup__contents-comment-b {
    margin-top: 10px;
    font-weight: 600;
    line-height: 1.57;
  }
}
.mystery-pickup__contents-comment-b {
  font-weight: 600;
}
.mystery-pickup__contents-tag-wrap {
  margin-top: 7px;
}
@media (max-width: 767.98px) {
  .mystery-pickup__contents-tag-wrap {
    margin-top: 10px;
  }
}
.mystery-pickup__contents-tag {
  display: inline-block;
  padding: 0 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 22px;
  color: var(--color-white);
  background: #508bc1;
  border-radius: 3px;
}
.mystery-pickup__contents-tag--axn {
  background: var(--color-red1);
}
.mystery-pickup__contents-tag--cast {
  padding: 0 5px 0 22px;
  line-height: 20px;
  color: var(--color-dark-blue2);
  background: url(/assets/images/icon_cast.svg) no-repeat top 2px left 5px;
  border: 1px solid var(--color-dark-blue2);
  border-radius: 0;
}
.mystery-pickup__contents-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 160px;
  height: 40px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(274.87deg, #912a1e -31.3%, #e50020 95.69%);
  border-radius: 50px;
  transition: all 0.2s;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .mystery-pickup__contents-btn {
    position: static;
    padding-bottom: 40px;
    margin: 30px auto 0;
    font-size: 1.4rem;
  }
}