/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
@font-face {
  font-family: "quentin";
  src: url("../fonts/Quentin.otf") format("opentype");
}

/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
/* ------------------------------
    MIXIN
  ------------------------------ */
/* ------------------------------
    KEYFRAMES
  ------------------------------ */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes loopClY {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes loopClY {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes loopClYRv {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes loopClYRv {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@-webkit-keyframes loopRotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loopRotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes scrbarY {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}

@keyframes scrbarY {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}

@-webkit-keyframes textGradient {
  0% {
    color: #81adef;
  }
  20% {
    color: #0090f1;
  }
  40% {
    color: #4746f3;
  }
  60% {
    color: #1ccaee;
  }
  100% {
    color: #81adef;
  }
}

@keyframes textGradient {
  0% {
    color: #81adef;
  }
  20% {
    color: #0090f1;
  }
  40% {
    color: #4746f3;
  }
  60% {
    color: #1ccaee;
  }
  100% {
    color: #81adef;
  }
}

@-webkit-keyframes strokeOffset {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes strokeOffset {
  to {
    stroke-dashoffset: 0;
  }
}

/* ******************************
 *
 * MIXINS
 *
 * ****************************** */
/* ******************************
 *
 * COMMON SETTINGS
 *
 * ****************************** */
html {
  font-family: ryo-gothic-plusn, sans-serif;
  background: #FFFFFF;
  color: #000000;
  letter-spacing: .045em;
  scroll-behavior: smooth;
}

@media screen and (min-width: 320px) {
  html {
    font-size: 3vw;
  }
}

@media screen and (min-width: 600px) {
  html {
    font-size: 1.2vw;
  }
}

@media screen and (min-width: 1025px) {
  html {
    font-size: .9208335vw;
  }
}

@media screen and (min-width: 1921px) {
  html {
    font-size: .8208335vw;
  }
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html.isLocked {
  overflow: hidden;
}

body {
  margin: 0;
}

p {
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: .04em;
  line-height: 1.86;
}

@media screen and (min-width: 320px) {
  p {
    font-size: 1rem;
  }
}

@media screen and (min-width: 600px) {
  p {
    font-size: 1rem;
  }
}

a {
  color: #FFFFFF;
  text-decoration: none;
}

a * {
  color: #FFFFFF;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.imgWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  border-radius: 1rem;
  overflow: hidden;
}

.imgWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ******************************
 *
 * HEADER
 *
 * ****************************** */
#globalHeader {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
}

#globalHeader .headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 320px) {
  #globalHeader .headerInner {
    padding: 0 5vw 0 0;
  }
}

@media screen and (min-width: 600px) {
  #globalHeader .headerInner {
    padding: 0 5vw 0 0;
  }
}

#globalHeader .mainMenu {
  background-color: white;
}

@media screen and (min-width: 320px) {
  #globalHeader .mainMenu {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    border-radius: 1.5rem 1.5rem 0 0;
  }
}

@media screen and (min-width: 600px) {
  #globalHeader .mainMenu {
    position: relative;
    top: 2.5rem;
    bottom: auto;
    left: auto;
    border-radius: 5rem;
  }
}

#globalHeader .mainMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 320px) {
  #globalHeader .mainMenu ul {
    position: relative;
    padding: 0;
    gap: 0;
    width: 100vw;
  }
}

@media screen and (min-width: 600px) {
  #globalHeader .mainMenu ul {
    position: relative;
    padding: 1rem 3rem;
    gap: 2.5rem;
    width: auto;
  }
}

@media screen and (min-width: 320px) {
  #globalHeader .mainMenu li {
    width: 25%;
  }
}

@media screen and (min-width: 600px) {
  #globalHeader .mainMenu li {
    width: auto;
  }
}

#globalHeader .mainMenu a {
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 320px) {
  #globalHeader .mainMenu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 9px;
    padding: 1rem 0;
  }
}

@media screen and (min-width: 600px) {
  #globalHeader .mainMenu a {
    display: inline-block;
    font-size: 1rem;
    padding: 0;
  }
}

@media screen and (min-width: 320px) {
  #globalHeader .mainMenu span {
    color: white;
  }
}

@media screen and (min-width: 600px) {
  #globalHeader .mainMenu span {
    color: black;
  }
}

#logo {
  position: relative;
  z-index: 2;
}

#logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border-radius: 0 0 1rem 0;
}

@media screen and (min-width: 320px) {
  #logo a {
    width: 25.5vw;
    height: 23.5vw;
  }
}

@media screen and (min-width: 600px) {
  #logo a {
    width: 12.5vw;
    height: 10.5vw;
  }
}

#logo a:hover img {
  opacity: .6;
}

#logo img {
  width: 80%;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* ******************************
 *
 * FOOTER
 *
 * ****************************** */
#globalFooter {
  overflow: hidden;
}

#globalFooter .cv {
  position: relative;
}

#globalFooter .cv:hover .bg img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#globalFooter .cv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0b99eb;
}

#globalFooter .cv .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: soft-light;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

#globalFooter .cv a {
  position: relative;
  display: block;
  text-align: center;
  color: white;
}

@media screen and (min-width: 320px) {
  #globalFooter .cv a {
    height: 20rem;
  }
}

@media screen and (min-width: 600px) {
  #globalFooter .cv a {
    height: 30rem;
  }
}

#globalFooter .cv a .en {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
  font-family: archivo-variable, sans-serif;
  font-variation-settings: "wdth" 100, "wght" 800;
  white-space: nowrap;
  line-height: .48;
}

@media screen and (min-width: 320px) {
  #globalFooter .cv a .en {
    font-size: 4.25rem;
  }
}

@media screen and (min-width: 600px) {
  #globalFooter .cv a .en {
    font-size: 14rem;
  }
}

#globalFooter .cv a .ja {
  font-weight: 800;
}

@media screen and (min-width: 320px) {
  #globalFooter .cv a .ja {
    font-size: 2rem;
    padding-top: 6.5rem;
  }
}

@media screen and (min-width: 600px) {
  #globalFooter .cv a .ja {
    font-size: 2.8rem;
    padding-top: 8.5rem;
  }
}

/* ******************************
 *
 * COMMON UI
 *
 * ****************************** */
.gal, .galWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.galLine {
  font-family: "amplitude-extra-compressed", sans-serif;
  font-weight: 800;
}

.galWrapper {
  -webkit-animation: loopCl 50000ms linear infinite both;
          animation: loopCl 50000ms linear infinite both;
}

.gal.isRv {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.gal.isRv .galWrapper {
  -webkit-animation: loopClRv 50000ms linear infinite both;
          animation: loopClRv 50000ms linear infinite both;
}

.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topHeadEn {
  font-family: "amplitude-extra-compressed", sans-serif;
  font-weight: 900;
  font-size: 10.4rem;
  line-height: .8;
}

.topHeadJa {
  font-weight: 700;
  font-size: 1.35rem;
  padding: 0 1rem;
}

.newsListBody {
  width: 100%;
}

@media screen and (min-width: 320px) {
  .newsListWrapper {
    padding: 5rem 0 5rem;
  }
}

@media screen and (min-width: 600px) {
  .newsListWrapper {
    padding: 5rem 0 5rem;
  }
}

.newsListItem {
  position: relative;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  will-change: transform;
}

@media screen and (min-width: 320px) {
  .newsListItem {
    padding: 2rem 1rem 1rem;
  }
}

@media screen and (min-width: 600px) {
  .newsListItem {
    padding: 2.5vw;
  }
}

.newsListItem::before, .newsListItem::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.newsListItem::before {
  background: url("../images/cardBg.jpg") center center/cover no-repeat;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  will-change: opacity;
}

.newsListItem::after {
  background: #18181a;
}

.newsListItem:hover {
  z-index: 1;
  -webkit-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
}

.newsListItem:hover::before {
  opacity: 1;
}

.newsListItem:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.newsListItem a {
  position: relative;
  z-index: 1;
  display: block;
}

.newsListItem .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #FFFFFF;
}

@media screen and (min-width: 320px) {
  .newsListItem .author {
    width: 3.5rem;
    height: 3.5rem;
  }
}

@media screen and (min-width: 600px) {
  .newsListItem .author {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.newsListItem .author img {
  width: 60%;
  height: auto;
}

.newsListItem figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.56%;
  border-radius: 3px;
  margin: 1.2rem 0;
  overflow: hidden;
}

.newsListItem figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  will-change: transform;
}

.newsListItem .barcode {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: .1;
}

.newsListItem .barcode img {
  width: 100%;
  height: auto;
}

.newsListTitle {
  font-weight: 700;
  font-size: 1.34rem;
  line-height: 1.64;
  margin: 1.5rem 0;
}

.newsListExp {
  font-size: .915rem;
  line-height: 1.64;
  opacity: .65;
}

.newsListInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 320px) {
  .newsListInfo {
    padding: 2rem 0 10rem;
  }
}

@media screen and (min-width: 600px) {
  .newsListInfo {
    padding: 2rem 0 10rem;
  }
}

.newsListInfo time {
  opacity: .8;
}

@media screen and (min-width: 320px) {
  .newsListInfo time {
    font-size: .9rem;
  }
}

@media screen and (min-width: 600px) {
  .newsListInfo time {
    font-size: 1rem;
  }
}

.commonLinkBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2.4rem;
}

.commonLinkBtn .btnIcon {
  position: relative;
  margin-right: 1rem;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
  will-change: transform;
}

.commonLinkBtn .btnText {
  font-size: 1rem;
  line-height: 1.4rem;
  height: 1.4rem;
  overflow: hidden;
}

.commonLinkBtn .btnText span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  will-change: transform;
}

.commonLinkBtn .btnText span::after {
  content: attr(data-text);
  position: absolute;
  top: 1.4rem;
  left: 0;
  width: 100%;
  height: 100%;
}

.commonLinkBtn .circleSvg {
  display: block;
  width: 4.2rem;
  height: 4.2rem;
}

.commonLinkBtn .circleSvg .circle {
  stroke: #FFFFFF;
}

.commonLinkBtn .circleSvg:first-child {
  opacity: .3;
}

.commonLinkBtn .circleSvg:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.commonLinkBtn .circleSvg:nth-child(2) .circle {
  stroke: #f7c52c;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-transition: stroke-dashoffset 500ms ease;
  transition: stroke-dashoffset 500ms ease;
  will-change: stroke-dashoffset;
}

.commonLinkBtn .innerSvg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.commonLinkBtn .innerSvg svg {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
}

.commonLinkBtn:hover .btnIcon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.commonLinkBtn:hover .circleSvg:nth-child(2) .circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 900ms ease;
  transition: stroke-dashoffset 900ms ease;
  will-change: stroke-dashoffset;
}

.commonLinkBtn:hover .innerSvg svg {
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-name: arrowSlide;
          animation-name: arrowSlide;
}

.commonLinkBtn:hover .btnText span {
  -webkit-transform: translateY(-1.4rem);
          transform: translateY(-1.4rem);
}

@-webkit-keyframes arrowSlide {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  49.9% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes arrowSlide {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  49.9% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.simpleImg img {
  display: block;
  width: 100%;
  height: auto;
  margin: 2rem auto;
}

@media screen and (min-width: 320px) {
  .simpleImg img {
    max-width: 70%;
  }
}

@media screen and (min-width: 600px) {
  .simpleImg img {
    max-width: 55%;
  }
}

.strongDesc {
  font-weight: 800;
  text-align: center;
}

@media screen and (min-width: 320px) {
  .strongDesc {
    font-size: 1rem;
    margin-top: 3.1rem;
  }
}

@media screen and (min-width: 600px) {
  .strongDesc {
    font-size: 1rem;
    margin-top: 3.1rem;
  }
}

.centerShow .showContents {
  width: 100% !important;
}

.centerShow .contentTitle, .centerShow .contentsHeading {
  text-align: center;
}

.centerShow .contentTitle {
  font-weight: 700;
}

@media screen and (min-width: 320px) {
  .centerShow .contentTitle {
    font-size: 2.2rem;
    padding: 1rem 0 0;
  }
}

@media screen and (min-width: 600px) {
  .centerShow .contentTitle {
    font-size: 2.2rem;
    padding: 1rem 0 0;
  }
}

@media screen and (min-width: 600px) {
  .centerShow .showInfoWrapper {
    padding: 0 20rem;
  }
}

.bannerCollection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem 0 -10rem;
}

.bannerCollection li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 0 !important;
  background-color: #FFFFFF;
  border-radius: .5rem;
  border: none !important;
  margin: 1rem;
}

@media screen and (min-width: 320px) {
  .bannerCollection li {
    width: calc(50% - 2rem);
    height: 6rem;
  }
}

@media screen and (min-width: 600px) {
  .bannerCollection li {
    width: calc(33% - 2rem);
    height: 8rem;
  }
}

.bannerCollection li::before {
  display: none !important;
}

.bannerCollection li img {
  height: auto;
}

@media screen and (min-width: 320px) {
  .bannerCollection li img {
    width: 60%;
  }
}

@media screen and (min-width: 600px) {
  .bannerCollection li img {
    width: 70%;
  }
}

.posterList {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-top: 3rem;
}

@media screen and (min-width: 320px) {
  .posterList {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 1rem 1rem;
  }
}

@media screen and (min-width: 600px) {
  .posterList {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 1rem 1rem;
  }
}

.posterList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 !important;
  border-bottom: none !important;
}

.posterList li::before {
  display: none;
}

.posterList li img {
  display: block;
  width: 100%;
  height: auto;
}

.posterList li span {
  padding: .5rem 0;
}
/*# sourceMappingURL=style.css.map */