/* trivia:start */
.trivia__cont {
  position: relative;
  z-index: 0;
  padding: 136px 0 56px;
  text-align: center;
}
.trivia__cont::before,
.trivia__cont::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 85px;
  background-color: #b92c36;
  mix-blend-mode: multiply;
  content: "";
}
.trivia__cont::before {
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 38%);
}
.trivia__cont::after {
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 38%, 0 100%);
}
.trivia__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 146px);
  margin: 0 auto;
}
@media print, screen and (max-width: 1041px) {
  .trivia__list {
    width: 100%;
  }
}
.trivia__list li {
  position: relative;
  z-index: 0;
  width: 30.3%;
  margin-top: 35px;
  margin-right: 4.5%;
}
@media print, screen and (max-width: 1041px) {
  .trivia__list li {
    width: 32%;
    margin-right: 2%;
  }
}
.trivia__list li:nth-child(-n+3) {
  margin-top: 0;
}
.trivia__list li:nth-child(3n) {
  margin-right: 0;
}
.trivia__list__icon__01,
.trivia__list__icon__02 {
  position: absolute;
  z-index: 1;
}
.trivia__list__icon__01 {
  top: -13px;
  left: 7px;
  width: 54px;
  animation-delay: 0s;
}
.trivia__list li:nth-child(7) .trivia__list__icon__01,
.trivia__list li:nth-child(8) .trivia__list__icon__01,
.trivia__list li:nth-child(9) .trivia__list__icon__01 {
  animation-delay: 0.6s;
}
.trivia__list__icon__02 {
  right: -8px;
  bottom: 24px;
  width: 29px;
  animation-delay: 0.4s;
}
.trivia__list li:nth-child(7) .trivia__list__icon__02,
.trivia__list li:nth-child(8) .trivia__list__icon__02,
.trivia__list li:nth-child(9) .trivia__list__icon__02 {
  animation-delay: 1s;
}
.trivia__list__box {
  height: 100%;
  padding: 22px 0;
  border-radius: 38px;
  background-color: #e8dcc8;
  animation-delay: 0.2s;
}
.trivia__list li:nth-child(7) .trivia__list__box,
.trivia__list li:nth-child(8) .trivia__list__box,
.trivia__list li:nth-child(9) .trivia__list__box {
  animation-delay: 0.8s;
}
@media print, screen and (max-width: 1041px) {
  .trivia__list__box {
    position: relative;
    z-index: 0;
  }
}
.trivia__list__title {
  height: 44px;
  line-height: 1;
  font-weight: 600;
}
.trivia__list__title__main {
  font-size: 21px;
}
@media print, screen and (max-width: 1041px) {
  .trivia__list__title__main {
    font-size: 18px;
  }
}
.trivia__list__title__main.-spacing {
  letter-spacing: 0.12rem;
}
.trivia__list__title__sub {
  margin-top: 10px;
  font-size: 11px;
}
.trivia__list__copy {
  color: #b92c36;
  font-weight: 600;
  font-size: 16px;
}
@media print, screen and (max-width: 1041px) {
  .trivia__list__copy {
    font-size: 15px;
  }
}
.trivia__list__text {
  width: calc(100% - 20px);
  line-height: 1.37;
  margin: 5px auto 53px;
  font-size: 11px;
}
@media print, screen and (max-width: 1041px) {
  .trivia__list__text {
    height: unset;
  }
}
.trivia__list__box .button {
  position: absolute;
  z-index: 0;
  bottom: 22px;
  left: 50%;
  width: 190px;
  height: 38px;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 1041px) {
  .trivia__list__box .button {
    width: calc(100% - 40px);
  }
}
.trivia__list__box .button a {
  padding-top: 5px;
}


/* trivia:end */
/* chuka:start */
.trivia__chuka {
  position: relative;
  z-index: 0;
  color: #fff;
  background-color: #b92c36;
  text-align: center;
}
.trivia__chuka::before,
.trivia__chuka::after {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  content: "";
}
.trivia__chuka::before {
  top: -1px;
  height: 90px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
}
.trivia__chuka::after {
  bottom: -1px;
  height: 90px;
  background-color: #d1ba91;
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
}
.trivia__chuka__bg {
  position: relative;
  z-index: 0;
  padding: 223px 0 182px 0;
  overflow: hidden;
}
.trivia__chuka__bg::before,
.trivia__chuka__bg::after {
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 120%;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  content: "";
}
.trivia__chuka__bg::before {
  top: -49px;
  height: 260px;
  background-image: url(../../img/topics_bg_01.png);
  background-position: left bottom;
}
.trivia__chuka__bg::after {
  bottom: -155px;
  height: 369px;
  background-image: url(../../img/topics_bg_02.png);
  background-position: left top;
}
.trivia__chuka .l-cont {
  position: relative;
  z-index: 0;
}
.trivia__chuka__icon__01,
.trivia__chuka__icon__02 {
  position: absolute;
  z-index: 0;
}
.trivia__chuka__icon__01 {
  top: -119px;
  right: 24px;
  width: 170px;
  animation-delay: 0s;
}
@media print, screen and (max-width: 1041px) {
  .trivia__chuka__icon__01 {
    width: 140px;
  }
}
.trivia__chuka__icon__02 {
  bottom: -41px;
  left: 121px;
  width: 130px;
  animation-delay: 0.8s;
}
@media print, screen and (max-width: 1041px) {
  .trivia__chuka__icon__02 {
    left: 0;
  }
}
.trivia__chuka__box {
  animation-delay: 0.2s;
}
.trivia__chuka__title {
  line-height: 1;
  color: #d1ba91;
  font-weight: 600;
  font-size: 35px;
}
.trivia__chuka__text {
  line-height: 1.89;
  margin-top: 30px;
} 
.trivia__chuka__img {
  width: 60%;
  max-width: 593px;
  margin: 30px auto 0;
}
.trivia__chuka__box .button {
  margin: 30px auto 0;
}
.trivia__chuka__point {
  line-height: 1;
  margin-top: 13px;
  font-size: 11px;
}


/* chuka:end */
/* shop:start */
.shop {
  position: relative;
  z-index: 0;
  padding: 32px 0 64px;
  background-color: #d1ba91;
}
.shop .l-cont {
  position: relative;
  z-index: 0;
}
.shop__button {
  width: 300px;
  height: 97px;
  margin: 0 auto;
}
.shop__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 12px;
  border: 5px solid #b92c36;
  background-color: #fff;
}
.shop__button a img {
  width: 26px !important;
  margin-right: 13px;
}
.shop__button__text {
  line-height: 1;
  color: #b92c36;
  font-weight: 600;
  font-size: 40px;
}
.shop__text {
  line-height: 1.55;
  margin: 27px auto 0;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
}
@media print, screen and (max-width: 1041px) {
  .shop__text {
    width: calc(100% - 100px);
    text-align: left;
  }
}


/* shop:end */