@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
[data-animate*=crossFade] {
  animation-name: crossFade;
  animation-duration: 4000ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes crossFade {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
[data-animate=rotate] {
  animation-name: rotate;
  animation-duration: 30000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: forwards;
}

[data-animate=slide-in]::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #fff;
  transform: translate3d(0, 0, 0);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), width 1500ms, transform 1500ms;
  pointer-events: none;
}
[data-animate=slide-in].onView::after {
  transform: translate3d(100%, 0, 0);
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
[class*=anima] {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 2000ms, transform 2000ms;
  transform: translate3d(0, 0, 0);
}
[class*=anima][data-animate=slide-up] {
  transform: translate3d(0, 10rem, 0);
}
[class*=anima][data-animate=slide-up].onView {
  transform: translate3d(0, 0, 0);
}
[class*=anima].onView {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-src]::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

#ebihara_230309 .mainVisual .anima {
  transition: ease-in, opacity 2000ms 750ms;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1.33334vw;
  }
  html .pcOnly {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  html .spOnly {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

.bredlist.lp {
  margin: auto;
  width: 95%;
  min-width: auto;
  max-width: 120rem;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .bredlist.lp {
    max-width: 70rem;
  }
}

.main-area {
  min-width: unset;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .main-area {
    max-width: none;
  }
}

#ebihara_230309 *,
#ebihara_230309 *::after,
#ebihara_230309 *::before {
  box-sizing: inherit;
  box-sizing: border-box;
}
#ebihara_230309 figure,
#ebihara_230309 figcaption,
#ebihara_230309 [class*=content],
#ebihara_230309 [class*=__wrap],
#ebihara_230309 [class*=-inner],
#ebihara_230309 [class*=__image],
#ebihara_230309 [class*=__item],
#ebihara_230309 [class*=__video],
#ebihara_230309 [class*=__caption] {
  position: relative;
  width: 100%;
}
#ebihara_230309 picture, #ebihara_230309 img, #ebihara_230309 video {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
}
#ebihara_230309 a {
  display: block;
}
#ebihara_230309 a:hover {
  cursor: pointer;
  opacity: 0.7;
}
#ebihara_230309 a.no_link {
  opacity: 1;
  pointer-events: none;
  border: none;
  text-decoration: none;
}
#ebihara_230309 a.no_link span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 a.no_link span {
    font-size: 1.6rem;
  }
}

#ebihara_230309 .look__caption .tag-list, #ebihara_230309 .staff_credits-list, #ebihara_230309 .mainInfo-title h3, #ebihara_230309 .mainInfo-title .text--border {
  font-family: freight-display-pro, serif;
  font-weight: 400;
  font-style: normal;
}

#ebihara_230309 .viewall {
  font-family: pragmatica, "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "メイリオ", sans-serif;
  font-style: normal;
}

#ebihara_230309 .mainInfo-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-style: normal;
}

#ebihara_230309 {
  /* ---------- Text Area ---------- */
  text-align: justify;
  text-justify: inter-cluster;
  text-justify: inter-character;
}
#ebihara_230309 .mainInfo {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.93;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .mainInfo {
    font-size: 2.4rem;
    line-height: 2.33;
  }
}
#ebihara_230309 .mainInfo-title {
  font-size: 1.8rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .mainInfo-title {
    font-size: 2.7rem;
    line-height: 1.69;
  }
}
#ebihara_230309 .mainInfo-title .text--italic {
  font-style: italic;
  font-size: 0.72em;
  letter-spacing: 0.01em;
}
#ebihara_230309 .mainInfo-title h3 {
  font-size: 6.4rem;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .mainInfo-title h3 {
    font-size: 8.9rem;
  }
}
#ebihara_230309 .mainInfo-title h3 > span {
  font-size: 6.1rem;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .mainInfo-title h3 > span {
    font-size: 8.5rem;
  }
}
@media screen and (min-width: 768px) {
  #ebihara_230309 .mainInfo-title p span {
    font-feature-settings: "halt";
  }
}
#ebihara_230309 .mainInfo-title p .text--border {
  font-size: 2.6rem;
  letter-spacing: 0.01em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .mainInfo-title p .text--border {
    font-size: 4.02rem;
  }
}
#ebihara_230309 .mainInfo-title p .number {
  font-size: 3.4rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .mainInfo-title p .number {
    font-size: 5.29rem;
  }
}
#ebihara_230309 .staff_credits-list {
  font-size: 1.3rem;
  line-height: 1.54;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .staff_credits-list {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
#ebihara_230309 .look__caption .tag-list {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 1.54;
  text-align: var(--tag-align);
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .look__caption .tag-list {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
#ebihara_230309 .look__caption .tag-list li span {
  font-size: 0.9em;
  margin-left: 0.5em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}
#ebihara_230309 .viewall {
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .viewall {
    font-size: 2.8rem;
  }
}

.c-text {
  text-align: center;
}

.flexbox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.flexbox > * {
  width: 100%;
  flex: 0 0 auto;
}

.break {
  flex-basis: 100%;
}

#ebihara_230309 .mainInfo-title p .text--border::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--border-color, #000);
}
#ebihara_230309 .look__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--background--color, #fff);
  top: 0;
}
#ebihara_230309 .tag-list {
  display: inline;
}
#ebihara_230309 .tag-list li a {
  --transitions-timing: cubic-bezier(0.385, 0.145, 0.28, 0.925);
}
#ebihara_230309 .btn-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 38rem;
  margin: 12rem auto 0;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .btn-wrap {
    max-width: 67.5rem;
    -webkit-margin-before: 18.8rem;
            margin-block-start: 18.8rem;
  }
}
#ebihara_230309 .nav {
  margin-top: 15.6rem;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .nav {
    -webkit-margin-before: 19.5rem;
            margin-block-start: 19.5rem;
  }
}
#ebihara_230309 .nav dd {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .nav dd {
    margin-top: 5.2rem;
  }
}
#ebihara_230309 .nav__list {
  display: block;
}
#ebihara_230309 .nav__list:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .nav__list:not(:first-child) {
    margin-top: 5.2rem;
  }
}
#ebihara_230309 .nav__list > * {
  display: inline-block;
}
#ebihara_230309 .nav__list > * a {
  display: inherit;
}
#ebihara_230309 .nav__list > *:not(:last-of-type)::after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  width: 1px;
  height: 0.8em;
  background: currentColor;
  margin: 0 2.5em;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .nav__list > *:not(:last-of-type)::after {
    margin-inline: 3.5rem;
  }
}
#ebihara_230309 .viewall {
  padding: 1.3em 0;
  box-shadow: inset 0 0 0 1px var(--border-color, #000);
  transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), all 750ms;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .viewall {
    padding: 1.6em 0 1.8em;
  }
}
#ebihara_230309 .viewall:not(:first-of-type) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .viewall:not(:first-of-type) {
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
  }
}

@keyframes sliderPagination {
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #ebihara_230309 .main-contents .swiper-container {
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  #ebihara_230309 .main-contents .swiper-wrapper {
    background-color: #fff;
  }
}
#ebihara_230309 .main-contents .swiper-pagination {
  text-align: var(--align-navi, left);
  margin-left: var(--mleft-navi);
  margin-right: var(--mright-navi);
}
@media screen and (min-width: 768px) {
  #ebihara_230309 .main-contents .swiper-pagination {
    position: relative;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .main-contents .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 3rem;
  }
}
#ebihara_230309 .main-contents .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 4em;
  overflow: hidden;
  opacity: 1;
  transition: background-color 0.3s ease;
  width: 0.8rem;
  height: 0.8rem;
  pointer-events: all;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .main-contents .swiper-pagination-bullet {
    border-radius: 50vh;
  }
}
#ebihara_230309 .main-contents .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .main-contents .swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .main-contents .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: auto;
  }
}
#ebihara_230309 .main-contents .swiper-pagination-bullet::before {
  content: "";
  background-color: #000;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
}
#ebihara_230309 .main-contents .swiper-pagination-bullet-active {
  background-color: #000;
}
#ebihara_230309 .main-contents .swiper-pagination-bullet:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .main-area {
    overflow: unset;
  }
}
@media screen and (min-width: 768px) {
  .main-area {
    margin: 0 auto;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _:lang(x) + _:-webkit-full-screen-document video, body video {
    object-fit: fill;
    filter: drop-shadow(0px 0px #000);
  }
  @supports not (object-fit: fill) {
    _:lang(x) + _:-webkit-full-screen-document video, body video {
      object-fit: cover;
      transform: scale(1.002);
      filter: drop-shadow(0px 0px #000);
    }
  }
}
#ebihara_230309 .wrap {
  margin: 0 auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #ebihara_230309 .wrap {
    padding-top: 3rem;
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .wrap {
    -webkit-padding-after: 19rem;
            padding-block-end: 19rem;
  }
}
#ebihara_230309 .mainVisual {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #ebihara_230309 .mainVisual {
    padding-inline: 7.1%;
  }
}
#ebihara_230309 .mainInfo {
  position: relative;
  padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .mainInfo {
    padding-top: 7.2rem;
  }
}
#ebihara_230309 .mainInfo-title {
  display: inline-block;
}
#ebihara_230309 .mainInfo-title h3 {
  position: relative;
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #ebihara_230309 .mainInfo-title h3 {
    width: 44.5rem;
  }
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .mainInfo-title h3 {
    width: 62rem;
  }
}
#ebihara_230309 .mainInfo-title h3 > * {
  padding-left: 2.95em;
}
#ebihara_230309 .mainInfo-title h3 span {
  position: relative;
}
@media screen and (min-width: 768px) {
  #ebihara_230309 .mainInfo-title h3 span .text--italic {
    top: -0.14em;
  }
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .mainInfo-title h3 span .text--italic {
    bottom: 0.12em;
  }
}
#ebihara_230309 .mainInfo-title p {
  margin-top: 1em;
}
#ebihara_230309 .mainInfo-title p .text--border {
  position: relative;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .mainInfo-title p .text--border {
    display: inline-block;
    margin-top: 0.2em;
  }
}
#ebihara_230309 .mainInfo-title p .text--border::before {
  position: absolute;
  bottom: -0.1em;
  left: 0;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .mainInfo-title p .text--border::before {
    bottom: 0.3em;
    height: 0.5px;
  }
}
#ebihara_230309 .mainInfo dd {
  margin-top: 2.6em;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .mainInfo dd {
    margin-top: 3.1em;
  }
}
#ebihara_230309 .content-list {
  position: relative;
  background-color: var(--color-base);
  margin: 0 auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #ebihara_230309 .content-list {
    margin-top: 10.5rem;
    padding-inline: 5.8%;
  }
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .content-list {
    -webkit-margin-before: 14.2rem;
            margin-block-start: 14.2rem;
  }
}
@media screen and (min-width: 768px) {
  #ebihara_230309 .content-list > *:not(:first-of-type) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .content-list > *:not(:first-of-type) {
    -webkit-margin-before: var(--mtop-content);
            margin-block-start: var(--mtop-content);
  }
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .content-item .flexbox {
    flex-wrap: wrap;
  }
}
#ebihara_230309 .staff_credits-list {
  width: 100%;
  max-width: 30rem;
  margin: 0 auto;
  margin-inline: auto;
  margin-top: 9.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .staff_credits-list {
    max-width: 56rem;
    -webkit-margin-before: 15rem;
            margin-block-start: 15rem;
  }
}
#ebihara_230309 .look {
  margin-inline: auto;
  margin: 0 auto;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .look {
    --mtop-content: 16rem;
  }
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .look-inner {
    max-width: 75rem;
    margin-inline: auto;
  }
}
#ebihara_230309 .look dd {
  text-align: var(--align-text);
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .look dd {
    --align-text: center;
    --justify-tag: center;
  }
}
#ebihara_230309 .look__image {
  position: relative;
  pointer-events: none;
  max-width: var(--image-width);
  grid-row: var(--row-image);
  grid-column: var(--column-image);
}
#ebihara_230309 .look__image a {
  pointer-events: all;
}
#ebihara_230309 .look__image::before {
  left: 0;
}
@media screen and (min-width: 768px) {
  #ebihara_230309 .look__image {
    grid-row: var(--row-image, 1/2);
  }
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .look__image {
    overflow: hidden;
  }
}
#ebihara_230309 .look__image-wrap {
  position: relative;
  display: grid;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #ebihara_230309 .look__image-wrap {
    grid-template-columns: var(--columnLayout-image, repeat(2, 1fr));
    -moz-column-gap: var(--cgap-image, 3rem);
         column-gap: var(--cgap-image, 3rem);
  }
  #ebihara_230309 .look__image-wrap:nth-of-type(1) :nth-child(1) {
    --column-image: 1/2;
  }
  #ebihara_230309 .look__image-wrap:nth-of-type(1) :nth-child(2) {
    --column-image: 2/3;
  }
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .look__image-wrap {
    margin-inline: auto;
  }
}
#ebihara_230309 .look__image-wrap:not(:first-of-type) {
  margin-top: var(--mtop-image, 3rem);
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .look__image-wrap:not(:first-of-type) {
    -webkit-margin-before: var(--mtop-image, 15.8rem);
            margin-block-start: var(--mtop-image, 15.8rem);
  }
}
#ebihara_230309 .look__image [data-animate*=crossFade] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#ebihara_230309 .look__caption {
  position: relative;
  grid-row: var(--row-caption);
  grid-column: var(--column-caption);
  max-width: var(--tag-width);
  margin-top: var(--mtop-caption);
  margin-right: var(--mright-caption);
  margin-left: var(--mleft-caption);
  color: var(--color-caption, #000);
}
@media screen and (min-width: 768px) {
  #ebihara_230309 .look__caption {
    --row-caption: 1/2;
    --column-caption: 1/2;
    --mleft-caption: 1.5rem;
    align-self: flex-end;
    max-width: var(--tag-width, 12rem);
    margin-bottom: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .look__caption {
    --mtop-caption: 3rem;
    margin-inline: auto;
    max-width: var(--tag-width, 50rem);
  }
}
#ebihara_230309 .look__captionText {
  margin-top: var(--mtop-text, 3.5rem);
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .look__captionText {
    -webkit-margin-before: var(--mtop-text, 5rem);
            margin-block-start: var(--mtop-text, 5rem);
  }
}
#ebihara_230309 .look .tag-list {
  display: flex;
  -moz-column-gap: var(--c-gap);
       column-gap: var(--c-gap);
  flex-wrap: var(--wrap-tag, wrap);
  justify-content: var(--justify-tag);
}
@media screen and (min-width: 768px) {
  #ebihara_230309 .look .tag-list {
    justify-content: var(--justify-tag, flex-start);
  }
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .look .tag-list {
    --c-gap: 0.8em;
  }
}
#ebihara_230309 .look .tag-list .no_link {
  opacity: 1;
  pointer-events: all;
  cursor: initial;
  border: none;
  text-decoration: none;
}
#ebihara_230309 .look .tag-list .no_link span {
  padding: 0 0 0 0.5em;
}
@media screen and (min-width: 768px) {
  #ebihara_230309 .look-02 .look__image-wrap:not(:first-of-type) {
    --column-image: 1/3;
    max-width: 70rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .look-02 .look__image-wrap:not(:first-of-type) {
    max-width: 61rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  #ebihara_230309 .look-02, #ebihara_230309 .look-03, #ebihara_230309 .look-05 {
    --color-caption: #fff;
  }
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .look-02 :nth-child(1) .look__image:nth-child(1), #ebihara_230309 .look-04 .look__image:nth-child(2), #ebihara_230309 .look-05 .look__image {
    --image-width: 68rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .look-02 .look__image:not(:first-of-type), #ebihara_230309 .look-04 .look__image:not(:first-of-type) {
    -webkit-margin-before: 3.5rem;
            margin-block-start: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .look-01 {
    --tag-width: 60rem;
  }
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .look-02 {
    --mtop-content: 15.6rem;
    --tag-width: 65rem;
  }
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .look-03 {
    --mtop-content: 16rem;
  }
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .look-04, #ebihara_230309 .look-05 {
    --tag-width: 55rem;
  }
}
@media screen and (max-width: 767px) {
  #ebihara_230309 .look-04, #ebihara_230309 .look-05 {
    --mtop-content: 15.4rem;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /*
  * Prefixed by https://autoprefixer.github.io
  * PostCSS: v8.4.12,
  * Autoprefixer: v10.4.4
  * Browsers: last 4 version
  */
  /*
  * Prefixed by https://autoprefixer.github.io
  * PostCSS: v8.4.14,
  * Autoprefixer: v10.4.7
  * Browsers: last 4 version
  */
}