/** ================================================

Screen Size

================================================ */

/** ================================================

Responsive Settings

================================================ */

/** ================================================

Assets Path Settings

================================================ */

/** ================================================

Color Settings

================================================ */

/** ================================================

Easing Settings

================================================ */

/** ================================================

Font Settings

================================================ */

/** ================================================

Depth

================================================ */

/** ================================================

Object Size

================================================ */

/** ================================================

Modal Settings

================================================ */

/** ================================================

	Assets Functions

================================================ */

/** ================================================

	Rem

================================================ */

/** ================================================

	View Port Size

================================================ */

/** ================================================

Responsive

================================================ */

.ebr-m-aside {
  position: relative;
  background-color: #ffffff;
}

.ebr-m-aside__h {
  color: #777777;
}

.ebr-m-aside__link {
  display: block;
  width: 100%;
  color: #333333 !important;
  text-decoration: none !important;
  transition-duration: 250ms;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ebr-m-aside__link__in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ebr-m-aside__link__icon {
  color: #e60012;
}

.ebr-m-aside__link:hover {
  color: #e60012 !important;
}

.ebr-m-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 3em;
  color: #e60012 !important;
  leading-trim: both;
  text-decoration: none !important;
  text-edge: cap alphabetic;
  transition-duration: 250ms;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ebr-m-btn__main {
  position: relative;
  display: inline-block;
}

.ebr-m-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #e60012;
  content: "";
  transition-duration: 250ms;
  transition-property: width;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ebr-m-btn:hover {
  color: #ffffff !important;
}

.ebr-m-btn:hover::before {
  width: 100%;
}

.ebr-m-movie-icon {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  color: #e60012;
  line-height: 1;
}

.ebr-m-movie-icon__main {
  display: inline-block;
  width: 1em;
  height: 1em;
}

.ebr-m-movie-icon i {
  display: inline-block;
  width: 1em;
  height: 1em;
}

.ebr-m-pagination {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.ebr-m-pagination__prev,
.ebr-m-pagination__next {
  color: #333333 !important;
  line-height: 1;
  text-decoration: none !important;
  transition-duration: 250ms;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ebr-m-pagination__prev.is-inactive,
.ebr-m-pagination__next.is-inactive {
  pointer-events: none;
  visibility: hidden;
}

.ebr-m-pagination__prev:hover,
.ebr-m-pagination__next:hover {
  color: #e60012 !important;
}

.ebr-m-pagination__pages {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ebr-m-pagination__page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eeeeee;
  border-radius: 50%;
  color: #333333 !important;
  leading-trim: both;
  line-height: 1;
  text-decoration: none !important;
  text-edge: cap alphabetic;
  transition-duration: 250ms;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ebr-m-pagination__page.is-active {
  background-color: #e60012 !important;
  color: #ffffff !important;
  pointer-events: none;
}

.ebr-m-pagination__page:hover {
  background-color: #e60012 !important;
  color: #ffffff !important;
}

.ebr-m-thumb {
  position: relative;
  display: block;
  background-color: transparent;
  color: #333333 !important;
  text-decoration: none !important;
}

.ebr-m-thumb__img {
  position: relative;
}

.ebr-m-thumb__img-main {
  position: relative;
  z-index: 2;
  overflow: hidden;
  aspect-ratio: 285/160;
  isolation: isolate;
}

.ebr-m-thumb__img-main img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  transition-duration: 250ms;
  transition-property: transform, filter;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ebr-m-thumb__movie {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
}

.ebr-m-thumb__caption {
  transition-duration: 250ms;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ebr-m-thumb__zoom {
  position: absolute;
  z-index: 4;
}

.ebr-m-thumb:hover .ebr-m-thumb__img img {
  transform: scale(1.1);
}

.ebr-m-thumb:hover .ebr-m-thumb__caption {
  color: #e60012;
}

.ebr-m-thumbs {
  position: relative;
}

.ebr-m-thumbs__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ebr-p-category {
  position: relative;
}

.ebr-p-category__hgroup {
  background-color: #eeeeee;
}

.ebr-p-category__hgroup__main {
  margin-right: auto;
  margin-left: auto;
}

.ebr-p-category__h {
  margin-left: -0.5em;
  font-weight: 400;
}

.ebr-p-category__body {
  margin-right: auto;
  margin-left: auto;
}

.ebr-p-category__aside__banner img {
  width: 100%;
  height: auto;
}

.ebr-p-category__pagination {
  margin-top: 8.0527086384vw;
}

.ebr-p-category__back {
  text-align: center;
}

@media screen and (min-width: 601px) {
  .ebr-m-aside {
    padding: 1.317715959vw;
    border: 2px solid #e3e3e3;
  }

  .ebr-m-aside__h {
    font-size: 0.878477306vw;
  }

  .ebr-m-aside__h__icon {
    display: none;
  }

  .ebr-m-aside__body {
    margin-top: 0.7320644217vw;
  }

  .ebr-m-aside__item + .ebr-m-aside__item {
    margin-top: 1.4641288433vw;
  }

  .ebr-m-aside__link {
    font-size: 1.1713030747vw;
  }

  .ebr-m-aside__link__icon {
    font-size: 0.878477306vw;
  }

  .ebr-m-btn {
    padding: 1.317715959vw 3.953147877vw;
    border: 3px solid #e60012;
    font-size: 1.4641288433vw;
  }

  .ebr-m-movie-icon {
    width: 2.7818448023vw;
    height: 2.7818448023vw;
    font-size: 1.9033674963vw;
  }

  .ebr-m-pagination {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ebr-m-pagination__prev,
  .ebr-m-pagination__next {
    font-size: 0.9516837482vw;
  }

  .ebr-m-pagination__pages {
    margin: 0 2.196193265vw;
  }

  .ebr-m-pagination__pages__item + .ebr-m-pagination__pages__item {
    margin-left: 1.4641288433vw;
  }

  .ebr-m-pagination__page {
    width: 1.9033674963vw;
    height: 1.9033674963vw;
    font-size: 1.317715959vw;
  }

  .ebr-m-thumb__img-main {
    border-radius: 1.4641288433vw;
  }

  .ebr-m-thumb__movie {
    transform: translate(0.5856515373vw, -0.5856515373vw);
  }

  .ebr-m-thumb__caption {
    margin-top: 0.7320644217vw;
    font-size: 1.0980966325vw;
  }

  .ebr-m-thumb__zoom {
    right: 0.7320644217vw;
    bottom: 0.7320644217vw;
  }

  .ebr-m-thumbs:not(.ebr-m-thumbs--3) .ebr-m-thumbs__item {
    width: 23.75%;
    margin-left: 1.6666666667%;
  }

  .ebr-m-thumbs:not(.ebr-m-thumbs--3) .ebr-m-thumbs__item:nth-child(4n+1) {
    margin-left: 0;
  }

  .ebr-m-thumbs:not(.ebr-m-thumbs--3) .ebr-m-thumbs__item:nth-child(n+5) {
    margin-top: 4.5%;
  }

  .ebr-m-thumbs--3 .ebr-m-thumbs__item {
    width: 31.843575419%;
    margin-left: 2.2346368715%;
  }

  .ebr-m-thumbs--3 .ebr-m-thumbs__item:nth-child(3n+1) {
    margin-left: 0;
  }

  .ebr-m-thumbs--3 .ebr-m-thumbs__item:nth-child(n+4) {
    margin-top: 6.0335195531%;
  }

  .ebr-p-category__hgroup {
    padding-top: 5.8565153734vw;
    padding-bottom: 8.0527086384vw;
  }

  .ebr-p-category__hgroup__main {
    width: 87.8477306003vw;
  }

  .ebr-p-category__h {
    font-size: 2.7818448023vw;
  }

  .ebr-p-category__h-sub {
    font-size: 1.317715959vw;
  }

  .ebr-p-category__body {
    display: -ms-flexbox;
    display: flex;
    width: 87.8477306003vw;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -4.9048316252vw;
  }

  .ebr-p-category__thumbs {
    width: 74.5833333333%;
  }

  .ebr-p-category__aside {
    width: 22%;
  }

  .ebr-p-category__aside__banner {
    margin-top: 2.2693997072vw;
  }

  .ebr-p-category__back {
    margin-top: 3.074670571vw;
  }
}

@media screen and (max-width: 600px) {
  .ebr-m-aside {
    border: 0.5333333333vw solid #e3e3e3;
  }

  .ebr-m-aside__h {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.6666666667vw 3.7333333333vw;
    font-size: 2.6666666667vw;
  }

  .ebr-m-aside__h__icon {
    display: block;
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }

  .ebr-m-aside__h__icon__minus {
    display: none;
  }

  .ebr-m-aside__body {
    display: none;
  }

  .ebr-m-aside__items {
    padding: 1.8666666667vw 6.6666666667vw 0;
  }

  .ebr-m-aside__item + .ebr-m-aside__item {
    border-top: 1px dashed #c9c9c9;
  }

  .ebr-m-aside__link {
    padding: 2.9333333333vw 0;
    font-size: 3.2vw;
  }

  .ebr-m-aside__link__icon {
    font-size: 2.9333333333vw;
  }

  .ebr-m-aside.is-open .ebr-m-aside__h__icon__plus {
    display: none;
  }

  .ebr-m-aside.is-open .ebr-m-aside__h__icon__minus {
    display: block;
  }

  .ebr-m-btn {
    padding: 2.6666666667vw 2.6666666667vw;
    border: 0.4vw solid #e60012;
    font-size: 3.4666666667vw;
  }

  .ebr-m-movie-icon {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
    font-size: 4.2666666667vw;
  }

  .ebr-m-pagination {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ebr-m-pagination__prev,
  .ebr-m-pagination__next {
    font-size: 3.4666666667vw;
  }

  .ebr-m-pagination__pages__item + .ebr-m-pagination__pages__item {
    margin-left: 6.4vw;
  }

  .ebr-m-pagination__page {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    font-size: 4.8vw;
  }

  .ebr-m-thumb__img-main {
    border-radius: 2.6666666667vw;
  }

  .ebr-m-thumb__movie {
    transform: translate(1.8666666667vw, -1.8666666667vw);
  }

  .ebr-m-thumb__caption {
    margin-top: 1.6vw;
    font-size: 2.6666666667vw;
  }

  .ebr-m-thumb__zoom {
    right: 1.3333333333vw;
    bottom: 1.3333333333vw;
  }

  .ebr-m-thumbs__items {
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 7.4666666667vw 0;
  }

  .ebr-m-thumbs__item {
    width: 47.8873239437%;
  }

  .ebr-p-category__hgroup {
    padding-top: 6vw;
    padding-bottom: 13.3333333333vw;
  }

  .ebr-p-category__hgroup__main {
    width: 94.6666666667vw;
  }

  .ebr-p-category__h {
    font-size: 5.6vw;
  }

  .ebr-p-category__h-sub {
    font-size: 2.9333333333vw;
  }

  .ebr-p-category__body {
    width: 94.6666666667vw;
    margin-top: -8.6666666667vw;
  }

  .ebr-p-category__aside {
    margin-top: 8.1333333333vw;
  }

  .ebr-p-category__aside__banner {
    margin-top: 10.6666666667vw;
  }

  .ebr-p-category__back {
    width: 76.4vw;
    margin-top: 8.1333333333vw;
    margin-right: auto;
    margin-left: auto;
  }

  .ebr-p-category__back .ebr-m-btn {
    width: 100%;
  }
}