/* ===========================
 * General
 * =========================== */
/* ===========================
 * Components
 * =========================== */
/* ===========================
 * Layouts
 * =========================== */
/* ===========================
 * Typo
 * =========================== */
.article {
  /* =========================================
     * Styles For Old Format (For Wordpress)
     * ========================================= */
}

.article .source {
  color: #aaa;
  font-size: 90%;
}

.article .source a {
  color: #aaa;
}

.article .source a:hover {
  color: rgba(170, 170, 170, 0.7);
  text-decoration: underline;
}

.article .article-cover-wrapper {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}

.article .article-cover-wrapper .source {
  text-align: left;
}

.article .article-cover-wrapper .article-cover {
  margin-bottom: 0.5rem;
}

.article .article-cover-wrapper .article-cover img {
  width: 100%;
  height: auto;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

.article .article-cover-wrapper .article-cover amp-img {
  max-height: 500px;
  max-width: 100%;
}

.article .article-desc {
  margin: 1rem auto;
}

.article .article-header,
.article .article-body {
  margin: 1rem 1rem;
}

.article .article-name {
  margin-bottom: 1rem;
}

.article .article-name > h1 {
  margin: 0;
  font-size: 200%;
  line-height: 1.5;
}

.article .article-cap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 0;
  color: #aaa;
  font-size: 90%;
}

.article .article-cap .date {
  margin-right: auto;
}

.article .article-cap .author {
  color: #717171;
  margin-right: 0.5rem;
}

.article .article-cap .author a {
  color: #aaa;
}

.article .article-ads-information {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.article .article-ads-information .info-icon path {
  fill: #aaa;
}

.article .article-ads-information .info-text {
  color: #aaa;
  font-size: 12px;
  padding-left: 2px;
}

.article .article-body {
  overflow: hidden;
  /**
         * Temporary exception, heading elements has class point-box-h3 or ciatr-recommend-catch apply the old design.
         */
  /**
         * Text Component
         */
  /**
         * Image Component
         */
  /**
         * Html Component
         */
  /**
         * Quote Component
         */
  /**
         * Title
         */
  /**
         * Link
         */
  /**
         * Watch
         */
  /**
         * Button Component
         */
  /**
         * Article Component
         */
  /**
         * Spoiler Component
         */
  /**
         * Table Component
         */
}

.article .article-body .component {
  margin-bottom: 1.5rem;
  position: relative;
}

.article .article-body h2,
.article .article-body h3,
.article .article-body h4,
.article .article-body p {
  line-height: 1.5;
}

.article .article-body h2 {
  font-size: 1.375rem;
  padding: 14px;
  font-weight: 700;
  border-left: 5px solid #10c0e6;
  background: #f8f8f8;
  border-bottom: none;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

.article .article-body h3:not(.point-box-h3) {
  font-size: 1.25rem;
  padding: 0.5rem 0.1rem;
  font-weight: 700;
  border-bottom: 1px solid #d7d7d7;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

.article .article-body h3.point-box-h3 {
  padding: 0.25rem 0;
  font-size: 16px;
  font-weight: bold;
}

.article .article-body h4:not(.ciatr-recommend-catch) {
  font-size: 1.125rem;
  position: relative;
  padding-left: 1.3rem;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

.article .article-body h4:not(.ciatr-recommend-catch)::before {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #10c0e6;
}

.article .article-body h4.ciatr-recommend-catch {
  font-size: 0.9625rem;
  font-weight: bold;
}

.article .article-body .component > p,
.article .article-body p.spoiler-content {
  font-size: 110%;
}

.article .article-body .component > p strong,
.article .article-body p.spoiler-content strong {
  font-weight: bolder;
}

.article .article-body .component > p em.highlight,
.article .article-body p.spoiler-content em.highlight {
  background: linear-gradient(transparent 60%, #ffdfef 0%);
  line-height: 25px;
  font-size: 16px;
  font-weight: bolder;
  font-style: normal;
}

.article .article-body .component > p a:not([class]),
.article .article-body p.spoiler-content a:not([class]) {
  text-decoration: underline;
  color: #0d95b3;
}

.article .article-body .component > p a:not([class]):focus,
.article .article-body p.spoiler-content a:not([class]):focus {
  outline: 0;
}

.article .article-body .component > p a:not([class]):hover,
.article .article-body p.spoiler-content a:not([class]):hover {
  opacity: 0.5;
}

.article .article-body img,
.article .article-body iframe,
.article .article-body amp-youtube {
  max-width: 100%;
}

.article .article-body img {
  display: inline-block;
  position: relative;
  min-height: 4rem;
  text-align: center;
}

.article .article-body amp-youtube img {
  min-height: initial;
  height: auto;
}

.article .article-body amp-instagram {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  box-shadow: none;
}

.article .article-body amp-img img {
  position: absolute;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.article .article-body img::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  min-width: 15rem;
  max-height: 3rem;
  margin: 0 0 0.5rem;
  padding: 1rem;
  font-size: 90%;
  color: #aaa;
  background-color: #eee;
  overflow: hidden;
}

.article .article-body .item-link-youtube iframe,
.article .article-body .item-link-youtube amp-youtube,
.article .article-body iframe.ciatr_youtube,
.article .article-body amp-youtube.ciatr_youtube {
  width: 100%;
  height: 24rem;
}

.article .article-body .item-link-youtube-player {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.article .article-body .item-link-youtube .play-button {
  position: absolute;
  z-index: 1;
  width: 6rem;
  height: 6rem;
}

.article .article-body .item-link-youtube .thumbnail {
  width: 100%;
}

.article .article-body .item-text a.external {
  position: relative;
  padding-left: 1.2rem;
  color: #0d95b3;
  font-weight: bold;
  text-decoration: underline;
}

.article .article-body .item-text a.external:hover {
  opacity: 0.5;
}

.article .article-body .item-text a.external::before {
  position: absolute;
  top: -4px;
  left: 0;
  display: inline-block;
  content: "\e910";
  font-family: "icomoon";
  font-size: 110%;
  text-decoration: none;
}

.article .article-body .item-img {
  text-align: center;
}

.article .article-body .item-img img {
  max-width: 100%;
  max-height: 500px;
  margin-bottom: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .article .article-body .item-img img {
    max-height: 350px;
  }
}

.article .article-body .item-img amp-img {
  max-width: 100%;
  max-height: 500px;
}

@media screen and (max-width: 768px) {
  .article .article-body .item-img amp-img {
    max-height: 350px;
  }
}

.article .article-body .item-img .source {
  text-align: left;
}

.article .article-body .campaign_button {
  color: #fff;
  display: block;
  height: inherit;
  margin-bottom: 1rem;
  min-width: 10rem;
  padding: 0.75rem 0.5rem;
  border-bottom: inherit;
  background: #f11a38;
  font-size: 90%;
  font-weight: inherit;
  text-align: center;
  line-height: 1rem;
  border-radius: 2rem;
}

.article .article-body blockquote {
  color: #717171;
  font-style: italic;
}

.article .article-body blockquote .quote-text,
.article .article-body blockquote .thetext {
  padding: 1rem;
  background: #e3e3e3;
}

.article .article-body blockquote .quote-text p,
.article .article-body blockquote .thetext p {
  white-space: normal;
}

.article .article-body blockquote .quote-text p::before,
.article .article-body blockquote .quote-text p::after,
.article .article-body blockquote .thetext::before,
.article .article-body blockquote .thetext::after {
  display: inline-block;
  content: '\00a0"\00a0';
  font-size: 120%;
  font-weight: bolder;
}

.article .article-body .item-title a {
  color: #555;
}

.article .article-body .item-title a:hover {
  color: #888888;
  text-decoration: underline;
}

.article .article-body .item-title .item-title-inner {
  display: -ms-flexbox;
  display: flex;
  background: #f9f9f9;
}

.article .article-body .item-title .poster {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.article .article-body .item-title amp-img {
  width: 9rem;
}

.article .article-body .item-title .item-title-info {
  padding: 1rem;
  font-size: 90%;
  line-height: 1.5;
}

.article .article-body .item-title .item-title-info .title {
  font-size: 120%;
  font-weight: bolder;
}

.article .article-body .item-link .link-widget {
  display: inline-block;
  color: #555;
}

.article .article-body .item-link .link-widget:hover {
  color: #aaa;
}

.article .article-body .item-link .link-widget .title {
  margin: 0 0 0.5rem;
  font-size: 120%;
  font-weight: bolder;
  text-decoration: underline;
}

.article .article-body .item-watch {
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background: #f9f9f9;
}

.article .article-body .item-watch .item-watch-user-thumb {
  margin-right: 1rem;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.article .article-body .item-watch .item-watch-user-thumb img {
  min-height: initial;
}

.article .article-body .item-watch .item-watch-item-cap {
  margin-bottom: 0.5rem;
}

.article .article-body .item-watch .item-watch-item-cap > span {
  display: inline-block;
  margin-right: 0.5rem;
  line-height: 0.75rem;
}

.article .article-body .item-watch .item-watch-item-cap > span:last-of-type {
  margin-right: 0;
}

.article .article-body .item-watch .item-watch-item-cap img {
  min-height: initial;
}

.article .article-body .item-watch .username {
  font-weight: bolder;
}

.article .article-body .item-watch .img-star-2x {
  height: 14px;
  width: auto;
}

.article .article-body .item-watch .item-watch-item-content {
  font-size: 90%;
}

.article .article-body .ArticleComponentButton {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.article .article-body .ArticleComponentButton a {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  color: #fff;
  background: #f11a38;
  box-shadow: 0 4px 0 #830214;
  min-width: 18rem;
  display: inline-block;
  padding: 13px 31px;
  border-radius: 8px;
}

.article .article-body .ArticleComponentButton a:hover {
  color: #fff;
  opacity: 0.5;
}

.article .article-body .ArticleComponentButton a::after {
  content: "";
  display: inline-block;
  background-image: url("/images/right_arrow.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  margin: -2px 0 0 5px;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .article .article-body .ArticleComponentButton a {
    font-size: 14px;
    min-width: 15rem;
  }
}

.article .article-body .ArticleComponentArticle {
  background-color: #eee;
  border-left: 8px solid #aaa;
  /* provisionary property */
}

.article .article-body .ArticleComponentArticle .article-item {
  -ms-flex-align: initial;
      align-items: initial;
  padding: 1rem;
}

.article .article-body .ArticleComponentArticle .articlelink {
  color: #555;
}

.article .article-body .ArticleComponentArticle .articlelink:hover {
  color: rgba(170, 170, 170, 0.9);
  text-decoration: underline;
  transition: none;
}

.article .article-body .ArticleComponentArticle .articlelink__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.article .article-body .ArticleComponentArticle .articlelink__heading--thumbnail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.article .article-body .ArticleComponentArticle .articlelink__heading--thumbnail .img-cover {
  width: 4.5rem;
  height: 4.5rem;
  transition: none;
}

.article .article-body .ArticleComponentArticle .articlelink__heading--title {
  display: -webkit-box;
  line-height: 1.4;
  font-size: 0.9625rem;
  font-weight: 700;
  overflow: hidden;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
  padding-left: 0;
  margin: 0.2rem 0.5rem;
}

.article .article-body .ArticleComponentArticle .articlelink__heading--title::before {
  display: none;
}

.article .article-body .ArticleComponentArticle .articlelink__desc {
  font-size: 14px;
  line-height: 1.5;
  padding: 0.5rem;
}

.article .article-body .item-spoiler label {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  color: #f11a38;
  background: #e3e3e3;
}

.article .article-body .item-spoiler label:hover {
  color: #f77a8c;
}

.article .article-body .item-spoiler input {
  display: none;
}

.article .article-body .item-spoiler input:checked ~ .spoiler-content {
  padding: 1.5rem 0rem 0.5rem;
  height: auto;
  opacity: 1;
}

.article .article-body .item-spoiler input:checked ~ label .icon-plus-minus::before {
  content: "\ea0b";
  padding-right: 0.75rem;
}

.article .article-body .item-spoiler .spoiler-content {
  padding: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.6s;
}

.article .article-body .item-spoiler .spoiler-content a.external {
  position: relative;
  padding-left: 1.2rem;
  color: #0d95b3;
  font-weight: bold;
  text-decoration: underline;
}

.article .article-body .item-spoiler .spoiler-content a.external:hover {
  opacity: 0.5;
}

.article .article-body .item-spoiler .spoiler-content a.external::before {
  position: absolute;
  top: -4px;
  left: 0;
  display: inline-block;
  content: "\e910";
  font-family: "icomoon";
  font-size: 110%;
  text-decoration: none;
}

.article .article-body .item-spoiler .icon-plus-minus::before {
  content: "\ea0a";
  padding-right: 0.75rem;
}

.article .article-body .item-table table {
  font-size: 15.4px;
  line-height: 1.5;
  width: 100%;
  border: 1px solid #bcc8c9;
  border-collapse: collapse;
  border-spacing: 0;
}

.article .article-body .item-table th,
.article .article-body .item-table td {
  white-space: pre-line;
  word-break: break-all;
  padding: 10px;
  border: 1px solid #bcc8c9;
}

.article .article-body .item-table th {
  background-color: #f2fbfd;
  text-align: center;
  font-weight: bold;
}

.article .article-body .item-table a {
  color: #0d95b3;
  text-decoration: underline;
}

.article .article-body .item-table a:hover {
  opacity: 0.5;
}

.article .article-body .item-table a.external {
  position: relative;
  color: #0d95b3;
  font-weight: bold;
  padding-left: 1.2rem;
}

.article .article-body .item-table a.external::before {
  position: absolute;
  top: -4px;
  left: 0;
  display: inline-block;
  content: "\e910";
  font-family: "icomoon";
  font-size: 110%;
  text-decoration: none;
}

.article .article-body .item-table strong,
.article .article-body .item-table em {
  font-weight: bold;
}

.article .article-body .item-table em {
  font-style: normal;
}

.article .article-footer {
  margin-top: 1rem;
}

.article .article-footer .article-footer-unit {
  padding: 1rem;
}

.article .article-footer .article-footer-unit.full {
  padding: 0 0 1rem;
}

.article .article-footer .article-footer-unit .article-item {
  padding-left: 0;
  padding-right: 0;
}

.article .article-footer .article-footer-unit .ad-box {
  padding: 0 0;
}

.article .article-footer .article-footer-unit .img-banner {
  width: 100%;
}

.article .article-footer .article-footer-unit .article-next-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}

.article .article-footer .article-footer-unit .article-next-btn__label {
  font-size: 1rem;
  font-weight: bold;
}

.article .article-footer .article-footer-unit .article-next-btn__title {
  margin-top: 0.35rem;
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: normal;
}

.article .article-footer .article-footer-titles .btn {
  font-size: 60%;
}

.article #ciatr_movietitle {
  border-radius: 0.25rem;
  font-weight: bolder;
  text-align: center;
  background: #eee;
  transition: all 0.25s ease-out;
}

.article #ciatr_movietitle:hover {
  opacity: 0.7;
}

.article #ciatr_movietitle a {
  display: block;
  padding: 1rem;
  color: #555;
}

.article #button {
  display: none;
}

.article #infocontent a {
  color: #555;
}

.article #infocontent a:hover {
  color: #888888;
  text-decoration: underline;
}

.article #infocontent a {
  display: block;
  background: #f9f9f9;
}

.article #infocontent a #movieinfo {
  display: -ms-flexbox;
  display: flex;
}

.article #infocontent a #movieinfo .poster {
  width: 125px;
}

.article #infocontent a #movieinfo .infomation {
  padding: 1rem;
  line-height: 1.5;
}

.article #infocontent a #movieinfo .infomation .info_title {
  font-size: 120%;
  font-weight: bolder;
}

.article #infocontent a #movieinfo .infomation .info_detail {
  font-size: 90%;
}

.article #infocontent .more {
  display: none;
}

.article #infocontent #personinfo {
  display: none;
}

.article #userreview_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  padding: 1rem;
  background: #f9f9f9;
}

.article #userreview_wrap #userreview_right2 {
  line-height: 1.5;
}

.article #userreview_wrap #userreview_right2 p {
  line-height: 1.5;
}

.article #userreview_wrap #userreview_left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 75px;
  margin-right: 1rem;
}

.article #userreview_wrap #userreview_left img {
  border-radius: 50%;
}

.article .component > #userreview_right {
  background: #f9f9f9;
  padding: 1rem;
  line-height: 1.5;
}

.article .component > #userreview_left {
  display: none;
}

@media screen and (max-width: 768px) {
  .ad-box-728 {
    display: none;
  }
  .article {
    /* =========================================
         * Styles For Old Format (For Wordpress)
         * ========================================= */
  }
  .article .article-header {
    margin: 0 1rem 1rem;
  }
  .article .article-name > h1 {
    margin: 0;
    font-size: 140%;
  }
  .article .article-body {
    /**
            * Temporary exception, heading elements has class point-box-h3 or ciatr-recommend-catch apply the old design.
            */
  }
  .article .article-body .item-link-youtube iframe,
  .article .article-body .item-link-youtube amp-youtube,
  .article .article-body iframe.ciatr_youtube,
  .article .article-body amp-youtube.ciatr_youtube {
    height: 15rem;
  }
  .article .article-body h2 {
    font-size: 1.2rem;
  }
  .article .article-body h3:not(.point-box-h3) {
    font-size: 1.1rem;
  }
  .article .article-body h3.point-box-h3 {
    font-size: 14px;
  }
  .article .article-body h4:not(.ciatr-recommend-catch) {
    font-size: 1.05rem;
  }
  .article .article-body h4.ciatr-recommend-catch {
    font-size: 0.9625rem;
  }
  .article .article-body .item-title .poster {
    width: 6rem;
    min-width: 6rem;
  }
  .article .article-body .ArticleComponentArticle .articlelink__desc {
    font-size: 13px;
    line-height: 1.3;
  }
  .article .article-body .ArticleComponentArticle .articlelink__heading--title {
    font-size: 0.875rem;
    text-decoration: underline;
  }
  .article .article-footer {
    margin-top: 1rem;
  }
  .article .article-footer .article-footer-unit {
    padding: 1rem;
  }
  .article .article-footer .article-footer-unit .ad-box {
    padding: 0 0 1rem;
  }
  .article .article-footer .article-footer-unit .article-next-btn__label {
    font-size: 0.95rem;
  }
  .article .article-footer .article-footer-unit .article-next-btn__title {
    margin-top: 0.25rem;
    font-size: 0.85rem;
  }
  .article #userreview_wrap {
    padding: 0.5rem;
  }
  .article #userreview_wrap #userreview_left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 60px;
    margin-right: 0.5rem;
  }
}
