@charset "UTF-8";
/*wbcのメンバー表要ここから*/
table.tategaki {
    table-layout: fixed;
}
table.tategaki tbody .column-1 {
    border-right: 1px solid #e5e5e5;
}
table.tategaki tbody .row-3 .column-1 {
    background-color: #fff;
}
table.tategaki td,table.tategaki th {
    text-align: center;
font-size: 1.6rem;
}
table.tategaki .row-3 td {
  border-top: none;
}
.tategaki .row-1 th {
    background-color: #404040;
}
.tategaki .row-2 td {
    background-color: #5d5d5d;
    color: #fff;
border-left: none;
}
.tategaki .row-2 td:last-of-type {
    border-right: none;
}
@media (min-width: 451px) {
table.tategaki .row-3 td {
      -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
}
@media (max-width: 450px) {
table.tategaki .row-3 td {
    letter-spacing: 2pt;
}
.tategaki td,.tategaki th {
font-size: 1.4rem;
}
}
/*wbcのメンバー表要ここまで*/
/* 記事内の口コミを投稿するボタンここから */
.pageend.post_review {
    margin:20px 0;
}
.pageend.post_review a {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    padding: 12px;
    text-decoration: none;
}
.pageend.post_review a:after {
    vertical-align: -5px;
}
@media screen and (max-width:450px) {
    .pageend.post_review a {
        font-size: 1.5rem;
        padding: 14px;
    }
    .pageend.post_review a:after {
        vertical-align: -3px;
        margin-left: 7px;
    }
}
/* 記事内の口コミを投稿するボタンここまで */
/* 内容の誤りを報告する ここから */
#top .error-link {
    color: #777;
    border-color: #d7d7d7;
    font-size: 1.2rem;
}
.error-link:before {
    display: inline-block;
    vertical-align: -1px;
}
.error-link:after {
    display: none;
}
/* 内容の誤りを報告する ここまで */
/* recapchaの位置調整ここから */
#top .grecaptcha-badge {
    bottom: 120px !important;
}
/* recapchaの位置調整ここまで */
/* コメント欄ここから */
#comments {
    margin: 32px;
    background-color: #f8f8f8;
    padding: 32px;
    border-radius: 8px;
}
#respond > div {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 24px;
}

.comment-respond textarea {
    line-height: 1.4;
}

.comment-guidance > div {
    font-weight: bold;
}

.comment-guidance > p {
    line-height: 1.6;
    letter-spacing: 1pt;
    font-size: 1.5rem;
    margin-top: 12px;
}

.comment-guidance > p + p {
    margin-top: 16px;
}

.comment-privacy-check {
    margin: 28px 0 32px;
}

.comment-privacy-check label {
    display: flex;
    width: fit-content;
    font-weight: bold;
    line-height: 1.4;
}

#privacy_agree {
    width: fit-content;
    margin: 0 8px 0 0;
}

#submit:disabled {
  background-color: #9a9a9a;
  cursor: not-allowed;
}
.comment-awaiting-moderation {
    font-style: normal;
    line-height: 1.4;
}
@media screen and (max-width:450px) {
    #comments {
    margin: 0 16px 32px;
    padding: 20px;
}
}
/* コメント欄ここまで */
/* 追従バナーここから */
.footer-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    z-index: 1;
}
/* 追従バナーここまで */
/*レーダーチャートの画像の一覧ここから*/
#top .laderimage-list {
  display: flex;
  flex-wrap: wrap;
}

.laderimage-list a {
  width: 50%;
}

/*レーダーチャートの画像の一覧ここまで*/
/* 20231101　診断ツールバナーの追従ここから */
@media screen and (max-width: 450px) {
  #homing-tool {
    position: fixed;
    bottom: 160px;
    right: 12px;
  }
}

/* 20231101　診断ツールバナーの追従ここまで */
/* 20230728　任意の場所短縮表示ここから */
.accordion-block {
  height: 600px;
  overflow: hidden;
  position: relative;
}

div.accordion-block {
  margin-top: 0px;
}

.accordion-block::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 30%, #fff 100%);
  height: 60px;
  width: calc(100% + 1px);
  z-index: 1;
}

.see-more {
  position: absolute;
  width: 220px;
  text-align: center;
  font-size: 16px;
  color: #fa224d;
  border: 2px solid;
  border-radius: 22px;
  line-height: 40px;
  bottom: 8px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.see-more::after {
  content: "\ea45";
  font-family: "icomoon";
  font-size: 16px;
  color: #fa224d;
  position: absolute;
  margin-left: 10px;
}

.accordion-block.active-block {
  height: auto !important;
}

.accordion-block.active-block::before {
  display: none;
}

@media screen and (min-width: 451px) {
  .see-more {
    cursor: pointer;
  }
}

@media screen and (max-width: 450px) {
  .accordion-block {
    height: 200px;
  }
}

/* 20230728　任意の場所短縮表示ここまで */
/* 20230720テーブル用短縮表示ここから */
.accordion-table {
  position: relative;
}

.accordion-table tr.is-hidden {
  display: none;
}

.accordion-table::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, #fff 100%);
  height: 100px;
  width: calc(100% + 1px);
}

.accordion-table.active::before {
  display: none;
}

.table-more {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 50px;
  line-height: 50px !important;
  color: #3694de;
  transition: .3s;
  text-decoration: underline;
}

.table-more::after {
  content: "\ea45";
  font-family: "icomoon";
  font-size: 16px;
  color: #3694de;
  position: absolute;
  margin-left: 10px;
}

.table-more:hover {
  opacity: .7;
}

/* 20230720テーブル用短縮表示ここまで */
/* マッチングアプリ診断ここから */
@font-face {
  font-family: "LINESeedJP";
  src: url("/entertainment/wp-content/themes/the-thor-child/font3/LINESeedJP_OTF_Th.otf") format("opentype"), url("/entertainment/wp-content/themes/the-thor-child/font3/LINESeedJP_OTF_Th.woff2") format("woff2"), url("/entertainment/wp-content/themes/the-thor-child/font3/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 200;
}

@font-face {
  font-family: "LINESeedJP";
  src: url("/entertainment/wp-content/themes/the-thor-child/font3/LINESeedJP_OTF_Rg.otf") format("opentype"), url("/entertainment/wp-content/themes/the-thor-child/font3/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("/entertainment/wp-content/themes/the-thor-child/font3/LINESeedJP_OTF_Rg.woff") format("woff");
}

@font-face {
  font-family: "LINESeedJP";
  src: url("/entertainment/wp-content/themes/the-thor-child/font3/LINESeedJP_OTF_Bd.otf") format("opentype"), url("/entertainment/wp-content/themes/the-thor-child/font3/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("/entertainment/wp-content/themes/the-thor-child/font3/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "LINESeedJP";
  src: url("/entertainment/wp-content/themes/the-thor-child/font3/LINESeedJP_OTF_Eb.otf") format("opentype"), url("/entertainment/wp-content/themes/the-thor-child/font3/LINESeedJP_OTF_Eb.woff2") format("woff2"), url("/entertainment/wp-content/themes/the-thor-child/font3/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: "TsunagiGothic";
  src: url("/entertainment/wp-content/themes/the-thor-child/font4/tsunagi.ttf") format("opentype"), url("/entertainment/wp-content/themes/the-thor-child/font4/tsunagi.woff2") format("woff2"), url("/entertainment/wp-content/themes/the-thor-child/font4/tsunagi.woff") format("woff");
}

#match-tool>div {
  display: none;
}

#match-tool .active {
  display: block;
}

.choice>label {
  display: block;
}

#match-tool {
  background-color:#D9F0FF;
  max-width: 384px;
  margin: 28px auto 0;
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  box-shadow: 2px 2px 5px #adadad;
}

#match-tool ul,
#match-tool ol {
  margin-top: 0;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  margin-top: 0;
}

#match-tool li:before {
  display: none;
}

#match-tool div {
  margin-top: 0;
}

#stage1 {
  padding: 40px 20px;
}

.tool-phrase,
.tool-question {
  font-family: "LINESeedJP";
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}

#top .tool-question {
  margin-bottom: 12px;
}

.tool-phrase span {
  font-size: 3.4rem;
  line-height: 1.2;
  letter-spacing: 3pt;
}

.tool-title {
  background-color: #f7fbfd;
  border-radius: 50%;
  border: 12px solid #f6fcff;
  width: 344px;
  height: 344px;
  padding-top: 68px;
  cursor: pointer;
}

.tool-title>img {
  display: block;
  margin: 0 auto;
}

.tool-title>img:nth-of-type(2) {
  margin: 12px auto;
}

.tool-title2 img {
  border-radius: 20px 20px 0px 0px;
}

#top .tool-progress {
  list-style: none;
  border-radius: 10px;
  background-color: #ffa9ba;
  display: inline-block;
  margin: 18px 0 16px;
  font-size: 0;
  letter-spacing: 0;
  padding: 0;
}

#top .tool-progress>li {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 1pt;
  color: #fff;
  padding: 2px 26px;
  margin-top: 0;
}

.tool-progress>li.current {
  background-color: #fa224d;
  border-radius: 10px;
}

#top .tool-answer {
  width: 62%;
  margin: 0 auto;
  padding: 0 0 32px;
}

.tool-answer .choice label {
  border: 2px solid #fb224e;
  background-color: #fff;
  padding: 12px 0;
  border-radius: 25px;
  font-size: 2rem;
  cursor: pointer;
}

.tool-answer>li+li {
  margin-top: 16px;
}

/* 結果ここから */
#match-result {
  padding: 12px;
}

#result-inner {
  background-color: #fff;
  padding: 32px 12px 20px;
  border-radius: 20px;
}

.result-title {
  color: #fa224d;
  font-weight: bold;
  font-size: 3.6rem;
  position: relative;
}

.result-title:after {
  position: absolute;
  content: "";
  width: 76px;
  height: 62px;
  background: url(https://www.showcase-tv.com/entertainment/wp-content/uploads/tool-lupe.png) no-repeat;
  background-size: 100%;
  margin-left: 22px;
  top: -13px;
}

#top .result-phrase {
  font-family: "LINESeedJP";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 16px 0 12px;
}

#top .result-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

#top .app-name {
  font-family: "LINESeedJP";
  font-size: 2.4rem;
  font-weight: 500;
  margin-left: 16px;
}

#top .app-name span {
  font-weight: normal;
  font-size: 1.4rem;
  display: block;
  margin-top: 4px;
}

#top .result-recommend {
  margin-top: 52px;
  position: relative;
}

#top .result-recommend:before {
  content: "";
  position: absolute;
  width: 220px;
  height: 43px;
  background-image: url(https://www.showcase-tv.com/entertainment/wp-content/uploads/recommended-points-blue.png);
  background-size: 100%;
  left: 0;
  right: 0;
  top: -34px;
  margin: 0 auto;
}

#top .result-recommend ul {
  background-color: #F6FCFF;
  padding: 28px 20px 20px;
  text-align: left;
  border-radius: 0;
}

.result-recommend ul li {
  line-height: 1.3;
  font-size: 1.4rem;
  background-color: #fff;
  padding: 12px 12px 12px 60px;
  display: flex;
  align-items: center;
  min-height: 60px;
}

.result-recommend ul li+li {
  margin-top: 8px;
}

#top .result-button {
  margin: 24px 0 20px;
}

#top .result-button a {
  display: inline-block;
  background-color: #fa224d;
  color: #fff;
  padding: 16px 20px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 40px;
  text-decoration: none;
  line-height: 1.2;
  border-bottom: 5px solid #c70229;
}

#top .result-button a span {
  display: inline-block;
}

#top .result-other {
  padding-top: 56px;
  background-image: url(https://www.showcase-tv.com/entertainment/wp-content/uploads/enjoy-back.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.result-other>div {
  font-size: 1.9rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.result-other>div:before,
.result-other>div:after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #000;
  position: absolute;
}

.result-other>div:before {
  left: -24px;
  bottom: 10px;
  transform: rotate(52deg);
}

.result-other>div:after {
  left: unset;
  right: -24px;
  bottom: 10px;
  transform: rotate(308deg);
}

#top .result-other ul {
  font-family: "LINESeedJP";
  display: flex;
  justify-content: center;
}

.result-other ul li {
  flex: 1;
}

.result-other ul li+li {
  margin-left: 12px;
  margin-top: 0;
}

#top .result-recommend ul li:before {
  display: block;
  font-family: "TsunagiGothic";
  content: "1";
  background: url(https://www.showcase-tv.com/entertainment/wp-content/uploads/osusume-points2.png) no-repeat;
  background-size: 90%;
  width: 36px;
  height: 40px;
  position: absolute;
  top: 6px;
  left: 10px;
  padding: 12px 0 0 17px;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 0;
  margin-right: 0;
}

#top .result-recommend ul li:nth-of-type(2):before {
  content: "2";
}

#top .result-recommend ul li:nth-of-type(3):before {
  content: "3";
}

#top .result-other a {
  color: #1c1c1c;
  text-decoration: none;
  border: none;
}

#top .result-other img+div {
  margin: 8px 0 12px;
}

.combi {
  font-size: 2rem;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}

.onepoint {
  font-size: 1.3rem;
  font-weight: 400;
}

.other-button {
  display: inline-block;
  border: 2px solid #fa224d;
  padding: 8px 16px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fa224d;
  border-radius: 17px;
}

/* 結果ここまで */
@media screen and (max-width: 450px) {
  #match-tool {
    max-width: 100%;
    margin-top: 20px;
  }

  #stage1 {
    padding: 40px 0;
  }

  .tool-title {
    width: 80vw;
    height: 80vw;
    margin: 0 auto;
    padding-top: 46px;
  }

  .result-title:after {
    width: 60px;
    height: 49px;
    margin-left: 14px;
    top: -10px;
  }

  .tool-title img {
    transform: scale(.9);
  }

  #top .tool-answer {
    width: 62vw;
  }

  #top .result-logo img {
    margin: 0;
  }

  .other-button {
    padding: 8px;
  }
}

/* マッチングアプリ診断ここまで */
/* 左にピンク丸ここから */
.pink-circle {
    position: relative;
    text-shadow: 0 0 2px white;
    z-index: 0;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 12px;
    margin-left: 15px;
    line-height: 1.2;
    display: flex;
    min-height: 50px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.pink-circle:before {
  content: "";
  position: absolute;
  /*background-color: #ffece0;*/
  background-color: #ffe9ef;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.pink-circle + .scroll table {
    margin-top: 0;
}

@media screen and (max-width: 450px) {
  .pink-circle {
    margin-left: 16px;
    line-height: 1.2;
  }
}

/* 左にピンク丸ここまで */
/* 口コミここから */
.kuchi-slider {
  overflow: auto;
  display: flex;
  padding-bottom: 10px;
  margin-top: 20px;
}

.kuchi-slider + p {
    margin-top: 0;
}

.kuchi-slider,
.kuchikomi .kuchi-box,
.kuchikomi .kuchi-right,
.kuchikomi .kuchi-spec,
.kuchikomi .kuchi-more {
  margin-top: 0;
}

.content div.kuchi-right {
  flex: 1;
  margin-top: 0px;
}

.content div.kuchi-spec {
  margin-top: 0px;
}

.kuchi-spec span {
  display: inline-block;
  background-color: #ffffff;
  padding: 0 12px;
  border-radius: 18px;
}

.kuchi-spec span+span {
  margin-left: 4px;
}

.kuchi-list .kuchi-spec span {
  margin: 4px 4px 0 0;
}

.kuchikomi p {
  display: none;
}

.review-summary+p {
  display: block;
  margin-top: 8px;
}

.review-label {
  font-size: 1.3rem;
  font-weight: bold;
}

.kuchikomi .review-summary {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 0px;
}

.kuchikomi {
  min-width: 400px;
  background-color: whitesmoke;
  border-radius: 8px;
  padding: 12px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.kuchi-list div.kuchikomi {
  border-bottom: 12px solid whitesmoke;
}

.kuchi-slider .kuchikomi {
  margin-top: 0;
}

.kuchi-slider .kuchikomi+.kuchikomi {
  margin-left: 12px;
}

.kuchi-slider .kuchikomi .kuchi-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.kuchi-inner {
  display: flex;
  gap: 16px;
}

.kuchi-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-size: 100%;
  overflow: hidden;
}

.kuchi-icon.good {
  background-image: url(https://www.showcase-tv.com/entertainment/wp-content/uploads/good.png);
}

.kuchi-icon.verygood {
  background-image: url(https://www.showcase-tv.com/entertainment/wp-content/uploads/verygood.png);
}

.kuchi-icon.bad {
  background-image: url(https://www.showcase-tv.com/entertainment/wp-content/uploads/bad.png);
}

.kuchi-icon.normal {
  background-image: url(https://www.showcase-tv.com/entertainment/wp-content/uploads/normal.png);
}

.kuchikomi .kuchi-text {
  background-color: #fff;
  padding: 12px 16px;
  font-size: 1.4rem;
  margin-top: 12px;
  height: 100%;
}

.content .starList {
  color: #FF9800;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}

.star-text {
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  margin-left: 4px;
}

.kuchi-label {
  color: #fff;
  background-color: #ff6b78;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 6px 20px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.bad+.kuchi-right .kuchi-label {
  background-color: #0099cc;
}

.verygood+.kuchi-right .kuchi-label {
  background-color: #ff3e50;
}

.normal+.kuchi-right .kuchi-label {
  background-color: #fbd17e;
  color: #000;
}

.kuchi-button {
  -webkit-appearance: none;
  border: none;
  padding: 50px 0 8px;
  display: block;
  width: 100%;
  background: linear-gradient(180deg, #ffffff00 10%, #f9fdff 85%);
  color: #3694de;
  text-decoration: underline;
  cursor: pointer;
}

.kuchi-button:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #3694de;
  border-right: solid 2px #3694de;
  position: absolute;
  top: 62%;
  transform: rotate(45deg);
  margin-left: 8px;
}

.content .pink-star {
  color: #ff95a7;
}

.content .blue-star {
  color: #5db2f5;
}

@media screen and (max-width: 450px) {
  .kuchikomi {
    min-width: 300px;
  }

  .kuchi-spec {
    font-size: 1.2rem;
  }
}

/* 口コミここまで */
/* 関連記事ここから */
.content .sitecard {
    position:relative;
    padding:20px;
    margin: 40px 0 32px;
    border:1px solid #2d2d2d;
}
.sitecard-link {
    display: flex;
    border-bottom: none;
}
.eyecatch-11:before {
    display: none;
}
.content .sitecard__subtitle {
    position: absolute;
    top: -1em;
    left: 24px;
    background-color: #fff;
    padding: 0 7px 0 9px;
    font-size: 1.4rem;
}
.sitecard__subtitle.icon-checkmark:before {
    display: inline-block;
    margin-right: 6px;
    color: #fa224d;
}
.content .sitecard__contents {
    overflow: hidden;
    margin: 0;
    flex: 1;
    margin-left: 16px;
}
.content .sitecard .eyecatch {
    width: 120px;
}
.sitecard .heading-secondary {
    font-size: 1.8rem;
    color: #000;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sitecard .phrase.phrase-tertiary {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 4px;
    color: #646464;
}
.sitecard:after {
    display: block;
    content: "";
    clear: both;
}
.content .sitecard .eyecatch__link {
    line-height: 0;
}
@media screen and (max-width:900px) {
.content .sitecard {
    padding:20px 12px 12px;
}
.content .sitecard__contents .heading a {
    font-size: 1.4rem;
    line-height: 1.4;
    text-decoration: none;
}
.content .sitecard__contents .phrase {
    display:none;
    margin-bottom:0;
}
}
@media screen and (max-width:450px) {
.sitecard .heading-secondary {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.4;
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
}
}
/* 関連記事ここまで */
/* グラデーションパターンここから */
.gra {
  background-color: #373737;
}

#top .bgwhite {
  background-color: #fff;
}

/* グラデーションパターンここまで */
/* リストデザインここから */
.content>ul:not([class]),
.content>ol:not([class]),
.hidden_show>ul,
.hidden_show>ol {
  background-color: #f5f5f5;
  padding: 24px;
  border-radius: 16px;
  margin-top: 2rem;
}
.content > ul:not([class]) > li,
.content ol ul li,
.content ul ul li {
    position: relative;
    padding-left: 20px;
}
.content>ul:not([class]) li+li,
.content>ol:not([class]) li+li,
.hidden_show>ul li+li,
.hidden_show>ol li+li {
  margin-top: 10px;
}
.content > ul:not([class]) > li:before,
.content ol ul li:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 100%;
    background-color: #fa224d;
    margin-right: 8px;
}
.content > ol:not([class]) > li:before,
.content ol ol li:before,
.content ul ol li:before {
    counter-increment: item;
    content: counter(item) ".";
    font-weight: bold;
    color: #fa224d;
    font-size: 15px;
    font-style: italic;
    line-height: 1.33;
    margin-right: 8px;
}
.content ul > li > span,
.content ol > li > span {
    display: inline-block;
}
@media (max-width: 450px) {
.content > ul:not([class]), .content > ol:not([class]) {
    padding: 20px;
}
.content > ul:not([class]) > li, .content ol ul li, .content ul ul li {
    line-height: 1.5;
}
.content > ul:not([class]) > li:before,
.content ol ul li:before,
.content ul ul li:before {
    top: 8px;
}
.content > ul:not([class]) li + li, .content > ol:not([class]) li + li {
    margin-top: 16px;
}
}
/* リストデザインここまで */
/* 画像入りリストここから */
.content .imagelist {
  background-color: #fff;
  padding: 0;
  counter-reset: step;
}

.content .imagelist li {
  padding-left: 32px;
  padding-bottom: 24px;
  margin-top: 0;
}

.content ol.imagelist li:before {
  content: "";
  width: 3px;
  background: #dff3ffe8;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 5px;
  margin: 0;
}

.list-step:after {
  content: counter(step);
  counter-increment: step;
  display: inline-block;
  font-size: 1.4rem;
}

.list-step {
  font-size: 1.4rem;
  font-weight: bold;
  color: #64b9ef;
}

.imagelist .list-title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
}

.imagelist .list-main {
  border-bottom: dashed 1px #ccd5db;
  padding-bottom: 12px;
  margin-top: 8px;
}

.list-ircle {
  border-color: #aea5a0;
}

.content .imagelist>li:last-of-type {
  padding-bottom: 0;
}

.imagelist li:first-of-type .list-ircle,
.imagelist li:last-of-type .list-ircle {
  background-color: #7bc3f1;
}

.imagelist .list-ircle {
  border: 3px solid #7bc3f1;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
  margin-top: 0;
}

.content .imagelist li:last-of-type:before {
  display: none;
}

.content .imagelist li:last-of-type .list-title {
  line-height: 1.2;
}

.content .imagelist .board2-list li {
  padding: 0;
}

.content .imagelist .board2-list li:first-of-type {
  margin-top: 0;
}

.content .imagelist .board2-list li+li {
  margin-top: 10px;
}

@media screen and (max-width: 450px) {
  .imagelist .list-title {
    font-size: 1.7rem;
  }

  .imagelist .list-main {
    margin-top: 4px;
  }

  .content .imagelist li {
    padding-left: 24px;
  }
}

/* 画像入りリストここまで */
/* 文字入りリスト1ここから */
.board {
  border-radius: 6px 6px 0 0;
  padding: 0 2px 2px;
  margin: 28px auto;
  background-color: #373737;
}

.content .board-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 12px;
  text-align: center;
}

.board-list {
  padding: 16px;
  background-color: #fff;
}

.board-list li {
  padding-left: 26px;
  line-height: 1.4;
}

.board-list li:before {
  content: "";
    background-color: #fa224d;
    box-shadow: none;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
    left: 0;
    border-radius: 50%;
}
.board-list li:after {
  content: "";
    position: absolute;
    top: 8px;
    left: 5px;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    color: #fff;
}
#top .board-list li a {
  color: #000;
}

.board-list li+li {
  margin-top: 16px;
}

.board.blue .board-title {
  background-color: #e7f5fa;
}

#top .board.blue .board-list {
  border-color: #e4f2f7;
}

@media screen and (max-width: 450px) {
.board {
    border-width: 3px;
}
.board-title {
    text-align: left;
        padding: 12px 16px;
        line-height: 1.4;
}
}

/* 文字入りリスト1ここまで */
/* 文字入りリスト2ここから */
#top .board2 {
  margin: 28px auto;
}

.board2-title {
  width: fit-content;
  margin-left: 32px;
  position: relative;
  z-index: 1;
  background-color: #373737;
  border-radius: 4px;
  padding: 8px 16px;
  color: #fff;
}

.board2-title+ol {
  padding: 40px 20px 16px 40px;
}

#top .board2-list {
  margin-top: -24px;
  padding: 40px 20px 16px 40px;
  background-color: #f9f9f9;
}

#top ul.board2-list li {
  padding-left: 32px;
  line-height: 1.6;
}

#top .board2-list li+li {
  margin-top: 16px;
}

.board2 ul li:before {
content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background-color: #fa224d;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fa224d4d;
}
.board2 ul li:after {
content: "";
    position: absolute;
    top: 9px;
    left: 6px;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    color: #fff;
}

ol.board2-list li {
  padding-left: 32px;
}

ol.board2-list li:before {
  position: absolute;
  top: 3px;
  left: 0;
  counter-increment: item;
  content: counter(item);
  font-weight: bold;
  background-color: #fa224d;
  color: #ffffff;
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.6;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fa224d70;
}

.board2.blue .board2-title {
  background-color: #7bc3f1;
}

#top .board2.blue .board2-list {
  background-color: #f6fbff;
}

@media screen and (max-width: 450px) {
  #top .board2-list {
    padding: 40px 20px 16px 20px;
  }

  #top .board2-list li {
    line-height: 1.4;
    padding-left: 32px;
  }
#top .board2 ul li::before {
font-size: 40px;
}
  #top .board2-list li+li {
    margin-top: 16px;
  }

  .board2-title {
    padding: 12px 16px;
        line-height: 1.4;
        margin-left: 12px;
        max-width: 93%;
  }
  ol.board2-list li:before {
    top: 1px;
    line-height: 1.7;
  }
}

/* 文字入りリスト2ここまで */
/* メリット・デメリット黒板 ここから */
.merit-box-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 28px;
}
.merit-box-group > .merit-box {
    max-width: calc(50% - 10px);
}
.merit-box-group > .merit-box.demerit {
    margin-top: 0;
}

.merit-box {
    position: relative;
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
}
.merit-box.merit  {
    border: 2px solid #fa224d;
}
.merit-box.demerit {
    border: 2px solid #2589d0;
}
#top .merit-box > div {
    width: fit-content;
    margin-top: -17px;
    margin-left: 12px;
    padding: 0 8px;
    font-weight: bold;
    background-color: #fff;
    line-height: 1.4;
}
.merit-box.merit > div {
    color: #fa224d;
}
.merit-box.demerit > div {
    color: #2589d0;
}
.merit-box ul {
    padding: 12px 16px;
    margin: 0 !important;
}
.merit-box ul li {
    padding-left: 24px;
    line-height: 1.6;
}
.merit-box ul li + li {
    margin-top: 12px;
}
.merit-box ul li::before {
    font-family: "icomoon";
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    left: 0;
}
.merit-box.merit ul li::before {
    content: "\e9e2";
    color:#fa224d;
}
.merit-box.demerit ul li::before {
    content: "\e9e6";
    color: #2589d0;
}

@media screen and (max-width:769px) {
    .merit-box-group > .merit-box {
        max-width: 100%;
        margin-bottom: 25px;
    }
}
/* メリット・デメリット黒板 ここまで */
/* まるばつリストここから */
.icon-cross {
  color: #7bc3f3;
  margin-right: 4px;
  vertical-align: -1px;
}

.board2 .icon-cross {
  position: absolute;
  left: 8px;
}

.icon-radio-unchecked {
  color: #ff98b5;
  margin-right: 2px;
  font-size: 1.8rem;
  vertical-align: -3px;
  line-height: 1;
}

.board2 .icon-radio-unchecked {
  position: absolute;
  left: 6px;
  top: 2px;
  font-size: 2rem;
}

.board .icon-radio-unchecked {
  margin-left: -2px;
}

@media screen and (max-width: 450px) {
  .board .icon-radio-unchecked {
    position: absolute;
    left: 0;
    top: 3px;
  }

  .board .icon-cross {
    position: absolute;
    left: -1px;
    font-size: 1.6rem;
    top: -1px;
  }

  .board2 .icon-cross {
    top: -2px;
    left: 7px;
    font-size: 1.7rem;
  }
}

/* まるばつリストここまで */
/* コメントここから */
#top .ico {
  margin: 0;
  width: 90px;
  height: 90px;
  border: none;
  border-radius: 50%;
}

#top .cha1 .ico {
  float: left;
  margin-right: 15px;
  width: 80px;
  height: 80px;
}

#top .cha2 .ico {
  float: right;
  margin-left: 15px;
}

#top .ico+div {
  width: calc(100% - 105px);
  padding: 3px;
  border-radius: 4px;
  float: left;
  margin-top: 0;
  position: relative;
}

#top .ico+div:before {
  content: "";
  position: absolute;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  top: 20px;
}

#top .ico+div:after {
  content: "";
  position: absolute;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  top: 20px;
}

#top .cha1 .ico+div:before {
  border-right: 8px solid #373737;
  left: -8px;
}

#top .cha1 .ico+div:after {
  border-right: 10px solid #fff;
  left: -4px;
}

#top .cha2 .ico+div:before {
  border-left: 8px solid #373737;
  right: -8px;
}

#top .cha2 .ico+div:after {
  border-left: 10px solid #fff;
  right: -4px;
}

.bghanten {
  transform: scale(-1, 1);
}

@media screen and (max-width: 450px) {
  #top .ico {
    width: 60px;
    height: 60px;
  }

  #top .cha1 .ico {
    width: 55px;
    height: 55px;
  }

  #top .ico+div {
    width: calc(100% - 75px);
  }
}

#top .interview {
  margin: 3rem 0;
  overflow: hidden;
}

#top .interview .bgwhite {
  padding: 12px;
  border-radius: 3px;
  line-height: 1.6;
}

#top .interview .bgwhite+p {
  display: none;
}

.ico.mizuno {
  background-image: url(https://www.showcase-tv.com/entertainment/wp-content/uploads/mizuno.jpg);
  background-size: 100%;
}

.ico.onekotooimo {
  background-image: url(https://www.showcase-tv.com/entertainment/wp-content/uploads/onekoto-oimo.png);
  background-size: 100%;
}

.ico.nohara {
  background-image: url(https://www.showcase-tv.com/entertainment/wp-content/uploads/nohara.png);
  background-size: 100%;
}

.ico.ten {
  background-image: url(https://www.showcase-tv.com/entertainment/wp-content/uploads/ten.jpg);
  background-size: 100%;
}

.ico.ichise {
  background-image: url(https://www.showcase-tv.com/entertainment/wp-content/uploads/ichise.png);
  background-size: 100%;
}

.ico.kinomi4 {
  background-image: url(https://www.showcase-tv.com/entertainment/wp-content/uploads/Kinomi4.png);
  background-size: 100%;
}

.ico.anna {
  background-image: url(https://www.showcase-tv.com/entertainment/wp-content/uploads/anna.png);
  background-size: 100%;
}

.ico.yuki {
  background-image: url(https://www.showcase-tv.com/entertainment/wp-content/uploads/yuki_0690.jpg);
  background-size: 100%;
}

/* コメントここまで */
/* クレカランキングの根拠ここから */
#top .kakoi.hane {
  font-weight: normal;
  line-height: 1.6;
  padding: 10px 8px 8px 44px;
  position: relative;
}

#top .kakoi.hane:before {
  position: absolute;
  left: 12px;
  top: 5px;
}

/* クレカランキングの根拠ここまで */
/* 比較表ここから */
.subtitles-over-title+.accordion-block {
  height: 640px;
}

#top .hikaku-table tbody .column-1 {
  background-color: #fff;
  border-right: 1px solid #e5e5e5;
}

#top .hikaku-table .column-1 {
  text-align: center;
}

#top .hikaku-table .active {
  background-color: #fa224d;
  border: none;
  color: white;
}

#top .hikaku-table .age .active {
  background-color: #7bc3f3;
}

.hikaku-table .age {
  margin-top: 4px;
}

#top .table-app-name {
    margin-top: 8px;
    line-height: 1.3;
}

#top .app-comment {
  margin-top: 12px;
  padding: 0;
  background-color: #fff;
}

#top .app-comment li+li {
  margin-top: 4px;
}

#top .app-comment li:before {
  width: 4px;
  height: 4px;
  background-color: #5f5f5f;
  top: -3px;
}

.aori {
  color: #fa224d;
  font-weight: bold;
  position: relative;
  margin-bottom: 4px;
}

.aori:before {
  content: "";
  display: inline-block;
  transform: rotate(-30deg);
  border-style: solid;
  border-width: 24px 3px 0 3px;
  border-color: #fa224d transparent transparent transparent;
  position: absolute;
  left: 22px;
  bottom: -3px;
}

.aori:after {
  content: "";
  display: inline-block;
  transform: rotate(30deg);
  border-style: solid;
  border-width: 24px 3px 0 3px;
  border-color: #fa224d transparent transparent transparent;
  position: absolute;
  right: 24px;
  bottom: -3px;
}

@media screen and (max-width: 450px) {
  #top .hikaku-table .column-1 {
    width: 34%;
  }

  .aori:before {
    left: 12px;
  }

  .aori:after {
    right: 12px;
  }

  #top .app-comment li {
    line-height: 1.4;
  }

  #top .app-comment li+li {
    margin-top: 6px;
  }
}

/* 比較表ここまで */
/* 比較表2(BEST3型)ここから */
.best3-table {
  border-top: 1px solid #e5e5e5;
}

.content .best3-table .column-1 {
  background-color: #fff;
  border-right: 1px solid #e5e5e5;
}

.content .best3-table .row-1 a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.best3-table .row-1 a img+img {
  margin: 5px 0;
}

#top .best3-table .table-app-name {
  margin: 0;
  font-weight: bold;
}

.best3-table .best-btarea {
  display: flex;
  justify-content: space-between;
}

#top .best3-table .best-btarea .official {
  margin-bottom: 0;
}

.best3-table .best-btarea a+a {
  margin-left: 8px;
}

@media screen and (max-width: 450px) {
  .best3-table .best-btarea {
    flex-direction: column;
  }

  .best3-table .best-btarea a+a {
    margin-left: 0;
    margin-top: 12px;
  }
}

/* 比較表2(BEST3型)ここまで */
/* アフィボタン前の煽り文言ここから */
.afiaori {
  color: #fa224d;
  font-size: 2.2rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  position: relative;
}

.afiaori+p {
  display: none;
}

.afiaori:before {
  content: "";
  display: inline-block;
  border-left: 2px solid red;
  height: 31px;
  vertical-align: middle;
  transform: rotate(-30deg);
  border-style: solid;
  border-width: 35px 4px 0 4px;
  border-color: #fa224d transparent transparent transparent;
  position: absolute;
  left: -20px;
  bottom: 0px;
}

.afiaori:after {
  content: "";
  display: inline-block;
  border-left: 2px solid red;
  height: 31px;
  vertical-align: middle;
  transform: rotate(30deg);
  border-style: solid;
  border-width: 35px 4px 0 4px;
  border-color: #fa224d transparent transparent transparent;
  position: absolute;
  right: -16px;
  bottom: 0px;
}

.align-center+.afib {
  margin-top: 8px !important;
}

@media screen and (max-width: 450px) {
  .afiaori {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .afiaori:before,
  .afiaori:after {
    bottom: -7px;
  }
}

/* アフィボタン前の煽り文言ここまで */
/* 目次上のボタン上の文言の色ここから */
.content .dcard-block>strong {
  color: red;
}

/* 目次上のボタン上の文言の色ここまで */
/* はてなボックスここから */
.ep-box.es-BmarkHatena.es-borderSolidS.bgc-white.brc-DPblue.es-radius>div:not(.hatena-inner) {
  font-weight: bold;
}

.content .hatena-inner {
  margin-top: 8px;
}

@media (max-width: 450px) {
  .ep-box.es-BmarkHatena.es-borderSolidS.bgc-white.brc-DPblue.es-radius {
    padding-left: 16px;
  }

  .ep-box.es-BmarkHatena.es-borderSolidS.bgc-white.brc-DPblue.es-radius>strong,
  .ep-box.es-BmarkHatena.es-borderSolidS.bgc-white.brc-DPblue.es-radius>span,
  .ep-box.es-BmarkHatena.es-borderSolidS.bgc-white.brc-DPblue.es-radius>div:not(.hatena-inner) {
    padding-left: 42px;
    display: inline-block;
    line-height: 1.5;
  }

  .content .es-BmarkHatena::before {
    top: 16px;
  }
}

/* はてなボックスここまで */
/* ページ下部のリンクを追従にここから */
@media (max-width: 450px) {
  .tsuijyu {
    position: fixed;
    bottom: -115px;
    font-size: 0;
    transition: 1s;
    padding: 0 8px 8px;
    width: 100%;
    text-align: center;
  }

  .single .bottomFooter {
    padding-bottom: 32px;
  }

  .tsuijyu img {
    max-width: 100%;
    height: auto;
  }

  .overclose {
    position: fixed;
    bottom: 100px;
    left: 0;
    font-size: 20px;
    z-index: 1;
    background: #1b1b1b;
    padding: 5px 15px 7px 15px;
    color: white;
  }

  .tsuijyu.unyu-effect {
    bottom: 0;
  }
}

/* ページ下部のリンクを追従にここまで */
/* アフィリンクボタン ここから */
#top .afib {
  margin-top: 32px;
}

#top .afib a {
  max-width: 100%;
  width: 360px;
  height: 68px;
  display: flex;
  align-items: center;
  border-radius: 32px;
  overflow: hidden;
  text-decoration: none;
  margin: 0 auto;
  background-color: #03c1d4;
  border: 2px solid #03c1d4;
  position: relative;
}

.afib a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -6px;
}

.afib .bgwh {
  width: 28%;
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
}

.afib a span+span {
  padding: 10px 40px 10px 10px;
  color: #fff;
  margin: 0 auto;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  flex: 1;
}

.afib a span+span span {
  display: inline-block;
}

#top .afib .bt-dine {
  background-color: #f5f5f5;
  border-color: #1d0c08;
}

#top .afib .bt-dine span+span {
  color: #1d0c08;
}

#top .afib .bt-dine:after {
  border-top: solid 2px #1d0c08;
  border-right: solid 2px #1d0c08;
}

#top .afib .bt-bridalnet {
  background-color: #f38893;
  border-color: #f38893;
}

#top .afib .bt-omiai {
  background-color: #000;
  border-color: #000;
}

#top .afib .bt-tapple {
  background-image: linear-gradient(100deg, #fc5c6c, #ffd37e);
  border-color: #fd8773;
}

#top .afib .bt-youbride {
  background-color: #59b54d;
  border-color: #59b54d;
}

#top .afib .bt-marrish {
  background-color: #d3a646;
  border-color: #d3a646;
}

#top .afib .bt-with {
  background-color: #fe666d;
  border-color: #fe666d;
}

#top .afib .bt-ange {
  background-color: #9c564d;
  border-color: #9c564d;
}

#top .afib .bt-toukare {
  background-color: #000;
  border: 2px solid #000;
}

#top .afib .bt-couplink {
  background-color: #49BCBD;
  border-color: #49BCBD;
}

#top .afib .bt-bachelor {
  background-color: #bfa671;
  border-color: #bfa671;
}

#top .afib .bt-tinder {
  background-image: linear-gradient(100deg, #ff6e59, #fe287c);
  border-color: #fe277c;
}

#top .afib .bt-scenario {
  background-color: #3baca1;
  border-color: #3baca1;
}

#top .afib .bt-match {
  background-color: #1107b2;
  border-color: #1107b2;
}

#top .afib .bt-ravit {
  background-image: linear-gradient(100deg, #ff2e87, #ff2736);
  border-color: #ff2e87;
}

#top .afib .bt-zexy {
  background-color: #e5007f;
  border-color: #e5007f;
}

#top .afib .bt-eveeve {
  background-color: #37c9d2;
  border-color: #37c9d2;
}

#top .afib .bt-sanmarie {
  background-color: #33ba78;
  border-color: #33ba78;
}

#top .afib .bt-restart {
  background-color: #09a598;
  border-color: #09a598;
}

#top .afib .bt-somuri {
  background-color: #cd9ba6;
  border-color: #cd9ba6;
}

#top .afib .bt-machiconjp {
  background-color: #01b1ed;
  border-color: #01b1ed;
}

#top .afib .bt-singles {
  background-color: #d46135;
  border-color: #d46135;
}

@media (max-width: 450px) {
  #top .afib a {
    width: 100%;
  }

  .sp-radius {
    border-radius: 40px;
  }
}
}

/* アフィリンクボタン ここまで */
/* フォントサイズ調整ここから */
.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f24 {
  font-size: 24px;
}

.f28 {
  font-size: 28px;
}

/* フォントサイズ調整ここまで */
/* 囲いデザインここから */
.kakoi {
  background-color: #f5f5f5;
  padding: 18px 24px 12px;
  border-radius: 12px;
}

.content .kakoi ul {
  border-left: none;
  padding: 0;
  border-radius: 8px;
}

.content .kakoi li:before {
  background-color: #019242;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  transform: scale(1);
  top: 9px;
}

.kakoi .hane {
  line-height: 1;
  margin-bottom: 12px;
}

.kakoi .hane+ul {
  margin-top: 0;
  background-color: transparent;
}

.kakoi ul li+li {
  margin-top: 8px;
}

.kakoi .hane+ul li+li {
  margin-top: 12px;
}

.hane+p {
  margin-top: 0;
}

.kakoi.green {
  border-color: #94b6ad;
}

@media (max-width: 450px) {
  .hane+p {
    margin-top: 5px;
  }
}

/* 囲いデザインここまで */
/* blockquoteここから */
.content blockquote,
.content .blockquote {
  position: relative;
  color: #3F3F3F;
  margin-top: 2rem;
  padding: 20px 20px 20px 32px;
  background-color: #f8f8f8;
  border-top: 3px #eee double;
  border-bottom: 3px #eee double;
  font-size: 1.4rem;
}

.content blockquote ul,
.content .blockquote ul {
  padding: 0;
}

blockquote .quote,
.blockquote .quote {
  padding-right: 35px;
}

.content blockquote::before,
.content .blockquote::before {
  position: absolute;
  top: -8px;
  left: -8px;
  font-family: "icomoon";
  content: "\eaf1";
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #fa224d;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
}

.content blockquote::after,
.content .blockquote::after {
  position: absolute;
  bottom: 5px;
  right: 15px;
  font-family: "icomoon";
  content: "\e9f8";
  font-size: 3rem;
  color: #d8d8d8;
}

@media (max-width: 450px) {

  .content blockquote,
  .content .blockquote {
    padding: 36px 20px 50px;
  }

  blockquote .quote,
  .blockquote .quote {
    padding-right: 0;
  }
}

/* blockquoteここまで */
/* 数字をデザイン ここから */
.number {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #3f9ca8;
  border-radius: 50%;
  width: 1.5em;
  text-align: center;
  line-height: 1.5em;
  margin-right: 5px;
  vertical-align: 1px;
}

h4 .number {
  background-color: #b60003;
}

/* 数字をデザイン ここまで */
/* 口コミをもっと見るここから */
.kuchi-slider + .yokonarabi {
    margin-top: 8px;
}
#top a.kuchi-other {
  display: block;
  line-height: 1.2;
  position: relative;
  padding-right: 10px;
}
#top a.kuchi-other:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #1a73e8;
    border-right: solid 2px #1a73e8;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    right: 0;
}
/* 口コミをもっと見るこまで */
/* 横並び ここから */
.yokonarabi * {
    font-size: 1.4rem;
    line-height: 1;
}
@media screen and (min-width: 451px) {
.yokonarabi {
    display: flex;
    justify-content: space-between;
}
}
@media screen and (max-width: 450px) {
.yokonarabi > div {
    text-align: right;
}
.yokonarabi > div + div {
    margin-top: 8px;
}
#top a.kuchi-other {
    display: inline-block;
}
}
/* 横並び ここまで */
/* アプリ画像横並び ここから */
#top .sp-yokonarabi {
  margin-top: 4px;
}

#top .sp-yokonarabi>img {
  display: inline-block;
  width: 49%;
  max-width: 300px;
}

#top .sp-yokonarabi img+img,
#top .sp-yokonarabi noscript+img {
  margin-left: 2%;
}

@media screen and (max-width: 450px) {
  #top .sp-yokonarabi {
    font-size: 0;
    text-align: center;
    margin-top: 8px;
  }

  .sp-yokonarabi a {
    display: inline-block;
  }

  .sp-yokonarabi a+a {
    display: inline-block;
    margin-left: 20px;
  }
}

/* アプリ画像横並び ここまで */
/* テーブルレイアウトここから */
table {
margin-top: 20px;
width: 100%;
border-bottom: 1px solid #e5e5e5;
border-collapse: collapse;
    border-spacing: 0;
}
table thead {
background-color: #373737;
color:#fff;
}
table tbody .column-1 {
background-color: #f7f7f7;
border-left: 1px solid #e5e5e5;
border-right: none;
}
table td, table th {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
    padding: 10px;
    vertical-align: middle;
}
table td {
background-color: #fff;
border-top: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
}
table thead + tbody .row-2 td {
    border-top: none;
}
table th+ th {
border-left: 1px solid #fff;
}
.icon-new-tab {
    border: none;
}
.tablepress-table-description {
    display: block;
    margin-top: 8px;
    line-height: 1.6;
}
table .custom-link {
  border: none;
}
@media (max-width: 450px){
table td,table th {
padding: 7px;
}
table th {
    line-height: 1.4;
}
}

/* テーブルレイアウトここまで */
/* 星評価ここから */
.star {
  position: relative;
  display: inline-block;
  width: calc(5 * 16px);
  height: 16px;
  font-size: 16px;
  letter-spacing: 0;
}

.star::before,
.star::after {
  position: absolute;
  display: inline-block;
  height: 16px;
  content: "★★★★★";
  line-height: 16px;
}

.star::before {
  color: #c4c4c4;
}

.star::after {
  overflow: hidden;
  color: #ffb906;
  white-space: nowrap;
}

.eva5:after {
  width: calc(5 * 16px);
}

.eva4-5:after {
  width: calc(4.5 * 16px);
}

.eva4:after {
  width: calc(4 * 16px);
}

.eva3-5:after {
  width: calc(3.5 * 16px);
}

.eva3:after {
  width: calc(3 * 16px);
}

.eva2-5:after {
  width: calc(2.5 * 16px);
}

.eva2:after {
  width: calc(2 * 16px);
}

.eva1:after {
  width: calc(1 * 16px);
}

@media (max-width: 450px) {
  .star {
    width: calc(5 * 14px);
    height: 14px;
    font-size: 14px;
  }

  .star::before,
  .star::after {
    height: 14px;
    line-height: 18px;
  }

  .eva5:after {
    width: calc(5 * 14px);
  }

  .eva4-5:after {
    width: calc(4.5 * 14px);
  }

  .eva4:after {
    width: calc(4 * 14px);
  }

  .eva3-5:after {
    width: calc(3.5 * 14px);
  }

  .eva3:after {
    width: calc(3 * 14px);
  }

  .eva2-5:after {
    width: calc(2.5 * 14px);
  }

  .eva2:after {
    width: calc(2 * 14px);
  }
}

/* 星評価ここまで */
/* 画像真ん中よせここから */
@media (max-width: 450px) {
  .content img {
    display: block;
    margin: 0 auto;
  }
}

/* 画像真ん中よせここまで */
/* 画像引用元を小さくここから */
cite {
  font-style: normal;
}

.quote {
  font-size: 1.2rem;
  color: #aaa;
  font-style: italic;
  line-height: 1.4;
}

#top .quote cite a {
  color: #aaa;
  text-decoration: none;
  border-bottom: none;
  font-weight: normal;
  padding-bottom: 0;
  font-style: italic;
}

@media screen and (max-width: 450px) {
  .quote {
    line-height: 1.2;
  }
}

/* 画像引用元を小さくここまで */
/* 見出しここから */

/* 見出しここまで */
/* 目次ここから */
.outline__title {
  font-size: 2.4rem;
  font-weight: bold; }

.content .outline {
  display: block;
  border: none;
  background-color: #f8f8f8;
  padding: 20px 40px 0;
  border-radius: 8px;
  margin-top: 32px;
}

.content .outline__switch + .outline__list {
  margin-left: 0;
  background-color: transparent;
  margin-bottom: 0;
}

.content .outline__link {
    display: inline-block;
    color: #191919;
    line-height: 1.6;
    font-size: 1.6rem;
    text-decoration: none;
    border: none;
    position: relative;
}

.outline__list-2 > li {
  border-top: 1px solid rgba(47, 47, 47, 0.1);
  padding: 16px 0;
  margin-top: 0;
}

#top .outline__list-3 {
  padding: 0 0 0 8px;
  background-color: transparent;
}

#top .outline__list-3 > li {
  margin-top: 8px;
  padding-left: 0; }

.content .outline__switch + .outline__list li {
  padding-left: 30px; }


label.outline__switch {
  vertical-align: 3px;
  margin-left: 8px; }

.content .outline__number {
  border-radius: 50%;
  background-color: #fa224d;
  color: #fff;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 1.5;
  text-align: center;
  font-size: 1.4rem;
  padding: 0;
  position: absolute;
  left: -30px;
  letter-spacing: 0; }

.outline__list-3 .outline__number {
  display: none; }

.outline__list-2 > li > a {
  font-weight: bold; }

.outline__list-3 > li a:before {
  position: absolute;
  top: 9px;
  left: -16px;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fa224d;
  border-radius: 100%; }

@media screen and (max-width: 450px) {
  .content .outline {
    padding: 16px 16px 0
}

.content .outline__number {
    top: 0;}

  .outline__title {
    font-size: 2rem; }

  span.outline__title.icon-list2:before {
    width: 40px;
    line-height: 40px; }

  #top .content .outline__switch + .outline__list {
    margin-top: 0;
    background-color: transparent; }

  .content .outline__link {
    line-height: 1.4; }

  #top .outline__list-3 {
    padding-left: 0; }

  #top .outline__list-3 > li {
    margin-top: 12px; }

.outline__list-3 > li a:before {
    top: 6px;}

  .outline__list-3 .outline__link {
    font-size: 1.4rem;
    vertical-align: top; } }

/* 目次ここまで */
/* この記事書いた人ここから */
.profile {
  font-size: 1.4rem;
  border: 8px solid rgba(0, 0, 0, 0.05);
    margin: 0 32px;
    padding: 20px;
    background: #fff;
    position: relative;
}

#top .profile .profile__name {
  border: none;
  color: #191919;
  font-size: 1.6rem;
  margin-top: 12px;
  font-weight: bold;
}

#top .profile .profile__name a {
  font-weight: bold;
  color: #191919;
}

.profile__author img {
  border: solid 1px #efefef;
}

.profile__text {
  background: #efefef;
  font-size: 1.6rem;
  padding: 15px;
  margin-bottom: 20px;
  line-height: 1;
}

#top .profile ul {
  background-color: transparent;
  margin-top: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#top .profile li {
  margin-top: 0;
}

#top .profile li:before {
  display: none;
}

.profile .profile-title {
  font-size: 1.6rem;
  line-height: 1;
  margin: 28px 0 12px;
}

#top .profile-list li {
  line-height: 1;
  margin-left: 12px;
}

#top .profile-list>li:nth-of-type(n+5) {
  margin-top: 8px;
}

#top .profile-list li a {
  text-decoration: none;
  color: #191919;
  border-bottom: none;
  font-weight: normal;
}

#top .profile-description {
  line-height: 1.8;
  margin-bottom: 12px;
}

.profile .basic-data li {
  line-height: 1;
  margin-top: 0;
}

.profile .basic-data li+li {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #ccc;
}

.profile .basic-data li:before {
  display: none;
}

.sns-list {
  justify-content: right;
}

.sns-list li+li {
  margin-left: 6px;
}

#top .sns-list a {
  display: block;
  text-decoration: none;
  color: #fa224d;
  border: 1px solid #fa224d;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top .sns-list a:before {
  margin-left: 1px;
}
@media (min-width: 451px) {
    .profile {
        display: flex;
    }
}
@media (max-width: 450px) {
  .profile {
    margin: 0 16px;
  }
  #top .profile .profile__name {
    font-size: 1.8rem;
    padding: 16px 0 20px;
    margin-top: 0;
  }

  #top .profile ul {
    justify-content: center;
  }

  #top .profile ul.profile-list {
    justify-content: left;
  }

  #top .profile-description {
    text-align: left;
  }
}

/* この記事書いた人ここまで */
/* 記事のQ&Aここから */
.qa>div {
  background-color: #f9f9f9;
  padding: 0 20px 20px;
  border-radius: 8px;
}

.qa>div+div {
  margin-top: 12px;
}

.postContents .question {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  background: url(https://www.showcase-tv.com/entertainment/wp-content/uploads/q-icon14.png) no-repeat;
  background-size: 32px;
  background-position: left 13px;
  padding: 16px 0 12px 40px;
  display: block;
}

#top .postContents .answer {
  padding: 20px;
  border-radius: 8px;
  line-height: 1.6;
  background-color: #fff;
  margin-top: 0;
}

.answer-text {
  background: url(https://www.showcase-tv.com/entertainment/wp-content/uploads/a-icon6.png) no-repeat;
  background-size: 32px;
  background-position: -3px 0px;
  padding: 5px 0 0 36px;
  min-height: 32px;
}

.answer+p {
  display: none;
}

.answer-text+p {
  margin: 0;
}

@media screen and (max-width: 450px) {
  .qa>div {
    padding: 0 8px 8px;
  }

  #top .l-main .answer {
    padding: 12px;
    background: #fff;
  }

  .postContents .question {
    line-height: 1.5;
  }
}

/* 記事のQ&Aここまで */
/* 本記事の参考サイトここから */
#reference {
  border: none;
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
  margin-top: 40px;
}

#reference ul {
  padding: 0;
}

#reference ul li {
  padding-left: 20px;
}

#reference ul li+li {
  margin-top: 16px;
}

#reference ul>li:before {
  position: absolute;
  top: 4px;
}

#reference a {
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
  color: #000;
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 450px) {
  #reference li:before {
    top: -4px;
  }

  #reference a {
    font-size: 1.2rem;
    line-height: 1.4;
    display: block;
  }
}

/* 本記事の参考サイトここまで */
/* ページ下部の関連する記事ここから */
.related {
  padding: 0 32px;
}
.related__title {
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    padding: 16px;
    margin: 40px 0px 20px;
    line-height: 1.4;
}
.related__item a {
    display: flex;
}
.related__item a .archive__contents {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.related__item a .eyecatch {
    max-width: 160px;
}
.related__item a .archive__contents > p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 8px;
}
.related__item + .related__item {
    margin-top: 16px;
}
@media (min-width: 451px) {
.related__item a .archive__contents > div {
    font-size: 1.6rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 548px;
}
}
@media (max-width: 450px) {
.related {
    padding: 0 16px;
}
.related__item a .eyecatch,
.related__item a .eyecatch img {
    max-width: 100px;
}
.related__item a .archive__contents {
    margin-left: 12px;
    font-size: 1.4rem;
    line-height: 1.3;
}
}
/* ページ下部の関連する記事ここまで */
/* SPで表示、PCで非表示ここから */
@media (min-width: 451px) {
  .sp-display {
    display: none;
  }
}

/* SPで表示、PCで非表示ここまで */
/* PCで表示、SPで非表示ここから */
@media (max-width: 450px) {
  .pc-display {
    display: none;
  }
}

/* PCで表示、SPで非表示ここまで */
/* 評価の星をオレンジにここから */
.hyoka td,
span.orange {
  color: orange;
}

/* 評価の星をオレンジにここまで */
/* 記事の注意文言ここから */
#disclaimer {
  padding: 40px;
  background-color: #54577b;
  color: #fff;
}

#disclaimer p {
  margin-top: 4px;
  line-height: 1.4;
}

/* 記事の注意文言ここまで */
/* フッターここから */
footer {
  margin-top: 60px;
}

.footer-wrapper {
  background-color: #efefef;
  padding: 80px 60px 100px;
  font-size: 1.4rem;
  color: #222;
}

.footer-title {
  color: #e6002d;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.footer-box+.footer-box {
  margin-top: 20px;
}

.footer-wrap2 {
  border-top: 1px solid #d9d9d9;
  margin-top: 28px;
  padding-top: 20px;
}

.corp-logo {
  display: flex;
  align-items: center;
}

.corp-logo>img {
  margin-left: 28px;
}

.corp-info ul {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
}

.copyArea {
  margin-top: 20px;
}

.copyArea p {
  margin-bottom: 0;
}

@media screen and (min-width: 451px) {
  .footer-box a {
    padding-bottom: 4px;
    position: relative;
  }

  .footer-box a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .footer-box a:before {
    background: #e6002d;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }

  .footer-box li+li {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #000;
  }

  .corp-info {
    margin-left: 28px;
    padding-left: 28px;
    border-left: 1px solid #d9d9d9;
  }
}

@media screen and (max-width: 450px) {
  footer {
    margin-top: 0;
  }

  .footer-wrapper {
    padding: 40px 20px 60px;
    font-size: 1.3rem;
  }

  footer .flexbox {
    flex-wrap: wrap;
  }

  .footer-box li {
    margin: 0 16px 16px 0;
  }

  .footer-title {
    margin-bottom: 12px;
  }

  .footer-wrap2 {
    margin-top: 16px;
  }

  .sccite.flexbox {
    justify-content: center;
  }

  .corp-logo {
    display: flex;
    align-items: center;
  }

  .corp-logo>img {
    width: 60px;
    height: 60px;
  }

  .corp-info {
    margin-top: 20px;
    line-height: 1.6;
  }

  .corp-info li+li {
    margin-top: 12px;
  }

  .copyArea {
    text-align: center;
    margin-top: 28px;
  }
}

/* フッターここまで */

/* hoverイベントここから */
@media screen and (min-width: 451px) {
  .sitecard-link:hover::after {
    color: #ffdce4;
    background-color: #fff;
    border-right: 2px solid #ffdce4;
  }

  .l-footer .menu a:before {
    background: #373737;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }

  .l-footer .menu a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .afib a:hover {
    background-position: 100% 0;
  }

  .content .quote a:hover {
    font-weight: normal;
    text-decoration: underline;
    color: #aaa;
  }

  .outline a:hover {
    color: #1a73e8;
  }

  .footer-upper ul+ul li:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    border-radius: 12px;
    background-color: #ef91ac;
    transition: .3s;
  }

  .footer-upper ul+ul li:hover:before {
    left: 0;
  }

  .footer-upper .logo-sns+ul li a,
  .our-media+ul li a {
    position: relative;
  }

  .footer-upper .logo-sns+ul li a:hover,
  .our-media+ul li a:hover {
    color: #3694de;
  }

  .footer-upper .logo-sns+ul li a:before,
  .footer-upper .logo-sns+ul li a:after,
  .our-media+ul li a:before,
  .our-media+ul li a:after {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    width: 0;
    height: 6px;
    transform-origin: 0;
    transition: .2s width cubic-bezier(.46, .05, .02, .99);
  }

  .footer-upper .logo-sns+ul li a:before,
  .our-media+ul li a:before {
    left: calc(50% - 8px);
    background-color: #64b6f6;
  }

  .footer-upper .logo-sns+ul li a:after,
  .our-media+ul li a:after {
    left: calc(50%);
    background-color: #ff7ca0;
  }

  .footer-upper .logo-sns+ul li a:hover:before,
  .footer-upper .logo-sns+ul li a:hover:after,
  .our-media+ul li a:hover:before,
  .our-media+ul li a:hover:after {
    width: 6px;
  }

  .footer-upper .logo-sns+ul li a:hover:before,
  .our-media+ul li a:hover:before {
    transition-delay: .2s;
  }

  .l-footerTop .icon-twitter:hover:before {
    color: #ff98b5;
  }
}

/* hoverイベントここまで */

/* トップへボタンここから */
.pagetop {
  display: none;
  position: fixed;
  bottom: 2.8rem;
  right: 4rem;
  z-index: 1;
}

.pagetop a {
  display: block;
  position: relative;
  width: 6.4rem;
  height: 6.4rem;
}

.pagetop a .pagetop__progress {
  height: 100%;
  position: relative;
  width: 100%;
}

.pagetop a .pagetop__progress svg.pagetop__progress__base {
  opacity: 0.2;
}

.pagetop a .pagetop__progress svg path {
  fill: none;
  stroke: #363636;
  stroke-width: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pagetop a .pagetop__arrow,
.pagetop a .pagetop__progress svg {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pagetop a .pagetop__arrow path {
  fill: #363636;
}

@media (min-width: 769px) {
  .pagetop a .pagetop__arrow path {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  .pagetop a:hover {
    opacity: 1;
  }

  .pagetop a:hover .pagetop__arrow path {
    fill: #fa224d;
  }
}

@media (max-width: 768px) {
  .pagetop {
    bottom: 0.8rem;
    right: 0.8rem;
  }
}

.bottomFooter__topBtn[style*="bottom: 0px;"] {
  bottom: 130px !important;
  right: 15px;
}

/* トップへボタンここまで */
/* 全体設定ここから */
#top .radius0 {
  border-radius: 0;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

#top .mt0 {
  margin-top: 0 !important;
}

#top .mt5,
#custom .mt5 {
  margin-top: 5px;
}

#top .mt10 {
  margin-top: 10px;
}

#top .mt15 {
  margin-top: 15px;
}

#top .mt20,
#custom .mt20 {
  margin-top: 20px;
}

#top .mt30 {
  margin-top: 30px;
}

#top .mb0 {
  margin-bottom: 0;
}

#top .mb5,
#custom .mb5 {
  margin-bottom: 5px;
}

#top .mb10,
#custom .mb10 {
  margin-bottom: 10px;
}

#top .mb15 {
  margin-bottom: 15px;
}

#top .mb20 {
  margin-bottom: 20px;
}

#top .mb25 {
  margin-bottom: 25px;
}

#top .mb30 {
  margin-bottom: 30px;
}

#main .ml0 {
  margin-left: 0;
}

#top .ml15 {
  margin-left: 15px;
}

#top .ml20 {
  margin-left: 20px;
}

#top .ml30 {
  margin-left: 30px;
}

#top .mr15 {
  margin-right: 15px;
}

#top .mr5 {
  margin-right: 5px;
}

#top .mr20 {
  margin-right: 20px;
}

#top .pt0 {
  padding-top: 0;
}

#top .pt5 {
  padding-top: 5px;
}

#top .pt10 {
  padding-top: 10px;
}

#top .pb0 {
  padding-bottom: 0;
}

#top .pb5 {
  padding-bottom: 5px;
}

#top .pb10 {
  padding-bottom: 10px;
}

#top .pl0 {
  padding-left: 0;
}

#top .pl15 {
  padding-left: 15px;
}

#top .pl20 {
  padding-left: 20px;
}

#top .pr15 {
  padding-right: 15px;
}

#top .pr20 {
  padding-right: 20px;
}

#top .pd10 {
  padding: 10px;
}

#top .ht950 {
  height: 950px;
}

#top .inlineblock,
#custom .inlineblock {
  display: inline-block;
}

#top .block {
  display: block;
}

small {
  display: block;
}

.underline {
  text-decoration: underline;
}

#top .tdeco-none {
  text-decoration: none;
}

#top .black {
  color: #191919;
}

#top .red,
#custom .red {
  color: #fa224d;
}

.bold.red,
#top .fbig {
  font-size: 2rem;
}

#top .fwn {
  font-weight: normal;
}

@media screen and (max-width: 450px) {

  #top .bold.red,
  #top .fbig {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  #top .spmt0 {
    margin-top: 0;
  }

  #top .spmt5 {
    margin-top: 5px;
  }

  #top .spmt8 {
    margin-top: 8px !important;
  }

  #top .spmt10 {
    margin-top: 10px;
  }

  #top .spmt15 {
    margin-top: 15px;
    display: inline-block;
  }

  #top .spmt20 {
    margin-top: 20px;
    display: inline-block;
  }

  #top .spmt25 {
    margin-top: 25px;
  }

  #top .spmt30 {
    margin-top: 30px;
  }

  #top .spmb0 {
    margin-bottom: 0;
  }

  #top .spmb5 {
    margin-bottom: 5px;
  }

  #top .spml0 {
    margin-left: 0 !important;
  }

  #top .spmb10 {
    margin-bottom: 10px;
  }

  #top .spmb15 {
    margin-bottom: 15px;
  }

  #top .spmb20 {
    margin-bottom: 20px;
  }

  #top .spmb25 {
    margin-bottom: 25px;
  }

  #top .spmr15 {
    margin-right: 15px;
  }

  #top .spmr5 {
    margin-right: 5px;
  }

  #top .spmr20 {
    margin-right: 20px;
  }

  .sp-align-right {
    text-align: right;
  }

  .sp-align-left {
    text-align: left;
  }

  .sp-align-center {
    text-align: center;
  }

  #top .spf11 {
    font-size: 1.1rem;
  }

  #top .spf12 {
    font-size: 1.2rem;
  }

  .spf11.inlineblock {
    line-height: 1.2;
  }

}

/* 全体設定ここから */
/* 記事一覧ページのプロフィール欄ここから */
p.phrase.phrase-secondary.archiveHead__authorDescription {
  line-height: 1.5em;
}

/* 記事一覧ページのプロフィール欄ここまで */
/* ボタン上の訴求文ここから */
.afi-speech {
  color: #ff2626;
  font-weight: bold;
  text-align: center;
}

.content div.afib p {
  margin-top: 1rem;
}

.afib>.afi-speech>span::before {
  content: "";
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  display: inline-block;
  border-style: solid;
  border-width: 25px 4px 0 4px;
  border-color: #ff2626 transparent transparent transparent;
  margin: 0 10px -8px 0;
}

.afib>.afi-speech>span::after {
  content: "";
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  display: inline-block;
  border-style: solid;
  border-width: 25px 4px 0 4px;
  border-color: #ff2626 transparent transparent transparent;
  margin: 0 0 -8px 10px;
}

/* ボタン上の訴求文ここまで */
/* PCで改行しないここから */
@media screen and (min-width: 451px) {
  br.pcnone {
    display: none;
  }
}

/* PCで改行しないここまで */
/* テーブルスクロールここから */
.scroll {
  overflow: auto;
}

.scroll table {
  white-space: nowrap;
  margin-bottom: 8px;
}

.scroll .column-1 {
  position: sticky;
  left: 0;
}
.scroll th.column-1 {
     background: #373737; 
}
.scroll .column-1:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 1%;
    height: 100%;
    border-left: 1px solid #e5e5e5;
}
.scroll th.column-1:before {
    border-left: 1px solid #373737;
}
.scroll::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
.scroll table a,
.sp-scroll table a {
  z-index: 10;
  position: relative;
}
@media (max-width: 450px) {
.pink-circle + .scroll table {
    margin-top: 8px;
}
.sp-scroll {
  overflow: auto;
}

.sp-scroll table {
  white-space: nowrap;
  margin-bottom: 8px;
}

.sp-scroll .column-1 {
  position: sticky;
  left: 0;
}
.sp-scroll th.column-1 {
     background: #373737; 
}
.sp-scroll .column-1:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #e5e5e5;
}
.sp-scroll th.column-1:before {
    border-left: 1px solid #373737;
}
}
/* テーブルスクロール　ここまで */
/* 画像比較のタイトルここから */
#top .laderimage-list {
  margin-top: 10px !important;
}

div.ladar-title {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
    border: solid #efe4df;
    border-width: 7px 7px 0;
    margin-bottom: -13px;
    margin-top: 20px;
}

div.ladar-title+p {
  margin-top: 0px;
}

/* 画像比較のタイトルここまで */
/* 評価エリアここから */
div.eva-title {
  font-size: 30px;
  font-weight: bold;
  color: #515151;
  text-align: center;
  padding: 10px;
}

.content div.eva ul {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: center;
  border-radius: 0px;
  letter-spacing: -0.5px;
}

.content div.eva ul li {
  margin: 10px;
  box-shadow: 2px 2px 3px #b7b7b7;
}

.content div.eva li::before {
  content: none;
}

div.eva span {
  font-size: 34px;
  margin-right: 5px;
  color: #515151;
}

.content div.eva ul li.radar {
  margin-bottom: 25px;
}

li.rank {
  background: #7bc3f3;
  width: 40%;
  padding: 10px;
  text-align: center;
  border-radius: 15px;
}

div.rank1 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 0px auto 10px;
}

div.rank2 {
  background: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 20px;
  color: #515151;
  font-weight: bold;
  margin-top: 0px;
  text-shadow: 2px 2px 3px #d7d7d7;
}

li.price {
  background: #8de57e;
  width: 40%;
  padding: 10px;
  text-align: center;
  border-radius: 15px;
}

div.price1 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 0px auto 10px;
}

div.price2 {
  background: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 20px;
  color: #515151;
  font-weight: bold;
  margin-top: 0px;
  text-shadow: 2px 2px 3px #d7d7d7;
}

li.point {
  background: #ffa7be;
  width: 83%;
  padding: 10px;
  text-align: center;
  border-radius: 15px;
}

div.point1 {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  margin: 0px auto 10px;
}

div.point2 {
  background: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 20px;
  color: #515151;
  font-weight: bold;
  margin-top: 0px;
  text-shadow: 2px 2px 3px #d7d7d7;
}

div.eva div.point2 span {
  font-size: 40px;
  color: #ff5b86;
}

div.point1::before {
  font-family: "icomoon";
  content: "\e9af";
  color: #ffffff;
  padding-right: 7px;
}

.content div.eva .accordionBox-border dt {
  color: #515151;
  border-radius: 5px;
  text-align: center;
}

.content div.eva dl {
  width: 96%;
  margin: auto;
}

@media screen and (max-width: 414px) {
  .content div.eva ul {
    padding: 15px 0px;
    margin: 0px 10px 10px 10px;
  }

  div.eva span {
    font-size: 23px;
  }

  div.eva-title {
    font-size: 25px;
  }

  .content div.eva ul li {
    margin: 5px;
  }

  .content div.eva ul li.radar {
    margin-bottom: 15px;
    width: 90%;
  }

  li.rank {
    width: 43%;
    padding: 7px;
  }

  div.rank1 {
    font-size: 15px;
    margin: 0px auto 5px;
  }

  div.rank2 {
    padding: 10px;
    font-size: 15px;
  }

  li.price {
    width: 43%;
    padding: 7px;
  }

  div.price1 {
    font-size: 15px;
    margin: 0px auto 5px;
  }

  div.price2 {
    padding: 10px;
    font-size: 15px;
  }

  li.point {
    width: 90%;
    padding: 7px;
  }

  div.point1 {
    font-size: 20px;
  }

  div.point2 {
    font-size: 15px;
  }

  div.eva div.point2 span {
    font-size: 30px;
  }

  div.point1::before {
    font-family: "icomoon";
    content: "\e9af";
    color: #ffffff;
    padding-right: 7px;
  }

  .content div.eva dl {
    width: 95%;
  }
}

/* 評価エリアここまで */
/*パカパカここから*/
.content dl {
  margin-top: 2rem
}

.content dt {
  margin-top: 2rem;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.05)
}

.content dd {
  padding: 10px;
  border: solid 1px rgba(0, 0, 0, 0.05)
}

.content .accordionBox dt {
  position: relative
}

.content .accordionBox dt::after {
  font-family: "icomoon";
  content: "\ea0c";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.5rem;
  font-size: 1rem;
  line-height: 1
}

.content .accordionBox dt.current::after {
  content: "\ea0d"
}

.content .accordionBox-border dt {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.05)
}

.content .accordionBox-border dd {
  border-top: 0
}

/*パカパカここまで*/
/*編集長エリアここから*/
.editor {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 15px;
  margin: 0 32px 28px;
}

.editor-author {
  text-align: center;
}

.editor-text {
  margin: 12px 0;
  font-weight: bold;
  line-height: 1.75;
}

.content .editor-text {
  font-size: 15px;
  font-weight: bold;
  margin: 12px 0px 20px 0px;
  line-height: 1;
}

.editor-author img {
  border: solid 1px #efefef;
  border-radius: 50%;
}

.editor-description {
  line-height: 1.75;
}

#top .editor ul {
  background-color: transparent;
  margin-top: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.content .editor ul>li:before {
  content: none;
}

.sns-list {
  list-style: none;
}

@media screen and (min-width: 451px) {
  .editor {
    display: flex;
  }

  .editor-author {
    width: 20%;
  }

  .editor-contents {
    width: 75%;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    padding: 12px 0 0 20px;
    margin-left: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {
.editor {
    margin: 0 16px 20px;
}
  .editor-description {
    font-size: 1.3rem;
    margin-top: 16px;
  }

  .editor-text {
    margin: 0 0 12px;
  }
}

/*編集長エリアここまで*/
/*編集長コメントここから*/
#top .cha3 .ico {
  float: left;
  margin-right: 15px;
  width: 80px;
  height: 101px;
  text-align: center;
}

#top .cha3 .ico+div:before {
  border-right: 8px solid #f9f9f9;
  left: -8px;
}

.cha3 .gra {
  background-color: #f9f9f9;
}

#top .interview .gra-content {
  padding: 12px;
  border-radius: 3px;
  line-height: 1.6;
}

div.ico span {
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-align: center;
}

.interview.cha3 {
  height: fit-content;
}

@media screen and (max-width: 450px) {
  #top .cha3 .ico {
    width: 55px;
    height: 74px;
  }
}

/*編集長コメントここまで*/

/*エンタメメディアアフィボタン*/
.button-container {
    display: block;
    text-align: center;
    margin: 28px 0;
}

.trial-text {
  position: relative;
    font-size: 2rem;
    font-weight: bold;
    color: #fa224d;
    line-height: 1.4;
    width: fit-content;
    margin: 0 auto 12px;
}

.trial-text:before {
    content: "＼";
    position: absolute;
    left: -26px;
    bottom: 0;
}

.trial-text:after {
    content: "／";
    position: absolute;
    right: -26px;
    bottom: 0;
}

.btn-box {
    margin-top: 8px;
}

#top .btn-box a,#top .btn-box .custom-link {
    max-width: 100%;
    width: 360px;
    height: 68px;
    display: flex;
    align-items: center;
    border-radius: 34px;
    overflow: hidden;
    text-decoration: none;
    margin: 0 auto;
    background-color: #000;
    border: 2px solid #000;
    position: relative;
}
.btn-box .bgwh {
    width: 28%;
    padding: 20px 0;
    background-color: #fff;
    text-align: center;
}
.btn-box a span+span,.btn-box .custom-link span+span {
    padding: 10px 40px 10px 10px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    flex: 1;
}
.btn-box a span+span span,.btn-box .custom-link span+span span {
    display: inline-block;
}
.btn-box a:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -6px;
}

#top .btn-box .bt-amazon {
    background-color: #0478ff;
    border-color: #0478ff;
}

#top .btn-box .bt-lemino {
    background-color: #ff146f;
    border-color: #ff146f;
}

#top .btn-box .bt-danime {
    background-color: #ea5529;
    border-color: #ea5529;
}

#top .btn-box .bt-telasa {
    background-color: #ec5604;
    border-color: #ec5604;
}

#top .btn-box .bt-disney {
    background: linear-gradient(#002133, #039099);
    border-color: #002337;
}

#top .btn-box .bt-tvtokyobiz {
    background-color: #e60113;
    border-color: #e60113;
}

#top .btn-box .bt-ponta {
    background-color: #0076d6;
    border-color: #0076d6;
}

#top .btn-box .bt-jcom {
    background-color: #c82912;
    border-color: #c82912;
}

#top .btn-box .bt-rakutentv {
    background-color: #bf0001;
    border-color: #bf0001;
}

@media screen and (max-width: 450px) {
 .btn-box a {
    max-width: 100%;
}
}
/*エンタメメディアアフィボタンここまで*/
/*この記事からわかることここから*/
.abstract-box {
    border: 3px solid #2d2d2d;
    margin-top: 40px;
}

#top .abstract-title {
    width: fit-content;
    margin: -14px 0 0 20px;
    background: #fff url(https://www.showcase-tv.com/entertainment/wp-content/uploads/point-img-book.png) no-repeat;
    background-size: 28px;
    background-position: 12px -1px;
    padding: 0 12px 0 48px;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #fa224d;
    font-weight: bold;
    max-width: 94%;
}
.abstract-box ul {
    background-color: white;
    border: none;
    padding: 8px 20px 12px 34px;
    margin-top: 0;
}
.abstract-box ul li {
    line-height: 1.6;
    padding-left: 24px;
}
.abstract-box ul li + li {
    margin-top: 8px;
}
#top .abstract-box ul > li:before {
    content: "\ea12";
    color: #fa224d;
    font-family: icomoon;
    margin-right: 8px;
    position: absolute;
    left: 0;
}
@media screen and (max-width: 450px) {
.abstract-box ul {
    padding: 10px 20px 12px 20px;
}
}
/*この記事からわかることここまで*/
/*PRボックスここから*/
.pr-box ul {
    background-color: #f5f5f5;
    padding: 18px;
    border-radius: 16px;
    margin: 2rem 0;
    text-align: left;
}

.pr-speech span {
    display: block;
    position: relative;
    width: fit-content;
    margin: 0 auto 8px;
}

.pr-box > ul > li + li {
    margin-top: 16px;
}

.pr-box ul li span {
    position: relative;
    padding-left: 16px;
}

.pr-box ul li::before {
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 100%;
    background-color: #fa224d;
    margin-right: 8px;
}

.pr-box .pr-speech span::before {
    content: "";
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    /* transform: rotate(-30deg); */
    display: inline-block;
    border-style: solid;
    border-width: 25px 4px 0 4px;
    border-color: #fa224d transparent transparent transparent;
    left: -20px;
}
.pr-box .pr-speech span::before, .pr-box .pr-speech span::after {
    position: absolute;
    bottom: 2px;
}

.pr-box .pr-speech span::after {
    content: "";
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    display: inline-block;
    border-style: solid;
    border-width: 25px 4px 0 4px;
    border-color: #fa224d transparent transparent transparent;
    right: -20px;
}
.pr-box .pr-speech span::before, .pr-box .pr-speech span::after {
    position: absolute;
    bottom: 2px;
}
.afi-button a, #main .table-afi-button a {
    width: 100%;
    color: #fff !important;
    display: block;
    padding: 20px;
    letter-spacing: 1px;
    border-radius: 34px;
    font-size: 1.8rem;
    background: linear-gradient(90deg, rgb(245 34 76) 0%, rgb(255 83 0) 50%, rgba(255, 77, 48, 1) 100%);
    background-size: 200% 100%;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    position: relative;
    font-weight: bold;
    line-height: 1.4;
	text-align: center;
	margin-top: 20px;
}
.afi-button a:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -6px;
}
@media (min-width: 451px) {
    .sp-display {
        display: none;
    }
    .afi-button a:hover {
        background-position: 100% 0;
    }
}
@media (max-width: 450px) {
.pr-box ul li::before {
top: 8px;
}
.afi-button a:after {
right:12px;}
}


.kakoi {
    border: 2px solid #aeaeae;
    padding: 15px;
	margin-top: 15px;
}
/*PRボックスここまで*/
/*SNSここから*/
.profile-social {
    display: flex; /* アイコンを横並びにする場合 */
    align-items: center; /* 縦方向の中央揃え */
    /* 必要に応じて margin や padding を追加 */
	margin-top: 20px;
}

.x-icon-image {
    width: 1.5em; /* アイコンのサイズ調整 */
    height: 1.5em;
    /* fill プロパティは<img>タグには適用されません */
    opacity: 1; /* 必要に応じて透明度を設定 */
    transition: opacity 0.3s ease; /* ホバー時のアニメーション（任意） */
}

.profile-social a {
    text-decoration: none; /* リンクの下線を消す */
    margin-right: 0.5em; /* 他のアイコンとの間隔（必要に応じて） */
}

.profile-social a:hover .x-icon-image {
    opacity: 0.7; /* ホバー時に少し透明にするなどの効果 */
}
/*SNSここまで*/
/*誤り報告ここから*/
.report-text a {
    color: #a2a2a2 !important;
    font-size: 1.1rem;
}
.report-text {
    text-align: right;
	margin-top: 20px;
}
/*誤り報告ここまで*/
/*メリット・デメリットボックス（独立）ここから*/
#top .merit-container > div {
    width: fit-content;
    margin-top: -17px;
    margin-left: 12px;
    padding: 0 8px;
    font-weight: bold;
    background-color: #fff;
    line-height: 1.4;
}
.merit-container.merit > div {
    color: #fa224d;
}
.merit-container.merit {
    border: 2px solid #fa224d;
    margin-top: 30px;
    margin-bottom: 30px;

}
.merit-container ul li {
    padding-left: 24px;
    line-height: 1.6;
}
.merit-container.merit ul li::before {
    content: "\e9e2";
    color: #fa224d;
}
.merit-container ul li::before {
    font-family: "icomoon";
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    left: 0;
}
.merit-container ul {
    padding: 12px 16px;
    margin: 0 !important;
}
.merit-container ul li + li {
    margin-top: 12px;
}
.merit-container ul li {
    padding-left: 24px;
    line-height: 1.6;
}
.merit-container.demerit {
    border: 2px solid #2589d0;
	margin-top: 20px;
	margin-bottom: 20px;
}
.merit-container.demerit > div {
    color: #2589d0;
}
.merit-container.demerit {
    border: 2px solid #2589d0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.merit-container.demerit ul li::before {
    content: "\e9e2";
    color: #2589d0;
}
/*メリット・デメリットボックス（独立）ここまで*/
/*PRボックス-2ここから*/
.ad-box p {
    margin: 10px 0px 0px 0px;
}

.ad-comment {
    background-color: #fff;
    padding: 15px 15px 0px 15px;
}

.ad-box {
    text-align: center;
}
.kakoi-ad {
    background-color: #ffffff;
    padding: 25px 20px 20px 20px;
    border-radius: 12px;
    margin-top: 30px;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
}

@media (min-width: 451px) {
    .sp-display {
        display: none;
    }
}
/*PRボックス-2ここまで*/
/*ニュースボックスここから*/
.news-title {
    font-size: 1.8rem;
    font-weight: 800;
	margin-left: 40px;
}

.content .news-box {
    position: relative;
    background-color: #fffbed;
    padding: 20px;
    margin-top: 20px;
}
/*ニュースボックスここまで*/
/* 記事内容の誤りを修正ここから */
.postContents .correction {
    background-color: rgb(247 247 247);
    margin: 24px 0;
}
.postContents .correction.es-Bbrackets:before,
.postContents .correction.es-Bbrackets:after {
    border-color: #FA224D;
}
.correction .icon-notification:before {
    content: "\ea0a";
    color: #FA224D;
    font-size: 2rem;
    margin-right: 4px;
    vertical-align: -3px;
}
.correction > p {
    margin-top: 8px;
    color: #6b6b6b;
    margin-bottom: -7px;
    font-size: 12px;
}
.correction > div {
    /* font-weight: bold; */
    font-size: 14px;
}
@media screen and (max-width:450px) {
.correction > div {
        font-size: 13px;
        line-height: 1.1;
	}
}
/* 記事内容の誤りを修正ここまで */ 
/* オレンジアフィボタン：電位書籍リーダーやオーディオブックなど*/
.detail-button {
  display: flex;                    
  justify-content: center;
  align-items: center;
  width: 100%;                   
  box-sizing: border-box;          
   background-color: #ff8300;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 24px;
  margin-top: 30px;
  text-decoration: none !important;   
  cursor: pointer;
  transition: background-color 0.2s;
}
.detail-button:hover {
  background-color: #ffa200;
}
/* SVG アイコンの色をテキスト色に追従 */
.detail-button .icon {
  margin-left: 8px;
  width: 16px;
  height: 16px;
  stroke: currentColor;
}
@media (max-width: 600px) {
  .detail-button {
    font-size: 14px;
    padding: 10px 20px;
  }
}