@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
/*============================
    mv
============================*/
.mv > .inner {
  width: 100%;
  max-width: initial;
}
.mv-slider::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 18rem);
  background-color: #ffb726;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .mv-slider::before {
    height: calc(100% - 22.5rem);
  }
}
.mv-slider-bg {
  position: absolute;
  top: 18rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(680 / 750 * 100vw);
  height: calc(100% - 32rem);
  background-color: #faf2e1;
  border-radius: 0 0 4rem 4rem;
}
@media screen and (min-width: 768px) {
  .mv-slider-bg {
    top: 22.5rem;
    width: calc(920 / 1920 * 100vw);
    height: calc(100% - 35.5rem);
  }
}
.mv-slider-bg::before, .mv-slider-bg::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -4rem;
  width: 4rem;
  height: 4rem;
  background: url(../images/img_corner.svg) no-repeat center/100% 100%;
}
.mv-slider-bg::after {
  left: auto;
  right: -4rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .mv-slider .slick-track {
    padding-top: 1rem;
  }
}
.mv-slider .slick-slide {
  margin: 0 calc(35 / 750 * 100vw);
  width: calc(632 / 750 * 100vw) !important;
}
@media screen and (min-width: 768px) {
  .mv-slider .slick-slide {
    margin: 0 calc(60 / 1920 * 100vw);
    width: calc(800 / 1920 * 100vw) !important;
  }
}
.mv-slider-item a {
  padding-bottom: 6rem;
}
.mv-slider-item img {
  margin-bottom: 1.2em;
  -webkit-box-shadow: 0 0.5em 0.9em rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.5em 0.9em rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}
.mv-slider-item time {
  display: inline-block;
  margin-bottom: 0.4em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 93%;
  font-weight: 800;
  color: #ff6040;
  background-color: #faf2e1;
}
.mv-slider-ttl {
  font-size: 106%;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .mv-slider-ttl {
    font-size: 133%;
    -webkit-line-clamp: 2;
  }
}
.mv-slider-ttl span {
  background-color: #faf2e1;
}
.mv-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6.4rem 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .mv-slider .slick-dots {
    padding: 4rem 0 8rem;
    font-size: 1.2rem;
  }
}
.mv-slider .slick-dots li {
  margin: 0 0.5em;
  width: 5em;
  height: 1em;
  border-radius: 2em;
  overflow: hidden;
}
.mv-slider .slick-dots li.slick-active button {
  background-color: #ff6040;
}
.mv-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-color: #faf2e1;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.mv-slider .slick-dots li button:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: #ff6040;
}

/*============================
    search
============================*/
.anime-text {
  background-color: #ff6040;
}

.search {
  padding: 8rem 0;
  background-color: #ff6040;
}
@media screen and (min-width: 768px) {
  .search {
    padding: 6rem 0;
  }
  .search > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    max-width: 1480px;
  }
}
@media screen and (max-width: 767px) {
  .search-group:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.search-group h2 {
  text-align: center;
  margin-bottom: 3.5rem;
}
.search-group h2 span {
  position: relative;
  display: inline-block;
  padding: 0.5em 1.5em;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.3;
  color: #ffe14d;
}
@media screen and (min-width: 768px) {
  .search-group h2 span {
    font-size: 3rem;
    font-size: 166%;
  }
}
.search-group h2 span::before, .search-group h2 span::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 2.3em;
  background: url(../images/img_ttl_search.png) no-repeat center/contain;
}
.search-group h2 span::after {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (min-width: 768px) {
  .search-popular {
    width: calc(910 / 1480 * 100%);
  }
}
.search-popular-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .search-popular-list {
    gap: 1.6rem;
  }
}
.search-popular-list li {
  width: calc(228 / 704 * 100%);
}
@media screen and (min-width: 768px) {
  .search-popular-list li {
    width: 23.5164835165%;
    min-width: 9em;
  }
}
.search-popular-list li button {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  padding: 0.8em 1em;
  font-size: 80%;
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 3em;
  -webkit-box-shadow: 0 0.3em 0.6em rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.3em 0.6em rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 768px) {
  .search-popular-list li button {
    font-size: 100%;
  }
  .search-popular-list li button:hover {
    -webkit-transform: translate(0.5rem, 0.5rem);
            transform: translate(0.5rem, 0.5rem);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.search-popular-list li button::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0.8em;
  margin: auto;
  width: 0.3em;
  height: 0.3em;
  background-color: #ffb726;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .search-tag {
    width: calc(480 / 1480 * 100%);
  }
}
.search-tag-input {
  position: relative;
}
.search-tag-input input {
  display: block;
  padding: 0.6em 1.2em;
  width: 100%;
  background-color: #ffffff;
  border-radius: 3em;
}
.search-tag-input input::-webkit-input-placeholder {
  color: #ccc8c2;
}
.search-tag-input input::-moz-placeholder {
  color: #ccc8c2;
}
.search-tag-input input:-ms-input-placeholder {
  color: #ccc8c2;
}
.search-tag-input input::-ms-input-placeholder {
  color: #ccc8c2;
}
.search-tag-input input::placeholder {
  color: #ccc8c2;
}
.search-tag-input button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.7em;
  margin: auto;
  width: 2.2em;
  height: 2.2em;
  background: url(../images/icon_search.svg) no-repeat center/contain;
}

/*============================
    topics
============================*/
.topics {
  padding: 16rem 0;
}
.topics-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .topics-tab {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 8rem;
  }
}
.topics-tab li {
  margin-bottom: 1.6rem;
  width: calc(344 / 704 * 100%);
}
@media screen and (min-width: 768px) {
  .topics-tab li {
    margin: 0 calc(10 / 1280 * 100%) 2rem;
    width: calc(230 / 1280 * 100%);
  }
}
.topics-tab li button {
  display: block;
  text-align: center;
  padding: 1em 0.5em;
  width: 100%;
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 768px) {
  .topics-tab li button {
    font-size: 122%;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .topics-tab li button:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    color: #ff2a00;
  }
}
.topics-tab li button.is-active {
  color: #ff2a00;
  background-color: #ffb726;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.topics-list li {
  display: none;
}
.topics-list li.is-show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.topics-list li.is-hidden {
  display: none !important;
}

.btn-more button::after {
  content: "＋";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  font-size: 90%;
  font-weight: 700;
  width: 1em;
  height: 1em;
}/*# sourceMappingURL=top.css.map */