@charset "UTF-8";
/* ========================================
  Layout MV
======================================== */
@media screen and (max-width: 767px) {
  .l-mv {
    margin-bottom: 0;
    background-image: none;
  }

  .l-mv__inner {
    padding: 0;
  }

  .l-mv__media {
    margin-bottom: 0;
    width: 68%;
  }
}

/* ========================================
  Layout NAVIGATION
======================================== */
.l-nav {
  margin-bottom: 22px;
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .l-nav::before {
    top: -70px;
    height: 70px;
  }
}

/* ========================================
  Layout TOPICPATH
======================================== */
.l-nav-topicPath {
  margin: 0 auto 70px;
  max-width: 1200px;
}

.l-nav-topicPath__list {
  display: flex;
}

.l-nav-topicPath__item {
  position: relative;
  padding-right: 44px;
  line-height: 1.15;
}

.l-nav-topicPath__item::after {
  display: block;
  position: absolute;
  top: 6px;
  right: 15px;
  color: #9b9695;
  font-size: 14px;
  content: "＞";
}

.l-nav-topicPath__item:last-child {
  padding-right: 0;
}

.l-nav-topicPath__item:last-child::after {
  display: none;
}

.l-nav-topicPath__text {
  color: #9b9695;
  font-size: 14px;
}

@media screen and (max-width: 1220px) {
  .l-nav-topicPath__list {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .l-nav-topicPath {
    margin-bottom: 0;
    padding: 8px 15px;
  }

  .l-nav-topicPath__list {
    padding: 0;
  }

  .l-nav-topicPath__item::after {
    top: 4px;
    right: 1.5em;
    font-size: 10px;
  }

  .l-nav-topicPath__text {
    font-size: 10px;
  }
}

/* ========================================
  MAIN SECTION
======================================== */
/* override etc */
.l-section.-trivia {
  margin-bottom: 230px;
}

@media screen and (max-width: 767px) {
  .l-section.-trivia {
    margin-bottom: 125px;
    padding: 30px 0;
    background-color: #ecf6f1;
  }

  .t-textMedia-trivia {
    height: 21px;
  }

  .c-heading__title {
    font-size: 18px;
  }
}

/* trivia */
.t-list-trivia {
  display: none;
}

@media screen and (max-width: 767px) {
  .t-list-trivia {
    display: block;
    margin-bottom: 50px;
    padding: 0 18px;
  }
  
  .t-list-trivia__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 8px;
    border-radius: 3px;
  }
  
  .t-list-trivia__item {
    width: calc(50% - 4px);
    background-color: #fff;
  }
  
  .t-list-trivia__link {
    display: block;
    padding: 13px 13px 25px;
  }
  
  .t-list-trivia__media {
    display: block;
    margin-bottom: 10px;
  }
  
  .t-list-trivia__lead {
    display: block;
    position: relative;
    padding-top: 13px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  }

  .t-list-trivia__main {
    position: relative;
    z-index: 1;
  }

  .t-list-trivia__num {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
  }
}

.t-box-trivia {
  position: relative;
  margin-bottom: 130px;
}

.t-box-trivia > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .t-box-trivia {
    margin-bottom: 0;
  } 
}

.t-mediaLayout-trivia {
  margin-bottom: 100px;
}

.t-mediaLayout-trivia__inner {
  position: relative;
  display: flex;
}

.t-mediaLayout-trivia__title {
  margin-bottom: 35px;
  font-size: 30px;
  font-feature-settings: 'palt';
  line-height: 1.6;
  letter-spacing: .2em;
}

.t-mediaLayout-trivia__item img {
  max-width: none;
  width: 100%;
}

.t-mediaLayout-trivia__content {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 5%;
  width: 45%;
}

.t-mediaLayout-trivia__text {
  margin-bottom: 40px;
  line-height: 1.7;
}

.t-mediaLayout-trivia__text > p + p {
  margin-top: 40px;
}

.t-mediaLayout-trivia__item {
  width: 55%;
  line-height: 1;
}

.t-mediaLayout-trivia__button,
.t-mediaLayout-trivia__button2 {
  display: none;
}

.t-mediaLayout-trivia.-reverse .t-mediaLayout-trivia__inner {
  flex-direction: row-reverse;
}

.t-mediaLayout-trivia__main {
  position: relative;
  z-index: 1;
}

.t-mediaLayout-trivia__num {
  position: absolute;
  top: 0;
  right: 5%;
}

.t-mediaLayout-trivia.-reverse .t-mediaLayout-trivia__num {
  left: 5%;
}

@media screen and (min-width: 768px) {
.t-mediaLayout-trivia__inner::before {
    display: block;
    position: absolute;
    top: 32px;
    width: 55%;
    height: 100%;
    background-color: #ecf6f1;
    content: "";
    z-index: -1;
  }

  .t-mediaLayout-trivia:nth-child(odd) .t-mediaLayout-trivia__inner::before {
    left: 35%;
  }

  .t-mediaLayout-trivia:nth-child(even) .t-mediaLayout-trivia__inner::before {
    right: 35%;
  }
  
  /* trivia 11 */
  #modal11 .t-mediaLayout-trivia__inner::before {
    aspect-ratio: 1 / 0.768;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .t-mediaLayout-trivia {
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    z-index: -1;
  }

  .t-mediaLayout-trivia.is-show {
    visibility: visible;
    opacity: 1;
    z-index: 10000;
  }

  .t-mediaLayout-trivia__container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: relative;
    max-height: 90%;
  }

  .t-mediaLayout-trivia__inner,
  .t-mediaLayout-trivia.-reverse .t-mediaLayout-trivia__inner {
    flex-direction: column;
    max-height: calc(100% - 54px);
    width: 89.5%;
    background-color: #fff;
    overflow-y: scroll;
  }

  .t-mediaLayout-trivia__content {
    padding: 30px;
    width: 100%;
    order: 2;
  }

  .t-mediaLayout-trivia__title {
    margin-bottom: 13px;
    font-size: 18px;
  }

  .t-mediaLayout-trivia__item {
    position: relative;
    width: 100%;
    order: 1
  }

  .t-mediaLayout-trivia__text {
    margin-bottom: 5px;
  }

  .t-mediaLayout-trivia__text > p + p {
    margin-top: 28px;
  }

  .t-mediaLayout-trivia__button {
    display: block;
    margin-top: 25px;
  }

  .t-mediaLayout-trivia__button2 {
    display: block;
    align-self: flex-end;
    position: relative;
    top: 0;
    right: 20px;
  }

  .t-mediaLayout-trivia__button2Item {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: none;
  }

  .t-mediaLayout-trivia__button2Item::before,
  .t-mediaLayout-trivia__button2Item::after {
    display: block;
    position: absolute;
    top: -2px;
    right: 11px;
    width: 1px;
    height: 25px;
    background-color: #fff;
    content: "";
  }

  .t-mediaLayout-trivia__button2Item::before {
    transform: rotate(45deg);
  }

  .t-mediaLayout-trivia__button2Item::after {
    transform: rotate(-45deg);
  }

  .t-mediaLayout-trivia__button2Text {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    white-space: nowrap;
  }

  .t-mediaLayout-trivia__num {
    display: none;
  }
}