@charset "UTF-8";
.allContentWrap {
  margin-top: 10px;
}

.article {
  padding-bottom: 10px;
  /* 細見出し */
  /* end */
}
.article .firstView {
  margin-bottom: 10px;
}
.article .firstView .hero {
  width: 720px;
  height: 540px;
}
.article .firstView .hero_img {
  display: block;
  width: 720px;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
}
.article .firstView_primaryTit {
  padding: 20px 0 10px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
.article .firstView_primaryTit--pr::after {
  content: "PR";
  padding: 4px 12px;
  font-size: 13px;
  line-height: 1;
  border: 1px solid #000;
  display: inline-block;
  vertical-align: middle;
}
.article .firstView_sponsored {
  color: #999;
  font-size: 14px;
  line-height: 1.3;
}
.article .firstView .bottomArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article .firstView .sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.article .firstView .sns_item {
  width: 110px;
  margin-right: 12px;
}
.article .firstView .sns_link {
  display: block;
}
.article .firstView .date {
  display: block;
  margin-right: 4px;
  font-size: 14px;
  color: #999;
  text-align: right;
}
.article_secondaryTit {
  margin: 20px auto;
  padding-bottom: 4px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 3px solid #47a0aa;
}
.article_thirdaryTit {
  margin: 16px auto;
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  border-left: 4px solid #47a0aa;
}
.article_quaternaryTit {
  margin: 16px auto;
  padding-left: 1em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.article_quaternaryTit::before {
  color: #47a0aa;
  content: "●";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.article .article_quinaryTit {
  margin: 16px auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}
.article_text {
  padding: 12px 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.8px;
}
.article_text a {
  color: #00f;
  text-decoration-line: underline;
}
.article .summary {
  padding: 10px 0;
}
.article .summary_list {
  padding: 24px 30px;
  background-color: #cde6e0;
}
.article .summary_item {
  padding: 5px 0 5px 25px;
  position: relative;
}
.article .summary_item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #47a0aa;
  position: absolute;
  top: 16px;
  left: 0;
}
.article .summary_link {
  display: inline-block;
  font-size: 16px;
  letter-spacing: -0.8px;
  text-decoration: underline;
}
.article .figure {
  display: block;
  height: auto;
  padding: 10px 0;
}
.article .figure_img {
  display: block;
  width: 400px;
  height: auto;
}
.article .figure_caption {
  margin-top: 2px;
}
.article .figure_link {
  display: inline-block;
  color: #999;
  font-size: 13px;
}
.article .linkWrap {
  margin: 5px auto;
}
.article .linkWrap_link {
  display: inline-block;
  font-size: 16px;
  text-decoration: underline;
  color: #00f;
}
.article .linkWrap .ad_link_button {
  display: block;
  margin: 20px auto;
  text-align: center;
  padding: 5px 25px;
  width: 450px;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 100px;
  position: relative;
}
.article .linkWrap .ad_link_button::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
}
.article .linkWrap .green {
  background: #69adb7;
  color: #fff;
}
.article .linkWrap .green:hover {
  background: #89BFC6;
}
.article .linkWrap .red {
  background: #ff537b;
  color: #fff;
}
.article .linkWrap .red:hover {
  background: #FF84A1;
}
.article .linkWrap .blue {
  background: #4695d2;
  color: #fff;
}
.article .linkWrap .blue:hover {
  background: #6CAADA;
}
.article .linkWrap .white {
  background: #fff;
  color: #888;
  border: 2px solid #b8b8b8;
}
.article .linkWrap .white::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
}
.article .linkWrap .ad_link_green_button {
  display: block;
  margin: 20px auto;
  background: #3d95d4;
  color: #fff;
  text-align: center;
  padding: 5px 25px;
  width: 450px;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 100px;
  position: relative;
}
.article .linkWrap .ad_link_green_button:hover {
  background: #4ca1de;
}
.article .linkWrap .ad_link_green_button::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
}
.article .linkWrap .ad_link_affiliate_button {
  display: block;
  margin: 20px auto;
  background: #3c3;
  color: #fff;
  text-align: center;
  padding: 5px 25px;
  width: 450px;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 5px;
  position: relative;
}
.article .linkWrap .ad_link_affiliate_button.ad_link_amazon_button {
  background: #3c3;
}
.article .linkWrap .ad_link_affiliate_button.ad_link_amazon_button:hover {
  background: #35e135;
}
.article .linkWrap .ad_link_affiliate_button.ad_link_rakuten_ichiba_button {
  background: #bf0000;
}
.article .linkWrap .ad_link_affiliate_button.ad_link_rakuten_ichiba_button:hover {
  background: #f33434;
}
.article .linkWrap .ad_link_affiliate_button.ad_link_rakuten_books_button {
  background: #e06f1b;
}
.article .linkWrap .ad_link_affiliate_button.ad_link_rakuten_books_button:hover {
  background: #e98a41;
}
.article .linkWrap .ad_link_affiliate_button.ad_link_yahoo_shopping_button {
  background: #3682c5;
}
.article .linkWrap .ad_link_affiliate_button.ad_link_yahoo_shopping_button:hover {
  background: #5cabef;
}
.article .linkWrap .ad_link_affiliate_button.ad_link_rakuten_ichiba_product_button {
  background: #bf0000;
}
.article .linkWrap .ad_link_affiliate_button.ad_link_rakuten_ichiba_product_button:hover {
  background: #f33434;
}
.article .linkWrap .ad_link_affiliate_button::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
}
.article .comment_area {
  margin: 1rem 0 1rem;
  padding: 4rem 4rem 3rem;
  position: relative;
  background: url("/resource/img/pc/common/bg_comment1.png");
  white-space: pre-line;
}
.article .comment_area::before {
  position: absolute;
  left: 4rem;
  top: -1rem;
  content: url("/resource/img/pc/common/icon_comment.png");
}
.article .comment_area::after {
  position: absolute;
  left: 4rem;
  bottom: -2rem;
  content: url("/resource/img/pc/common/bg_comment2.png");
}
.article .comment_area_link {
  text-decoration: underline;
  display: inline;
  color: #00f;
}
.article .comment_link {
  margin-bottom: 3rem;
}
.article .movie_player {
  width: 100%;
  height: 360px;
}
.article .img_large {
  width: 720px !important;
  min-width: 720px !important;
  max-height: 540px !important;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: left center;
  -o-object-position: left center;
}
.article .img_medium {
  width: 560px !important;
  min-width: 560px !important;
  max-height: 540px !important;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: left center;
  -o-object-position: left center;
}
.article .img_small {
  width: 400px !important;
  min-width: 400px !important;
  max-height: 540px !important;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: left center;
  -o-object-position: left center;
}
.article .caption_large {
  width: 720px !important;
}
.article .caption_medium {
  width: 560px !important;
}
.article .caption_small {
  width: 400px !important;
}

.topics {
  padding-top: 40px;
}
.topics_tit {
  padding-top: 20px;
  border-top: 4px solid #69adb7;
  text-align: center;
}
.topics_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 24px;
}
.topics_item {
  width: 345px;
  border-bottom: 1px solid #dadada;
}
.topics .link {
  display: block;
  padding: 15px 0;
}
.topics .link_tit {
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: bold;
}
.topics .link_text {
  font-size: 14px;
}
.topics .link_sponsored {
  display: block;
  color: #ad9f79;
  font-size: 12px;
  text-align: right;
}

.relatedKeywords {
  margin-top: 20px;
  padding: 10px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.relatedKeywords_tit {
  padding-left: 20px;
  font-size: 16px;
  background-image: url("/resource/img/pc/common/new/pc_icon_arrow_gray_circle_right.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: left 50%;
}
.relatedKeywords_list {
  margin-top: 10px;
  font-size: 0;
}
.relatedKeywords_area {
  margin-top: 10px;
}
.relatedKeywords_item {
  display: inline-block;
  margin: 4px;
}
.relatedKeywords_link {
  display: block;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  white-space: nowrap;
}

.postListWrap_primaryTit {
  font-size: 30px;
  border-bottom: solid 3px #58aab3;
  margin-bottom: 20px;
}
.postListWrap_secondaryTit {
  font-size: 24px;
  border-bottom: solid 3px #cde6e0;
  margin-bottom: 20px;
}
.postListWrap_desc {
  font-size: 16px;
}
.postListWrap_tagNum {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: right;
}
.postListWrap_list {
  width: 720px;
  margin-top: 30px;
}
.postListWrap_item {
  width: 100%;
  border-bottom: 1px solid #dadada;
}
.postListWrap_ad {
  height: 94px;
}
.postListWrap_link {
  display: block;
  padding: 10px 0;
  overflow: hidden;
}
.postListWrap_thumb {
  float: left;
  width: 80px !important;
  height: 80px !important;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.postListWrap_textArea {
  float: left;
  width: 610px;
  margin-left: 15px;
  display: block;
}
.postListWrap_tit {
  padding-top: 5px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.postListWrap_description {
  display: block;
  padding-top: 10px;
  color: #999;
  font-size: 12px;
  position: relative;
}
.postListWrap_tag {
  display: block;
  padding-left: 20px;
  padding-top: 10px;
  color: #999;
  font-size: 12px;
  position: relative;
}
.postListWrap_tag::before {
  content: "";
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 35%;
  left: 0;
}
.postListWrap_tag--money::before {
  background-image: url("/resource/img/pc/common/new/icon_gray_money.png");
}
.postListWrap_tag--beauty::before {
  background-image: url("/resource/img/pc/common/new/icon_gray_beauty.png");
}
.postListWrap_tag--living::before {
  background-image: url("/resource/img/pc/common/new/icon_gray_living.png");
}
.postListWrap_tag--lifestyle::before {
  background-image: url("/resource/img/pc/common/new/icon_gray_lifestyle.png");
}
.postListWrap_tag--housework::before {
  background-image: url("/resource/img/sp/common/new/icon_gray_housework.png");
}
.postListWrap_tag--business::before {
  background-image: url("/resource/img/sp/common/new/icon_gray_business.png");
}
.postListWrap_tag--info {
  padding-left: 0;
}
.postListWrap_tag--qa {
  padding-left: 0;
}
.postListWrap_tag--rensai {
  padding-left: 0;
}
.postListWrap .pr {
  padding-left: 0;
}
.postListWrap .pr::before {
  content: none;
}

.rensaiIntro {
  padding-top: 60px;
}

.favTheme {
  padding-top: 40px;
}
.favTheme_tit {
  font-size: 24px;
  border-bottom: solid 3px #cde6e0;
}
.favTheme_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 24px;
}
.favTheme_item {
  width: 345px;
  border-bottom: 1px solid #dadada;
}
.favTheme .link {
  display: block;
  padding: 15px 0;
}
.favTheme .link_tit {
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: bold;
}
.favTheme .link_text {
  font-size: 14px;
}
.favTheme .link_sponsored {
  display: block;
  color: #ad9f79;
  font-size: 12px;
  text-align: right;
}

.category_rich {
  margin-bottom: 20px;
}
.category_rich_main {
  display: flex;
}
.category_rich_image {
  width: 288px;
  height: 162px;
  max-width: initial;
  flex-grow: 2;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
.category_rich_summary {
  flex-grow: 3;
}

.tag_rich {
  margin-bottom: 20px;
}
.tag_rich_main {
  display: flex;
  align-items: flex-start;
}
.tag_rich_link {
  width: 288px;
  height: 162px;
  margin-right: 10px;
}
.tag_rich_image {
  width: 288px;
  height: 162px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tag_rich_summary {
  flex: 1;
}

.related {
  width: 100%;
  display: flex;
  border: 2px solid #69adb7;
  padding: 5px;
  margin: 10px 0px;
}
.related_image {
  width: 100px;
  height: 100px;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
}
.related_text {
  width: 100%;
  margin-left: 10px;
  color: #999;
  font-size: 12px;
}
.related_title {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.txt_2line_ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: initial;
}

.bd_top_and_bottom_gray {
  border-top: 2px solid #eeedeb;
  border-bottom: 2px solid #eeedeb;
}

.mx_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pd_5 {
  padding: 5px;
}

.flex {
  display: flex;
}

/* Gallery */
.gallery {
  background-color: #f5f5f5;
}

.gallery a {
  text-decoration: none !important;
}

.gallery .back a {
  position: relative;
  display: block;
  text-align: center;
}

.js-slider_gallery-for {
  margin-bottom: 8px;
}

.js-slider_gallery-for .slider_item {
  width: 576px;
  margin: auto;
}

.js-slider_gallery-for .slider_item img {
  width: 100%;
  height: auto;
}

.js-slider_gallery-nav .slider_item {
  padding-top: 15px;
  margin: 0 0.2rem;
}

.js-slider_gallery-nav .slider_item img {
  height: 202px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.js-slider_gallery-nav .glr_instagram,
.js-slider_gallery-nav .glr_twitter,
.js-slider_gallery-nav .glr_movie {
  position: relative;
  overflow: hidden;
  height: 202px;
}

.js-slider_gallery-nav .glr_instagram .objfit,
.js-slider_gallery-nav .glr_twitter .objfit,
.js-slider_gallery-nav .glr_movie .objfit {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}

.js-slider_gallery-nav .glr_instagram .objfit {
  top: -55px;
  left: 0;
}

.js-slider_gallery-nav .glr_instagram iframe {
  min-width: 100% !important;
}

.js-slider_gallery-nav .glr_twitter .objfit {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.js-slider_gallery-nav .glr_twitter .objfit > div {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 202px !important;
}

.js-slider_gallery-nav .glr_twitter iframe {
  width: auto !important;
}

.js-slider_gallery-nav .glr_movie .objfit {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.js-slider_gallery-nav .glr_movie iframe {
  width: auto;
  height: 202px;
}

.js-slider_gallery-for .slick-next:before,
.js-slider_gallery-for .slick-prev:before,
.js-slider_gallery-nav .slick-next:before,
.js-slider_gallery-nav .slick-prev:before {
  color: #ccc;
  font-size: 5rem;
}

.js-slider_gallery-for .slick-slide .slider_img,
.js-slider_gallery-for .slick-slide figcaption,
.js-slider_gallery-for .slick-current .slider_img,
.js-slider_gallery-for .slick-current figcaption {
  transition: all 0.5s;
  opacity: 1;
}

.js-slider_gallery-nav figcaption,
.js-slider_gallery-for .slick-slide .slider_img,
.js-slider_gallery-for .slick-slide figcaption {
  opacity: 0;
}

.js-slider_gallery-for .slick-current .slider_img,
.js-slider_gallery-for .slick-current figcaption {
  opacity: 1;
  text-align: center;
}

.gallery .slider_item figcaption a {
  color: #aaa !important;
  font-size: 0.8em !important;
}

.gallery .movie_player {
  width: 100%;
}

.instagram-media {
  min-width: 100% !important;
}

.new_btn_more {
  background: #fff;
  color: black;
  width: 60%;
  margin: 0 auto;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  border: 4px solid #e6e6e6;
  border-radius: 0;
  padding: 13px 0 18px 0;
}

.content_summary {
  position: relative;
}

.content_summary .summary_list {
  position: relative;
}

.content_summary .summary_list::after {
  content: " ";
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 26%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgb(255, 255, 255) 72%, rgba(255, 255, 255, 0.432) 32%) no-repeat;
}

.content_summary .summary_list.without-after-element::after {
  content: none;
}

.content_summary #more_summary_item {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 10%;
  left: 0;
  bottom: 7%;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

.summary_item {
  font-weight: 600;
}

.middle_summary_item {
  margin-left: 25px;
  list-style: none;
  font-weight: 400 !important;
}
.middle_summary_item::before {
  content: none !important;
}

.content_summary #more_summary_item span {
  cursor: pointer;
}
