@charset "UTF-8";
main .lower-sec {
  max-width: 1040px;
}
.scope_series .breadcrumb,
.scope_page .breadcrumb {
  width: calc(100% - 80px);
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .scope_series .breadcrumb,
  .scope_page .breadcrumb {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 375px) {
  .scope_series .breadcrumb,
  .scope_page .breadcrumb {
    width: calc(100% - 30px);
  }
}
.scope-footer {
  margin-top: 90px;
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .scope-footer {
    margin-top: 80px;
    padding-top: 0;
    padding-bottom: calc(70px + 30px);
  }
}
.scope-footer__inner {
  max-width: 1040px;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .scope-footer__inner {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 375px) {
  .scope-footer__inner {
    width: calc(100% - 30px);
  }
}
.scope-footer__ttl {
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}
.scope-footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
@media only screen and (max-width: 767px) {
  .scope-footer__list {
    grid-template-columns: none;
  }
}
.scope-footer__bnr {
  width: 100%;
  padding: 60px 40px 50px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  border: 2px solid #000;
  background-color: #fee133;
  display: block;
  transition: filter 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 767px) {
  .scope-footer__bnr {
    padding: 30px 20px 28px;
  }
}
@media only screen and (max-width: 375px) {
  .scope-footer__bnr {
    padding: 23px 20px 20px;
  }
}
@media (hover: hover) {
  .scope-footer__bnr:hover,
  .scope-footer__bnr:focus {
    filter: brightness(0.9);
  }
}
.scope-footer__bnr p {
  margin-bottom: 25px;
  font-size: 1.4em;
}
@media only screen and (max-width: 767px) {
  .scope-footer__bnr p {
    margin-bottom: 20px;
    font-size: 3.5vw;
  }
}
.scope-footer__bnr figure {
  margin: 0 auto;
  max-width: 580px;
}
.scope-footer__btn {
  width: calc((100% - 30px) / 2);
  color: #000;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
  position: relative;
  padding-top: 1.75em;
  padding-bottom: 1.75em;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 1.15em;
  font-weight: 700;
  text-align: center;
  border: 2px solid #000;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 767px) {
  .scope-footer__btn {
    width: 100%;
    padding-top: 1.75em;
    padding-bottom: 1.75em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: clamp(13px, 2vw, 16px);
  }
}
.scope-footer__btn[data-type="next"]::after,
.scope-footer__btn[data-type="prev"]::after,
.scope-footer__btn[data-type="btm"]::after {
  content: '';
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 0;
  bottom: 0;
  rotate: 45deg;
}
.scope-footer__btn[target="_blank"],
.scope-footer__btn[data-type="next"],
.scope-footer__btn[data-type="btm"] {
  padding-right: calc(2em + 9px + 1em);
}
@media only screen and (max-width: 767px) {
  .scope-footer__btn[target="_blank"],
  .scope-footer__btn[data-type="next"],
  .scope-footer__btn[data-type="btm"] {
    padding-right: calc(1em + 9px + 1em);
  }
}
.scope-footer__btn[data-type="next"]::after,
.scope-footer__btn[data-type="btm"]::after {
  right: 1.5em;
}
@media only screen and (max-width: 767px) {
  .scope-footer__btn[data-type="next"]::after,
  .scope-footer__btn[data-type="btm"]::after {
    right: 1em;
  }
}
.scope-footer__btn[data-type="btm"]::after {
  scale: 1 -1;
}
.scope-footer__btn[data-type="prev"] {
  padding-left: calc(2em + 9px + 1em);
}
@media only screen and (max-width: 767px) {
  .scope-footer__btn[data-type="prev"] {
    padding-left: calc(1em + 9px + 1em);
  }
}
.scope-footer__btn[data-type="prev"]::after {
  left: 1.5em;
  scale: -1 -1;
}
@media only screen and (max-width: 767px) {
  .scope-footer__btn[data-type="prev"]::after {
    left: 1em;
  }
}
@media (hover: hover) {
  .scope-footer__btn:hover,
  .scope-footer__btn:focus {
    filter: brightness(0.9);
  }
}
@media only screen and (min-width: 767px) {
  .scope-footer._borderTop {
    background-color: transparent;
    background-image: linear-gradient(to bottom, #000 0, #000 2px, transparent 2px, transparent 10px, #f2f2f2 10px, #f2f2f2 100%);
  }
}
.scope-footer._borderTop::before {
  content: '';
  width: 285px;
  height: 110px;
  background-image: url("/assets/image/event/event-bg.svg");
  background-repeat: no-repeat;
  background-size: auto 393px;
  background-position: top left;
  display: block;
  position: absolute;
  top: -110px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .scope-footer._borderTop::before {
    width: min(60%, 285px);
    height: 80px;
    display: none;
    top: -80px;
  }
}
.scopeTop-ttl {
  font-size: 2em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5em;
}
@media only screen and (max-width: 767px) {
  .scopeTop-ttl {
    font-size: 1.7em;
  }
}
main.scope {
  background: none;
}
@media only screen and (max-width: 767px) {
  main.scope {
    position: relative;
  }
}
main.scope .breadcrumb {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  main.scope .breadcrumb {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 375px) {
  main.scope .breadcrumb {
    padding: 0 15px;
  }
}
main.scope .lower-inner {
  width: calc(100% - 80px);
}
@media only screen and (max-width: 767px) {
  main.scope .lower-inner {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 375px) {
  main.scope .lower-inner {
    width: calc(100% - 30px);
  }
}
main.scope .lower-inner::before {
  content: none;
}
main.scope .lower-inner .lower-sec {
  width: 100%;
}
main.scope .lower-sec {
  max-width: 1040px;
  width: calc(100% - 80px);
}
@media only screen and (max-width: 767px) {
  main.scope .lower-sec {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 375px) {
  main.scope .lower-sec {
    width: calc(100% - 30px);
  }
}
.scope-mv {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .scope-mv {
    margin-bottom: 60px;
  }
}
.scope-mv a {
  color: inherit;
}
.scope-mv a > span:hover {
  border-bottom: none;
}
.scope-mv-head {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.3em;
  font-weight: 700;
  display: grid;
  gap: 1em;
}
@media only screen and (max-width: 767px) {
  .scope-mv-head {
    margin-bottom: 35px;
  }
}
.scope-mv-ttl {
  width: min(90.75vw, calc(480px + 10vw));
  padding-left: 10vw;
  margin-left: auto;
  margin-right: auto;
}
.scope-mv-desc {
  line-height: 1.4;
}
.scope-mv-slider {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .scope-mv-slider {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 425px) {
  .scope-mv-slider {
    padding-left: 0;
    padding-right: 0;
  }
}
.scope-mv-slider--inactive {
  list-style: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.scope-mv-slider--inactive .scope-mv-list {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  position: relative;
  z-index: 1;
}
.scope-mv-slider--inactive .scope-mv-item {
  flex-shrink: 0;
}
.scope-mv-item {
  height: auto;
  padding-right: 10px;
  padding-bottom: calc(10px + 45px);
  position: relative;
}
@media only screen and (max-width: 900px) {
  .scope-mv-item {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .scope-mv-item {
    padding-right: 0;
  }
}
.scope-mv-item > a {
  display: block;
}
@media only screen and (max-width: 900px) {
  .scope-mv-item > a {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.scope-mv-item .img,
.scope-mv-item .text {
  border: 2px solid #000;
}
.scope-mv-item .img {
  max-width: calc(100% / 2 + 20px);
  width: 100%;
  max-height: 370px;
  margin-top: 20px;
  margin-left: 10px;
  border-radius: 20px;
  box-shadow: 8px 8px 0 #000;
  background-color: #fafafa;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .scope-mv-item .img {
    max-width: initial;
    max-height: initial;
    width: calc(100% - 20px * 2 - 8px);
    margin-left: 20px;
    margin-right: calc(20px + 8px);
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .scope-mv-item .img {
    width: calc(100% - 20px * 2 - 4px);
    margin-right: calc(20px + 4px);
    box-shadow: 4px 4px 0 #000;
  }
}
@media only screen and (max-width: 425px) {
  .scope-mv-item .img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
.scope-mv-item .img img {
  width: 100%;
  aspect-ratio: 100/61;
  object-fit: cover;
  transition: all 0.3s;
}
.scope-mv-item .text {
  max-width: calc(100% / 2 + 10px);
  width: 100%;
  min-height: 450px;
  margin-top: 45px;
  margin-left: auto;
  padding: 60px 60px 30px 80px;
  border-radius: 40px;
  box-shadow: 10px 10px 0 #000;
  background-color: #6772b2;
  position: relative;
  top: 45px;
}
@media only screen and (max-width: 1100px) {
  .scope-mv-item .text {
    padding: 60px 40px 30px 80px;
  }
}
@media only screen and (max-width: 900px) {
  .scope-mv-item .text {
    width: calc(100% - 20px * 2 - 10px);
    max-width: initial;
    min-height: initial;
    margin-top: -16px;
    margin-left: 20px;
    margin-right: calc(20px + 10px);
    padding: 30px 40px 25px;
    position: relative;
    top: auto;
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  .scope-mv-item .text {
    flex: 1;
    width: calc(100% - 20px * 2 - 6px);
    margin-top: -10px;
    margin-right: calc(20px + 6px);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 6px 6px 0 #000;
  }
}
@media only screen and (max-width: 500px) {
  .scope-mv-item .text {
    max-width: initial;
  }
}
@media only screen and (max-width: 425px) {
  .scope-mv-item .text {
    width: calc(100% - 10px * 2);
    margin-left: auto;
    margin-right: auto;
  }
}
.scope-mv-item .meta {
  font-size: 13px;
  font-weight: bold;
}
.scope-mv-item .category {
  min-width: 120px;
  padding: 0.4em 1em;
  color: #fff;
  font-family: 'acumin-pro', 'Noto Sans JP', sans-serif;
  font-weight: bold;
  line-height: 1 !important;
  text-align: center;
  word-break: break-all;
  border-radius: 120px;
  background-color: #000;
  display: inline-block;
}
.scope-mv-item .type {
  width: 76px;
  height: 20px;
  font-size: 11px;
  line-height: calc(20px - 1.5px * 2);
  font-family: 'acumin-pro', 'Noto Sans JP', sans-serif;
  border: 1.5px solid #000;
  text-align: center;
  display: block;
  word-break: break-all;
}
.scope-mv-item .day {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: inherit;
  line-height: 1;
  word-break: break-all;
  display: block;
}
.scope-mv-item .bookmark {
  margin-top: 0;
  margin-right: 0;
}
.scope-mv-item .btn_reaction {
  width: 35px;
  height: 35px;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  pointer-events: none;
}
.scope-mv-item .btn_reaction label::after {
  background-color: transparent;
}
.scope-mv-item .ttl {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .scope-mv-item .ttl {
    font-size: 24px;
  }
}
.scope-mv-item .tags {
  line-height: 1.3;
  margin-bottom: 10px;
}
.scope-mv-item .tags .tag {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .scope-mv-item .tags .tag {
    word-break: break-all;
  }
}
.scope-mv-item .tags .tag .hash {
  font-size: 1.25em;
  font-weight: inherit;
  font-style: normal;
  letter-spacing: 0.15em;
}
.scope-mv-item .sp .btn_reaction {
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
}
.scope-mv-item a[target="_blank"] .ttl {
  position: relative;
}
.scope-mv-item a[target="_blank"] .ttl::after {
  content: '\e900';
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
  font-size: 0.75em;
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  position: relative;
  top: 0.06em;
}
@media (hover: hover) {
  .scope-mv-item a:hover .img img,
  .scope-mv-item a:focus .img img {
    transform: scale(1.2);
  }
}
.scope-mv-item.new a {
  position: relative;
}
.scope-mv-item.new a::after {
  content: '';
  width: 64px;
  height: 64px;
  background-image: url("/assets/image/icon/new.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .scope-mv-item.new a::after {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 425px) {
  .scope-mv-item.new a::after {
    left: 5px;
  }
}
.scope-mv-item.series .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.scope-mv-item.series .category {
  max-width: calc(100% - 76px - 20px);
}
.scope-mv-item.series .day {
  width: 100%;
}
.scope-mv-item.limited .text {
  padding-bottom: 50px;
  position: relative;
}
.scope-mv-item.limited .text::after {
  content: '';
  width: 18px;
  height: 24px;
  background-image: url("/assets/image/icon/lock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 60px;
  top: 30px;
}
@media only screen and (max-width: 1100px) {
  .scope-mv-item.limited .text::after {
    right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .scope-mv-item.limited .text::after {
    width: 16px;
    height: 20px;
    top: 25px;
    right: 20px;
  }
}
.scope-mv-item.limited--unlock .text::after {
  background-image: url("/assets/image/mypage/icon_key.svg");
}
.scope-mv-item.series .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.scope-mv-item.series .category {
  max-width: calc(100% - 76px - 20px);
}
.scope-mv-item.series .type {
  width: 76px;
  height: 20px;
  font-size: 11px;
  line-height: calc(20px - 1.5px * 2);
  border: 1.5px solid #000;
  text-align: center;
  display: block;
  word-break: break-all;
}
.scope-mv-item.series .day {
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .scope-mv-item.series.limited .text::after {
    top: auto;
    right: 40px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .scope-mv-item.series.limited .text::after {
    right: 20px;
  }
}
.scope-mv .swiper-slide {
  opacity: 0 !important;
}
.scope-mv .swiper-slide-active {
  opacity: 1 !important;
}
.scope-mv nav {
  width: calc(100% / 2 - 10px - 2px * 2 + 20px);
  height: calc(100% - 370px);
  display: flex;
  align-items: center;
  position: absolute;
  top: 370px;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .scope-mv nav {
    width: calc(100% - 10px * 2);
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    position: static;
  }
}
.scope-mv-btn {
  width: 40px;
  height: 40px;
  margin: 0;
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  display: block;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  cursor: pointer;
  transition: background-color 0.3s;
}
.scope-mv-btn::after {
  content: '\e902';
  font-size: 1em;
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% - 0.1em);
  transform: translate(-50%, -50%);
}
.scope-mv-btn--prev::after {
  left: calc(50% + 0.1em);
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (hover: hover) {
  .scope-mv-btn:hover,
  .scope-mv-btn:focus {
    color: #ffe100;
    background-color: #000;
  }
}
.scope-mv-pagination {
  width: auto !important;
  margin: 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.scope-mv .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  margin: 0 5px;
  display: block;
  background-color: transparent;
  position: relative;
  opacity: 1;
  cursor: pointer;
}
.scope-mv .swiper-pagination-bullet::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 51%;
  top: 50%;
  opacity: 0.3;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .scope-mv .swiper-pagination-bullet:hover::before,
  .scope-mv .swiper-pagination-bullet:focus::before {
    opacity: 1;
  }
}
.scope-mv .swiper-pagination-bullet svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  display: block;
}
.scope-mv .swiper-pagination-bullet circle {
  stroke-width: 2px;
  stroke: #000;
  fill: none;
  stroke-dasharray: 62.83;
  stroke-dashoffset: -62.83;
  will-change: stroke-dashoffset;
  transition: opacity 0.3s;
  opacity: 0.3;
}
.scope-mv .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.scope-mv .swiper-pagination-bullet-active circle {
  opacity: 1;
  animation: pagination_circle_in 10s linear both;
  stroke-dashoffset: -125.66;
}
.scope-mv .swiper-pagination-bullet.is-active circle {
  animation: pagination_circle_in 10s linear 1s both;
}
.scope-mv .swiper-pagination-bullet.is-prev circle {
  stroke: #000;
  animation: pagination_circle_out 0.5s linear 0.5s both;
}
.scope-copy {
  margin-bottom: 80px;
  border-bottom: 3px solid #000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .scope-copy {
    margin-bottom: 40px;
  }
}
.scope-copy p {
  padding: 10px 20px;
  color: #659afc;
  font-size: min(2.5vw, 21px);
  font-weight: bold;
  line-height: 1.25;
  border: 3px solid #000;
  border-bottom: none;
  border-radius: 40px 40px 0 0;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .scope-copy p {
    font-size: min(3.8vw, 21px);
  }
}
.scope-copy p b {
  margin: 0 0.1em;
  padding: 0 0.1em;
  font-weight: inherit;
  background-image: linear-gradient(transparent 40%, #ffe100 40%);
  display: inline-block;
}
.scope-tag {
  margin-bottom: calc(100px + 20px);
}
@media only screen and (max-width: 767px) {
  .scope-tag {
    margin-bottom: calc(60px + 10px);
  }
}
.scope-tag-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .scope-tag-ttl {
    font-size: 20px;
  }
}
.scope-tag-ttl::before {
  content: '';
  width: calc(100% - 13.25em);
  height: 5px;
  margin: 0;
  background-image: url("/assets/image/dotted_parts.svg");
  background-size: contain;
  background-repeat: repeat-x;
  display: block;
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .scope-tag-ttl::before {
    height: 3px;
  }
}
.scope-tag-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.scope-tag-list a {
  margin-right: 10px;
  margin-bottom: 14px;
  padding: 0.25em 1.5em 0.4em 1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  background-color: #fff;
  display: inline-block;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .scope-tag-list a {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.scope-tag-list a .hash {
  color: #fd869a;
  font-size: 1.25em;
  font-weight: inherit;
  font-style: normal;
  letter-spacing: 0.15em;
}
.scope-tag-list a span {
  text-decoration: underline;
  text-underline-offset: 2.5px;
  text-decoration-thickness: 0.8px;
}
@media (hover: hover) {
  .scope-tag-list a:hover span,
  .scope-tag-list a:focus span {
    text-decoration: none;
  }
}
.scope-pickup {
  padding-top: 150px;
  margin-bottom: 80px;
  background-size: 400px;
  background-position: top -140px right -230px;
  background-repeat: no-repeat;
  background-image: url("/assets/image/scope/top-new_articlles-bg.svg");
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .scope-pickup {
    background-size: 300px;
    background-position: top -110px right -170px;
  }
}
@media only screen and (max-width: 767px) {
  .scope-pickup {
    padding-top: 100px;
    background-size: 250px;
    background-position: top -95px right -150px;
  }
}
@media only screen and (max-width: 375px) {
  .scope-pickup {
    background-position: top -140px right -180px;
  }
}
.scope-pickup__desc {
  margin-top: 1em;
  font-weight: 700;
  text-align: center;
}
.scope-pickup__toRanking {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .scope-pickup__toRanking {
    margin-left: 20px;
    position: static;
  }
}
.scope-pickup__toRanking img {
  width: 80px;
}
@media only screen and (max-width: 375px) {
  .scope-pickup__toRanking img {
    width: 65px;
  }
}
.scope-pickup__toRanking a {
  display: inline-block;
  border-radius: 50%;
  transition: box-shadow 0.3s;
}
@media (hover: hover) {
  .scope-pickup__toRanking a:hover,
  .scope-pickup__toRanking a:focus {
    box-shadow: 6px 3px 10px rgba(0,0,0,0.3);
  }
}
.scope-pickup__contents {
  margin-top: 20px;
}
.scope-pickup__list li {
  margin-bottom: 0;
}
.scope-pickup__list li .link {
  margin-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .scope-pickup__list li .link {
    width: calc(100% - 10px * 2);
  }
}
.scope-pickup__list li .img figure img {
  width: 100%;
}
.scope-pickup__list li .btn_reaction label::after {
  background-color: #ffe100;
}
.scope-pickup__list li:nth-child(3n) {
  margin-right: 40px !important;
}
@media only screen and (max-width: 767px) {
  .scope-pickup__list li:nth-child(3n) {
    margin-right: auto !important;
  }
}
.scope-pickup__list li:nth-child(3n+5) {
  margin-right: 0 !important;
}
@media only screen and (max-width: 767px) {
  .scope-pickup__list li:nth-child(3n+5) {
    margin-right: auto !important;
  }
}
.scope-pickup__list li:nth-child(1),
.scope-pickup__list li:nth-child(2) {
  width: calc(100% / 2 - 40px / 2);
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .scope-pickup__list li:nth-child(1),
  .scope-pickup__list li:nth-child(2) {
    width: 100%;
    margin-bottom: 30px;
  }
}
.scope-pickup__list li:nth-child(1) .ttl,
.scope-pickup__list li:nth-child(2) .ttl {
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .scope-pickup__list li:nth-child(1) .ttl,
  .scope-pickup__list li:nth-child(2) .ttl {
    font-size: 24px;
  }
}
@media only screen and (min-width: 767px) {
  .scope-pickup__list li:nth-child(1).new .img::before,
  .scope-pickup__list li:nth-child(2).new .img::before {
    width: 64px;
    height: 64px;
  }
}
.scope-pickup__list li:nth-child(5n+1) .img figure {
  border-radius: 0 100px 20px 0;
}
@media only screen and (max-width: 767px) {
  .scope-pickup__list li:nth-child(5n+1) .img figure {
    border-radius: 0 70px 10px 0;
  }
}
.scope-pickup__list li:nth-child(5n+2) {
  margin-right: 0 !important;
}
@media only screen and (max-width: 767px) {
  .scope-pickup__list li:nth-child(5n+2) {
    margin-right: auto !important;
  }
}
.scope-pickup__list li:nth-child(5n+2) .img figure {
  border-radius: 100px 100px 0 0;
}
@media only screen and (max-width: 767px) {
  .scope-pickup__list li:nth-child(5n+2) .img figure {
    border-radius: 70px 70px 0 0;
  }
}
.scope-pickup__list li:nth-child(5n+3) .img {
  position: relative;
}
.scope-pickup__list li:nth-child(5n+3) .img figure {
  border-radius: 0;
  clip-path: polygon(0 0, 0 85%, calc(10% + 2px) calc(100% + 2px), calc(100% + 2px) calc(100% + 2px), calc(100% + 2px) calc(22% + 2px), 85% 0%);
  position: relative;
}
.scope-pickup__list li:nth-child(5n+3) .img figure::before,
.scope-pickup__list li:nth-child(5n+3) .img figure::after {
  content: '';
  border-bottom: 2px solid #000;
  position: absolute;
  pointer-events: none;
}
.scope-pickup__list li:nth-child(5n+3) .img figure::before {
  width: 21%;
  height: 26%;
  rotate: 41.8deg;
  top: -11.25%;
  right: -8.5%;
}
.scope-pickup__list li:nth-child(5n+3) .img figure::after {
  width: 17%;
  height: 34%;
  rotate: 41.75deg;
  left: 4%;
  bottom: 1%;
}
.scope-pickup__list li:nth-child(5n+3) .img picture {
  display: block;
  clip-path: polygon(0 0, 0 85%, 10% 100%, 100% 100%, 100% 22%, 85% 0%);
}
.scope-pickup__list li:nth-child(5n+4) .img figure {
  border-radius: 0 0 120px 0;
}
@media only screen and (max-width: 767px) {
  .scope-pickup__list li:nth-child(5n+4) .img figure {
    border-radius: 0 0 90px 0;
  }
}
.scope-pickup__list li:nth-child(5n) .img figure {
  border-radius: 120px 0 120px 0;
}
@media only screen and (max-width: 767px) {
  .scope-pickup__list li:nth-child(5n) .img figure {
    border-radius: 90px 0 90px 0;
  }
}
.scope-pickup__list li.new .img::before {
  top: -30px;
  left: -20px;
}
.scope-pickup__list li.limited .text {
  padding-bottom: 0;
}
.scope-pickup__list li.limited .text::before {
  top: 2px;
  right: 10px;
  bottom: auto;
}
.scope-pickup__list li.series .img {
  margin-bottom: calc(5px + 15px);
}
.scope-pickup__list li.series .type {
  line-height: 20px;
  border: none;
}
.scope-pickup__list li.series.limited .text {
  padding-bottom: 0;
  margin-bottom: 30px;
}
.scope-pickup__list li.series.limited .text::before {
  top: 2px;
  right: 0;
  bottom: auto;
}
.scope-new_articles {
  padding-top: 100px;
  padding-bottom: 120px;
  background-position: top;
  position: relative;
  background-size: 250px;
  background-position: top -40px right -155px;
  background-repeat: no-repeat;
  background-image: url("/assets/image/scope/top-new_articlles-bg.svg");
}
@media only screen and (max-width: 767px) {
  .scope-new_articles {
    padding-top: 60px;
    padding-bottom: 80px;
    background-size: 170px;
    background-position: top -30px right -105px;
  }
}
.scope-new_articles::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  top: 100px;
  left: 0;
  transform: rotate(180deg);
  background-size: 250px;
  background-position: top -40px right -155px;
  background-image: url("/assets/image/scope/top-new_articlles-bg.svg");
  pointer-events: none;
}
@media only screen and (max-width: 1100px) {
  .scope-new_articles::before {
    top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .scope-new_articles::before {
    background-size: 170px;
    background-position: top -30px right -105px;
    top: 55px;
  }
}
.scope-new_articles h2 span {
  background-image: url("/assets/image/scope/top-ttl_border_wht.svg");
}
.scope-new_articles h2 span::before {
  background-image: url("/assets/image/icon/scope-new_articles.svg");
}
@media only screen and (max-width: 767px) {
  .scope-new_articles h2 span em {
    background-image: url("/assets/image/scope/top-ttl_border_wht.svg");
  }
}
@media only screen and (min-width: 900px) {
  .scope-new_articles h2 span br {
    display: none;
  }
}
.scope-new_articles-list {
  margin-left: 10px;
  margin-right: 10px;
}
.scope-new_articles-list li .ttl {
  margin-bottom: 10px;
}
.scope-new_articles-list li .btn_reaction label::after {
  background-color: #ffe100;
}
.scope-new_articles-list li .btn_reaction input:checked + label {
  background-color: #ffe100;
}
.scope-new_articles-list li.limited::before {
  bottom: auto;
  top: 2px;
  bottom: 10px;
}
.scope-search {
  position: relative;
  z-index: 0;
}
.scope-search__ttl {
  margin-bottom: 40px;
}
.scope-search h3 {
  margin-bottom: 1.5em;
  font-size: 1.35em;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 1.5;
  background-image: radial-gradient(circle, #000 2px, transparent 2px);
  background-size: 12px 4px;
  background-repeat: repeat-x;
  background-position: left top calc(50% - 1px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .scope-search h3 {
    font-size: 1.25em;
  }
}
.scope-search h3 > span,
.scope-search h3 > label {
  padding-right: 1em;
  background-color: #fafafa;
}
@media only screen and (max-width: 767px) {
  .scope-search h3 > span,
  .scope-search h3 > label {
    padding-right: 0.75em;
  }
}
.scope-search-main {
  padding: 100px 20px 120px;
  border-radius: 200px 0 0 0;
  background-color: #000;
}
@media only screen and (max-width: 1100px) {
  .scope-search-main {
    border-radius: 140px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .scope-search-main {
    border-radius: 80px 0 0 0;
    padding: 60px 0;
  }
}
.scope-search-category {
  margin-top: 130px;
  max-width: 1120px;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1080px) {
  .scope-search-category {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .scope-search-category {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 375px) {
  .scope-search-category {
    margin-top: 60px;
  }
}
.scope-search-category .inner {
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .scope-search-category .inner {
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    overflow-x: auto;
  }
}
@media only screen and (max-width: 767px) {
  .scope-search-category .inner {
    width: calc(100% - 40px);
  }
}
.scope-search-category .inner::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .scope-search-category .inner::-webkit-scrollbar {
    display: none;
  }
}
.scope-search-category .inner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(0,0,0,0.3);
}
.scope-search-category ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1040px) {
  .scope-search-category ul {
    min-width: 961px;
    height: 260px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .scope-search-category ul {
    min-width: 900px;
  }
}
.scope-search-category ul li {
  width: calc(100% / 3 - 24px * 2 / 3);
  margin-top: 10px;
}
.scope-search-category ul li:not(:nth-child(3n)) {
  margin-right: 24px;
}
.scope-search-category ul a {
  min-height: 80px;
  margin: 20px 0;
  padding: 0.5em 1.5em 0.5em 130px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  position: relative;
  transition: background-color 0.3s;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .scope-search-category ul a {
    min-height: 65px;
    padding: 0.5em 1.5em 0.5em 110px;
  }
}
.scope-search-category ul a figure {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #000;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .scope-search-category ul a figure {
    width: 95px;
    height: 95px;
  }
}
.scope-search-category ul a figure img {
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: all 0.3s;
}
@media (hover: hover) {
  .scope-search-category ul a:hover figure img,
  .scope-search-category ul a:focus figure img {
    transform: scale(1.2);
  }
}
@media only screen and (max-width: 1080px) {
  .scope-search-category--no_scroll {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .scope-search-category--no_scroll {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 375px) {
  .scope-search-category--no_scroll {
    width: calc(100% - 30px);
  }
}
.scope-search-category--no_scroll h3 {
  width: 100%;
}
.scope-search-category--no_scroll .inner {
  width: 100%;
  padding-bottom: 0;
}
.scope-search-category--no_scroll ul {
  min-width: initial;
  height: auto;
  flex-direction: row;
}
@media only screen and (max-width: 1040px) {
  .scope-search-category--no_scroll ul li {
    width: calc(100% / 2 - 24px / 2);
    max-width: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .scope-search-category--no_scroll ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 1040px) {
  .scope-search-category--no_scroll ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1040px) and (min-width: 640px) {
  .scope-search-category--no_scroll ul li:not(:nth-child(2n)) {
    margin-right: 24px;
  }
}
.scope-search .searchWindow {
  position: relative;
}
.scope-search .searchWindow input {
  width: 100%;
  padding: 26px 80px 26px 30px;
  font-size: 18px;
  border: 2px solid #000;
  background-color: #fff;
  display: block;
}
@media only screen and (max-width: 767px) {
  .scope-search .searchWindow input {
    padding: 20px 70px 20px 20px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .scope-search .searchWindow input {
    padding: 14px 55px 14px 6px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .scope-search .searchWindow input::placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .scope-search .searchWindow input::placeholder {
    font-size: 11px;
  }
}
.scope-search .searchWindow button {
  width: auto;
  height: 100%;
  padding: 0;
  border: 2px solid #000;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  aspect-ratio: 1/1;
}
@media (hover: hover) {
  .scope-search .searchWindow button:hover,
  .scope-search .searchWindow button:focus {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  }
}
.scope-search__inner {
  padding-left: 60px;
  padding-bottom: 20px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1100px) {
  .scope-search__inner {
    padding-left: 30px;
    padding-bottom: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .scope-search__inner {
    padding-left: 9px;
  }
}
.scope-search__inner::before {
  content: '';
  width: calc(100% - 60px);
  height: calc(100% - 20px);
  border: 2px solid #000;
  border-right: none;
  border-radius: 200px 0 0 200px;
  background-color: #fafafa;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 1100px) {
  .scope-search__inner::before {
    width: calc(100% - 30px);
    height: calc(100% - 13px);
    border-radius: 100px 0 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .scope-search__inner::before {
    width: calc(100% - 9px);
  }
}
.scope-search__inner::after {
  content: '';
  width: calc((100% - 60px) - 38px);
  height: 100%;
  border: 2px solid #000;
  border-right: none;
  border-radius: 200px 0 0 200px;
  background-color: #ccc;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}
@media only screen and (max-width: 1100px) {
  .scope-search__inner::after {
    width: calc((100% - 30px) - 38px);
    border-radius: 100px 0 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .scope-search__inner::after {
    width: calc((100% - 9px) - 18px);
  }
}
.scope-search__container {
  max-width: calc(1040px + 60px);
  width: calc(100% - 40px * 2);
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-right: 60px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 1100px) {
  .scope-search__container {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .scope-search__container {
    width: calc(100% - 20px * 2);
    padding-top: 60px;
    padding-right: 9px;
    padding-bottom: 100px;
  }
}
.scope-search__block:not(:last-child) {
  margin-bottom: 60px;
}
.scope-search__block .btn {
  padding: 1.25em;
  color: #fff;
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
  background-color: #000;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (hover: hover) {
  .scope-search__block .btn:hover,
  .scope-search__block .btn:focus {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  }
}
.scope-search__block._cat ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 20px;
}
@media only screen and (max-width: 767px) {
  .scope-search__block._cat ul {
    gap: 30px 15px;
    justify-content: flex-start;
  }
}
.scope-search__block._cat ul li {
  width: 130px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .scope-search__block._cat ul li {
    width: calc((100% - 15px * 3) / 4);
  }
}
.scope-search__block._cat ul a {
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.3;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 0.75em;
  position: relative;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 767px) {
  .scope-search__block._cat ul a {
    font-size: 1em;
  }
}
@media only screen and (max-width: 500px) {
  .scope-search__block._cat ul a {
    font-size: 0.85em;
  }
}
@media only screen and (max-width: 375px) {
  .scope-search__block._cat ul a {
    font-size: 10px;
  }
}
.scope-search__block._cat ul a figure {
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 100%;
  border: 2px solid #000;
  background-color: #000;
  box-shadow: 2px 3px 0 0 #ccc;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767px) {
  .scope-search__block._cat ul a figure {
    max-width: 80px;
    width: 100%;
    height: 100%;
  }
}
.scope-search__block._cat ul a figure img {
  object-fit: cover;
  transition: all 0.3s;
}
@media (hover: hover) {
  .scope-search__block._cat ul a:hover figure img,
  .scope-search__block._cat ul a:focus figure img {
    transform: scale(1.2);
  }
}
@media only screen and (max-width: 1080px) {
  .scope-search__block._cat--no_scroll {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .scope-search__block._cat--no_scroll {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 375px) {
  .scope-search__block._cat--no_scroll {
    width: calc(100% - 30px);
  }
}
.scope-search__block._cat--no_scroll h3 {
  width: 100%;
}
.scope-search__block._cat--no_scroll .inner {
  width: 100%;
  padding-bottom: 0;
}
.scope-search__block._cat--no_scroll ul {
  min-width: initial;
  height: auto;
  flex-direction: row;
}
@media only screen and (max-width: 1040px) {
  .scope-search__block._cat--no_scroll ul li {
    width: calc(100% / 2 - 24px / 2);
    max-width: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .scope-search__block._cat--no_scroll ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 1040px) {
  .scope-search__block._cat--no_scroll ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1040px) and (min-width: 640px) {
  .scope-search__block._cat--no_scroll ul li:not(:nth-child(2n)) {
    margin-right: 24px;
  }
}
.scope-search__block._tag ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}
@media only screen and (max-width: 767px) {
  .scope-search__block._tag ul {
    gap: 5px 10px;
  }
}
.scope-search__block._tag ul a {
  padding: 0.25em 1.5em 0.4em 1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  background-color: #ebebeb;
  display: inline-block;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .scope-search__block._tag ul a {
    padding: 0.2em 1em 0.25em 0.75em;
    font-size: 14px;
  }
}
.scope-search__block._tag ul a .hash {
  color: #fd869a;
  font-size: 1.25em;
  font-weight: inherit;
  font-style: normal;
  letter-spacing: 0.15em;
}
.scope-search__block._tag ul a span {
  text-decoration: underline;
  text-underline-offset: 2.5px;
  text-decoration-thickness: 0.8px;
}
@media (hover: hover) {
  .scope-search__block._tag ul a:hover span,
  .scope-search__block._tag ul a:focus span {
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  .scope-search__block._all h3 {
    background-image: none;
    justify-content: center;
  }
}
@media only screen and (max-width: 375px) {
  .scope-search__block._all h3 {
    font-size: 1em;
  }
}
@media only screen and (max-width: 1100px) {
  .scope-search__block._all h3 span {
    padding-right: 0;
  }
}
.scope-ranking {
  border-top: 3px solid #000;
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: 400px;
  background-position: top -170px right -250px;
  background-repeat: no-repeat;
  background-image: url("/assets/image/scope/top-new_articlles-bg.svg");
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1100px) {
  .scope-ranking {
    background-size: 300px;
    background-position: top -130px right -190px;
  }
}
@media only screen and (max-width: 767px) {
  .scope-ranking {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: 250px;
    background-position: top -110px right -160px;
  }
}
.scope-ranking::after {
  content: '';
  width: 400px;
  height: 400px;
  background-image: url("/assets/image/scope/top-new_articlles-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: -240px;
  left: -200px;
  scale: -1 -1;
  z-index: -1;
}
@media only screen and (max-width: 1100px) {
  .scope-ranking::after {
    width: 300px;
    height: 300px;
    bottom: -160px;
    left: -170px;
  }
}
@media only screen and (max-width: 767px) {
  .scope-ranking::after {
    width: 250px;
    height: 250px;
    bottom: -140px;
    left: -160px;
  }
}
@media only screen and (max-width: 1100px) {
  .scope-ranking-list.ranking {
    justify-content: center;
  }
}
.scope-ranking-list.ranking li {
  width: 50%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .scope-ranking-list.ranking li {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    max-width: initial;
  }
}
.scope-ranking-list.ranking li > * {
  display: block;
}
.scope-ranking-list.ranking li h2 {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .scope-ranking-list.ranking li h2 {
    margin-bottom: 20px;
  }
}
.scope-ranking-list.ranking li .link,
.scope-ranking-list.ranking li .img {
  position: relative;
}
.scope-ranking-list.ranking li .link::after,
.scope-ranking-list.ranking li .img::after {
  width: 105px !important;
  height: 38px !important;
  font-size: 18px !important;
  line-height: calc(38px - 2px * 2) !important;
}
@media only screen and (max-width: 767px) {
  .scope-ranking-list.ranking li .link::after,
  .scope-ranking-list.ranking li .img::after {
    width: 90px !important;
    height: 30px !important;
    font-size: 16px !important;
    line-height: calc(30px - 2px * 2) !important;
  }
}
.scope-ranking-list.ranking li .img::after {
  top: calc(-38px / 2) !important;
}
.scope-ranking-list.ranking li:not(:nth-child(3n)) {
  margin-right: 0;
}
.scope-ranking-list.ranking li:nth-child(1) {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .scope-ranking-list.ranking li:nth-child(1) {
    width: 100%;
    justify-content: center;
  }
}
.scope-ranking-list.ranking li:nth-child(2) {
  width: calc(100% / 2 - 20px);
  max-width: 450px;
  margin-left: auto;
}
@media only screen and (max-width: 1100px) {
  .scope-ranking-list.ranking li:nth-child(2) {
    width: 100%;
    max-width: 530px;
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .scope-ranking-list.ranking li:nth-child(2) {
    padding-top: 0 !important;
    margin-top: 0;
    margin-bottom: 20px;
    border-top: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .scope-ranking-list.ranking li:nth-child(2) .link {
    margin-top: 25px;
  }
}
.scope-ranking-list.ranking li:nth-child(2) .link::after {
  content: none !important;
}
@media only screen and (max-width: 767px) {
  .scope-ranking-list.ranking li:nth-child(2) .img {
    width: 100%;
  }
}
.scope-ranking-list.ranking li:nth-child(2) .img::after {
  content: 'NO.1' !important;
  background-color: #f8d644 !important;
}
.scope-ranking-list.ranking li:nth-child(2) .ttl {
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .scope-ranking-list.ranking li:nth-child(2) .ttl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .scope-ranking-list.ranking li:nth-child(2) .text {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .scope-ranking-list.ranking li:nth-child(2) .meta {
    margin-bottom: 10px;
    text-align: left;
  }
}
.scope-ranking-list.ranking li:nth-child(2) .category {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .scope-ranking-list.ranking li:nth-child(2).limited .meta {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .scope-ranking-list.ranking li:nth-child(2).limited .text::before {
    top: 0;
    bottom: auto;
  }
}
@media only screen and (min-width: 767px) {
  .scope-ranking-list.ranking li:nth-child(2).new .img::before {
    width: 64px;
    height: 64px;
  }
}
.scope-ranking-list.ranking li:nth-child(3),
.scope-ranking-list.ranking li:nth-child(4) {
  margin-top: 10px;
  padding: 40px;
  border-top: 1px solid #000;
}
@media only screen and (max-width: 1100px) {
  .scope-ranking-list.ranking li:nth-child(3),
  .scope-ranking-list.ranking li:nth-child(4) {
    margin-top: 30px;
    padding: 30px 40px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .scope-ranking-list.ranking li:nth-child(3),
  .scope-ranking-list.ranking li:nth-child(4) {
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 0 20px;
  }
}
@media only screen and (min-width: 900px) {
  .scope-ranking-list.ranking li:nth-child(3) .img,
  .scope-ranking-list.ranking li:nth-child(4) .img {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .scope-ranking-list.ranking li:nth-child(3) .link,
  .scope-ranking-list.ranking li:nth-child(4) .link {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .scope-ranking-list.ranking li:nth-child(3) .link::after,
  .scope-ranking-list.ranking li:nth-child(4) .link::after {
    width: 130px !important;
    padding-left: 3.5em !important;
    background-position: left 2em center !important;
  }
}
.scope-ranking-list.ranking li:nth-child(3) {
  border-right: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .scope-ranking-list.ranking li:nth-child(3) {
    border-right: none;
  }
}
@media only screen and (min-width: 767px) {
  .scope-ranking-list.ranking li:nth-child(3) .img::after {
    content: 'NO.2' !important;
    background-color: #c7d6d4 !important;
  }
}
@media only screen and (max-width: 767px) {
  .scope-ranking-list.ranking li:nth-child(3) .link::after {
    content: 'NO.2' !important;
    background-color: #c7d6d4 !important;
  }
}
@media only screen and (min-width: 767px) {
  .scope-ranking-list.ranking li:nth-child(4) .img::after {
    content: 'NO.3' !important;
    background-color: #e6a559 !important;
  }
}
@media only screen and (max-width: 767px) {
  .scope-ranking-list.ranking li:nth-child(4) .link::after {
    content: 'NO.3' !important;
    background-color: #e6a559 !important;
  }
}
.scope-ranking__ttl {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5em;
}
@media only screen and (max-width: 767px) {
  .scope-ranking__ttl {
    margin-bottom: 30px;
  }
}
.scope-ranking__list {
  width: calc(100% - 50px * 2);
  margin-left: auto;
  margin-right: auto;
  overflow: initial !important;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .scope-ranking__list {
    width: calc(100% - 40px * 2);
  }
}
.scope-ranking__list .article_list01-item .btn_reaction label::after {
  background-color: #ffe100;
}
.scope-ranking__list .article_list01-item .rank {
  padding: 0.4em 1em;
  line-height: 1;
  font-size: 1em;
  font-weight: 900;
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 9999px;
  display: inline-block;
  position: absolute;
  top: calc(-38px / 2) !important;
  right: 1em;
  z-index: 1;
}
.scope-ranking__list .article_list01-item .rank._gd,
.scope-ranking__list .article_list01-item .rank._sv,
.scope-ranking__list .article_list01-item .rank._bz {
  padding-left: calc(1em + 1.3em);
  color: #000;
  background-image: url("/assets/image/icon/crown.svg");
  background-position: left 0.6em center;
  background-size: 1.2em;
  background-repeat: no-repeat;
}
.scope-ranking__list .article_list01-item .rank._gd {
  background-color: #f8d644;
}
.scope-ranking__list .article_list01-item .rank._sv {
  background-color: #c7d6d4;
}
.scope-ranking__list .article_list01-item .rank._bz {
  background-color: #e6a559;
}
.scope-ranking__arrow {
  width: 40px;
  height: 40px;
  padding-right: calc(8px / 2 - 3px);
  color: #fff;
  border: 2px solid #000;
  background-color: #000;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  z-index: 10;
  top: min(10.5vw, 150px);
}
@media only screen and (max-width: 767px) {
  .scope-ranking__arrow {
    top: min(16vw, 120px);
  }
}
@media only screen and (max-width: 600px) {
  .scope-ranking__arrow {
    top: min(16vw, 98px);
  }
}
@media only screen and (max-width: 500px) {
  .scope-ranking__arrow {
    top: min(29vw, 140px);
  }
}
.scope-ranking__arrow::after {
  content: '\e902';
  color: inherit;
  font-size: 1em;
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% - 0.1em);
  translate: -50% -50% 1px;
  transform: translateZ(1px);
}
.scope-ranking__arrow._prev {
  left: -50px;
  scale: -1 -1;
}
@media only screen and (max-width: 767px) {
  .scope-ranking__arrow._prev {
    left: -46px;
  }
}
.scope-ranking__arrow._next {
  right: -50px;
}
@media only screen and (max-width: 767px) {
  .scope-ranking__arrow._next {
    right: -46px;
  }
}
.scope-ranking__arrow.swiper-button-disabled {
  opacity: 0;
}
@media (hover: hover) {
  .scope-ranking__arrow:hover,
  .scope-ranking__arrow:focus {
    color: #000;
    background-color: #fff;
  }
}
.scope-ranking__pagination {
  margin-top: 15px;
  position: relative;
  bottom: auto !important;
  left: auto !important;
  display: flex;
  justify-content: center;
  gap: 8px 16px;
}
.scope-ranking__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 0;
  opacity: 1;
}
.scope-ranking__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.scope-series {
  padding: calc(200px + 130px) 0 70px;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 1100px) {
  .scope-series {
    padding: calc(160px + 130px) 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .scope-series {
    padding: calc(100px + 80px) 0 50px;
  }
}
.scope-series h2 {
  margin-left: 85px;
  margin-bottom: 30px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .scope-series h2 {
    margin-left: 0;
    margin-bottom: 30px;
    padding-top: 50px;
    text-align: center;
  }
}
.scope-series h2 span {
  font-weight: bold;
  background-image: url("/assets/image/scope/top-ttl_border_gry.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .scope-series h2 span {
    background-image: none;
    flex-direction: column;
    align-items: center;
  }
}
.scope-series h2 span::before {
  content: '';
  width: 85px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("/assets/image/icon/scope-series.svg");
  background-position: left center;
  display: block;
  position: absolute;
  top: 50%;
  left: -85px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .scope-series h2 span::before {
    width: 50px;
    height: 50px;
    background-size: contain;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.scope-series h2 span em {
  padding: 14px 20px 24px 0;
  font-size: 90px;
  font-style: normal;
  font-family: 'acumin-pro-semi-condensed', 'Noto Sans', 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width: 767px) {
  .scope-series h2 span em {
    margin: 3px 0 5px;
    padding: 0 0 10px;
    font-size: 60px;
    background-size: 190px auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url("/assets/image/scope/top-ttl_border_gry.svg");
  }
}
@media only screen and (max-width: 375px) {
  .scope-series h2 span em {
    font-size: 40px;
    background-size: 128px auto;
  }
}
.scope-series-more {
  margin-top: 50px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .scope-series-more {
    margin-right: auto;
  }
}
.scope-series-slider {
  width: 100vw;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .scope-series-slider {
    padding-left: 13%;
  }
}
@media only screen and (max-width: 980px) {
  .scope-series-slider {
    padding-left: 6.5%;
  }
}
@media only screen and (max-width: 900px) {
  .scope-series-slider {
    padding-left: 0;
  }
}
.scope-series-slider--inactive {
  max-width: 1040px;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0 !important;
}
@media only screen and (max-width: 767px) {
  .scope-series-slider--inactive {
    width: 100%;
  }
}
.scope-series-slider--inactive .scope-series-list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .scope-series-slider--inactive .scope-series-list {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 600px) {
  .scope-series-slider--inactive .scope-series-list {
    max-width: initial;
    margin-left: calc(20px - 10px);
    margin-right: 20px;
  }
}
.scope-series-slider--inactive .scope-series-item {
  margin-left: 10px;
  margin-right: 6px;
  width: calc(100% / 2 - (10px * 3 + 30px * 2 + 6px) / 2);
}
@media only screen and (max-width: 767px) {
  .scope-series-slider--inactive .scope-series-item {
    width: calc(100% - (10px + 6px));
  }
}
@media only screen and (min-width: 1100px) {
  .scope-series-slider--inactive .scope-series-item:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .scope-series-slider--inactive .scope-series-item:not(:nth-child(3n)) {
    margin-right: auto;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 767px) {
  .scope-series-slider--inactive .scope-series-item:not(:nth-child(2n)) {
    margin-right: 30px;
  }
}
.scope-series-list {
  flex-wrap: nowrap;
  position: relative;
}
.scope-series-item {
  width: calc(100% / 3 - 40px * 2 / 3);
  height: auto;
  margin-top: 20px;
  margin-bottom: 50px;
}
.scope-series-item a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.scope-series-item a .img {
  margin-left: 5px;
  display: block;
  position: relative;
  z-index: 1;
}
.scope-series-item a .img figure {
  border: 3px solid #000;
  border-radius: 20px;
  box-shadow: 6px 6px 0 #000;
  overflow: hidden;
}
.scope-series-item a .img img {
  width: 100%;
  aspect-ratio: 100/61;
  object-fit: cover;
  transition: all 0.3s;
}
.scope-series-item a .text {
  min-height: 132px;
  height: 100%;
  margin-top: -30px;
  margin-right: 30px;
  padding: 30px;
  font-weight: 500;
  border: 2px solid #000;
  border-radius: 20px;
  background-color: #6772b2;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .scope-series-item a .text {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 375px) {
  .scope-series-item a .text {
    margin-right: 0;
  }
}
.scope-series-item a .meta {
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.scope-series-item a .category,
.scope-series-item a .type {
  margin-bottom: 5px;
}
.scope-series-item a .category {
  max-width: calc(100% - 76px - 20px);
  min-width: 110px;
  padding: 0.3em 1em 0.35em;
  margin-bottom: 5px;
  color: #fff;
  font-family: 'acumin-pro', 'Noto Sans JP', sans-serif;
  font-weight: bold;
  line-height: 1.2 !important;
  text-align: center;
  border-radius: 30px;
  background-color: #000;
  display: inline-block;
  word-break: break-all;
}
.scope-series-item a .day {
  width: 100%;
  font-size: 1.1em;
  font-weight: inherit;
  line-height: 1;
  display: block;
  word-break: break-all;
}
.scope-series-item a .type {
  width: 76px;
  height: 20px;
  font-size: 11px;
  font-family: 'acumin-pro', 'Noto Sans JP', sans-serif;
  text-align: center;
  line-height: calc(20px - 1.5px * 2);
  border: 1.5px solid;
}
.scope-series-item a .ttl {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
  text-align: justify;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .scope-series-item a .ttl {
    font-size: 18px;
  }
}
.scope-series-item a .tags {
  margin-top: 15px;
  line-height: 1.3;
}
.scope-series-item a .tags .tag {
  margin-right: 10px;
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .scope-series-item a .tags .tag {
    word-break: break-all;
  }
}
.scope-series-item a .tags .tag .hash {
  font-size: 1.25em;
  font-weight: inherit;
  font-style: normal;
  letter-spacing: 0.15em;
}
@media (hover: hover) {
  .scope-series-item a:hover img,
  .scope-series-item a:focus img {
    transform: scale(1.2);
  }
}
.scope-series-item:not(:nth-child(3n)) {
  margin-right: 0;
}
.scope-series-item.new .img {
  position: relative;
}
.scope-series-item.new .img::before {
  content: '';
  width: 64px;
  height: 64px;
  background-image: url("/assets/image/icon/new.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: -10px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .scope-series-item.new .img::before {
    width: 50px;
    height: 50px;
  }
}
.scope-series-item.limited .text {
  padding-bottom: 40px;
}
.scope-series-item.limited .text::before {
  content: '';
  width: 16px;
  height: 20px;
  background-image: url("/assets/image/icon/lock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.scope-series-item.limited--unlock .text::before {
  background-image: url("/assets/image/mypage/icon_key.svg");
}
.scope-series nav {
  padding: 0 20px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .scope-series nav {
    margin-left: -20%;
  }
}
@media only screen and (max-width: 980px) {
  .scope-series nav {
    margin-left: -6.5%;
  }
}
@media only screen and (max-width: 900px) {
  .scope-series nav {
    margin-left: 0;
  }
}
.scope-series nav .inner {
  padding: 0 60px;
  display: inline-block;
  position: relative;
}
.scope-series-btn {
  width: 40px;
  height: 40px;
  margin: 0;
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: auto;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background-color 0.3s;
}
.scope-series-btn::after {
  content: '\e902';
  font-size: 1em;
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% - 0.1em);
  transform: translate(-50%, -50%);
}
@media (hover: hover) {
  .scope-series-btn:hover,
  .scope-series-btn:focus {
    color: #f2f2f2;
    background-color: #000;
  }
}
.scope-series-btn--prev {
  left: 0;
}
.scope-series-btn--prev::after {
  left: calc(50% + 0.1em);
  transform: translate(-50%, -50%) rotate(180deg);
}
.scope-series-btn--next {
  right: 0;
}
.scope-series .swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.scope-series-pagination_wrap {
  min-height: 40px;
  display: flex;
  align-items: center;
}
.scope-series-pagination {
  display: flex;
  flex-wrap: wrap;
}
.scope-series .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 5px 10px;
  border: 2px solid #000;
  border-radius: 0;
  background-color: #fee133;
  display: block;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .scope-series .swiper-pagination-bullet {
    margin: 5px;
  }
}
@media (hover: hover) {
  .scope-series .swiper-pagination-bullet:hover,
  .scope-series .swiper-pagination-bullet:focus {
    opacity: 0.5;
    background-color: #f2f2f2;
  }
}
.scope-series .swiper-pagination-bullet-active {
  background-color: #000;
}
.scope-mv-item--gray .text {
  background-color: #888;
}
.scope-mv-item--gray .btn_reaction label::after {
  background-color: #888;
}
.scope-mv-item--light_gray .text {
  background-color: #f4f4f4;
}
.scope-mv-item--light_gray .btn_reaction label::after {
  background-color: #f4f4f4;
}
.scope-pickup-list .article_list01-item--gray.series .type {
  background-color: #888;
}
.scope-pickup-list .article_list01-item--light_gray.series .type {
  background-color: #f4f4f4;
}
.scope-series-item.scope-series-item--light_gray .text {
  background-color: #888;
}
.scope-series-item.scope-series-item--light_gray .text {
  background-color: #f4f4f4;
}
.scope-mv-item--color_operation .text {
  background-color: #ffac00;
}
.scope-mv-item--color_operation .btn_reaction label::after {
  background-color: #ffac00;
}
.scope-pickup-list .article_list01-item--color_operation.series .type {
  background-color: #ffac00;
}
.scope-series-item.scope-series-item--color_operation .text {
  background-color: #ffac00;
}
.scope-mv-item--color_management .text {
  background-color: #ea7373;
}
.scope-mv-item--color_management .btn_reaction label::after {
  background-color: #ea7373;
}
.scope-pickup-list .article_list01-item--color_management.series .type {
  background-color: #ea7373;
}
.scope-series-item.scope-series-item--color_management .text {
  background-color: #ea7373;
}
.scope-mv-item--color_marketing .text {
  background-color: #ff7007;
}
.scope-mv-item--color_marketing .btn_reaction label::after {
  background-color: #ff7007;
}
.scope-pickup-list .article_list01-item--color_marketing.series .type {
  background-color: #ff7007;
}
.scope-series-item.scope-series-item--color_marketing .text {
  background-color: #ff7007;
}
.scope-mv-item--color_product .text {
  background-color: #107fdc;
}
.scope-mv-item--color_product .btn_reaction label::after {
  background-color: #107fdc;
}
.scope-pickup-list .article_list01-item--color_product.series .type {
  background-color: #107fdc;
}
.scope-series-item.scope-series-item--color_product .text {
  background-color: #107fdc;
}
.scope-mv-item--color_solution .text {
  background-color: #65bce2;
}
.scope-mv-item--color_solution .btn_reaction label::after {
  background-color: #65bce2;
}
.scope-pickup-list .article_list01-item--color_solution.series .type {
  background-color: #65bce2;
}
.scope-series-item.scope-series-item--color_solution .text {
  background-color: #65bce2;
}
.scope-mv-item--color_event .text {
  background-color: #fd869a;
}
.scope-mv-item--color_event .btn_reaction label::after {
  background-color: #fd869a;
}
.scope-pickup-list .article_list01-item--color_event.series .type {
  background-color: #fd869a;
}
.scope-series-item.scope-series-item--color_event .text {
  background-color: #fd869a;
}
.scope-mv-item--color_skillup .text {
  background-color: #e54fab;
}
.scope-mv-item--color_skillup .btn_reaction label::after {
  background-color: #e54fab;
}
.scope-pickup-list .article_list01-item--color_skillup.series .type {
  background-color: #e54fab;
}
.scope-series-item.scope-series-item--color_skillup .text {
  background-color: #e54fab;
}
.scope-mv-item--color_report .text {
  background-color: #ff8ef4;
}
.scope-mv-item--color_report .btn_reaction label::after {
  background-color: #ff8ef4;
}
.scope-pickup-list .article_list01-item--color_report.series .type {
  background-color: #ff8ef4;
}
.scope-series-item.scope-series-item--color_report .text {
  background-color: #ff8ef4;
}
.scope-mv-item--color_lifestyle .text {
  background-color: #cbf13a;
}
.scope-mv-item--color_lifestyle .btn_reaction label::after {
  background-color: #cbf13a;
}
.scope-pickup-list .article_list01-item--color_lifestyle.series .type {
  background-color: #cbf13a;
}
.scope-series-item.scope-series-item--color_lifestyle .text {
  background-color: #cbf13a;
}
.scope-mv-item--color_gyoukai .text {
  background-color: #29dfd3;
}
.scope-mv-item--color_gyoukai .btn_reaction label::after {
  background-color: #29dfd3;
}
.scope-pickup-list .article_list01-item--color_gyoukai.series .type {
  background-color: #29dfd3;
}
.scope-series-item.scope-series-item--color_gyoukai .text {
  background-color: #29dfd3;
}
.scope-mv-item--color_people .text {
  background-color: #ffe100;
}
.scope-mv-item--color_people .btn_reaction label::after {
  background-color: #ffe100;
}
.scope-pickup-list .article_list01-item--color_people.series .type {
  background-color: #ffe100;
}
.scope-series-item.scope-series-item--color_people .text {
  background-color: #ffe100;
}
.scope-mv-item--color_spdesign .text {
  background-color: #c9bfb2;
}
.scope-mv-item--color_spdesign .btn_reaction label::after {
  background-color: #c9bfb2;
}
.scope-pickup-list .article_list01-item--color_spdesign.series .type {
  background-color: #c9bfb2;
}
.scope-series-item.scope-series-item--color_spdesign .text {
  background-color: #c9bfb2;
}
.scope-mv-item--color_other .text {
  background-color: #6772b2;
}
.scope-mv-item--color_other .btn_reaction label::after {
  background-color: #6772b2;
}
.scope-pickup-list .article_list01-item--color_other.series .type {
  background-color: #6772b2;
}
.scope-series-item.scope-series-item--color_other .text {
  background-color: #6772b2;
}
.scope-mv-item--color_unused .text {
  background-color: #82c94f;
}
.scope-mv-item--color_unused .btn_reaction label::after {
  background-color: #82c94f;
}
.scope-pickup-list .article_list01-item--color_unused.series .type {
  background-color: #82c94f;
}
.scope-series-item.scope-series-item--color_unused .text {
  background-color: #82c94f;
}
.scope-mv-item--color_career .text {
  background-color: #82c94f;
}
.scope-mv-item--color_career .btn_reaction label::after {
  background-color: #82c94f;
}
.scope-pickup-list .article_list01-item--color_career.series .type {
  background-color: #82c94f;
}
.scope-series-item.scope-series-item--color_career .text {
  background-color: #82c94f;
}
@-moz-keyframes pagination_circle_in {
  0% {
    stroke-dashoffset: -62.83;
    animation-timing-function: linear;
  }
  100% {
    stroke-dashoffset: -125.66;
    animation-timing-function: cubic-bezier(0.19, 0.82, 0.27, 1);
  }
}
@-webkit-keyframes pagination_circle_in {
  0% {
    stroke-dashoffset: -62.83;
    animation-timing-function: linear;
  }
  100% {
    stroke-dashoffset: -125.66;
    animation-timing-function: cubic-bezier(0.19, 0.82, 0.27, 1);
  }
}
@-o-keyframes pagination_circle_in {
  0% {
    stroke-dashoffset: -62.83;
    animation-timing-function: linear;
  }
  100% {
    stroke-dashoffset: -125.66;
    animation-timing-function: cubic-bezier(0.19, 0.82, 0.27, 1);
  }
}
@keyframes pagination_circle_in {
  0% {
    stroke-dashoffset: -62.83;
    animation-timing-function: linear;
  }
  100% {
    stroke-dashoffset: -125.66;
    animation-timing-function: cubic-bezier(0.19, 0.82, 0.27, 1);
  }
}
@-moz-keyframes pagination_circle_out {
  0% {
    stroke-dashoffset: -125.66;
    animation-timing-function: cubic-bezier(0.19, 0.82, 0.27, 1);
  }
  100% {
    stroke-dashoffset: -188.49;
  }
}
@-webkit-keyframes pagination_circle_out {
  0% {
    stroke-dashoffset: -125.66;
    animation-timing-function: cubic-bezier(0.19, 0.82, 0.27, 1);
  }
  100% {
    stroke-dashoffset: -188.49;
  }
}
@-o-keyframes pagination_circle_out {
  0% {
    stroke-dashoffset: -125.66;
    animation-timing-function: cubic-bezier(0.19, 0.82, 0.27, 1);
  }
  100% {
    stroke-dashoffset: -188.49;
  }
}
@keyframes pagination_circle_out {
  0% {
    stroke-dashoffset: -125.66;
    animation-timing-function: cubic-bezier(0.19, 0.82, 0.27, 1);
  }
  100% {
    stroke-dashoffset: -188.49;
  }
}
.scope_series .lower-contents {
  padding-top: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 767px) {
  .scope_series .lower-contents {
    padding-bottom: 170px;
  }
}
.scope_series .lower-contents > *:first-child {
  margin-top: 0;
}
.scope_series .titlearea {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .scope_series .titlearea {
    margin-bottom: 50px;
  }
}
.scope_series .series-notice {
  margin-top: 140px;
  margin-bottom: 130px;
}
.scope_series .series-notice-article {
  padding-bottom: 120px;
}
.scope_series .series-notice-article:not(:first-of-type) {
  padding-top: 100px;
}
.scope_series .series-notice-article:nth-of-type(2n) {
  background-color: #f2f2f2;
  position: relative;
}
.scope_series .series-notice-article:nth-of-type(2n)::before {
  content: '';
  width: 100vw;
  height: 100%;
  display: block;
  background-color: #f2f2f2;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
.scope_series .smalltalk-area-header p {
  font-size: 2em;
}
@media only screen and (max-width: 767px) {
  .scope_series .smalltalk-area-header p {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 375px) {
  .scope_series .smalltalk-area-header p {
    font-size: 1em;
  }
}
.scope_series .smalltalk-area + .product-info {
  margin-top: 150px;
}
.scope_page .lower-contents {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 120px;
}
.scope_page .lower-contents .lower-sec {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .scope_page .lower-contents .lower-slider-heading {
    margin-left: 34px;
    margin-right: 34px;
  }
}
.scope_page .lower-contents .details-contents {
  margin-bottom: 0;
}
.scope_page .result-catch {
  margin-top: 50px;
}
.scope_page .result-catch:nth-child(1) {
  margin-top: 0;
}
.scope_page .result-catch p {
  margin-top: 5px !important;
}
.scope_page .result-catch p.right {
  text-align: right;
}
.scope_page .scope-staff + .interviewer {
  margin-top: 100px;
}
.scope_page .interviewer-area {
  margin: 40px 0;
}
.scope_page .point-area {
  margin-top: 100px;
}
.scope_page .point-image {
  max-width: 856px;
  margin: 40px auto 0 auto;
}
.scope_page .scope-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .scope_page .scope-buttons {
    flex-direction: column;
  }
}
.scope_page .scope-buttons .scope-button {
  width: calc((100% - 20px) / 2);
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .scope_page .scope-buttons .scope-button {
    width: 100%;
  }
}
.scope_page .scope-buttons .scope-button+.scope-button {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .scope_page .scope-buttons .scope-button+.scope-button {
    margin-left: 0;
  }
}
.scope_page .scope-buttons .scope-button a {
  color: initial;
  background-image: url("/assets/image/arrow-icon.svg");
  background-repeat: no-repeat;
  background-position: right 20px top 53%;
  border: 1px solid #000;
  line-height: 1.25;
  padding: 30px;
  display: block;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .scope_page .scope-buttons .scope-button a {
    font-size: clamp(12px, 2vw, 16px);
    background-position: right 20px top 53%;
    padding: 20px 30px;
  }
}
.scope_page .movie .dots-4 .slick-dots {
  position: static;
}
.scope_page .movie .dots-4 .slick-dots li {
  width: auto;
  height: auto;
}
.scope_page .movie .dots-4 .slick-dots li button {
  content: initial;
  background-color: #ffe100;
  border: 2px solid #000;
  width: 40px;
  height: 10px;
}
@media only screen and (max-width: 767px) {
  .scope_page .movie .dots-4 .slick-dots li button {
    width: 30px;
    border: 1px solid #000;
  }
}
.scope_page .movie .dots-4 .slick-dots li button:before {
  display: none;
}
.scope_page .movie .dots-4 .slick-dots li.slick-active button {
  background-color: #000;
}
.scope_page .movie .movie-ttl {
  margin-top: 2em;
  margin-bottom: 50px;
}
.scope_page .movie.middle_slider {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .scope_page .movie.middle_slider {
    margin: 50px -35px 0 -35px;
  }
}
.scope_page .movie-slider-item {
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 40px;
  max-width: 350px;
  padding: 30px 35px 35px 35px;
  box-sizing: border-box;
  height: 430px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .scope_page .movie-slider-item {
    width: 70vw !important;
    height: 390px;
  }
}
.scope_page .movie-slider-item .movie-slider-link {
  color: initial;
  display: block;
}
.scope_page .movie-slider-item .movie-slider-link:hover {
  text-decoration: none;
}
.scope_page .movie-slider-category {
  min-width: 134px;
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  background-color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  margin-top: 20px;
  border-radius: 15px;
  color: #fff;
  font-family: 'acumin-pro-semi-condensed', 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-style: normal;
}
.scope_page .movie-slider-title {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  min-height: 6em;
  font-family: 'poppins', 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.scope_page .movie-slider-item-another {
  text-align: right;
  position: absolute;
  right: 35px;
  bottom: 30px;
}
.scope_page .movie-image {
  aspect-ratio: 10/7;
  display: block;
  border: 2px solid #000;
  border-radius: 20px;
  overflow: hidden;
}
.scope_page .movie-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.scope_page .slick-slide {
  margin: 0 20px;
}
.scope_page .slick-list {
  overflow: visible;
}
.scope_page .slick-arrow {
  display: none !important;
}
