@charset "UTF-8";
.cmp_article_list_box .title {
  font-size: 16px;
}

@media (max-width: 759px) {
  #home #contents {
    margin: 15px 10px 0;
  }
}

/* ============================================================= */
/*　top 記事一覧　*/
.box_tab_item {
  padding-top: 15px;
}

.box_tab_item_col:first-of-type {
  margin-bottom: 20px;
}

.box_tab_item_topics a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=70;
  text-decoration: none;
}

.box_tab_item_topics a:hover .title {
  color: #339900;
}

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

.box_tab_item_topics .img img {
  object-fit: cover;
  font-family: "object-fit:cover;";
}

.box_tab_item_topics .text_box .date {
  margin-bottom: 10px;
  font-size: 12px;
  color: #777;
  line-height: 1;
}

.box_tab_item_topics .text_box .date.lock {
  position: relative;
}

.box_tab_item_topics .text_box .date.lock:after {
  padding: 0 0 0 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "\e901";
  font-family: "icomoon";
  font-size: 1.5rem;
  color: #7f7f7f;
}

.box_tab_item_topics .text_box .date .category {
  display: inline-block;
  margin-right: 5px;
  padding: 0 1em;
  min-width: 60px;
  background-color: #ccc;
  vertical-align: middle;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  color: #333;
}

.box_tab_item_topics .text_box .title {
  margin-bottom: 5px;
  padding-bottom: 1px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 1.37;
}

.box_tab_item_topics .text_box .title.is-img {
  position: relative;
}

.box_tab_item_topics .text_box .title.is-img:after {
  margin: 0 0 0 10px;
  position: absolute;
  content: "\e902";
  font-family: "icomoon";
  font-size: 1rem;
  bottom: 4px;
  color: #7f7f7f;
}

.box_tab_item_topics .text_box .lead {
  padding-right: 3px;
  line-height: 1.5;
  color: #777;
}

.box_tab_item_article_list > li {
  border-bottom: solid 1px #ccc;
  margin-bottom: 15px;
}

.box_tab_item_article_list > li > a {
  display: block;
  position: relative;
  padding-bottom: 10px;
  vertical-align: middle;
  letter-spacing: -.02em;
}

.box_tab_item_article_list > li > a.is-img p.title::after {
  margin: 0 0 0 10px;
  position: absolute;
  content: "\e902";
  font-family: "icomoon";
  font-size: 1rem;
  bottom: 4px;
  color: #7f7f7f;
}

.box_tab_item_article_list > li > a:hover {
  text-decoration: none;
}

.box_tab_item_article_list > li > a:hover .date {
  color: #777;
  text-decoration: underline;
}

.box_tab_item_article_list > li > a:hover .title {
  text-decoration: underline;
  color: #339900;
}

.box_tab_item_article_list > li .image, .box_tab_item_article_list > li .text {
  display: table-cell;
  vertical-align: top;
}

.box_tab_item_article_list > li .image {
  width: 80px;
}

.box_tab_item_article_list > li .image_inner {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.box_tab_item_article_list > li .image_inner.border {
  border: 1px solid #ccc;
}

.box_tab_item_article_list > li .image_inner img {
  object-fit: cover;
  font-family: "object-fit:cover;";
  object-position: top;
  width: 100%;
  height: 100%;
}

.box_tab_item_article_list > li .text {
  padding-left: 10px;
  line-height: 1.375;
  font-size: 1.6rem;
}

.box_tab_item_article_list > li .text .info {
  margin-bottom: 5px;
}

.box_tab_item_article_list > li .text .info .category {
  display: inline-block;
  width: 100px;
  background-color: #ccc;
  text-align: center;
  font-size: 1.2rem;
  color: #333;
}

.box_tab_item_article_list > li .date {
  font-size: 12px;
  color: #777;
  line-height: 1;
  margin-bottom: 10px;
}

.box_tab_item_article_list > li .date.lock {
  position: relative;
}

.box_tab_item_article_list > li .date.lock:after {
  padding: 0 0 0 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "\e901";
  font-family: "icomoon";
  font-size: 1rem;
  color: #7f7f7f;
}

.box_tab_item_article_list > li .date .category {
  display: inline-block;
  margin-right: 5px;
  padding: 0 1em;
  min-width: 60px;
  background-color: #ccc;
  vertical-align: middle;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  color: #333;
}

.box_tab_item_article_list > li .title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.box_tab_item_article .cmp_button_archive {
  margin-top: 5px;
}

/*　特集記事一覧　*/
.cmp_section.special {
  padding-top: 15px;
}

@media (min-width: 760px) {
  .box_tab_item::after {
    content: "";
    display: block;
    clear: both;
  }
  .box_tab_item_topics {
    padding-bottom: 10px;
    margin: 0 0 15px 0;
  }
  .box_tab_item_topics a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  .box_tab_item_topics .img {
    width: 300px;
    height: 300px;
    margin-right: 15px;
  }
  .box_tab_item_topics .img img {
    width: 300px;
    height: 300px;
    max-width: 300px;
    max-height: 300px;
  }
  .box_tab_item_topics .text_box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .box_tab_item_topics .text_box .title {
    margin-bottom: 5px;
    padding-bottom: 1px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.37;
  }
  .box_tab_item_topics .text_box .lead {
    padding-right: 3px;
    line-height: 1.5;
    color: #777;
  }
  .comprehensive .box_tab_item_article_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  .comprehensive .box_tab_item_article_list > li {
    width: 49%;
    margin-bottom: 15px;
  }
  .comprehensive .box_tab_item_article_list > li:nth-last-of-type(-n+2) {
    border-bottom: none;
    margin-bottom: 0;
  }
  .cmp_section.genre {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  .cmp_section.genre > .box_tab_item {
    width: 49%;
  }
  .cmp_section.genre .box_tab_item_article_list li:nth-last-of-type(-n+1) {
    border-bottom: none;
  }
  .cmp_section.genre .box_tab_item_col {
    min-height: 100px;
  }
  .cmp_section.genre .box_tab_item_topics .img {
    width: 145px;
    margin-right: 15px;
  }
  .cmp_section.genre .box_tab_item_topics .img img {
    width: 145px;
  }
}

@media (max-width: 759px) {
  .box_tab_item_topics {
    padding-bottom: 10px;
    margin: 0 0 15px 0;
  }
  .box_tab_item_topics a {
    display: block;
  }
  .box_tab_item_topics .img {
    margin-bottom: 15px;
  }
  .box_tab_item_topics .text_box .title {
    margin-bottom: 5px;
    padding-bottom: 1px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.37;
  }
  .box_tab_item_topics .text_box .lead {
    padding-right: 3px;
    line-height: 1.5;
    color: #777;
  }
  .box_tab_item_article {
    clear: both;
  }
  .box_tab_item_article_list > li {
    margin-bottom: 15px;
  }
  .box_tab_item_article_list > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .box_tab_item.comprehensive .box_tab_item_topics .img img {
    width: auto;
    max-height: 300px;
  }
  .cmp_section.genre .box_tab_item_col {
    min-height: 100px;
  }
  .cmp_section.genre .box_tab_item_topics .img {
    width: 80px;
    display: table-cell;
    vertical-align: middle;
  }
  .cmp_section.genre .box_tab_item_topics .img img {
    width: 80px;
  }
  .cmp_section.genre .box_tab_item_topics .text_box {
    display: table-cell;
    padding: 0 0 0 10px;
  }
}

/* ============================================================= */
/* 共同通信PRワイヤー */
.list_pr_wire > li {
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}

.list_pr_wire > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.list_pr_wire > li > a {
  display: block;
  position: relative;
  padding-bottom: 5px;
}

.list_pr_wire > li > a:hover {
  text-decoration: none;
}

.list_pr_wire > li > a:hover .detail {
  color: #777;
}

.list_pr_wire > li > a:hover .title {
  color: #339900;
  text-decoration: underline;
}

.list_pr_wire > li > a .detail {
  font-size: 12px;
  color: #777;
  line-height: 1.3;
}

.list_pr_wire > li > a .title {
  font-size: 16px;
  color: #333;
}

/* ============================================================= */
/* バナー　横スライド */
.bnr_slider {
  margin-top: 40px;
  padding: 26px 0;
  background: #f3f3f3;
}

.bnr_slider_list {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 45px;
}

.bnr_slider_list li {
  padding: 0 5px;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.bnr_slider_list li:last-child {
  margin-right: 0;
}

.bnr_slider_list .slick-slide a {
  border-style: none;
  height: auto;
  max-width: 100%;
}

.bnr_slider_list .slick-slide a:hover {
  opacity: 0.7;
}

.bnr_slider_list .slick-prev, .bnr_slider_list .slick-next {
  background: #777;
}

/* ============================================================= */
/* * * * * * * * * * * * * * * *
 *2021.10.08　追加
 *  * * * * * * * * * * * * * * */
/* tab　スライド */
.naviContent {
  -webkit-user-select: none;
  display: block;
  height: 54px;
  overflow-y: hidden;
  padding: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.naviContent::-webkit-scrollbar {
  display: none;
}

.naviContent ul {
  width: 100%;
  font-size: 0;
  margin: 0;
  border-top: solid 1px #777;
  border-right: solid 1px #777;
  border-left: solid 1px #777;
}

.naviContent ul li {
  display: inline-block;
  line-height: 53px;
  height: 53px;
  margin: 0;
  text-align: center;
  background-color: #f8f8f8;
  font-size: 14px;
  position: relative;
}

.naviContent ul li a {
  font-size: 1em;
  padding: 0;
  display: inline-block;
  color: #333;
  width: 100%;
}

.naviContent ul li a img {
  vertical-align: middle !important;
}

.naviContent ul > li {
  text-align: center;
  border-right: solid 1px #777;
  border-bottom: solid 1px #777;
}

.naviContent ul > li > a {
  font-weight: bold;
}

.naviContent ul > li > a:hover {
  text-decoration: none;
}

.naviContent ul > li:last-child {
  border-right: none;
}

.naviContent ul > li.active {
  border-bottom: solid 1px #fff;
}

.naviContent ul > li.active > a {
  background: #fff;
  color: #333;
  width: 100%;
}

.naviContent ul > li.active > a:before {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #339900;
}

@media (min-width: 760px) {
  .naviContent ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  .naviContent ul.list_tab li {
    width: 25%;
  }
}

@media (max-width: 759px) {
  .naviContent ul {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  .naviContent ul.list_tab li {
    width: 25%;
  }
  .naviContent ul li a {
    padding: 0px 5px;
  }
}

/* ============================================================= */
.others_block {
  margin: 35px 0;
}

.others_block .cmp_section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.others_block .cmp_section .cmp_info_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48%;
}

.others_block .cmp_section .cmp_info_box + .cmp_info_box {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

@media (max-width: 639px) {
  .others_block .cmp_section .cmp_info_box .row .image, .others_block .cmp_section .cmp_info_box .row .text {
    display: block;
  }
  .others_block .cmp_section .cmp_info_box .row .text {
    padding-left: 0px;
    line-height: 1.83333;
    font-size: 1.2rem;
  }
}

.others_block .cmp_section ~ .cmp_section {
  margin-top: 0px;
}

/* ============================================================= */
/* 参加イベント */
.event__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.event__list li {
  width: 49%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin: 0 2% 30px 0;
}

.event__list li:nth-of-type(2n) {
  margin: 0 0 30px 0;
}

.event__list li:nth-of-type(4n) {
  margin: 0 0 30px 0;
}

.event__list li.status01 figcaption {
  background-color: #FF6600;
}

.event__list li.status02 figcaption {
  background-color: #369C00;
}

.event__list li.status03 figcaption {
  background-color: #000000;
}

.event__list li.status02 figure:after, .event__list li.status03 figure:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.event__list li a {
  width: 100%;
  text-decoration: none;
  display: block;
}

.event__list li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
}

.event__list li a:link .series, .event__list li a:active .series, .event__list li a:visited .series {
  color: #339900;
}

.event__list li a:link .title, .event__list li a:active .title, .event__list li a:visited .title {
  color: #333333;
}

.event__list li a:hover .series, .event__list li a:hover .title {
  color: #E20A16;
}

.event__list li figure {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  font-size: 0px;
  line-height: 0;
}

.event__list li figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.event__list li figure figcaption {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  line-height: 1;
  width: 7em;
  padding: 8px;
}

.event__list li figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
}

.event__list li .series {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.event__list li .title {
  font-size: 1.4rem;
  font-weight: bold;
}

@media (min-width: 760px) {
  .event__list li {
    width: 24%;
    margin: 0 1.33% 30px 0;
  }
  .event__list li:nth-of-type(2n) {
    margin: 0 1.33% 30px 0;
  }
  .event__list li:nth-of-type(4n) {
    margin: 0 0 30px 0;
  }
}

/* リビング通販 */
.shop__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.shop__list li {
  width: 49%;
  margin: 0 2% 30px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.shop__list li:nth-of-type(2n) {
  margin: 0 0 30px 0;
}

.shop__list li a {
  width: 100%;
  text-decoration: none;
  display: block;
}

.shop__list li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
}

.shop__list li a:link .product-name, .shop__list li a:active .product-name, .shop__list li a:visited .product-name {
  color: #333;
}

.shop__list li a:link .price, .shop__list li a:active .price, .shop__list li a:visited .price {
  color: #CC0000;
}

.shop__list li a:hover .product-name, .shop__list li a:hover .price {
  color: #E20A16;
}

.shop__list li figure {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  font-size: 0px;
  line-height: 0;
}

.shop__list li figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.shop__list li figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
}

.shop__list li .product-name {
  font-size: 1.25rem;
  margin-bottom: 5px;
}

.shop__list li .price {
  font-size: 1.4rem;
  font-weight: 700;
}

@media (min-width: 760px) {
  .shop__list li {
    width: 24%;
    margin: 0 1.33% 30px 0;
  }
  .shop__list li:nth-of-type(2n) {
    margin: 0 1.33% 30px 0;
  }
  .shop__list li:nth-of-type(4n) {
    margin: 0 0 30px 0;
  }
}
