/*
DO NOT MODIFY THIS FILE DIRECTLY
If you do, your changes will be overwritten and lost. Instead, make your changes to
the appropriate files in the sass folder, then run Grunt to generate this file.
Instructions for running Grunt are in the readme file at the project root.
*/

@charset "UTF-8";
@media screen and (min-width: 64em) {
  .research-layout .sidebar--right {
    padding-left: 0;
  }
}

.research-layout .main--content {
  margin-bottom: 54px;
  margin-bottom: 3.375rem;
}
@media screen and (min-width: 64em) {
  .research-layout .main--content {
    margin-bottom: 2.8px;
    margin-bottom: 0.175rem;
  }
}

.article-authors__list > li {
  margin-left: 10px;
  margin-left: 0.625rem;
  border-bottom: none;
}
@media screen and (min-width: 64em) {
  .article-authors__list > li {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    margin-left: 0;
  }
}

.article-authors__list > li:last-child {
  border-bottom: none;
}

.research-layout .sidebar--wrapper .row-1 {
  background-color: #ffffff;
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 64em) {
  .research-layout .sidebar--wrapper .row-1 {
    width: 270px;
    width: 16.875rem;
    padding-top: 23px;
    padding-top: 1.4375rem;
  }
}

.research-layout .sidebar--wrapper {
  background-color: #fafafa;
  padding-top: 0;
}
@media screen and (min-width: 48em) {
  .research-layout .sidebar--wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 75em) {
  .research-layout .sidebar--wrapper {
    width: 270px;
    width: 16.875rem;
    margin-bottom: 0;
  }
}
.research-layout .sidebar--wrapper .article-authors__title {
  font-family: "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-left: 30px;
  margin-left: 1.875rem;
}
@media screen and (min-width: 64em) {
  .research-layout .sidebar--wrapper .article-authors__title {
    margin-left: 30px;
    margin-left: 1.875rem;
    margin-bottom: 0;
  }
}
.research-layout .sidebar--wrapper .article-authors__list-items__name {
  font-family: "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
.research-layout .sidebar--wrapper .article-authors__btn-wrapper {
  cursor: initial;
  margin-top: 0;
  margin-left: 25px;
  margin-left: 1.5625rem;
  margin-right: 25px;
  margin-right: 1.5625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (min-width: 64em) {
  .research-layout .sidebar--wrapper .article-authors__btn-wrapper {
    margin-left: 30px;
    margin-left: 1.875rem;
  }
}
.research-layout .sidebar--wrapper .article-authors__list-items:first-child {
  margin-top: 0;
}
@media screen and (min-width: 64em) {
  .research-layout .sidebar--wrapper .article-authors__list-items:first-child {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
}
.research-layout .sidebar--wrapper .article-authors__button {
  background: #D20A11;
  color: #ffffff;
  font-weight: 400;
  border: solid 1px #D20A11;
  font-size: 16px;
  font-size: 1rem;
  padding: 16px 30px;
  padding: 1rem 1.875rem;
  min-height: 52px;
  min-height: 3.25rem;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 75em) {
  .research-layout .sidebar--wrapper .article-authors__button {
    min-width: 210px;
    min-width: 13.125rem;
  }
}
.research-layout .sidebar--wrapper .article-authors__button__list-item {
  border-bottom: 0px;
}
.research-layout .sidebar--wrapper .article-authors__button:hover {
  background: transparent;
  color: #D20A11;
}
.research-layout .sidebar--wrapper .article-authors__button.subscribe {
  background: #272728;
  color: #ffffff;
  border: solid 1px #272728;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.research-layout .sidebar--wrapper .article-authors__button.subscribe:hover {
  background: transparent;
  color: #272728;
}

/* IE11  Queries*/
@media (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .research-layout .sidebar--wrapper .article-authors__button {
    padding: 15px 20px 15px;
    padding: 0.9375rem 1.25rem 0.9375rem;
    min-height: 50px;
    min-height: 3.125rem;
  }
}
/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode {
  .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
}

.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}

.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  .swiper-scrollbar-disabled > &,
  &.swiper-scrollbar-disabled {
    display: none !important;
  }
  .swiper-horizontal > &,
  &.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  .swiper-vertical > &,
  &.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  > img,
  > svg,
  > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-thumbs {
  .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
  }
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
    &:before {
      content: "";
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px);
    }
  }
}

.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}

/* Cube slide shadows start */
.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-top,
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

/* Flip slide shadows start */
.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-top,
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}

/* Flip slide shadows end */
.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards {
  .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }
}

.mediaSliderV1 {
  position: relative;
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 75em) {
  .mediaSliderV1 {
    margin-bottom: 64px;
    margin-bottom: 4rem;
  }
}
.mediaSliderV1 .jp-security-slide-container a {
  text-decoration: none;
}
.mediaSliderV1 .jp-security-slide-container .slide-text-container {
  background: #ffffff;
  height: 100%;
  padding: 18px 16px 14px;
  padding: 1.125rem 1rem 0.875rem;
}
@media screen and (min-width: 75em) {
  .mediaSliderV1 .jp-security-slide-container .slide-text-container {
    padding: 12px 18px 20px;
    padding: 0.75rem 1.125rem 1.25rem;
  }
}
.mediaSliderV1 .jp-security-slide-container .tag {
  font-family: "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック";
  color: #c00;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 600;
}
.mediaSliderV1 .jp-security-slide-container .headline {
  font-family: "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #272728;
  font-size: 16px;
  font-size: 1rem;
  line-height: 35px;
  line-height: 2.1875rem;
  margin-bottom: 0;
}
@media screen and (min-width: 75em) {
  .mediaSliderV1 .jp-security-slide-container .headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 44px;
    line-height: 2.75rem;
  }
}
.mediaSliderV1 .swiper {
  position: relative;
  overflow: hidden;
  z-index: 2 !important;
}
.mediaSliderV1 .swiper .swiper-slide {
  height: auto !important;
  display: flex;
  flex-direction: column;
}
.mediaSliderV1 .swiper .swiper-slide .jp-security-slide-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
.mediaSliderV1 .swiper-button-next, .mediaSliderV1 .swiper-button-prev {
  width: 40px;
  width: 2.5rem;
  height: 60px;
  height: 3.75rem;
  background-color: #272728;
  color: #ffffff;
  position: absolute;
  top: 30%;
  z-index: 10;
}
.mediaSliderV1 .swiper-button-next svg, .mediaSliderV1 .swiper-button-prev svg {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  fill: #ffffff;
}
.mediaSliderV1 .swiper-button-next:hover, .mediaSliderV1 .swiper-button-prev:hover {
  background-color: #272728;
  color: #ffffff;
}
.mediaSliderV1 .swiper-button-next:focus, .mediaSliderV1 .swiper-button-prev:focus {
  outline: none;
}
.mediaSliderV1 .swiper-button-next {
  right: 0;
}
.mediaSliderV1 .swiper-button-prev {
  left: 0;
}
.mediaSliderV1 .swiper-pagination {
  text-align: center;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
  position: relative;
}
@media screen and (min-width: 75em) {
  .mediaSliderV1 .swiper-pagination {
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 55px;
    padding-bottom: 3.4375rem;
  }
}
.mediaSliderV1 .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-radius: 50%;
  background: #9d9fa2;
  opacity: 1;
  margin: 0 4px;
  display: inline-block;
}
.mediaSliderV1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #272728;
}
.mediaSliderV1 .jp-media-slider-edit-mode {
  display: flex;
  flex-wrap: wrap;
}
.mediaSliderV1 .jp-media-slider-edit-mode .jp-security-slide-container {
  flex: 1 0 366px;
}
@media screen and (min-width: 75em) {
  .mediaSliderV1 .jp-media-slider-edit-mode .jp-security-slide-container {
    flex: 1 0 500px;
  }
}

.promotional-content {
  background: #fafafa;
}
.promotional-content .inner-wrapper {
  margin-top: 0;
  padding-top: 42px;
  padding-top: 2.625rem;
  border-bottom: none;
}
@media screen and (min-width: 100em) {
  .promotional-content .inner-wrapper .featured-article {
    flex: 1 0 641px;
  }
}
.promotional-content .inner-wrapper .featured-article .article-filter-tag {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.promotional-content .inner-wrapper .featured-article .jwPlayer .iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
@media screen and (min-width: 64em) {
  .promotional-content .inner-wrapper .featured-article .jwPlayer .iframe-container {
    width: 641px;
    width: 40.0625rem;
    padding-bottom: 350px;
    padding-bottom: 21.875rem;
  }
}
.promotional-content .inner-wrapper .featured-article .jwPlayer .iframe-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.promotional-content .inner-wrapper .featured-article .article-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック";
  line-height: 32px;
}
@media screen and (min-width: 64em) {
  .promotional-content .inner-wrapper .featured-article .article-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 35.2px;
  }
}
.promotional-content .inner-wrapper .featured-article .article-description {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-family: "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック";
  line-height: 22.4px;
}
.promotional-content .inner-wrapper .trending-topics-list {
  width: 100%;
}
.promotional-content .inner-wrapper .trending-topics-list .header {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0;
  border-bottom: none;
  position: relative;
  font-family: "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック";
  line-height: 22px;
  color: #272728;
}
@media screen and (min-width: 64em) {
  .promotional-content .inner-wrapper .trending-topics-list .header {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.promotional-content .inner-wrapper .trending-topics-list .header::after {
  content: "";
  height: 2px;
  height: 0.125rem;
  top: 25%;
  right: 0;
  position: absolute;
  background: #c00;
}
.promotional-content .inner-wrapper .trending-topics-list .trending-item {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.promotional-content .inner-wrapper .trending-topics-list .trending-item img {
  width: 110px;
  width: 6.875rem;
  height: 110px;
  height: 6.875rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 64em) {
  .promotional-content .inner-wrapper .trending-topics-list .trending-item img {
    width: 90px;
    width: 5.625rem;
    height: 90px;
    height: 5.625rem;
  }
}
.promotional-content .inner-wrapper .trending-topics-list .trending-item .trending-item__wrapper .title {
  font-size: 16px;
  font-size: 1rem;
  color: #272728;
  font-family: "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック";
  line-height: 28px;
}

.logoImage {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 64em) {
  .logoImage {
    margin-top: 26px;
    margin-top: 1.625rem;
  }
}
.logoImage img {
  height: 30px;
  height: 1.875rem;
}
@media screen and (min-width: 64em) {
  .logoImage img {
    height: 54px;
    height: 3.375rem;
  }
}

/* Changes were made to article details component because of logo image design
 calling for smaller space between logo and article details */
.article-details {
  margin: 20px 0 17px 0;
  margin: 1.25rem 0 1.0625rem 0;
}
@media screen and (min-width: 64em) {
  .article-details {
    margin: 24px 0 17px 0;
    margin: 1.5rem 0 1.0625rem 0;
  }
}