@charset "UTF-8";
@media screen and (min-width: 750px) {
  .header--default #hamburger-menu-open-button,
  .header--default #hamburger-menu-close-button {
    display: none;
  }
}

.header--default #hamburger-menu-open-button {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.header--default .header-catchcopy {
  background: #F5F5F5;
  color: #999;
  font-family: "Hiragino Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.article-toppage,
.article-404 {
  /* ----- キャンペーンカード全体の装飾的スタイル ----- */
  /* テーブル全体のスタイル */
  /* 参考ボックス */
  /*リストのところ*/
  /*調査分析*/
  /* タイムライン全体のコンテナ */
}

.article-toppage .toph2-heading,
.article-404 .toph2-heading {
  font-feature-settings: 'palt' on;
  font-family: "Hiragino Sans";
  color: #00A0E9;
  font-size: 24px;
  line-height: 1.5;
}

.article-toppage .h2-heading,
.article-404 .h2-heading {
  padding-left: 16px;
  color: #00AEEF;
  font-size: 20px;
  line-height: 1.5;
}

.article-toppage .h2-heading::before,
.article-404 .h2-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #FF00AA;
}

.article-toppage .h3-heading,
.article-404 .h3-heading {
  padding-left: 12px;
  color: #3C2D2B;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.article-toppage .h3-heading::before,
.article-404 .h3-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e4087e;
}

.article-toppage .h--2,
.article-404 .h--2 {
  border-left: 4px solid #E4007F;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0px 10px;
}

.article-toppage .bbr,
.article-404 .bbr {
  font-weight: bold;
  color: #FF33A5;
}

.article-toppage .bb,
.article-404 .bb {
  font-weight: bold;
  font-size: 120%;
}

.article-toppage .bg--gray,
.article-404 .bg--gray {
  border-radius: 16px;
  background: rgba(196, 194, 194, 0.15);
}

.article-toppage .bg__h,
.article-404 .bg__h {
  color: #444;
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.article-toppage .bg__h--bold,
.article-404 .bg__h--bold {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.article-toppage .app-card-list-wrapper,
.article-404 .app-card-list-wrapper {
  border-radius: 16px;
  background: rgba(196, 194, 194, 0.15);
}

.article-toppage .app-card-list,
.article-toppage .app-card-hide-list,
.article-404 .app-card-list,
.article-404 .app-card-hide-list {
  border-radius: 10px;
}

.article-toppage .app-card-list .app-card,
.article-toppage .app-card-hide-list .app-card,
.article-404 .app-card-list .app-card,
.article-404 .app-card-hide-list .app-card {
  background: #FFF;
  border-bottom: 1px solid #F5F5F5;
}

.article-toppage .app-card-list .app-card:nth-child(1),
.article-toppage .app-card-hide-list .app-card:nth-child(1),
.article-404 .app-card-list .app-card:nth-child(1),
.article-404 .app-card-hide-list .app-card:nth-child(1) {
  border-radius: 10px 10px 0 0;
}

@media screen and (min-width: 750px) {
  .article-toppage .app-card-list .app-card:nth-child(1), .article-toppage .app-card-list .app-card:nth-child(2),
  .article-toppage .app-card-hide-list .app-card:nth-child(1),
  .article-toppage .app-card-hide-list .app-card:nth-child(2),
  .article-404 .app-card-list .app-card:nth-child(1),
  .article-404 .app-card-list .app-card:nth-child(2),
  .article-404 .app-card-hide-list .app-card:nth-child(1),
  .article-404 .app-card-hide-list .app-card:nth-child(2) {
    border-radius: 10px 10px 0 0;
  }
}

.article-toppage .app-card-list .app-card--last-child,
.article-toppage .app-card-hide-list .app-card--last-child,
.article-404 .app-card-list .app-card--last-child,
.article-404 .app-card-hide-list .app-card--last-child {
  border-radius: 0 0 10px 10px;
}

.article-toppage .app-card-list .app-card:hover,
.article-toppage .app-card-hide-list .app-card:hover,
.article-404 .app-card-list .app-card:hover,
.article-404 .app-card-hide-list .app-card:hover {
  text-decoration: none;
  background: #E8F3FF;
}

.article-toppage .app-card-list .app-card .app-info .app-name,
.article-toppage .app-card-hide-list .app-card .app-info .app-name,
.article-404 .app-card-list .app-card .app-info .app-name,
.article-404 .app-card-hide-list .app-card .app-info .app-name {
  color: #00A0E9;
  font-family: "Hiragino Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
}

.article-toppage .app-card-list .app-card .app-info .app-point,
.article-toppage .app-card-hide-list .app-card .app-info .app-point,
.article-404 .app-card-list .app-card .app-info .app-point,
.article-404 .app-card-hide-list .app-card .app-info .app-point {
  color: #444;
  font-family: "Hiragino Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.article-toppage .app-card-list .app-card .app-info .app-point .orange,
.article-toppage .app-card-hide-list .app-card .app-info .app-point .orange,
.article-404 .app-card-list .app-card .app-info .app-point .orange,
.article-404 .app-card-hide-list .app-card .app-info .app-point .orange {
  color: #FF7A00;
  font-weight: 600;
}

.article-toppage .app-card-list .app-card .app-info .app-point .bold,
.article-toppage .app-card-hide-list .app-card .app-info .app-point .bold,
.article-404 .app-card-list .app-card .app-info .app-point .bold,
.article-404 .app-card-hide-list .app-card .app-info .app-point .bold {
  font-weight: 600;
}

.article-toppage .app-card-hide-list,
.article-404 .app-card-hide-list {
  box-shadow: none;
}

.article-toppage .app-card-list-read-more__button,
.article-404 .app-card-list-read-more__button {
  border-radius: 0px 0px 16px 16px;
  background: #51BEF0;
  color: #FFF;
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 14px */
  text-decoration-line: underline;
  border: none;
}

.article-toppage .app-card-list-read-more__button::after,
.article-404 .app-card-list-read-more__button::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/icon-angle-white.svg);
  transform: rotate(90deg);
}

.article-toppage .app-card-list-read-more__button.is-open::after,
.article-404 .app-card-list-read-more__button.is-open::after {
  transform: rotate(-90deg);
}

.article-toppage .app-card-list-read-more__button:hover,
.article-404 .app-card-list-read-more__button:hover {
  color: #0076AC;
}

.article-toppage .app-card-list-read-more__button:active, .article-toppage .app-card-list-read-more__button:focus,
.article-404 .app-card-list-read-more__button:active,
.article-404 .app-card-list-read-more__button:focus {
  color: #A1D7EF;
}

.article-toppage .taikendan-wrapper,
.article-404 .taikendan-wrapper {
  border-radius: 16px;
}

.article-toppage .taikendan-wrapper--red,
.article-404 .taikendan-wrapper--red {
  background: rgba(230, 17, 17, 0.15);
}

.article-toppage .taikendan-wrapper--blue,
.article-404 .taikendan-wrapper--blue {
  background: rgba(6, 137, 238, 0.25);
}

.article-toppage .taikendan-wrapper__head,
.article-404 .taikendan-wrapper__head {
  color: #FCFCFC;
  font-family: "Hiragino Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.article-toppage .taikendan-wrapper__head span,
.article-404 .taikendan-wrapper__head span {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.article-toppage .taikendan-wrapper .taikendan-list,
.article-404 .taikendan-wrapper .taikendan-list {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.article-toppage .taikendan-wrapper .taikendan-list::-webkit-scrollbar,
.article-404 .taikendan-wrapper .taikendan-list::-webkit-scrollbar {
  display: none;
}

.article-toppage .taikendan-wrapper .taikendan-list .reviewer-icon,
.article-404 .taikendan-wrapper .taikendan-list .reviewer-icon {
  border-radius: 8px 8px 0px 8px;
}

.article-toppage .taikendan-wrapper .taikendan-list .user-info p,
.article-404 .taikendan-wrapper .taikendan-list .user-info p {
  color: #999;
  font-feature-settings: 'palt' on;
  font-family: "Hiragino Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 12px */
}

.article-toppage .taikendan-wrapper .taikendan-list .user-info p::after,
.article-404 .taikendan-wrapper .taikendan-list .user-info p::after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background: #999;
}

.article-toppage .taikendan-wrapper .taikendan-list .user-info p:last-child::after,
.article-404 .taikendan-wrapper .taikendan-list .user-info p:last-child::after {
  display: none;
}

.article-toppage .taikendan-wrapper .taikendan-list .user-review,
.article-404 .taikendan-wrapper .taikendan-list .user-review {
  border-radius: 8px;
  background: var(--color-white-solid, #FFF);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}

.article-toppage .taikendan-wrapper .taikendan-list .user-review__body,
.article-404 .taikendan-wrapper .taikendan-list .user-review__body {
  color: #444;
  font-feature-settings: 'palt' on;
  font-family: "Hiragino Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  /* 23.4px */
}

.article-toppage .taikendan-wrapper .taikendan-list .user-review__body .orange,
.article-404 .taikendan-wrapper .taikendan-list .user-review__body .orange {
  color: #FF7A00;
  font-weight: 600;
}

.article-toppage .taikendan-wrapper .taikendan-list .user-review__body .bold,
.article-404 .taikendan-wrapper .taikendan-list .user-review__body .bold {
  font-weight: 600;
}

.article-toppage .taikendan-wrapper .taikendan-list .user-review__link a,
.article-404 .taikendan-wrapper .taikendan-list .user-review__link a {
  color: #00A0E9;
  text-align: right;
  font-feature-settings: 'palt' on;
  font-family: "Hiragino Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.article-toppage .taikendan-wrapper .taikendan-list .user-review__link a:hover,
.article-404 .taikendan-wrapper .taikendan-list .user-review__link a:hover {
  color: #0076AC;
}

.article-toppage .taikendan-wrapper .taikendan-list .user-review__link a:active, .article-toppage .taikendan-wrapper .taikendan-list .user-review__link a:focus,
.article-404 .taikendan-wrapper .taikendan-list .user-review__link a:active,
.article-404 .taikendan-wrapper .taikendan-list .user-review__link a:focus {
  color: #00A0E9;
}

.article-toppage .link-card:hover,
.article-404 .link-card:hover {
  text-decoration: none;
}

.article-toppage .link-card:hover img,
.article-404 .link-card:hover img {
  filter: brightness(80%);
}

.article-toppage .link-card:active img, .article-toppage .link-card:focus img,
.article-404 .link-card:active img,
.article-404 .link-card:focus img {
  border: 1px solid #00A0E9;
}

.article-toppage .link-card img,
.article-404 .link-card img {
  border-radius: 8px;
  border: 1px solid #DDD;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  object-fit: cover;
  object-position: center;
}

.article-toppage .link-card p,
.article-404 .link-card p {
  color: #444;
  font-feature-settings: 'palt' on;
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.article-toppage .about,
.article-404 .about {
  background: #FFDFF1;
  background-blend-mode: multiply;
}

.article-toppage .about__header,
.article-404 .about__header {
  background-image: url(./img/top-title-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.article-toppage .about__header .title,
.article-404 .about__header .title {
  color: var(--color-white-solid, #FFF);
  text-align: center;
  font-feature-settings: 'palt' on;
  font-family: "Hiragino Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  /* 28px */
}

.article-toppage .about__header .subtitle,
.article-404 .about__header .subtitle {
  color: var(--color-white-solid, #FFF);
  text-align: center;
  font-feature-settings: 'palt' on;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
}

.article-toppage .about__content .content-inner,
.article-404 .about__content .content-inner {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
}

.article-toppage .about__content .content-inner__title,
.article-404 .about__content .content-inner__title {
  color: var(--color-grey-40, #666);
  font-family: "Hiragino Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.article-toppage .about__content .content-inner__body,
.article-404 .about__content .content-inner__body {
  color: #444;
  font-feature-settings: 'palt' on;
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.article-toppage .about__content .content-inner .author-info__icon,
.article-404 .about__content .content-inner .author-info__icon {
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.article-toppage .about__content .content-inner .author-info__details .author-name,
.article-404 .about__content .content-inner .author-info__details .author-name {
  color: #444;
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 16.8px */
}

.article-toppage .about__content .content-inner .author-info__details .author-comment,
.article-404 .about__content .content-inner .author-info__details .author-comment {
  color: #444;
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 22.4px */
}

.article-toppage .campaign-card,
.article-404 .campaign-card {
  border: 1px solid #eee;
  border-radius: 12px;
  background-color: #fff;
  padding: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  color: #333;
  line-height: 1.6;
}

.article-toppage .campaign-card__header,
.article-404 .campaign-card__header {
  border-bottom: 1px dashed #F1F1F1;
}

.article-toppage .campaign-card__brand,
.article-404 .campaign-card__brand {
  font-size: 12px;
  color: #008ece;
}

.article-toppage .campaign-card__title,
.article-404 .campaign-card__title {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 19.6px */
}

.article-toppage .campaign-card__table,
.article-404 .campaign-card__table {
  border-collapse: collapse;
}

.article-toppage .campaign-card__table th, .article-toppage .campaign-card__table td,
.article-404 .campaign-card__table th,
.article-404 .campaign-card__table td {
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.article-toppage .campaign-card__table th,
.article-404 .campaign-card__table th {
  background-color: #f9f9f9;
  font-weight: normal;
  color: #666;
  border-bottom: 8px solid #fff;
  font-weight: bold;
}

.article-toppage .toppage-table,
.article-404 .toppage-table {
  border-collapse: collapse;
  max-width: 600px;
}

.article-toppage .toppage-table tr,
.article-404 .toppage-table tr {
  border-bottom: 8px solid #fff;
}

.article-toppage .toppage-table th,
.article-toppage .toppage-table td,
.article-404 .toppage-table th,
.article-404 .toppage-table td {
  padding: 8px 12px;
  vertical-align: top;
}

.article-toppage .toppage-table th,
.article-404 .toppage-table th {
  width: 30%;
  background-color: #f8f8f8;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
}

.article-toppage .toppage-table td,
.article-404 .toppage-table td {
  width: 70%;
}

.article-toppage .button-parts-wrapper,
.article-404 .button-parts-wrapper {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 8px;
}

.article-toppage .button-parts-wrapper button,
.article-404 .button-parts-wrapper button {
  border: none;
}

.article-toppage .button-parts-wrapper .button,
.article-404 .button-parts-wrapper .button {
  color: #00A0E9;
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.article-toppage .button-parts-wrapper .button:hover,
.article-404 .button-parts-wrapper .button:hover {
  background: #74C6EB;
  color: #fff;
  text-decoration: none;
}

.article-toppage .button-parts-wrapper .button:active, .article-toppage .button-parts-wrapper .button:focus,
.article-404 .button-parts-wrapper .button:active,
.article-404 .button-parts-wrapper .button:focus {
  border: 1px solid #00A0E9;
  background: #E8F3FF;
  color: #00A0E9;
  text-decoration: none;
}

.article-toppage .button-parts-wrapper .button--disabled,
.article-404 .button-parts-wrapper .button--disabled {
  background: #ddd;
  color: #aaa;
  font-weight: 400;
  cursor: default;
}

.article-toppage .button-parts-wrapper .button--disabled:active, .article-toppage .button-parts-wrapper .button--disabled:focus, .article-toppage .button-parts-wrapper .button--disabled:hover,
.article-404 .button-parts-wrapper .button--disabled:active,
.article-404 .button-parts-wrapper .button--disabled:focus,
.article-404 .button-parts-wrapper .button--disabled:hover {
  border: none;
  background: #ccc;
  color: inherit;
}

.article-toppage .button-parts-wrapper--row3,
.article-404 .button-parts-wrapper--row3 {
  gap: 8px;
}

.article-toppage .button-parts-wrapper--row3 .button,
.article-404 .button-parts-wrapper--row3 .button {
  display: flex;
  height: 52px;
  padding: 8px 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: var(--color-white-solid, #FFF);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 18.2px */
  width: calc(100% / 3 - 4px);
}

.article-toppage .button-parts-wrapper--generation,
.article-404 .button-parts-wrapper--generation {
  gap: 4px;
}

.article-toppage .button-parts-wrapper--generation .button:first-child,
.article-404 .button-parts-wrapper--generation .button:first-child {
  border-radius: 10px 3px 3px 10px;
}

.article-toppage .button-parts-wrapper--generation .button:last-child,
.article-404 .button-parts-wrapper--generation .button:last-child {
  border-radius: 3px 10px 10px 3px;
}

.article-toppage .button-parts-wrapper--ideal,
.article-404 .button-parts-wrapper--ideal {
  flex-wrap: wrap;
  gap: 4px;
}

.article-toppage .button-parts-wrapper--ideal .button,
.article-404 .button-parts-wrapper--ideal .button {
  display: flex;
  padding: 8px 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: calc(100% / 4 - 3px);
}

.article-toppage .button-parts-wrapper--ideal .button:nth-child(1),
.article-404 .button-parts-wrapper--ideal .button:nth-child(1) {
  border-radius: 10px 3px 3px 3px;
}

.article-toppage .button-parts-wrapper--ideal .button:nth-child(4),
.article-404 .button-parts-wrapper--ideal .button:nth-child(4) {
  border-radius: 3px 10px 3px 3px;
}

.article-toppage .button-parts-wrapper--ideal .button:nth-child(5),
.article-404 .button-parts-wrapper--ideal .button:nth-child(5) {
  border-radius: 3px 3px 3px 10px;
}

.article-toppage .button-parts-wrapper--ideal .button:nth-child(8),
.article-404 .button-parts-wrapper--ideal .button:nth-child(8) {
  border-radius: 3px 3px 10px 3px;
}

.article-toppage .button-parts-wrapper--prefectures-area,
.article-404 .button-parts-wrapper--prefectures-area {
  flex-wrap: wrap;
  gap: 4px;
}

.article-toppage .button-parts-wrapper--prefectures-area .button,
.article-404 .button-parts-wrapper--prefectures-area .button {
  padding: 8px 4px;
  width: calc(100% / 2 - 2px);
}

.article-toppage .button-parts-wrapper--prefectures-area .button:nth-child(1),
.article-404 .button-parts-wrapper--prefectures-area .button:nth-child(1) {
  border-radius: 10px 3px 3px 3px;
}

.article-toppage .button-parts-wrapper--prefectures-area .button:nth-child(2),
.article-404 .button-parts-wrapper--prefectures-area .button:nth-child(2) {
  border-radius: 3px 10px 3px 3px;
}

.article-toppage .button-parts-wrapper--prefectures-area .button:nth-child(7),
.article-404 .button-parts-wrapper--prefectures-area .button:nth-child(7) {
  border-radius: 3px 3px 3px 10px;
}

.article-toppage .button-parts-wrapper--prefectures-area .button:nth-child(8),
.article-404 .button-parts-wrapper--prefectures-area .button:nth-child(8) {
  border-radius: 3px 3px 10px 3px;
}

.article-toppage .button-parts-wrapper--prefectures-area + .hide,
.article-404 .button-parts-wrapper--prefectures-area + .hide {
  display: none;
}

.article-toppage .button-parts-wrapper--prefectures,
.article-404 .button-parts-wrapper--prefectures {
  flex-direction: column;
  gap: 4px;
}

.article-toppage .button-parts-wrapper--prefectures .button,
.article-404 .button-parts-wrapper--prefectures .button {
  display: flex;
  padding: 8px 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.article-toppage .button-parts-wrapper--prefectures .button:first-child,
.article-404 .button-parts-wrapper--prefectures .button:first-child {
  border-radius: 10px 10px 3px 3px;
}

.article-toppage .button-parts-wrapper--prefectures .button:last-child,
.article-404 .button-parts-wrapper--prefectures .button:last-child {
  border-radius: 3px 3px 10px 10px;
}

.article-toppage .button-parts-wrapper--prefectures + .hide,
.article-404 .button-parts-wrapper--prefectures + .hide {
  display: none;
}

.article-toppage .button-parts-wrapper .button,
.article-404 .button-parts-wrapper .button {
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  color: #00A0E9;
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.article-toppage .button-parts-wrapper .button--border-blue,
.article-404 .button-parts-wrapper .button--border-blue {
  position: relative;
  border-radius: 4px;
  border: 1px solid #39F;
  background: #FFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  padding: 8px 10px;
  text-decoration: none;
}

.article-toppage .button-parts-wrapper .button--border-blue::after,
.article-404 .button-parts-wrapper .button--border-blue::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url(./img/icon-angle-grey.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 4px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.article-toppage .button-parts-wrapper .button--border-blue:hover,
.article-404 .button-parts-wrapper .button--border-blue:hover {
  border: 1px solid #FFF;
  background: #74C6EB;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
}

.article-toppage .button-parts-wrapper .button--border-blue:hover::after,
.article-404 .button-parts-wrapper .button--border-blue:hover::after {
  background-image: url(./img/icon-angle-white.svg);
}

.article-toppage .button-parts-wrapper .button--border-blue:active, .article-toppage .button-parts-wrapper .button--border-blue:focus,
.article-404 .button-parts-wrapper .button--border-blue:active,
.article-404 .button-parts-wrapper .button--border-blue:focus {
  color: #39F;
  border: 1px solid #39F;
  background: #E8F3FF;
}

.article-toppage .button-parts-wrapper .button--marrige, .article-toppage .button-parts-wrapper .button--lover, .article-toppage .button-parts-wrapper .button--date, .article-toppage .button-parts-wrapper .button--friend,
.article-404 .button-parts-wrapper .button--marrige,
.article-404 .button-parts-wrapper .button--lover,
.article-404 .button-parts-wrapper .button--date,
.article-404 .button-parts-wrapper .button--friend {
  display: flex;
  padding: 8px 4px 4px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
  border-radius: 10px;
  background: #FFF;
  color: #BBB;
  font-family: "Hiragino Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.article-toppage .button-parts-wrapper .button--marrige::before, .article-toppage .button-parts-wrapper .button--lover::before, .article-toppage .button-parts-wrapper .button--date::before, .article-toppage .button-parts-wrapper .button--friend::before,
.article-404 .button-parts-wrapper .button--marrige::before,
.article-404 .button-parts-wrapper .button--lover::before,
.article-404 .button-parts-wrapper .button--date::before,
.article-404 .button-parts-wrapper .button--friend::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.article-toppage .button-parts-wrapper .button--marrige::before,
.article-404 .button-parts-wrapper .button--marrige::before {
  background-image: url(./img/icon-marrige.svg);
}

.article-toppage .button-parts-wrapper .button--marrige:hover::before,
.article-404 .button-parts-wrapper .button--marrige:hover::before {
  background-image: url(./img/icon-marrige-hover.svg);
}

.article-toppage .button-parts-wrapper .button--lover::before,
.article-404 .button-parts-wrapper .button--lover::before {
  background-image: url(./img/icon-lover.svg);
}

.article-toppage .button-parts-wrapper .button--lover:hover::before,
.article-404 .button-parts-wrapper .button--lover:hover::before {
  background-image: url(./img/icon-lover-hover.svg);
}

.article-toppage .button-parts-wrapper .button--date::before,
.article-404 .button-parts-wrapper .button--date::before {
  background-image: url(./img/icon-date.svg);
}

.article-toppage .button-parts-wrapper .button--date:hover::before,
.article-404 .button-parts-wrapper .button--date:hover::before {
  background-image: url(./img/icon-date-hover.svg);
}

.article-toppage .button-parts-wrapper .button--friend::before,
.article-404 .button-parts-wrapper .button--friend::before {
  background-image: url(./img/icon-friend.svg);
}

.article-toppage .button-parts-wrapper .button--friend:hover::before,
.article-404 .button-parts-wrapper .button--friend:hover::before {
  background-image: url(./img/icon-friend-hover.svg);
}

.article-toppage .button-parts-wrapper .button--gene-university, .article-toppage .button-parts-wrapper .button--gene-20, .article-toppage .button-parts-wrapper .button--gene-30, .article-toppage .button-parts-wrapper .button--gene-40, .article-toppage .button-parts-wrapper .button--gene-50, .article-toppage .button-parts-wrapper .button--gene-60,
.article-404 .button-parts-wrapper .button--gene-university,
.article-404 .button-parts-wrapper .button--gene-20,
.article-404 .button-parts-wrapper .button--gene-30,
.article-404 .button-parts-wrapper .button--gene-40,
.article-404 .button-parts-wrapper .button--gene-50,
.article-404 .button-parts-wrapper .button--gene-60 {
  display: flex;
  height: 52px;
  padding: 8px 4px 4px 4px;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  color: #BBB;
  font-family: "Hiragino Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.article-toppage .button-parts-wrapper .button--gene-university::before, .article-toppage .button-parts-wrapper .button--gene-20::before, .article-toppage .button-parts-wrapper .button--gene-30::before, .article-toppage .button-parts-wrapper .button--gene-40::before, .article-toppage .button-parts-wrapper .button--gene-50::before, .article-toppage .button-parts-wrapper .button--gene-60::before,
.article-404 .button-parts-wrapper .button--gene-university::before,
.article-404 .button-parts-wrapper .button--gene-20::before,
.article-404 .button-parts-wrapper .button--gene-30::before,
.article-404 .button-parts-wrapper .button--gene-40::before,
.article-404 .button-parts-wrapper .button--gene-50::before,
.article-404 .button-parts-wrapper .button--gene-60::before {
  content: '';
  display: block;
  width: 30px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.article-toppage .button-parts-wrapper .button--gene-university::before,
.article-404 .button-parts-wrapper .button--gene-university::before {
  background-image: url(./img/icon-gene-university.svg);
}

.article-toppage .button-parts-wrapper .button--gene-university:hover::before,
.article-404 .button-parts-wrapper .button--gene-university:hover::before {
  background-image: url(./img/icon-gene-university-hover.svg);
}

.article-toppage .button-parts-wrapper .button--gene-20::before,
.article-404 .button-parts-wrapper .button--gene-20::before {
  background-image: url(./img/icon-gene-20.svg);
}

.article-toppage .button-parts-wrapper .button--gene-20:hover::before,
.article-404 .button-parts-wrapper .button--gene-20:hover::before {
  background-image: url(./img/icon-gene-20-hover.svg);
}

.article-toppage .button-parts-wrapper .button--gene-30::before,
.article-404 .button-parts-wrapper .button--gene-30::before {
  background-image: url(./img/icon-gene-30.svg);
}

.article-toppage .button-parts-wrapper .button--gene-30:hover::before,
.article-404 .button-parts-wrapper .button--gene-30:hover::before {
  background-image: url(./img/icon-gene-30-hover.svg);
}

.article-toppage .button-parts-wrapper .button--gene-40::before,
.article-404 .button-parts-wrapper .button--gene-40::before {
  background-image: url(./img/icon-gene-40.svg);
}

.article-toppage .button-parts-wrapper .button--gene-40:hover::before,
.article-404 .button-parts-wrapper .button--gene-40:hover::before {
  background-image: url(./img/icon-gene-40-hover.svg);
}

.article-toppage .button-parts-wrapper .button--gene-50::before,
.article-404 .button-parts-wrapper .button--gene-50::before {
  background-image: url(./img/icon-gene-50.svg);
}

.article-toppage .button-parts-wrapper .button--gene-50:hover::before,
.article-404 .button-parts-wrapper .button--gene-50:hover::before {
  background-image: url(./img/icon-gene-50-hover.svg);
}

.article-toppage .button-parts-wrapper .button--gene-60::before,
.article-404 .button-parts-wrapper .button--gene-60::before {
  background-image: url(./img/icon-gene-60.svg);
}

.article-toppage .button-parts-wrapper .button--gene-60:hover::before,
.article-404 .button-parts-wrapper .button--gene-60:hover::before {
  background-image: url(./img/icon-gene-60-hover.svg);
}

.article-toppage .button-parts-wrapper .button--arrow,
.article-404 .button-parts-wrapper .button--arrow {
  display: block;
  position: relative;
  text-align: center;
}

.article-toppage .button-parts-wrapper .button--arrow::after,
.article-404 .button-parts-wrapper .button--arrow::after {
  position: absolute;
  display: inline-block;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  top: 14px;
  right: 6px;
  width: 6px;
  height: 10px;
  object-fit: cover;
  background-image: url(./img/icon-angle-grey.svg);
}

.article-toppage .prefactures-back,
.article-404 .prefactures-back {
  padding: 8px;
}

.article-toppage .prefactures-back__button,
.article-404 .prefactures-back__button {
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  background-color: inherit;
  color: #00A0E9;
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

.article-toppage .prefactures-back__button::before,
.article-404 .prefactures-back__button::before {
  content: '';
  display: block;
  background-image: url(./img/icon-angle-grey.svg);
  background-size: cover;
  width: 4px;
  height: 8px;
  transform: rotate(180deg);
}

.article-toppage .prefactures-back__button:hover,
.article-404 .prefactures-back__button:hover {
  color: #0076AC;
}

.article-toppage .prefactures-back + .hide,
.article-404 .prefactures-back + .hide {
  display: none;
}

.article-toppage .ugc-review-ranking-wrapper,
.article-404 .ugc-review-ranking-wrapper {
  display: flex;
  gap: 15px;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border-radius: 16px;
  background: rgba(227, 163, 118, 0.15);
  padding: 15px;
}

.article-toppage .ugc-review-ranking-wrapper::-webkit-scrollbar,
.article-404 .ugc-review-ranking-wrapper::-webkit-scrollbar {
  display: none;
}

.article-toppage .ugc-review-ranking-card,
.article-404 .ugc-review-ranking-card {
  position: relative;
  display: flex;
  min-width: 290px;
  padding: 30px 15px 60px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: var(--color-white-solid, #FFF);
}

.article-toppage .ugc-review-ranking-card--1::before, .article-toppage .ugc-review-ranking-card--2::before, .article-toppage .ugc-review-ranking-card--3::before, .article-toppage .ugc-review-ranking-card--4::before, .article-toppage .ugc-review-ranking-card--5::before, .article-toppage .ugc-review-ranking-card--6::before, .article-toppage .ugc-review-ranking-card--7::before, .article-toppage .ugc-review-ranking-card--8::before, .article-toppage .ugc-review-ranking-card--9::before, .article-toppage .ugc-review-ranking-card--10::before,
.article-404 .ugc-review-ranking-card--1::before,
.article-404 .ugc-review-ranking-card--2::before,
.article-404 .ugc-review-ranking-card--3::before,
.article-404 .ugc-review-ranking-card--4::before,
.article-404 .ugc-review-ranking-card--5::before,
.article-404 .ugc-review-ranking-card--6::before,
.article-404 .ugc-review-ranking-card--7::before,
.article-404 .ugc-review-ranking-card--8::before,
.article-404 .ugc-review-ranking-card--9::before,
.article-404 .ugc-review-ranking-card--10::before {
  position: absolute;
  content: '';
  display: block;
  background-size: cover;
  width: 45px;
  height: 33px;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
}

.article-toppage .ugc-review-ranking-card--1::before,
.article-404 .ugc-review-ranking-card--1::before {
  background-image: url(./img/icon-crown_01.svg);
}

.article-toppage .ugc-review-ranking-card--2::before,
.article-404 .ugc-review-ranking-card--2::before {
  background-image: url(./img/icon-crown_02.svg);
}

.article-toppage .ugc-review-ranking-card--3::before,
.article-404 .ugc-review-ranking-card--3::before {
  background-image: url(./img/icon-crown_03.svg);
}

.article-toppage .ugc-review-ranking-card--4::before,
.article-404 .ugc-review-ranking-card--4::before {
  background-image: url(./img/icon-crown_04.svg);
}

.article-toppage .ugc-review-ranking-card--5::before,
.article-404 .ugc-review-ranking-card--5::before {
  background-image: url(./img/icon-crown_05.svg);
}

.article-toppage .ugc-review-ranking-card--6::before,
.article-404 .ugc-review-ranking-card--6::before {
  background-image: url(./img/icon-crown_06.svg);
}

.article-toppage .ugc-review-ranking-card--7::before,
.article-404 .ugc-review-ranking-card--7::before {
  background-image: url(./img/icon-crown_07.svg);
}

.article-toppage .ugc-review-ranking-card--8::before,
.article-404 .ugc-review-ranking-card--8::before {
  background-image: url(./img/icon-crown_08.svg);
}

.article-toppage .ugc-review-ranking-card--9::before,
.article-404 .ugc-review-ranking-card--9::before {
  background-image: url(./img/icon-crown_09.svg);
}

.article-toppage .ugc-review-ranking-card--10::before,
.article-404 .ugc-review-ranking-card--10::before {
  background-image: url(./img/icon-crown_10.svg);
}

.article-toppage .ugc-review-ranking-card .app-info,
.article-404 .ugc-review-ranking-card .app-info {
  display: flex;
  gap: 16px;
  width: 100%;
}

.article-toppage .ugc-review-ranking-card .app-info__icon,
.article-404 .ugc-review-ranking-card .app-info__icon {
  width: 50px;
  height: 50px;
}

.article-toppage .ugc-review-ranking-card .app-info .app-name,
.article-404 .ugc-review-ranking-card .app-info .app-name {
  color: var(--color-orange-10, #332300);
  font-feature-settings: 'palt' on;
  font-family: "Hiragino Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
}

.article-toppage .ugc-review-ranking-card .app-info .review-count,
.article-404 .ugc-review-ranking-card .app-info .review-count {
  color: var(--jsbs-2012-jp-dusty-gray, #999);
  font-feature-settings: 'palt' on;
  font-family: "Hiragino Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 16.8px */
}

.article-toppage .ugc-review-ranking-card .app-total-score,
.article-404 .ugc-review-ranking-card .app-total-score {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  row-gap: 4px;
  align-self: stretch;
  flex-wrap: wrap;
  padding: 8px 15px;
  background: #FDF9E1;
}

.article-toppage .ugc-review-ranking-card .app-total-score .score-item-name,
.article-404 .ugc-review-ranking-card .app-total-score .score-item-name {
  color: var(--color-orange-10, #332300);
  font-feature-settings: 'palt' on;
  font-family: "Hiragino Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 18px */
}

.article-toppage .ugc-review-ranking-card .app-total-score .score-row,
.article-404 .ugc-review-ranking-card .app-total-score .score-row {
  gap: 4px;
}

.article-toppage .ugc-review-ranking-card .app-total-score .score-row__numbers .numerator,
.article-404 .ugc-review-ranking-card .app-total-score .score-row__numbers .numerator {
  color: var(--color-orange-10, #332300);
  font-feature-settings: 'palt' on;
  font-family: "Hiragino Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  /* 28.8px */
}

.article-toppage .ugc-review-ranking-card .app-total-score .score-row__numbers .denominator,
.article-404 .ugc-review-ranking-card .app-total-score .score-row__numbers .denominator {
  color: var(--jsbs-2012-jp-dusty-gray, #999);
  font-feature-settings: 'palt' on;
  font-family: "Hiragino Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 21.6px */
}

.article-toppage .ugc-review-ranking-card .app-review-scores,
.article-404 .ugc-review-ranking-card .app-review-scores {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  width: 100%;
}

.article-toppage .ugc-review-ranking-card .app-review-score,
.article-404 .ugc-review-ranking-card .app-review-score {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.article-toppage .ugc-review-ranking-card .app-review-score .score-row,
.article-404 .ugc-review-ranking-card .app-review-score .score-row {
  justify-content: space-between;
}

.article-toppage .ugc-review-ranking-card .score-item-name,
.article-404 .ugc-review-ranking-card .score-item-name {
  color: var(--color-orange-10, #332300);
  font-feature-settings: 'palt' on;
  font-family: "Hiragino Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  /* 21.6px */
}

.article-toppage .ugc-review-ranking-card .score-item-name span,
.article-404 .ugc-review-ranking-card .score-item-name span {
  color: var(--color-orange-10, #999);
  font-feature-settings: 'palt' on;
  font-family: "Hiragino Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.article-toppage .ugc-review-ranking-card .score-row,
.article-404 .ugc-review-ranking-card .score-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.article-toppage .ugc-review-ranking-card .score-row__numbers,
.article-404 .ugc-review-ranking-card .score-row__numbers {
  display: flex;
  align-items: center;
  gap: 3px;
}

.article-toppage .ugc-review-ranking-card .score-row__numbers .numerator,
.article-404 .ugc-review-ranking-card .score-row__numbers .numerator {
  color: var(--color-orange-10, #332300);
  font-feature-settings: 'palt' on;
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  /* 25.2px */
}

.article-toppage .ugc-review-ranking-card .score-row__numbers .denominator,
.article-404 .ugc-review-ranking-card .score-row__numbers .denominator {
  color: var(--jsbs-2012-jp-dusty-gray, #999);
  font-feature-settings: 'palt' on;
  font-family: "Hiragino Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 21.6px */
}

.article-toppage .ugc-review-ranking-card .app-review-link,
.article-404 .ugc-review-ranking-card .app-review-link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.article-toppage .ugc-review-ranking-card .app-review-link__button,
.article-404 .ugc-review-ranking-card .app-review-link__button {
  display: block;
  display: flex;
  padding: var(--item-spacing-15, 15px);
  flex-direction: column;
  align-items: center;
  gap: var(--item-spacing-15, 15px);
  border-radius: 0px 0px 8px 8px;
  background: #51BEF0;
  color: var(--color-white-solid, #FFF);
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 14px */
  text-decoration-line: underline;
}

.article-toppage .ugc-review-ranking-card .app-review-link__button:hover,
.article-404 .ugc-review-ranking-card .app-review-link__button:hover {
  color: #0076AC;
}

.article-toppage .ugc-review-ranking-card .app-review-link__button:active, .article-toppage .ugc-review-ranking-card .app-review-link__button:focus,
.article-404 .ugc-review-ranking-card .app-review-link__button:active,
.article-404 .ugc-review-ranking-card .app-review-link__button:focus {
  color: #A1D7EF;
}

.article-toppage .ugc-review-card-wrapper,
.article-404 .ugc-review-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (min-width: 750px) {
  .article-toppage .ugc-review-card-wrapper,
  .article-404 .ugc-review-card-wrapper {
    flex-direction: row;
  }
}

.article-toppage .ugc-review-card,
.article-404 .ugc-review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 37px var(--item-spacing-15, 15px);
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px 0px;
  flex-wrap: wrap;
  border-radius: 16px;
  background: rgba(227, 163, 118, 0.15);
}

.article-toppage .ugc-review-card::before, .article-toppage .ugc-review-card::after,
.article-404 .ugc-review-card::before,
.article-404 .ugc-review-card::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url(./img/icon-quote-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 43px;
  height: 28.096px;
  border-radius: 16px;
}

.article-toppage .ugc-review-card::before,
.article-404 .ugc-review-card::before {
  top: 0;
  left: 15px;
}

.article-toppage .ugc-review-card::after,
.article-404 .ugc-review-card::after {
  right: 15px;
  bottom: 0;
  transform: rotate(180deg);
}

.article-toppage .ugc-review-card__header p,
.article-404 .ugc-review-card__header p {
  color: #444;
  font-family: "Hiragino Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
}

.article-toppage .ugc-review-card__body,
.article-404 .ugc-review-card__body {
  display: flex;
  align-items: flex-start;
  flex: 1 0 0;
  width: 100%;
}

.article-toppage .ugc-review-card__body .right,
.article-404 .ugc-review-card__body .right {
  width: calc(100% - 55px);
}

.article-toppage .ugc-review-card__body .reviewer-icon,
.article-404 .ugc-review-card__body .reviewer-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.article-toppage .ugc-review-card__body .user-info,
.article-404 .ugc-review-card__body .user-info {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px;
}

.article-toppage .ugc-review-card__body .user-info p,
.article-404 .ugc-review-card__body .user-info p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #999;
  font-feature-settings: 'palt' on;
  font-family: "Hiragino Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 12px */
}

.article-toppage .ugc-review-card__body .user-info p::after,
.article-404 .ugc-review-card__body .user-info p::after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background: #999;
}

.article-toppage .ugc-review-card__body .user-info p:last-child::after,
.article-404 .ugc-review-card__body .user-info p:last-child::after {
  display: none;
}

.article-toppage .ugc-review-card__body .user-review,
.article-404 .ugc-review-card__body .user-review {
  display: flex;
  padding: 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--color-white-solid, #FFF);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}

.article-toppage .ugc-review-card__body .user-review__body,
.article-404 .ugc-review-card__body .user-review__body {
  color: #444;
  font-feature-settings: 'palt' on;
  font-family: "Hiragino Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  /* 23.4px */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.article-toppage .ugc-review-card__body .user-review__body .orange,
.article-404 .ugc-review-card__body .user-review__body .orange {
  color: #FF7A00;
  font-weight: 600;
}

.article-toppage .ugc-review-card__body .user-review__body .bold,
.article-404 .ugc-review-card__body .user-review__body .bold {
  font-weight: 600;
}

.article-toppage .ugc-review-card__body .user-review__link,
.article-404 .ugc-review-card__body .user-review__link {
  display: flex;
  height: 20px;
  justify-content: flex-end;
  align-items: center;
  align-self: stretch;
}

.article-toppage .ugc-review-card__body .user-review__link a,
.article-404 .ugc-review-card__body .user-review__link a {
  color: #00A0E9;
  text-align: right;
  font-feature-settings: 'palt' on;
  font-family: "Hiragino Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.article-toppage .ugc-review-card__body .user-review__link a:hover,
.article-404 .ugc-review-card__body .user-review__link a:hover {
  color: #0076AC;
}

.article-toppage .ugc-review-card__body .user-review__link a:active, .article-toppage .ugc-review-card__body .user-review__link a:focus,
.article-404 .ugc-review-card__body .user-review__link a:active,
.article-404 .ugc-review-card__body .user-review__link a:focus {
  color: #00A0E9;
}

.article-toppage .app-tv-link-card-list-wrapper,
.article-404 .app-tv-link-card-list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.article-toppage .app-tv-link-card-list,
.article-404 .app-tv-link-card-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

@media screen and (min-width: 750px) {
  .article-toppage .app-tv-link-card-list,
  .article-404 .app-tv-link-card-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.article-toppage .app-tv-link-card,
.article-404 .app-tv-link-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .article-toppage .app-tv-link-card,
  .article-404 .app-tv-link-card {
    width: calc(100% / 2 - 12px);
  }
}

.article-toppage .app-tv-link-card:hover,
.article-404 .app-tv-link-card:hover {
  text-decoration: none;
}

.article-toppage .app-tv-link-card img,
.article-404 .app-tv-link-card img {
  border-radius: 16px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  height: 204px;
  object-fit: cover;
  object-position: center;
}

.article-toppage .app-tv-link-card p,
.article-404 .app-tv-link-card p {
  color: #444;
  font-feature-settings: 'palt' on;
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  /* 25.2px */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article-toppage .encounter-wrapper,
.article-404 .encounter-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0 32px;
}

@media screen and (min-width: 750px) {
  .article-toppage .encounter-wrapper,
  .article-404 .encounter-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.article-toppage .encounter-link-list,
.article-404 .encounter-link-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 15px;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .article-toppage .encounter-link-list,
  .article-404 .encounter-link-list {
    padding: 16px 15px;
    width: calc(100% / 2 - 16px);
  }
}

.article-toppage .encounter-link-list__title,
.article-404 .encounter-link-list__title {
  color: var(--color-grey-40, #666);
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.article-toppage .ref-link,
.article-404 .ref-link {
  display: flex;
  /* 左右に並べる */
  align-items: stretch;
  /* 垂直方向の位置調整 */
  border: 2px solid #00a0f5;
  /* 枠線を青に */
  border-radius: 8px;
  /* 全体の角丸 */
  overflow: hidden;
  /* 矢印部分がはみ出さないようにする */
  width: 600px;
  max-width: 100%;
  background-color: #fff;
  color: #00A0E9;
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.56px;
  text-decoration: none;
  /* 右側の背景を白に */
}

.article-toppage .ref-link__left,
.article-404 .ref-link__left {
  position: relative;
  background-color: #00a0f5;
  /* 帯の背景色 */
  color: #fff;
  /* 文字色を白に */
  font-weight: bold;
  /* 上下左右の余白 */
  display: flex;
  align-items: center;
  padding: 0 2px;
  /* アイコンと文字の間隔 */
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.56px;
}

.article-toppage .ref-link__left::after,
.article-404 .ref-link__left::after {
  display: block;
  content: "";
  position: absolute;
  right: -3px;
  top: 0;
  background-image: url(./img/ref-link-polygon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 4px;
  height: 100%;
}

.article-toppage .ref-link__icon,
.article-404 .ref-link__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

.article-toppage .ref-link__icon::before,
.article-404 .ref-link__icon::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(./img/icon-file-white.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.article-toppage .ref-link__right,
.article-404 .ref-link__right {
  padding: 8px 16px;
  color: #00A0E9;
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.56px;
}

.article-toppage .filter-box,
.article-404 .filter-box {
  border-radius: 16px;
  background: rgba(196, 194, 194, 0.15);
  padding: 16px;
  margin: 0 auto;
  color: #332300;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}

.article-toppage .filter-box ul,
.article-404 .filter-box ul {
  margin: 0;
  padding-left: 0px;
}

.article-toppage .filter-box ul li,
.article-404 .filter-box ul li {
  margin-bottom: 0px;
}

.article-toppage .filter-box__highlight,
.article-404 .filter-box__highlight {
  color: rgba(51, 35, 0, 0.5);
}

.article-toppage .explanation-box,
.article-404 .explanation-box {
  /* 全体の枠や背景色 */
  background-color: #eee;
  padding: 14px;
  margin: 0 15px 24px 15px;
  color: #332300;
  font-size: 12px;
}

.article-toppage .explanation-box p,
.article-404 .explanation-box p {
  font-size: 12px;
  line-height: 1.4;
  margin: 0 0px 10px 0px;
}

.article-toppage .explanation-box ul,
.article-404 .explanation-box ul {
  margin: 0;
  padding-left: 10px;
  margin-bottom: 0;
}

.article-toppage .explanation-box ul li,
.article-404 .explanation-box ul li {
  margin-bottom: 0px;
}

.article-toppage .explanation-box strong,
.article-404 .explanation-box strong {
  font-weight: bold;
}

.article-toppage .explanation-box__title,
.article-404 .explanation-box__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.article-toppage .timeline,
.article-404 .timeline {
  width: 100%;
  max-width: 600px;
  padding: 24px 0;
  position: relative;
  font-family: sans-serif;
  color: #333;
}

.article-toppage .timeline ul,
.article-404 .timeline ul {
  margin: 0;
}

.article-toppage .timeline__item,
.article-404 .timeline__item {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-bottom: 15px;
}

.article-toppage .timeline__item::before,
.article-404 .timeline__item::before {
  content: "";
  position: absolute;
  left: 76px;
  /* timeline__day(50px) + 4pxほど余裕 */
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #9bdcff;
  z-index: -1;
  /* マーカーを前面に表示するため */
}

.article-toppage .timeline__item:last-child::before,
.article-404 .timeline__item:last-child::before {
  height: 50%;
}

.article-toppage .timeline__day,
.article-404 .timeline__day {
  flex: 0 0 50px;
  /* 左側の幅を固定 */
  text-align: right;
  /* 右寄せ */
  color: #666;
  margin: 0px 12px 0px 10px;
  font-weight: bold;
}

.article-toppage .timeline__marker,
.article-404 .timeline__marker {
  /* ドットを作るための要素 */
  position: relative;
  flex: 0 0 10px;
  /* マーカーの表示分だけ幅を確保 */
  height: 10px;
  margin-top: 6px;
  /* 上下位置の微調整 */
  border-radius: 50%;
  background-color: #00a0f5;
}

.article-toppage .timeline__content,
.article-404 .timeline__content {
  flex: 1;
  /* 残り幅で自動拡張 */
  margin-left: 12px;
}

.article-toppage .timeline__link,
.article-404 .timeline__link {
  position: relative;
  color: #00a0f5;
  padding-left: 22px;
}

.article-toppage .timeline__link::before,
.article-404 .timeline__link::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(./img/icon-outer-link-grey.svg);
  background-size: cover;
}
