#junior {
  display: block;
  width: 100%;
}
/* Page Title */
#junior .junior-title {
  font-size: calc(26vw / (375 / 100));
  font-weight: 600;
  text-align: center;
}

/* Main Visual */
#junior .junior-slide {
  width: 100%;
  margin-top: calc(24vw / (375 / 100));
}
#junior .junior-slide-i {
  width: 100%;
  aspect-ratio: 1/1;
  text-align: center;
}
#junior .junior-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#junior .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: calc(16vw / (375 / 100));
  list-style: none;
  margin-top: calc(16vw / (375 / 100));
}
#junior .slick-dots li {
  display: block;
  width: calc(8vw / (375 / 100));
  height: calc(8vw / (375 / 100));
  border-radius: 50%;
  overflow: hidden;
}
#junior .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  color: transparent;
  background-color: #e6e6e6;
}
#junior .slick-dots li.slick-active button {
  background-color: #001e62;
}

/* Navigation */
#junior .junior-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(9vw / (375 / 100));
  width: calc(100% - calc(20vw / (375 / 100)));
  overflow: hidden;
  margin: calc(16vw / (375 / 100)) auto 0;
}
#junior .junior-nav-i {
  width: calc(172vw / (375 / 100));
  border-radius: calc(5vw / (375 / 100));
  border: 1px solid #001e62;
  overflow: hidden;
}
#junior .junior-nav-i:nth-child(n + 2) {
  border-left: 1px solid #001e62;
}
#junior .junior-nav-i a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(44vw / (375 / 100));
  font-size: calc(14vw / (375 / 100));
  color: #001e62;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  position: relative;
}
#junior .junior-nav-i a::after {
  display: block;
  content: "";
  width: calc(6vw / (375 / 100));
  height: calc(6vw / (375 / 100));
  border-right: 1px solid #001e62;
  border-bottom: 1px solid #001e62;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: calc(10vw / (375 / 100));
  translate: 0 -50%;
}

/* Trend Words */
#junior .junior-trend {
  width: 100%;
  margin-top: calc(24vw / (375 / 100));
  padding: 0 calc(10vw / (375 / 100)) calc(24vw / (375 / 100));
}
#junior .junior-trend-title {
  width: 100%;
  position: relative;
}
#junior .junior-trend-title::before,
#junior .junior-trend-title::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
#junior .junior-trend-title::before {
  translate: 0 calc(-2vw / (375 / 100));
}
#junior .junior-trend-title::after {
  translate: 0 calc(2vw / (375 / 100));
}
#junior .junior-trend-title span {
  display: block;
  width: fit-content;
  font-size: calc(16vw / (375 / 100));
  font-weight: bold;
  padding: 0 calc(14vw / (375 / 100));
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
#junior .junior-trend-words {
  margin-top: calc(24vw / (375 / 100));
}
#junior .junior-trend-words .awoo-tag-wrapper {
  justify-content: center;
}

/* asics KIDS */
#junior .junior-kids {
  width: 100%;
  background-color: #ecf3fe;
  padding: calc(48vw / (375 / 100)) calc(10vw / (375 / 100))
    calc(20vw / (375 / 100));
}
#junior .junior-kids-text {
  font-size: 1.35rem;
  color: #0f63f7;
  font-family: "kozuka-gothic-pr6n", "sans-serif" !important;
  font-weight: 500;
  line-height: 3rem;
}
#junior .junior-kids-text::first-letter {
  font-size: 2rem;
}
#junior .junior-kids-text span {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2px 0;
  box-sizing: border-box;
  font-family: "kozuka-gothic-pr6n", "sans-serif" !important;
  font-size: 1.35rem;
}
#junior .junior-kids-img {
  width: 100%;
  margin: 3rem auto 0;
  padding: 0 1rem;
}
#junior .junior-kids-img img {
  display: block;
  width: 100%;
}
#junior .junior-kids-logo {
  width: 16rem;
  margin: 1rem auto 0;
}
#junior .junior-kids-logo img {
  display: block;
  width: 100%;
}
#junior .junior-kids-series {
  width: 100%;
  background-color: #fff;
  margin: calc(30vw / (375 / 100)) 0 0;
  padding: calc(32vw / (375 / 100)) calc(10vw / (375 / 100))
    calc(16vw / (375 / 100));
}
#junior .junior-kids-series-title {
  display: block;
  width: 100%;
  position: relative;
}
#junior .junior-kids-series-title::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0f63f7;
  position: absolute;
  top: 50%;
  left: 0;
}
#junior .junior-kids-series-title span {
  display: block;
  width: fit-content;
  font-size: calc(20vw / (375 / 100));
  font-weight: bold;
  color: #0f63f7;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 calc(8vw / (375 / 100));
  position: relative;
}
#junior .junior-kids-series-list {
  display: flex;
  justify-content: space-between;
  column-gap: calc(10vw / (375 / 100));
  width: 100%;
  margin-top: calc(24vw / (375 / 100));
}
#junior .junior-kids-series-list-i {
  flex: 1;
}
#junior .junior-kids-series-list-i a {
  display: block;
  width: 100%;
  background-color: #ecf3fe;
}
#junior .junior-kids-series-list-i-img {
  display: block;
  width: 100%;
  aspect-ratio: 162/82;
}
#junior .junior-kids-series-list-i-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#junior .junior-kids-series-list-i-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(60vw / (375 / 100));
}
#junior .junior-kids-series-list-i-logo img {
  display: block;
  width: auto;
  height: calc(45vw / (375 / 100));
}

/* Search by gender */
#junior .junior-gender {
  width: 100%;
  padding: calc(42vw / (375 / 100)) calc(10vw / (375 / 100))
    calc(32vw / (375 / 100));
}
#junior .junior-gender-title {
  font-size: calc(20vw / (375 / 100));
  font-weight: bold;
  text-align: center;
  margin: 0;
}
#junior .junior-gender-list {
  display: flex;
  justify-content: center;
  width: 100%;
  column-gap: calc(10vw / (375 / 100));
  margin: calc(32vw / (375 / 100)) auto 0;
}
#junior .junior-gender-list-i {
  flex: 1;
}
#junior .junior-gender-list-i a {
  display: block;
  width: 100%;
  border: 2px solid;
  border-radius: calc(8vw / (375 / 100));
  text-decoration: none;
  overflow: hidden;
}
#junior .junior-gender-list-i.-boy a {
  border-color: #0f63f7;
}
#junior .junior-gender-list-i.-girl a {
  border-color: #f70f8a;
}
#junior .junior-gender-list-i-img {
  display: flex;
  justify-content: center;
  align-items: start;
  height: calc(62vw / (375 / 100));
}
#junior .junior-gender-list-i-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(42vw / (375 / 100));
  font-size: calc(14vw / (375 / 100));
  font-weight: bold;
}
#junior .junior-gender-list-i.-boy .junior-gender-list-i-text {
  color: #0f63f7;
}
#junior .junior-gender-list-i.-girl .junior-gender-list-i-text {
  color: #f70f8a;
}

/* Search by age */
#junior .junior-age {
  width: 100%;
  background-color: #f0f3fa;
  padding: calc(32vw / (375 / 100)) calc(10vw / (375 / 100))
    calc(40vw / (375 / 100));
}
#junior .junior-age-title {
  font-size: calc(20vw / (375 / 100));
  font-weight: bold;
  text-align: center;
  margin: 0;
}
#junior .junior-age-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(10vw / (375 / 100));
  width: 100%;
  margin: calc(32vw / (375 / 100)) auto 0;
}
#junior .junior-age-list-i {
  width: calc(50% - calc(5vw / (375 / 100)));
}
#junior .junior-age-list-i a {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: calc(4vw / (375 / 100));
  box-shadow: 0 calc(3vw / (375 / 100)) calc(6vw / (375 / 100))
    rgba(0, 0, 0, 0.16);
  padding: calc(16vw / (375 / 100)) 0;
  position: relative;
  text-decoration: none;
}
#junior .junior-age-list-i a::before {
  display: block;
  content: "";
  width: calc(16vw / (375 / 100));
  height: calc(16vw / (375 / 100));
  background-color: #f0f4fa;
  border-radius: 50%;
  position: absolute;
  right: calc(8vw / (375 / 100));
  top: 50%;
  translate: 0 -50%;
}
#junior .junior-age-list-i a::after {
  display: block;
  content: "";
  width: calc(6vw / (375 / 100));
  height: calc(6vw / (375 / 100));
  border-top: 2px solid #0f63f7;
  border-right: 2px solid #0f63f7;
  rotate: 45deg;
  position: absolute;
  right: calc(14vw / (375 / 100));
  top: 50%;
  translate: 0 -50%;
}
#junior .junior-age-list-i-img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: calc(109vw / (375 / 100));
  height: calc(96vw / (375 / 100));
  margin: 0 auto;
}
#junior .junior-age-list-i-img img {
  display: block;
  object-fit: contain;
  object-position: center center;
}
#junior .junior-age-list-i.-first .junior-age-list-i-img img {
  width: calc(55vw / (375 / 100));
  height: calc(63vw / (375 / 100));
}
#junior .junior-age-list-i.-baby .junior-age-list-i-img img {
  width: calc(45vw / (375 / 100));
  height: calc(77vw / (375 / 100));
}
#junior .junior-age-list-i.-preschool .junior-age-list-i-img img {
  width: calc(66vw / (375 / 100));
  height: calc(92vw / (375 / 100));
}
#junior .junior-age-list-i.-junior .junior-age-list-i-img img {
  width: calc(109vw / (375 / 100));
  height: calc(96vw / (375 / 100));
}
#junior .junior-age-list-i-target {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: calc(10vw / (375 / 100));
  text-align: center;
  color: #0f63f7;
}
#junior .junior-age-list-i-target-step {
  font-size: calc(16vw / (375 / 100));
  font-weight: bold;
}
#junior .junior-age-list-i-itarget-age {
  font-size: calc(12vw / (375 / 100));
  font-weight: 500;
}
#junior .junior-age-list-i-height {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(122vw / (375 / 100));
  height: calc(21vw / (375 / 100));
  font-size: calc(12vw / (375 / 100));
  font-weight: bold;
  color: #fff;
  background-color: #0f63f7;
  border-radius: calc(81vw / (375 / 100));
  margin: calc(8vw / (375 / 100)) auto 0;
}

/* Search by color */
#junior .junior-color {
  width: 100%;
  padding: calc(32vw / (375 / 100)) calc(10vw / (375 / 100))
    calc(32vw / (375 / 100));
}
#junior .junior-color-title {
  font-size: calc(20vw / (375 / 100));
  font-weight: bold;
  text-align: center;
  margin: 0;
}
#junior .junior-color-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: calc(20vw / (375 / 100));
  row-gap: calc(16vw / (375 / 100));
  width: 100%;
  margin: calc(32vw / (375 / 100)) auto 0;
}
#junior .junior-color-list-i {
  width: calc(51vw / (375 / 100));
}
#junior .junior-color-list-i a {
  display: flex;
  flex-direction: column;
  row-gap: calc(8vw / (375 / 100));
  text-decoration: none;
}
#junior .junior-color-list-i-color {
  display: block;
  width: calc(50vw / (375 / 100));
  height: calc(50vw / (375 / 100));
  border-radius: calc(8vw / (375 / 100));
}
#junior .junior-color-list-i.-black .junior-color-list-i-color {
  background-color: #000000;
}
#junior .junior-color-list-i.-brown .junior-color-list-i-color {
  background-color: #67400c;
}
#junior .junior-color-list-i.-beige .junior-color-list-i-color {
  background-color: #f5e9d5;
}
#junior .junior-color-list-i.-gray .junior-color-list-i-color {
  background-color: #e6e6e6;
}
#junior .junior-color-list-i.-red .junior-color-list-i-color {
  background-color: #d30f31;
}
#junior .junior-color-list-i.-pink .junior-color-list-i-color {
  background-color: #ec2ba5;
}
#junior .junior-color-list-i.-orange .junior-color-list-i-color {
  background-color: #ec982b;
}
#junior .junior-color-list-i.-yellow .junior-color-list-i-color {
  background-color: #ecb32b;
}
#junior .junior-color-list-i.-blue .junior-color-list-i-color {
  background-color: #2b58ec;
}
#junior .junior-color-list-i.-purple .junior-color-list-i-color {
  background-color: #9f2bec;
}
#junior .junior-color-list-i.-green .junior-color-list-i-color {
  background-color: #0fd364;
}
#junior .junior-color-list-i.-white .junior-color-list-i-color {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
#junior .junior-color-list-i.-gold .junior-color-list-i-color {
  background: linear-gradient(45deg, #dccb92 0%, #fff 51.04%, #dccb92 100%);
}
#junior .junior-color-list-i.-silver .junior-color-list-i-color {
  background: linear-gradient(45deg, #dedede 0%, #fff 48.96%, #dedede 100%);
}
#junior .junior-color-list-i.-other .junior-color-list-i-color {
  background-color: #f0f0f0;
  border: 1px solid #cccccc;
}
#junior .junior-color-list-i-text {
  font-size: calc(14vw / (375 / 100));
  font-weight: bold;
  text-align: center;
}
#junior .junior-color-list-i:not(:last-child) .junior-color-list-i-text {
  letter-spacing: -0.1em;
}

/* Search by usage */
#junior .junior-usage {
  width: 100%;
  background-color: #f0f3fa;
  padding: calc(25vw / (375 / 100)) calc(10vw / (375 / 100))
    calc(40vw / (375 / 100));
}
#junior .junior-usage-title {
  font-size: calc(20vw / (375 / 100));
  font-weight: bold;
  text-align: center;
  margin: 0;
}
#junior .junior-usage-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: calc(8vw / (375 / 100));
  row-gap: calc(16vw / (375 / 100));
  width: 100%;
  margin: calc(32vw / (375 / 100)) auto 0;
}
#junior .junior-usage-list-i {
  width: calc(113vw / (375 / 100));
  aspect-ratio: 1/1;
}
#junior .junior-usage-list-i a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: calc(5vw / (375 / 100));
  box-shadow: 0 calc(3vw / (375 / 100)) calc(6vw / (375 / 100))
    rgba(0, 0, 0, 0.16);
  padding: calc(12vw / (375 / 100)) 0;
  text-decoration: none;
}
#junior .junior-usage-list-i-img {
  width: calc(62vw / (375 / 100));
  aspect-ratio: 1/1;
  margin: 0 auto;
}
#junior .junior-usage-list-i-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
#junior .junior-usage-list-i-text {
  display: block;
  font-size: calc(14vw / (375 / 100));
  text-align: center;
  color: #001e62;
  font-weight: bold;
  margin-top: calc(8vw / (375 / 100));
  position: relative;
}
#junior .junior-usage-list-i-text::after {
  display: block;
  content: "";
  width: calc(6vw / (375 / 100));
  height: calc(6vw / (375 / 100));
  border-top: 2px solid #001e62;
  border-right: 2px solid #001e62;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: calc(8vw / (375 / 100));
  translate: 0 -50%;
}

/* Search by type */
#junior .junior-type {
  background-color: #fff;
  padding: calc(32vw / (375 / 100)) calc(10vw / (375 / 100))
    calc(30vw / (375 / 100));
}
#junior .junior-type-title {
  text-align: center;
  font-size: calc(20vw / (375 / 100));
  font-weight: bold;
  margin: 0;
}
#junior .junior-type-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: calc(10vw / (375 / 100));
  row-gap: calc(8vw / (375 / 100));
  width: 100%;
  margin: calc(32vw / (375 / 100)) auto 0;
}
#junior .junior-type-list-i {
  display: block;
  width: calc(172vw / (375 / 100));
  aspect-ratio: 1/1;
}
#junior .junior-type-list-i a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f0f3fa;
  border-radius: calc(8vw / (375 / 100));
  overflow: hidden;
  padding-top: calc(16vw / (375 / 100));
  position: relative;
  text-decoration: none;
}
#junior .junior-type-list-i a::after {
  display: block;
  content: "";
  width: calc(20vw / (375 / 100));
  height: calc(20vw / (375 / 100));
  background: url("/img/usr/genre/2-KIDS/type-list-arrow.png") no-repeat center /
    contain;
  position: absolute;
  right: calc(15vw / (375 / 100));
  bottom: calc(15vw / (375 / 100));
}
#junior .junior-type-list-i-img {
  width: 100%;
  height: calc(107vw / (375 / 100));
  margin: 0 auto;
}
#junior .junior-type-list-i-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}
#junior .junior-type-list-i-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(48vw / (375 / 100));
  color: #001e62;
  font-size: calc(14vw / (375 / 100));
  font-weight: bold;
  text-align: center;
}

/* Search by cut */
#junior .junior-cut {
  width: 100%;
  background-color: #fff;
  padding: 0 calc(10vw / (375 / 100)) calc(32vw / (375 / 100));
}
#junior .junior-cut-title {
  font-size: calc(20vw / (375 / 100));
  font-weight: bold;
  text-align: center;
  margin: 0;
}
#junior .junior-cut-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: calc(10vw / (375 / 100));
  row-gap: calc(16vw / (375 / 100));
  width: 100%;
  margin: calc(32vw / (375 / 100)) auto 0;
}
#junior .junior-cut-list-i {
  display: block;
  width: calc(50% - calc(5vw / (375 / 100)));
}
#junior .junior-cut-list-i a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: calc(8vw / (375 / 100));
  text-decoration: none;
}
#junior .junior-cut-list-i-img {
  width: 100%;
  height: calc(115vw / (375 / 100));
  margin: 0 auto;
}
#junior .junior-cut-list-i-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#junior .junior-cut-list-i-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(172vw / (375 / 100));
  height: calc(38vw / (375 / 100));
  font-size: 3.733vw;
  font-weight: bold;
  color: #001e62;
  border: 1px solid #001e62;
  border-radius: calc(4vw / (375 / 100));
}

/* Search by series */
#junior .junior-series {
  padding: calc(30vw / (375 / 100)) 0 calc(40vw / (375 / 100));
  background-color: #f0f3fa;
}
#junior .junior-series-title {
  font-size: calc(20vw / (375 / 100));
  text-align: center;
  font-weight: bold;
  margin: 0;
}
#junior .junior-series-rank {
  width: 100%;
  margin-top: calc(30vw / (375 / 100));
}
#junior .junior-series-rank-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: calc(8vw / (375 / 100));
  margin: 0 auto;
}
#junior .junior-series-rank-nav-i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(114vw / (375 / 100));
  height: calc(28vw / (375 / 100));
  font-size: calc(14vw / (375 / 100));
  font-weight: 400;
  border: 1px solid;
  background-color: #fff;
  border-radius: calc(14vw / (375 / 100));
  cursor: pointer;
}
#junior .junior-series-rank-nav-i:not(.-active) {
  background-color: #fff;
  border-color: #e6e6e6;
}
#junior .junior-series-rank-nav-i:hover,
#junior .junior-series-rank-nav-i.-active {
  color: #fff;
  background-color: #001e62;
  border-color: #001e62;
}
#junior .junior-series-rank-body.-active {
  margin-top: calc(16vw / (375 / 100));
}
#junior .junior-series-rank-body:not(.-active) {
  visibility: hidden;
  opacity: 0;
  height: 1px;
}
#junior .junior-series-rank-body .block-top-lightningrecommend--header {
  display: none;
}
#junior .junior-series-rank-body .block-ranking-r--items {
  display: block;
  position: relative;
}
#junior .junior-series-rank-body .block-ranking-r--items .block-ranking-r--item {
  width: calc(138vw / (375 / 100));
  margin: 0 calc(5vw / (375 / 100));
}
#junior .junior-series-rank-body a:focus,
#junior .junior-series-rank-body a:focus-visible {
  outline: none;
}

/* EVENT */
.block-genre-page--event {
  padding-top: calc(32vw / (375 / 100));
}
/* h2 */
.block-genre-page--event .junior-recommend-h2 {
  font-size: calc(20vw / (375 / 100));
  font-weight: bold;
  text-align: center;
  margin: 0;
}
/* h3 */
.block-genre-page--event .junior-recommend-h3 {
  width: calc(100% - calc(20vw / (375 / 100)));
  color: #001e62;
  position: relative;
  margin: calc(56vw / (375 / 100)) auto calc(16vw / (375 / 100));
}
.block-genre-page--event .junior-recommend-h2 + .junior-recommend-h3 {
  margin-top: calc(32vw / (375 / 100));
}
.block-genre-page--event .junior-recommend-h3::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  top: 50%;
  left: 0;
}
.block-genre-page--event .junior-recommend-h3-text {
  display: inline-block;
  padding-right: calc(15vw / (375 / 100));
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.block-genre-page--event .junior-recommend-h3-text-main {
  font-size: calc(18vw / (375 / 100));
  font-weight: bold;
}
.block-genre-page--event .junior-recommend-h3-text-height {
  font-size: calc(14vw / (375 / 100));
  font-weight: 500;
}
/* button */
.block-genre-page--event .junior-recommend-btn {
  display: block;
  width: calc(255vw / (375 / 100));
  height: calc(38vw / (375 / 100));
  margin: calc(30vw / (375 / 100)) auto 0;
}
.block-genre-page--event .junior-recommend-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: calc(14vw / (375 / 100));
  font-weight: bold;
  color: #001e62;
  text-decoration: none;
  border: 1px solid #001e62;
  border-radius: calc(4vw / (375 / 100));
  overflow: hidden;
}
/* info */
.block-genre-page--event .junior-info {
  display: block;
  background-color: #f0f3fa;
  padding-top: calc(30vw / (375 / 100));
  margin-top: calc(30vw / (375 / 100));
}
.block-genre-page--event .junior-info-h2 {
  font-size: calc(20vw / (375 / 100));
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.block-genre-page--event .junior-info-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: calc(10vw / (375 / 100));
  background-color: #f0f3fa;
  padding: calc(30vw / (375 / 100)) 0 calc(40vw / (375 / 100));
}
.block-genre-page--event .junior-info-main a {
  display: block;
  width: calc(355vw / (375 / 100));
}
.block-genre-page--event .junior-info-main a img {
  display: block;
  width: 100%;
}
/* user posts */
.block-genre-page--event .junior-userposts {
  display: block;
  padding: calc(30vw / (375 / 100)) 0 calc(30vw / (375 / 100));
}
.block-genre-page--event .junior-userposts-h2 {
  font-size: calc(20vw / (375 / 100));
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.block-genre-page--event .junior-userposts-main {
  margin-top: calc(30vw / (375 / 100));
}
.block-genre-page--event
  .junior-userposts-main
  .vsm-slider
  .ecbn-selection-widget-new
  div.ecbn-selection-wrapper {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.block-genre-page--event
  .junior-userposts-main
  .ecbn-selection-title.vsm-selection-title {
  display: none;
}
.block-genre-page--event
  .junior-userposts-main
  .ecbn-selection-description.vsm-selection-description {
  display: none;
}
.block-genre-page--event
  .junior-userposts-main
  .ecbn-selection-slider-controls-direction {
  display: none;
}
.block-genre-page--event .ecbn-selection-to-nextpage.vsm-selection-to-nextpage {
  display: none;
}
.block-genre-page--event .block-top-event--goods .goods-st-outer {
  display: none;
}