/* --------------------------------------------------
  mv
-------------------------------------------------- */
.p-mv .l-container {
  max-width: inherit;
  padding: 24px 0 32px;
  border-bottom: 1px solid #E7E7EA;
}
@media screen and (max-width: 767px) {
  .p-mv .l-container {
    padding: 0;
    border-bottom: none;
  }
}
.p-mv__inner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 45px;
  gap: 0 40px;
}
@media screen and (max-width: 1200px) {
  .p-mv__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    flex-direction: column;
    padding: 0 16px;
  }
}
.p-mv__ttl {
  font-size: 1.4rem;
  color: #6E6E74;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    color: #1C1C1F;
    font-size: 2rem;
  }
}
.p-mv__left {
  width: 50%;
  max-width: 615px;
}
@media screen and (max-width: 767px) {
  .p-mv__left {
    width: 100%;
    max-width: inherit;
    background: #F3F3F5;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }
}
.p-mv__right {
  width: 50%;
  max-width: 615px;
}
@media screen and (max-width: 767px) {
  .p-mv__right {
    width: 100%;
    max-width: inherit;
    padding-top: 24px;
  }
}
.p-mv__article:not(:last-of-type) {
  border-bottom: 1px solid #E7E7EA;
  padding-bottom: 18px;
}
.p-mv__article + .p-mv__article {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-mv__article:not(:last-of-type) {
    padding-bottom: 16px;
  }
  .p-mv__article + .p-mv__article {
    margin-top: 16px;
  }
}
.p-mv__article-inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-mv__article-inner {
    gap: 7px;
  }
}
.p-mv__article-thumb {
  width: 172px;
  height: 97px;
}
.p-mv__article-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.p-mv__article-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-mv__article-thumb a {
    transition: opacity 0 ease;
    cursor: pointer;
  }
  .p-mv__article-thumb a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__article-thumb {
    width: 128px;
    height: 72px;
  }
  .p-mv__article-thumb img {
    border-radius: 2px;
  }
}
.p-mv__article-detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-mv__article-detail {
    justify-content: flex-start;
  }
}
.p-mv__article-ttl a {
  display: block;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s ease;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-mv__article-ttl a:hover {
    color: rgba(51, 51, 51, 0.8);
  }
}
@media screen and (max-width: 767px) {
  .p-mv__article-ttl a {
    -webkit-line-clamp: 3;
  }
}
.p-mv__article-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
}
@media screen and (max-width: 767px) {
  .p-mv__article-info {
    margin-top: 10px;
    gap: 5px 8px;
  }
}
.p-mv__article-date {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  color: #6E6E74;
}
.p-mv__article-tag {
  display: inline-block;
  background: #F3F3F5;
  color: #6E6E74;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.2em 0.8em;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .p-mv__article-tag {
    font-weight: 500;
    padding: 0.1em 0.6em;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-mv__article-tag:hover {
    background: rgba(0, 0, 0, 0.12);
  }
}
.p-mv__article-icn {
  position: relative;
  bottom: 0.2em;
  padding-left: 0.2em;
}
.p-mv__article-icn img {
  width: 15px;
}
@media screen and (max-width: 767px) {
  .p-mv__article-icn {
    bottom: 0.3em;
  }
  .p-mv__article-icn img {
    width: 12px;
  }
}
.p-mv__article-btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__article-btn {
    margin-top: 18px;
  }
}
.p-mv__slider {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-mv__slider {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
  }
}
.p-mv__slider-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-mv__slider-link:hover .p-mv__slider-thumb {
    opacity: 0.6;
  }
  .p-mv__slider-link:hover .p-mv__slider-txt {
    color: rgba(51, 51, 51, 0.8);
  }
}
@media screen and (max-width: 767px) {
  .p-mv__slider-link {
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding-bottom: 10px;
  }
}
.p-mv__slider-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 615/328;
}
.p-mv__slider-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-mv__slider-thumb img {
    border-radius: 2px;
  }
}
.p-mv__slider-txt {
  font-weight: 700;
  font-size: 2rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 16px;
  color: #333;
  margin-top: 16px;
  min-height: 3em;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-mv__slider-txt {
    font-size: 1.6rem;
    color: #1C1C1F;
    padding: 0 16px;
    margin-top: 10px;
  }
}
.p-mv__slider.slick-initialized {
  display: block;
}
.p-mv__slider .slick-slide {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-mv__slider .slick-slide {
    padding: 0 5px 20px;
  }
}
.p-mv__slider .slick-track {
  display: flex !important;
}
.p-mv__slider .slide-arrow {
  position: absolute;
  background: url("../img/common/arrow_slider.png") no-repeat center center/contain;
  width: 40px;
  height: 40px;
  top: calc((100% - 150px) / 2);
  margin: auto;
  z-index: 1;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-mv__slider .slide-arrow:hover {
    background-image: url("../img/common/arrow_slider_hover.png");
  }
}
.p-mv__slider .prev-arrow {
  left: 18px;
  transform: rotate(-180deg);
}
.p-mv__slider .next-arrow {
  right: 18px;
}
.p-mv__slider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.p-mv__slider .slide-dots {
  margin: 16px auto 0;
  text-align: center;
}
.p-mv__slider .slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
.p-mv__slider .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.p-mv__slider .slide-dots li button:before {
  content: "";
  background: #fff;
  border: 1px solid #D0D1D5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-mv__slider .slide-dots li.slick-active button:before {
  content: "";
  background: #444449;
  border: 1px solid #444449;
}

/* --------------------------------------------------
  top-banner
-------------------------------------------------- */
.p-top-banner {
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  .p-top-banner {
    border-bottom: 1px solid #E7E7EA;
    padding-bottom: 24px;
  }
}
.p-top-banner__item a {
  display: block;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-top-banner__item a {
    transition: opacity 0 ease;
    cursor: pointer;
  }
  .p-top-banner__item a:hover {
    opacity: 0.5;
  }
}

/* --------------------------------------------------
  recommend
-------------------------------------------------- */
.p-recommend__ttl {
  padding-left: 1.6em;
}
.p-recommend__ttl::before {
  position: absolute;
  content: "";
  background: url("../img/common/icn_recommend.svg") no-repeat center center/contain;
  width: 20px;
  height: 24px;
  left: 0.3em;
  top: 55%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-recommend__ttl {
    padding-left: 1.4em;
  }
  .p-recommend__ttl::before {
    width: 18px;
    height: 22px;
    left: 0;
  }
}

/* --------------------------------------------------
  trend
-------------------------------------------------- */
/*# sourceMappingURL=index.css.map */