@charset "UTF-8";

.c-modal.iziModal {
  width: 92% !important;
}

.c-modal.iziModal {
  overflow: hidden;
}

.c-modal.iziModal .close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  transform: rotate(45deg);
}

.c-modal.iziModal .close-btn svg {
  width: 100%;
  height: 100%;
  fill: #cb1414;
  stroke: #fff;
}

.c-modal.iziModal .iziModal-content__inner {
  padding: 3.5rem 2rem 2.5rem;
}

.c-modal.iziModal .iziModal-content__ttl {
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.c-modal.iziModal .iziModal-content__img {
  align-self: flex-start;
  padding: 2px;
  text-align: center;
  border: 1px solid #c0c0c0;
}

.c-modal.iziModal .iziModal-content__mov {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

.c-modal.iziModal .iziModal-content__mov>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-modal.iziModal .iziModal-content__caption {
  margin-top: 0.75rem;
  text-align: center;
  letter-spacing: 0;
  font-size: 10px;
  font-size: 1rem;
}

.c-modal.iziModal .iziModal-content__editor {
  margin-top: 2rem;
}

#i-modal {
  width: 92% !important;
}

#i-modal {
  overflow: hidden;
}

#i-modal .close-btn {
  display: block;
  font-size: 0;
  transform: rotate(45deg);
}

#i-modal .close-btn svg {
  width: 100%;
  height: 100%;
  fill: #cb1414;
  stroke: #fff;
}

.faq-user-btn-section {
  position: relative;
  padding: 4rem 0 0;
}

.faq-user-btn-section__inner {
  display: flex;
  justify-content: center;
}

.faq-user-btn-section .c-btn {
  border-radius: 0.5rem;
}

.faq-user-btn-section .c-btn.--red {
  justify-content: center;
  color: #222;
  letter-spacing: 0.1em;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

.faq-user-btn-section .c-btn:last-child {
  margin-left: 1rem;
}

.faq-user-ranking {
  position: relative;
  padding: 4rem 0 0;
}

.faq-user-ranking__inner {
  text-align: center;
}

.faq-user-ranking__ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.4rem;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  background: #cb1414;
  border-radius: 0.5rem 0.5rem 0 0;
  --spacing: 0.03em;
  font-size: 22px;
  font-size: 2.2rem;
}

.faq-user-ranking__list {
  position: relative;
  padding: 3.25rem 2rem;
  background: #f7f7f7;
}

.faq-user-ranking__item {
  padding-bottom: 1.25rem;
}

.faq-user-ranking__item:not(:first-child) {
  padding-top: 1.75rem;
  border-top: 1px solid #dadada;
}

.faq-user-ranking__item:last-child {
  padding-bottom: 0;
}

.faq-user-ranking__item>div {
  position: relative;
  margin-bottom: 0.5rem;
  text-align: left;
}

.faq-user-ranking__item>div span {
  display: inline-block;
  padding: 0.3rem 1rem;
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
  border-radius: 3rem;
  font-size: 10px;
  font-size: 1rem;
}

.faq-user-ranking__item>div span.plan {
  background: #1f8bc1;
}

.faq-user-ranking__item>div span.create {
  background: #cb1414;
}

.faq-user-ranking__item>div span.movie {
  background: #38af6b;
}

.faq-user-ranking__item>div span.trouble {
  background: #d69e00;
}

.faq-user-ranking__item>p {
  position: relative;
  padding-left: 2rem;
  text-align: left;
}

.faq-user-ranking__item>p::before {
  position: absolute;
  top: 0.3rem;
  left: 0;
  display: block;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #cb1414;
  content: "Q";
  font-size: 18px;
  font-size: 1.8rem;
}

.faq-user-ranking__item>p a {
  display: inline;
  padding-bottom: 0.1em;
  font-weight: 500;
  line-height: 1.6666666667;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  transition: background-size 0.5s ease;
  font-size: 14px;
  font-size: 1.4rem;
}

.faq-user-movie {
  position: relative;
  padding: 5rem 0 0;
}

.faq-user-movie__ttl {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 1.5em;
  font-weight: 700;
  line-height: 1.35;
  color: #cb1414;
  --spacing: 0.03em;
  font-size: 22px;
  font-size: 2.2rem;
}

.faq-user-movie__ttl::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 0.2rem;
  height: calc(100% - 0.35em);
  content: "";
  background: #cb1414;
}

.faq-user-movie__ttl span {
  display: inline-block;
}

.faq-user-movie__inner {
  text-align: center;
}

.faq-user-cont {
  position: relative;
  padding: 5rem 0 7.5rem;
}

.faq-user-cont__anchor {
  max-width: 100rem;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.faq-user-cont__anchor-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem 1rem;
}

.faq-user-cont__anchor-item {
  position: relative;
  width: calc(50% - 0.5rem);
}

.faq-user-cont__anchor-item>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1rem 2.75rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: justify;
  letter-spacing: 0;
  background: #fff;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
  border: 1px solid;
  border-radius: 0.3rem;
  transform: translateZ(0);
  font-size: 12px;
  font-size: 1.2rem;
}

.faq-user-cont__anchor-item>a::after {
  position: absolute;
  right: 0;
  bottom: 1.25rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  content: "";
  border-bottom: 1px solid #222;
  border-left: 1px solid #222;
  transform: rotate(-45deg);
}

.faq-user-cont__section {
  margin-bottom: 4.5rem;
}

.faq-user-cont__section:last-child {
  margin-bottom: 0;
}

.faq-user-cont__section.hide {
  display: none;
}

.faq-user-cont__section.show {
  display: block;
}

.faq-user-cont__ttl {
  position: relative;
  padding-left: 1.6rem;
  margin: 3em 0 1.5em;
  font-weight: 700;
  line-height: 1.35;
  color: #cb1414;
  --spacing: 0.03em;
  font-size: 22px;
  font-size: 2.2rem;
}

.faq-user-cont__ttl:first-child {
  margin-top: 0;
}

.faq-user-cont__ttl::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 0.2rem;
  height: calc(100% - 0.35em);
  content: "";
  background: #cb1414;
}

.faq-user-cont__ttl span {
  display: inline-block;
}

.faq-user-cont__ttl+.faq-user-cont__block:nth-of-type(1) .faq-user-cont__sub-ttl {
  border-top: 1px solid #dadada;
}

.faq-user-cont__sub-ttl {
  position: relative;
  padding: 1.5rem 3rem 1.5rem 1rem;
  margin: 0;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  cursor: pointer;
  border-bottom: 1px solid #dadada;
  font-size: 16px;
  font-size: 1.6rem;
}

.faq-user-cont__sub-ttl.is-active .btn-plus::before {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-user-cont__sub-ttl.hide {
  display: none;
}

.faq-user-cont__sub-ttl.show {
  display: block;
}

.faq-user-cont__sub-ttl span {
  position: relative;
  top: -0.1em;
  margin-left: 0.5em;
  font-size: 80%;
  font-weight: 500;
}

.faq-user-cont__sub-ttl .btn-plus {
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
}

.faq-user-cont__sub-ttl .btn-plus::before,
.faq-user-cont__sub-ttl .btn-plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background-color: #cb1414;
  transition: all 0.25s;
  transform: translate(-50%, -50%);
}

.faq-user-cont__sub-ttl .btn-plus::before {
  width: 1px;
  height: 100%;
  opacity: 1;
}

.faq-user-cont__sub-ttl .btn-plus::after {
  width: 100%;
  height: 1px;
}

.faq-user-cont__sub-ttl+.faq-user-cont__list {
  border-top: none !important;
}

.faq-user-cont__sub-ttl+.faq-user-cont__list {
  display: none;
}

.faq-user-cont__list {
  margin: 0;
  border-top: 1px solid #dadada;
}

.faq-user-cont__item {
  border-top: none !important;
}

.faq-user-cont__item {
  border-bottom: 1px solid #dadada;
}

.faq-user-cont__item.hide {
  display: none;
}

.faq-user-cont__item.show {
  display: block;
}

.faq-user-cont__item .item-ttl {
  position: relative;
  padding: 1.45rem 2.85rem;
  font-weight: 500;
  line-height: 1.6666666667;
  font-size: 14px;
  font-size: 1.4rem;
}

.faq-user-cont__item .item-ttl::before {
  position: absolute;
  top: 1.65rem;
  left: 0.8rem;
  display: block;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #cb1414;
  content: "Q";
  font-size: 18px;
  font-size: 1.8rem;
}

.faq-user-cont__item .item-ttl>a {
  display: inline;
  padding-bottom: 0.1em;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  transition: background-size 0.5s ease;
}

.faq-user-cont__item .item-txt {
  display: none;
}

.search {
  position: relative;
  display: block;
  max-width: 100rem;
  margin: 0 auto 3.5rem;
}

.search__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto 6.5rem;
}

.search__input {
  width: 100%;
  height: 5rem;
  padding: 0 10rem 0 2.5rem;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #cb1414;
  border-radius: 0.5rem;
  outline: none;
  font-size: 16px;
  font-size: 1.6rem;
}

.search__input:focus {
  color: #222;
  border: 1px solid #cb1414;
}

.search__icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 100%;
  cursor: pointer;
  background-color: #cb1414;
  border-radius: 0 0.5rem 0.5rem 0;
  box-shadow: none;
}

.search__icon .svg-icon--search {
  position: relative;
  top: 0.1rem;
  width: 2.3rem;
  height: 2.3rem;
}

.search__message {
  display: none;
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.search__message.hide {
  display: none;
}

.search__message.show {
  display: block;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {

  .faq-user-btn-section .c-btn:hover {
    color: #fff;
    background: #cb1414;
  }

  .faq-user-ranking__item>p a:hover {
    background-size: 100% 1px;
  }

  .faq-user-cont__anchor-item>a:hover {
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.3));
  }

  .faq-user-cont__anchor-item>a:hover::after {
    bottom: 1rem;
  }

  .faq-user-cont__item .item-ttl>a:hover {
    background-size: 100% 1px;
  }
}

@media screen and (min-width: 768px) {
  .c-modal.iziModal {
    max-width: 780px !important;
  }

  .c-modal.iziModal .close-btn {
    top: 2rem;
    right: 2rem;
    width: 3.2rem;
    height: 3.2rem;
  }

  .c-modal.iziModal .iziModal-content__inner {
    padding: 5rem 9rem;
  }

  .c-modal.iziModal .iziModal-content__ttl {
    margin-bottom: 2.5rem;
    font-size: 20px;
    font-size: 2rem;
  }

  .c-modal.iziModal .iziModal-content__caption {
    margin-top: 1rem;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .c-modal.iziModal .iziModal-content__editor {
    margin-top: 2.5rem;
  }

  #i-modal {
    max-width: 1000px !important;
  }

  .faq-user-btn-section {
    padding: 8rem 0 0;
  }

  .faq-user-btn-section .c-btn {
    width: 32rem;
    height: 7rem;
    border-radius: 1rem;
  }

  .faq-user-btn-section .c-btn.--red {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .faq-user-btn-section .c-btn:last-child {
    margin: 0 0 0 4.5rem;
  }

  .faq-user-ranking {
    padding: 8rem 0 0;
  }

  .faq-user-ranking__inner {
    max-width: 100rem;
    margin: 0 auto;
  }

  .faq-user-ranking__ttl {
    height: 6.5rem;
    border-radius: 1rem 1rem 0 0;
    font-size: 30px;
    font-size: 3rem;
  }

  .faq-user-ranking__list {
    padding: 5rem 7rem;
  }

  .faq-user-ranking__item:not(:first-child) {
    padding-top: 2rem;
  }

  .faq-user-ranking__item>div {
    margin-bottom: 1rem;
  }

  .faq-user-ranking__item>div span {
    padding: 0.4rem 1.5rem;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .faq-user-ranking__item>p {
    padding-left: 3rem;
  }

  .faq-user-ranking__item>p::before {
    top: 0.8rem;
    font-size: 22px;
    font-size: 2.2rem;
  }

  .faq-user-ranking__item>p a {
    line-height: 1.9444444444;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .faq-user-movie {
    padding: 10rem 0 0;
  }

  .faq-user-movie__ttl {
    padding-left: 2rem;
    margin-bottom: 1.5em;
    font-size: 30px;
    font-size: 3rem;
  }

  .faq-user-movie__ttl::before {
    width: 0.4rem;
  }

  .faq-user-cont {
    padding: 10.5rem 0 12rem;
  }

  .faq-user-cont__anchor {
    margin: 0 auto 6.5rem;
  }

  .faq-user-cont__anchor-list {
    gap: 2rem 2%;
  }

  .faq-user-cont__anchor-item {
    width: 23.5%;
  }

  .faq-user-cont__anchor-item>a {
    height: 100%;
    padding: 1.25rem 2rem 3.25rem;
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
    border-radius: 0.6rem;
    transition: filter 0.4s ease;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .faq-user-cont__anchor-item>a::after {
    bottom: 1.5rem;
    width: 1rem;
    height: 1rem;
    transition: bottom 0.4s ease;
  }

  .faq-user-cont__section {
    margin-bottom: 9rem;
  }

  .faq-user-cont__ttl {
    padding-left: 2rem;
    margin: 3em 0 1.5em;
    font-size: 30px;
    font-size: 3rem;
  }

  .faq-user-cont__ttl::before {
    width: 0.4rem;
  }

  .faq-user-cont__sub-ttl {
    padding: 2rem 5rem 2rem 2rem;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .faq-user-cont__sub-ttl .btn-plus {
    top: calc(50% - 1rem);
    right: 1.5rem;
    width: 2rem;
    height: 2rem;
  }

  .faq-user-cont__sub-ttl .btn-plus::before {
    width: 2px;
  }

  .faq-user-cont__sub-ttl .btn-plus::after {
    height: 2px;
  }

  .faq-user-cont__item .item-ttl {
    padding: 2.45rem 5rem;
    line-height: 1.75;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .faq-user-cont__item .item-ttl::before {
    top: 3rem;
    left: 2rem;
    font-size: 22px;
    font-size: 2.2rem;
  }

  .search__input {
    height: 5rem;
    padding: 0 10rem 0 2.5rem;
    border-radius: 1rem;
  }

  .search__icon {
    width: 7.5rem;
    border-radius: 0 1rem 1rem 0;
  }

  .search__message {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .faq-user-ranking__list {
    padding: 5rem 12.5rem;
  }
}