.swiper-container1 {
  margin-bottom: 20px;
}

.top-slide_box {
  display: flex;
}

.moon_box {
  width: 160px;
  height: 92px;
}

.moon_box--pc {
  width: 100%;
  height: 112px;
}

.moon_box__inner {
  padding: 12px;
  width: 100%;
}

.moon_box__inner--pc {
  padding: 12px 0;
}

.moon_box__content {
  display: flex;
  position: relative;
  align-items: center;
}

.moon_box__content:after {
  display: block;
  position: absolute;
  content: "";
  right: 11px;
  top: 12px;
  width: 9px;
  height: 9px;
  border-right: 3px solid #d8d8d8;
  border-top: 3px solid #d8d8d8;
  transform: rotate(45deg);
}

.moon_box__title {
  margin: 0 0 5px;
  font-size: 12px;
  text-align: left;
}

.moon_box__title--pc {
  margin: 0 0 5px;
  font-size: 16px;
  text-align: left;
}

.moon_box__text {
  color: #828282;
  font-size: 11px;
  width: 90px;
  line-height: 1.5;
  letter-spacing: .04em;
  word-break: break-all;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.moon_box__text--pc {
  width: 67%;
  font-size: 14px;
}

.moon_box__link {
  color: #000;
}

.moon_box__link:hover {
  text-decoration: none;
}

.moon_box__gline {
  width: 100%;
  border: 0;
  background-color: #8cc63f;
  height: 2px;
  margin: 6px 0 12px 0;
}

.moon-icon_box {
  width: 30px;
  height: 30px;
  background: #1c1f42;
  text-align: center;
  padding: 2px;
  border-radius: 4px;
  margin-right: 5px;
}

.moon-icon_box--pc {
  width: 64px;
  height: 64px;
  margin-right: 10px;
}

.moon-icon_box__icon--pc {
  padding: 5px;
}

.moon-icon_box__iconimg {
  width: 25px;
}

.moon-icon_box__iconimg--pc {
  width: 50px;
}

.moon-icon_box__age {
  font-size: 14px;
  color: #cbc4b0;
  margin-top: 5px;
}

.happy-epi_box__link {
  color: #000;
}

.happy-epi_box__inner {
  display: flex;
}

.happy-epi_box__content {
  padding: 12px;
  width: 100%;
}

.happy-epi_box__title {
  margin: 0 0 5px;
  font-size: 12px;
  text-align: left;
}

.happy-epi_box__text {
  width: 66vw;
}

.happy-epi_box__gline {
  width: 100%;
  border: 0;
  background-color: #8cc63f;
  height: 2px;
  margin: 6px 0 12px 0;
}

.happy-epi-icon_box {
  background: #ffd2d2;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 2px;
  border-radius: 3px;
}

.happy-epi-icon_box__img {
  width: 25px;
}

.happy-epi-icon_box__text {
  font-size: 10px;
  color: #fc5162;
  margin: 0 0 5px;
}

.top-slide-nav .swiper-pagination-bullet-active {
  opacity: 1;
  background: #444;
}

.swiper-container1 {
  width: 100%;
}

.swiper-slide {
  width: 150px;
}

.c-slide_box {
  overflow-x: scroll;
  overflow-y: hidden;
  background-color: #F8F8F8;
  padding: 6px 12px;
  margin-left: -20px;
  margin-right: -20px;
}

.c-slide_box__inner {
  display: flex;
  padding: 6px;
  width: calc(171px * 3 + 10px);
}

.c-slide_box__inner--pc {
  display: block;
  padding: 0;
  width: 100%;
}

.c-slide_box__slide {
  width: 160px;
  height: 92px;
  margin: 4px;
  background-color: #fbfbfb;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
}

.c-slide_box__slide--pc {
  height: 124px;
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
}

.c-slide_box--pc {
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  background-color: #fbfbfb;
  padding: 0;
  padding-top: 10px;
}

.c-slide_box .todays-fortune {
  margin: 0;
  width: 100%;
  padding: 12px;
  position: relative;
}

.c-slide_box .todays-fortune h3 {
  font-size: 12px;
  margin: 0 0 6px;
  text-align: left;
  white-space: nowrap;
}

.c-slide_box .todays-fortune > div > img {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  width: 30px;
}

.c-slide_box .todays-fortune > div > div > span {
  font-size: 14px;
  font-weight: bold;
}

.c-slide_box .todays-fortune > div > div > ol {
  margin-top: -5px;
}

.c-slide_box .todays-fortune > div {
  margin-top: -6px;
}

.c-slide_box--pc .todays-fortune > div {
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}

.c-slide_box--pc .todays-fortune > div > img {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  width: 64px;
}

.c-slide_box--pc .todays-fortune h3 {
  font-size: 16px;
  margin: 0 0 6px;
  text-align: left;
  white-space: nowrap;
}

.todays-fortune__gline {
  width: 100%;
  border: 0;
  background-color: #8cc63f;
  height: 2px;
  margin: 6px 0 12px 0;
}

.todays-fortune__molink {
  position: absolute;
  width: 100%;
  top: 0;
  height: 92%;
  left: 0;
}

.carousel-banner_box--pc {
  width: 100%;
  height: 100%;
  display: block;
}

.carousel-banner_box__img {
  width: 160px;
  height: 91px;
  border-radius: 3px;
}

.carousel-banner_box__img--pc {
  width: 96%;
  height: 92%;
  border-radius: 0;
  margin: 5px;
  object-fit: cover;
}

.kiji-link_box {
  width: 160px;
  height: 92px;
}

.kiji-link_box--pc {
  width: 100%;
  height: 112px;
}

.kiji-link_box__inner {
  padding: 12px;
  width: 100%;
}

.kiji-link_box__content {
  display: flex;
  position: relative;
}

.kiji-link_box__content:after {
  display: block;
  position: absolute;
  content: "";
  right: 2px;
  top: 10px;
  width: 9px;
  height: 9px;
  border-right: 3px solid #d8d8d8;
  border-top: 3px solid #d8d8d8;
  transform: rotate(45deg);
}

.kiji-link_box__title {
  margin: 0 0 5px;
  font-size: 12px;
  text-align: left;
}

.kiji-link_box__title--pc {
  font-size: 16px;
}

.kiji-link_box__text {
  color: #828282;
  font-size: 11px;
  width: 90px;
  line-height: 1.5;
  letter-spacing: .04em;
  word-break: break-all;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.kiji-link_box__text--pc {
  width: 60%;
}

.kiji-link_box__text--noimage {
  width: 120px;
}

.kiji-link_box__text--noimage--pc {
  width: 95%;
  font-size: 14px;
}

.kiji-link_box__textmain {
  margin: 0;
}

.kiji-link_box__link {
  color: #000;
}

.kiji-link_box__link:hover {
  text-decoration: none;
}

.kiji-link_box__gline {
  width: 100%;
  border: 0;
  background-color: #8cc63f;
  height: 2px;
  margin: 6px 0 12px 0;
}

.kiji-link-icon_box {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 2px;
  border-radius: 4px;
  margin-right: 5px;
}

.kiji-link-icon_box__iconimg {
  width: 25px;
  height: 25px;
}

.kiji-link-icon_box__age {
  font-size: 14px;
  color: #cbc4b0;
  margin-top: 5px;
}

.carousel-html_box {
  width: 160px;
  height: 91px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}

.carousel-html_box--pc {
  width: 100%;
  border-radius: 0;
  height: 124px;
}

.todays-fortune > div > div {
  margin: 0 16px;
}

.todays-fortune .otherfotune-link-pc_box {
  margin: 0;
}

.todays-fortune .otherfotune-link-pc_box__link {
  color: #666;
}

.todays-fortune .otherfotune-link-pc_box__link:hover {
  text-decoration: none;
}

.todays-fortune .otherfotune-link-pc_box__text {
  font-size: 12px;
  border: 1px solid #666;
  padding: 2px 19px;
  margin-top: 0;
  margin-bottom: 0;
}

.c-slide_box__slide--pc .todays-fortune {
  padding: 0px;
  height: 112px;
}

.todays-fortune > div > div.daily-fimg_box {
  margin: 0px;
}

.daily-fimg_box__img {
  width: 65px;
}

@media only screen and (min-width: 1025px) {
  .kiji-link_box__inner {
    padding: 12px 0;
  }
  .kiji-link-icon_box__iconimg {
    width: 48px;
    height: 25px;
    width: 64px;
    height: 64px;
    margin-right: 10px;
    border-radius: 3px;
  }
  .kiji-link-icon_box {
    text-align: center;
    padding: 2px;
    border-radius: 4px;
    margin-right: 5px;
    width: 64px;
    height: 64px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .kiji-link_box__inner {
    padding: 12px 0;
  }
  .kiji-link-icon_box__iconimg {
    width: 48px;
    height: 25px;
    width: 64px;
    height: 64px;
    margin-right: 10px;
    border-radius: 3px;
  }
  .kiji-link-icon_box {
    text-align: center;
    padding: 2px;
    border-radius: 4px;
    margin-right: 5px;
    width: 64px;
    height: 64px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .todays-news-list-right {
    width: 250px;
  }
  .todays-fortune > div > div {
    margin: 0px 8px;
  }
  .todays-fortune .otherfotune-link-pc_box__text {
    font-size: 12px;
    border: 1px solid #666;
    padding: 2px 5px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 736px) {
  .todays-news-list-right {
    width: auto;
  }
}

@media only screen and (max-width: 445px) {
  .c-slide_box {
    overflow-x: scroll;
    overflow-y: hidden;
    background-color: #F8F8F8;
    padding: 6px 12px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .c-slide_box__inner {
    display: flex;
    padding: 6px;
    width: calc(171px * 3 + 10px);
  }
  .c-slide_box__inner--pc {
    display: block;
    padding: 0;
    width: 100%;
  }
  .c-slide_box__slide {
    width: 160px;
    height: 92px;
    margin: 4px;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
  }
  .c-slide_box__slide--pc {
    height: 124px;
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
  }
  .c-slide_box--pc {
    margin-left: 0px;
    margin-right: 0px;
    overflow: hidden;
    background-color: #fff;
    padding: 0;
  }
  .c-slide_box .todays-fortune {
    margin: 0;
    width: 100%;
    padding: 12px;
    position: relative;
  }
  .c-slide_box .todays-fortune h3 {
    font-size: 12px;
    margin: 0 0 6px;
    text-align: left;
    white-space: nowrap;
  }
  .c-slide_box .todays-fortune > div > img {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    width: 30px;
  }
  .c-slide_box .todays-fortune > div > div > span {
    font-size: 14px;
    font-weight: bold;
  }
  .c-slide_box .todays-fortune > div > div > ol {
    margin-top: -5px;
  }
  .c-slide_box .todays-fortune > div {
    margin-top: -6px;
  }
  .c-slide_box--pc .todays-fortune > div {
    justify-content: flex-start;
  }
  .c-slide_box--pc .todays-fortune > div > img {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    width: 64px;
  }
  .c-slide_box--pc .todays-fortune h3 {
    font-size: 16px;
    margin: 0 0 6px;
    text-align: left;
    white-space: nowrap;
  }
  .moon_box {
    width: 160px;
    height: 92px;
  }
  .moon_box--pc {
    width: 100%;
    height: 112px;
  }
  .moon_box__inner {
    padding: 12px;
    width: 100%;
  }
  .moon_box__inner--pc {
    padding: 12px 0;
  }
  .moon_box__content {
    display: flex;
    position: relative;
  }
  .moon_box__content:after {
    display: block;
    position: absolute;
    content: "";
    right: 2px;
    top: 10px;
    width: 9px;
    height: 9px;
    border-right: 3px solid #d8d8d8;
    border-top: 3px solid #d8d8d8;
    transform: rotate(45deg);
  }
  .moon_box__title {
    margin: 0 0 5px;
    font-size: 12px;
    text-align: left;
  }
  .moon_box__title--pc {
    margin: 0 0 5px;
    font-size: 16px;
    text-align: left;
  }
  .moon_box__text {
    color: #828282;
    font-size: 11px;
    width: 90px;
    line-height: 1.5;
    letter-spacing: .04em;
    word-break: break-all;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
  }
  .moon_box__text--pc {
    width: 67%;
    font-size: 14px;
  }
  .moon_box__link {
    color: #000;
  }
  .moon_box__link:hover {
    text-decoration: none;
  }
  .moon_box__gline {
    width: 100%;
    border: 0;
    background-color: #8cc63f;
    height: 2px;
    margin: 6px 0 12px 0;
  }
  .daily-fimg_box__img {
    width: 40px;
  }
  .kiji-link_box__inner {
    padding: 12px;
  }
  .kiji-link-icon_box {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 2px;
    border-radius: 4px;
    margin-right: 5px;
  }
  .kiji-link-icon_box__iconimg {
    width: 25px;
    height: 25px;
  }
  .kiji-link-icon_box__age {
    font-size: 14px;
    color: #cbc4b0;
    margin-top: 5px;
  }
}

.firstnews_box__imagebox {
  width: 100%;
  margin-right: 0;
}

.firstnews_box__image {
  width: 100%;
  max-height: 400px;
}

.firstnews_box__content {
  background: rgba(255, 255, 255, 0.73);
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.firstnews_box__article {
  border-top: none;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
  margin-top: 16px;
}

.firstnews_box__link {
  display: block;
}

.firstnews-content_box__meta {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.firstnews-content_box__metadate {
  color: #828282;
  font-size: 14px;
  line-height: 1;
}

.firstnews-content_box__category {
  background: #E8E8E8;
  border-left: 2px solid #727272;
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin-right: 10px;
  text-align: center;
  width: 110px;
}

.firstnews-content_box__titlebox {
  padding: 0 1em;
  color: #363636;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 12px 0;
}

.firstnews-content_box__title {
  font-size: 14px;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 16px;
}

.firstnews-content_box__body {
  color: #363636;
  display: none;
  font-size: 14px;
}

.top-article-meta-category {
  background: #E8E8E8;
  border-left: 2px solid #727272;
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin-right: 10px;
  text-align: center;
  width: 110px;
}

.keyword_box {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0;
}

.keyword_box__link {
  width: calc(100% / 3);
}

.keyword_box__link--pc {
  width: calc(100% / 2);
}

.keyword_box__list {
  border: 1px solid #8cc63f;
  border-radius: 3px;
  padding: 3px;
  text-align: center;
  margin: 5px;
  padding: 8px;
}

.keyword_box__word {
  color: #8cc63f;
  font-size: 14px;
  margin: 0;
  font-weight: bold;
}

@media only screen and (max-width: 445px) {
  .keyword_box {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0;
  }
  .keyword_box__link {
    width: calc(100% / 3);
  }
  .keyword_box__link--pc {
    width: calc(100% / 2);
  }
  .keyword_box__list {
    border: 1px solid #8cc63f;
    border-radius: 3px;
    padding: 3px;
    text-align: center;
    margin: 5px;
    padding: 4px;
  }
  .keyword_box__word {
    color: #8cc63f;
    font-size: 12px;
    margin: 0;
    font-weight: bold;
  }
}

@media only screen and (max-width: 320px) {
  .keyword_box {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0;
  }
  .keyword_box__link {
    width: calc(100% / 3);
  }
  .keyword_box__link--pc {
    width: calc(100% / 2);
  }
  .keyword_box__list {
    border: 1px solid #8cc63f;
    border-radius: 3px;
    padding: 3px;
    text-align: center;
    margin: 2px;
    padding: 4px;
  }
  .keyword_box__word {
    color: #8cc63f;
    font-size: 10px;
    margin: 0;
    font-weight: bold;
  }
}

.top-todays-news .more-articles > a {
  margin-left: 16%;
}

@media only screen and (max-width: 800px) {
  .top-constellations-uranai {
    padding: 0 16px 0;
    overflow: hidden;
  }
  .top-blood-type-uranai {
    padding: 0 16px 0;
    overflow: hidden;
  }
  .top-trial-uranai {
    padding: 0 16px 0;
    overflow: hidden;
  }
  .top-popular-news {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 445px) {
  .top-blood-type-uranai {
    padding: 0 16px 0;
    overflow: hidden;
  }
  .top-trial-uranai {
    padding: 0 16px 0;
    overflow: hidden;
  }
  .top-popular-news {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }
  .top-todays-news .more-articles > a {
    margin-left: 0%;
  }
}

.header {
  left: 0;
  line-height: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 25;
}

.header-navi_box {
  display: block;
  opacity: 0;
  transition: all .4s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 94vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 45px 0 0;
  background-color: #8CC63F;
  visibility: hidden;
  padding-bottom: 100px;
}

.header-navi_box__listtitle {
  font-size: 11px;
  background: #BAE087;
  letter-spacing: 0.08em;
  color: #689927;
  line-height: 11px;
  padding: 10px 0;
  margin: 0;
  padding-left: 16px;
}

.header-navi_box__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.header-navi_box__list_node {
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  width: 100%;
  position: relative;
}

.header-navi_box__list_node--half {
  width: 50%;
  box-sizing: border-box;
}

.header-navi_box__link {
  color: #fff;
  padding: 16px;
  display: block;
  font-size: 13px;
  position: relative;
}

.header-navi_box__link:after {
  content: '';
  right: 20px;
  width: 8px;
  height: 8px;
  top: 18px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.header-navi_box__ac {
  padding: 16px;
  display: block;
  font-size: 13px;
}

.header-navi-icon_box {
  padding: 20px;
}

.header-navi-icon_box__title {
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
}

.header-navi-icon_box__inner {
  padding: 0;
  width: 60%;
  margin: auto;
  display: flex;
  justify-content: space-around;
}

.header-navi-icon_box__icon--youtube {
  width: 40%;
  margin: auto;
  float: none;
  display: block;
  margin-top: 15px;
}

.header-navi_box.active {
  opacity: 1;
  display: block;
  visibility: visible;
}

.list-level2_box {
  padding: 0;
  margin: 0;
  background-color: #7DB730;
  display: flex;
  flex-wrap: wrap;
}

.list-level2_box__list {
  width: 100%;
}

.list-level2_box__list--half {
  width: 50%;
  box-sizing: border-box;
}

.list-level2_box__link {
  color: #fff;
  padding: 16px;
  display: block;
  font-size: 13px;
  box-shadow: inset -1px -1px 0px #8CC63F;
}

.oddlist {
  border-right: 1px dashed #7caf38;
}

.ac_box {
  display: none;
}

.accordion_icon,
.accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.accordion_icon {
  position: absolute;
  width: 30px;
  height: 0;
  top: 16px;
  right: 8px;
}

.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #fff;
}

.accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.headermenu-icon_box {
  position: absolute;
  top: 33%;
  left: 20px;
  width: 30px;
  height: 30px;
  margin-top: -5px;
  z-index: 9999;
}

.headermenu-icon_box__icon,
.headermenu-icon_box__icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.headermenu-icon_box__icon {
  position: relative;
  width: 30px;
  height: 22px;
}

.headermenu-icon_box__icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #696969;
  border-radius: 5px;
}

.headermenu-icon_box__icon span:nth-of-type(1) {
  top: 0;
}

.headermenu-icon_box__icon span:nth-of-type(2) {
  top: 8px;
}

.headermenu-icon_box__icon span:nth-of-type(3) {
  bottom: 2px;
}

.headermenu-icon_box__icon::after {
  position: absolute;
  left: -1px;
  content: 'MENU';
  display: block;
  width: 30px;
  bottom: -10px;
  margin: auto;
  color: #696969;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all .4s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.7);
}

.headermenu-icon_box__icon.opened::after {
  content: 'CLOSE';
  /* bottom: -10px; */
  /* left: -2px; */
}

.headermenu-icon_box__icon.opened span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.headermenu-icon_box__icon.opened span:nth-of-type(2) {
  opacity: 0;
}

.headermenu-icon_box__icon.opened span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.navi-banner_box {
  width: 95%;
  margin: auto;
  margin-bottom: 11px;
}

.navi-banner_box--max {
  width: 100%;
}

.navi-banner_box__img {
  width: 100%;
}

.header {
  left: 0;
  line-height: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 25;
}

.navi_box {
  height: 100%;
}

.header-navi-pc_box {
  position: relative;
  margin: 0px;
  display: flex;
  width: 60vw;
  padding-left: 2vw;
}

.header-navi-pc_box__list {
  display: flex;
  padding: 0;
  margin: 0;
}

.header-navi-pc_box__li {
  list-style: none;
  padding: 0;
  width: 100%;
}

.header-navi-pc_box__li:hover {
  background-color: #F9F9F0;
}

.header-navi-pc_box__li--last {
  /*border-right: 1px dashed #8cc63f;*/
}

.header-navi-pc_box__link {
  color: #202020;
}

.header-navi-pc_box__second-menu {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  padding: 17px 20px;
}

.header-navi-pc_box__second-li {
  display: block;
  width: 100%;
  height: 100%;
}

.header-navi-pc_box__second-li:hover {
  background-color: #78B22B;
}

.header-navi-pc_box__second-level:before {
  content: '';
  width: 0;
  height: 0;
  top: -10px;
  left: 40%;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #8cc63f;
}

.header-navi-pc_box > li a:hover {
  color: #fff;
}

.header-navi-pc_box__second-link {
  color: #fff;
}

.header-navi-pc_box__li:hover {
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.header-navi-pc_box__second-level li a:hover {
  background: #111;
}

/**
 * single menu
 */
.header-navi-pc_box > .header-navi-pc_box__li {
  position: relative;
}

.header-navi-pc_box__li .header-navi-pc_box__second-level {
  position: absolute;
  left: -10%;
  top: 50px;
  width: 120%;
  background: #8cc63f;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
  padding: 16px 0;
  list-style: none;
  border-radius: 5px;
}

.header-navi-pc_box__li--double .header-navi-pc_box__second-level {
  left: -50%;
  top: 50px;
  width: 200%;
  display: flex;
  flex-wrap: wrap;
}

.header-navi-pc_box__li--double .header-navi-pc_box__second-level:before {
  top: -10px;
  left: 46%;
}

.header-navi-pc_box__li--double .header-navi-pc_box__second-li {
  display: block;
  width: 50%;
  height: 100%;
}

.header-navi-pc_box__li:hover > .header-navi-pc_box__second-level {
  visibility: visible;
  opacity: 1;
  z-index: 4;
}

.init-bottom {
  color: #202020;
  display: block;
  height: 100%;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.init-bottom:after {
  position: absolute;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  top: 23px;
  right: 11px;
  margin: 0 0 0 15px;
  border-right: 1px solid #8cc63f;
  border-bottom: 1px solid #8cc63f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .4s;
}

.init-bottom__text {
  color: #8cc63f;
  font-weight: bold;
  margin: 0;
  text-align: center;
  font-size: 14px;
  padding-top: 0;
  border-left: 1px dashed #8cc63f;
}

.init-bottom__text--last {
  border-right: 1px dashed #8cc63f;
}

.init-bottom:hover:after {
  /*transform: rotate(225deg);*/
}

@media (max-width: 1200px) {
  .header-navi-pc_box {
    width: 69vw;
  }
  .header-navi-pc_box__li--double .header-navi-pc_box__second-level {
    left: -60%;
    top: 50px;
    width: 220%;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 1145px) {
  .init-bottom__text {
    color: #8cc63f;
    font-weight: bold;
    margin: 0;
    text-align: center;
    font-size: 12px;
  }
  .header-navi-pc_box {
    width: 66vw;
  }
}

@media only screen and (max-width: 1024px) {
  .header-navi-pc_box {
    position: relative;
    margin-left: 0px;
    display: flex;
    width: 73vw;
    padding-left: 2vw;
  }
  .init-bottom:after {
    position: absolute;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    top: 22px;
    right: 10px;
    margin: 0 0 0 15px;
    border-right: 1px solid #8cc63f;
    border-bottom: 1px solid #8cc63f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media only screen and (max-width: 966px) {
  .header-navi-pc_box {
    position: relative;
    margin-left: 0px;
    display: flex;
    width: 70vw;
    padding-left: 2vw;
  }
}

@media only screen and (max-width: 910px) {
  .init-bottom:after {
    display: none;
  }
}

@media only screen and (max-width: 860px) {
  .header-navi-pc_box__second-menu {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    padding: 17px 20px;
  }
}

@media only screen and (max-width: 850px) {
  .init-bottom__text {
    color: #8cc63f;
    font-weight: bold;
    margin: 0;
    text-align: center;
    font-size: 11px;
  }
}

@media only screen and (max-width: 824px) {
  .header-navi-pc_box__second-menu {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    padding: 17px 20px;
  }
}

@media only screen and (max-width: 7px) {
  .header-navi-pc_box__second-menu {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    padding: 17px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .header-navi-pc_box {
    position: relative;
    margin-left: 0px;
    display: flex;
    width: 70vw;
    padding-left: 2vw;
  }
  .header-navi-pc_box__list {
    display: flex;
    padding: 0;
    margin: 0;
  }
  .header-navi-pc_box__li {
    list-style: none;
    padding: 0;
    width: 100%;
  }
  .header-navi-pc_box__link {
    color: #202020;
  }
  .header-navi-pc_box__second-menu {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    padding: 17px 20px;
  }
  .header-navi-pc_box__second-li {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header-navi-pc_box__second-li:hover {
    background-color: #78B22B;
  }
  .header-navi-pc_box__second-level:before {
    content: '';
    width: 0;
    height: 0;
    top: -10px;
    left: 40%;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #8cc63f;
  }
  .header-navi-pc_box > li a:hover {
    color: #fff;
  }
  .header-navi-pc_box__second-link {
    color: #fff;
  }
  .header-navi-pc_box__li:hover {
    -webkit-transition: .2s ease;
    transition: .2s ease;
  }
  .header-navi-pc_box__second-level li a:hover {
    background: #111;
  }
  /**
 * single menu
 */
  .header-navi-pc_box > .header-navi-pc_box__li {
    position: relative;
  }
  .header-navi-pc_box__li .header-navi-pc_box__second-level {
    position: absolute;
    left: -14%;
    top: 40px;
    width: 130%;
    background: #8cc63f;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    visibility: hidden;
    opacity: 0;
    padding: 16px 0;
    list-style: none;
    border-radius: 5px;
  }
  .header-navi-pc_box__li:hover > .header-navi-pc_box__second-level {
    visibility: visible;
    opacity: 1;
  }
  .init-bottom {
    color: #202020;
  }
  .init-bottom:after {
    position: absolute;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    top: 7px;
    right: 8px;
    margin: 0 0 0 15px;
    border-right: 1px solid #8cc63f;
    border-bottom: 1px solid #8cc63f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
  }
  .init-bottom__text {
    color: #8cc63f;
    font-weight: bold;
    margin: 0;
    text-align: center;
    font-size: 12px;
  }
  .header .header-menu {
    right: 20px;
  }
  .header-navi-pc_box__li--double .header-navi-pc_box__second-level {
    left: -90%;
    top: 50px;
    width: 280%;
    display: flex;
    flex-wrap: wrap;
  }
  .header-navi-pc_box__li--double .header-navi-pc_box__second-level:before {
    top: -10px;
    left: 46%;
  }
  .header-navi-pc_box__li--double .header-navi-pc_box__second-li {
    display: block;
    width: 50%;
    height: 100%;
  }
}

@media only screen and (max-width: 750px) {
  .header .header-menu {
    right: 20px;
  }
}

.google-overlay_box {
  position: fixed;
  bottom: 0;
  z-index: 800000;
  height: 50px;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.header .header-menu-main {
  opacity: 0;
  transition: all .4s;
  display: block;
  visibility: hidden;
}

.header .header-menu-main.active {
  opacity: 1;
  display: block;
  visibility: visible;
}

.nichiun-rank-item-with-stars-body {
  padding-right: 25px;
  position: relative;
}

.nichiun-rank-item-with-stars-body:after {
  display: block;
  position: absolute;
  content: "";
  right: 2px;
  top: 10px;
  width: 9px;
  height: 9px;
  border-right: 3px solid #d8d8d8;
  border-top: 3px solid #d8d8d8;
  transform: rotate(45deg);
}

.nichiun-result-todays-fortune .nichiun-singletext_box__title {
  display: block;
  font-size: 18px;
}

.nichiun-result-todays-fortune .nichiun-maintitle_box__title {
  text-indent: -9999px;
  display: block;
  height: 0;
  margin: 0;
}

.nichiun-result-others_box__title {
  display: block;
  font-size: 18px;
}

.rankfortune-movie_box {
  margin-bottom: 20px;
  width: 100vw;
  height: 211px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.rankfortune-movie_box--pc {
  margin-bottom: 20px;
  width: 100%;
  height: 211px;
  position: relative;
}

.b_type .fluct-native-subtree-root {
  margin: 0;
  width: 100%;
}

.iframeWrap {
  width: 100vw;
  text-align: center;
  height: 285px;
  overflow: hidden;
  padding: 15px 11%;
  margin: 0 calc(50% - 50vw);
  background: repeating-linear-gradient(45deg, #FBFBFB, #eee 4px, #fff 0, #fff 8px);
}

.iframeWrap iframe {
  transform: scale(0.5);
  transform-origin: left top;
  display: block;
}

@media screen and (max-width: 320px) {
  .iframeWrap {
    width: 100vw;
    height: 270px;
    overflow: hidden;
    padding: 10px 4%;
    margin: 0 calc(50% - 50vw);
    background: repeating-linear-gradient(45deg, #FBFBFB, #eee 4px, #fff 0, #fff 8px);
  }
}

.ranking-item-title .tag_color {
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  width: 92px;
  float: right;
  line-height: 1.5em;
  margin-top: 15px;
}

.ranking-item-title .tag_color--pink {
  background-color: #ffabda;
}

.ranking-item-title .tag_color--blue {
  background-color: #81d5ff;
}

.ranking-item-title .tag_color--yellow {
  background-color: #ffc825;
}

.ranking-item-title .tag_color--orange {
  background-color: #ffa285;
}

.ranking-item-title .tag_color--green {
  background-color: #a8e05d;
}

.free-uranai_area {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 36px;
}

.free-uranai_area__index {
  margin: 2.3rem 0 0;
}

.free-uranai_area__info {
  font-size: 12px;
  color: #737373;
  margin: 0 0 1.5rem;
}

.free-uranai_wrapper {
  margin-top: 1.5rem;
}

.free-uranai_box {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100px;
  margin-bottom: 20px;
}

.free-uranai_box__img {
  width: 150px;
  height: 100px;
  object-fit: cover;
}

.f-u-content_box {
  width: 77%;
  padding: 0 2%;
  position: relative;
}

.f-u-content_box__title {
  margin: 0;
  font-size: 14px;
}

.f-u-content_box__desc {
  margin: 0;
  font-size: 14px;
  height: 3em;
  overflow: hidden;
}

.f-u-content_box__src {
  font-size: 13px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -40px;
  color: #000000;
  position: absolute;
  background: #f3f3f3;
  padding: 3px 4px;
}

.cast__index {
  margin: 2.3rem 0 0.8rem;
}

@media only screen and (max-width: 445px) {
  .free-uranai_box {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    height: 73px;
    margin-bottom: 20px;
  }
  .free-uranai_box__img {
    width: 30%;
    height: 73px;
    object-fit: cover;
  }
  .f-u-content_box {
    width: 70%;
    padding: 0 2%;
    position: relative;
  }
  .f-u-content_box__src {
    color: #000000;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: -21px;
    background: #f3f3f3;
    font-size: 11px;
    padding: 3px 4px;
  }
  .f-u-content_box__desc {
    margin: 0;
    font-size: 13px;
    height: 2.4em;
    overflow: hidden;
    line-height: 1.2em;
  }
}

.author-info_box {
  background-color: #F7F7F7;
  display: flex;
  padding: 8px;
  align-items: center;
}

.author-info_box__img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.author-info_content {
  padding-left: 8px;
}

.author-info_content__text {
  font-weight: normal;
  margin: 0;
  font-size: 13px;
}

.author-info_content__title {
  font-weight: 700;
  margin: 0;
  font-size: 13px;
}

.cast p {
  font-size: 13px;
}

.custom-ranking_box {
  background: rgba(140, 198, 63, 0.22);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.custom-ranking_box a {
  color: #222;
}

.cr-content_box {
  position: relative;
  display: flex;
  background: #fff;
  padding: 10px 0;
  margin-bottom: 10px;
  padding-right: 10px;
}

.cr-content_box__rankingicon {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  z-index: 9;
}

.cr-content_box__img {
  padding-left: 10px;
  height: 80px;
  width: 120px;
  margin-right: 10px;
  object-fit: cover;
}

.cr-content_box__text {
  width: 60%;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}

@media only screen and (min-width: 800px) {
  .custom-ranking_box {
    background: rgba(140, 198, 63, 0.22);
    width: 681px;
    padding: 20px;
    margin-left: -40px;
  }
}

.single-under_carousel {
  background: rgba(140, 198, 63, 0.22);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 20px 0;
}

.single-under_carousel__title {
  padding-left: 14px;
}

.single-under_carousel__title:after {
  content: "";
  width: 180px;
  height: 1px;
  position: absolute;
  background: #000;
  margin: 12px;
}

.su-carousel_area {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 15px;
}

.su-carousel_box {
  margin-left: 10px;
  padding: 5px;
  background: #fff;
}

.su-carousel_box__term {
  margin: 0;
  display: block;
  font-size: 11px;
  border-left: 2px solid #666666;
  color: inherit;
  margin-right: 10px;
  text-decoration: none;
  background: #E8E8E8;
  color: #000000;
  font-weight: bold;
  height: 21px;
  line-height: 22px;
  width: 89px;
  text-align: center;
  letter-spacing: 0.05rem;
}

.su-carousel_box__link:hover {
  text-decoration: none;
}

.su-carousel_box__date {
  margin: 0;
  color: #a7a7a7;
  font-size: 14px;
}

.su-carousel_box__title {
  padding: 5px;
  margin: 0;
  font-size: 15px;
  width: 80%;
  min-height: 48px;
}

.su-carousel_box__uranau {
  margin: 0;
  border: 1px solid;
  border-radius: 20px;
  width: 48px;
  padding: 6px;
  font-size: 13px;
  line-height: 1;
  height: 27px;
  text-align: center;
}

.su-carousel_box .attachment-thumbnail {
  width: 295px;
  height: 200px;
  object-fit: cover;
}

.postinfo {
  display: flex;
  align-items: center;
}

.morelink_box {
  margin: auto;
  width: 270px;
  text-align: center;
  margin-top: 20px;
  background: #fff;
  margin-bottom: 20px;
}

.morelink_box__text {
  margin: 0;
  padding: 6px 0;
  color: #8dc441;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (min-width: 800px) {
  .single-under_carousel {
    background: rgba(140, 198, 63, 0.22);
    /* margin: 0 calc(50% - 50vw); */
    width: 681px;
    padding: 20px 0;
    margin-left: -40px;
  }
  .single-under_carousel__title {
    padding-left: 20px;
  }
}

.post-card, .post-card2 {
  padding-top: 40px;
}

.post-card_area {
  display: flex;
  flex-wrap: wrap;
}

.post-card_box {
  width: 100%;
  max-width: 280px;
  margin: 10px;
  padding: 20px;
  background: #f7f7f7;
}

.post-card_box::before {
  content: "";
  display: block;
  height: 64px;
  margin-top: -64px;
  visibility: hidden;
}

.post-card_box__title {
  margin: 10px 0 0;
  font-size: 17px;
}

.post-card_box__img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.post-card_box__link {
  color: #000;
}

.post-card_box__link:hover {
  text-decoration: none;
}

.post-card_box__text {
  margin: 10px 0 0;
  min-height: 70px;
  font-size: 14px;
}

.post-card_box__button {
  margin: 10px 0 0;
  text-align: center;
  border: 1px solid;
  border-radius: 20px;
  width: 80px;
  margin: auto;
  margin-top: 10px;
  font-size: 12px;
  padding: 7px;
}

.post-card2_area {
  display: flex;
  flex-wrap: wrap;
}

.post-card2_box {
  width: 100%;
  max-width: 280px;
  margin: 10px;
  padding: 20px 0;
  position: relative;
  background: #fff;
  height: 476px;
}

.post-card2_box__title {
  margin: 10px 0 0;
  font-size: 17px;
}

.post-card2_box__subtitle {
  margin: 10px 0 0;
}

.post-card2_box__img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.post-card2_box__link {
  color: #000;
}

.post-card2_box__link:hover {
  text-decoration: none;
}

.post-card2_box__text {
  margin: 10px 0 0;
  min-height: 70px;
  font-size: 14px;
}

.post-card2_box__button {
  margin: 10px 0 0;
  text-align: center;
  border: 1px solid;
  border-radius: 20px;
  width: 80px;
  margin: auto;
  margin-top: 10px;
  font-size: 12px;
  padding: 7px;
}

.post-card2_box__button2 {
  margin: 10px 0 0;
  text-align: center;
  margin: auto;
  margin-top: 0;
  font-size: 14px;
  padding: 7px;
  background: #8cc63f;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 35px;
  bottom: 0;
}

.new-postlist {
  padding-top: 40px;
}

.new-postlist_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.new-postlist_box__link {
  display: flex;
  width: 100%;
  max-width: 287px;
  padding: 12px 0;
  border-top: 1px solid #ddd;
  text-decoration: none;
  color: #000;
}

.new-postlist_box__link:hover {
  text-decoration: none;
}

.new-postlist_box img {
  width: 120px;
  object-fit: cover;
  height: 80px;
}

.new-postlist_box__textarea {
  width: 175px;
  padding-left: 12px;
  position: relative;
}

.new-postlist_box__title {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  height: 47px;
  overflow: hidden;
}

.new-postlist_box__date {
  font-size: 12px;
  position: absolute;
  color: #979797;
  bottom: 0;
  right: 0;
  margin: 0;
}

.index__img {
  width: 55px;
  border-radius: 60px;
  height: 55px;
}

.index__info {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  min-width: 135px;
  color: #000;
}

.index__info:hover {
  text-decoration: none;
}

.index__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3px;
}

.index__title {
  font-size: 14px;
  padding-left: 10px;
  margin: 0;
}

.index_area {
  display: flex;
}

.index_right, .index_left {
  width: 50%;
}

.mintitle {
  font-size: 13px;
}

.point1_box {
  border: 1px solid #c83049;
  border-right: none;
}

.point1_box__title {
  margin: 0;
  background: #c83049;
  color: #fff;
}

.point1_box__link {
  color: #fff;
}

.point1_box__link:hover {
  text-decoration: none;
}

.point2_box {
  border: 1px solid #ef5571;
}

.point2_box__title {
  margin: 0;
  background: #ef5571;
  color: #fff;
}

.point2_box__link {
  color: #fff;
}

.point2_box__link:hover {
  text-decoration: none;
}

.point3_box__title {
  background: #f595ca;
  color: #fff;
  margin: 0;
  padding: 17px 10px;
  height: 58px;
}

.point3_box__link {
  color: #fff;
}

.point3_box__link:hover {
  text-decoration: none;
}

.head_img {
  width: 100%;
}

.tag_custom .morelink_box {
  display: none;
}

@media only screen and (max-width: 600px) {
  .index_area {
    display: block;
  }
  .index_right, .index_left {
    width: 100%;
  }
  .point1_box {
    border: 1px solid #c83049;
    border-right: 1px solid #c83049;
  }
  .index__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 7px 3px;
  }
  .index__info {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    width: 50%;
    flex-wrap: wrap;
  }
  .point2_box__title {
    margin: 0;
    background: #ef5571;
    color: #fff;
    padding: 5px 10px;
  }
  .point1_box__title {
    padding: 5px 10px;
  }
  .post-card_box {
    width: 100%;
    max-width: 100%;
    margin: 10px;
    padding: 20px;
    background: #f7f7f7;
  }
  .post-card2_box {
    width: 100%;
    max-width: 100%;
    margin: 10px;
    padding: 20px 0;
    position: relative;
    background: #fff;
    height: 476px;
  }
  .new-postlist_box {
    width: 100%;
  }
  .new-postlist_box__link {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 12px 0;
    border-top: 1px solid #ddd;
    text-decoration: none;
    color: #000;
  }
  .post-card_box__img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .post-card2_box__img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .new-postlist_box img {
    width: 32%;
    object-fit: cover;
    height: 80px;
  }
  .new-postlist_box__textarea {
    width: 68%;
    padding-left: 12px;
    position: relative;
  }
  .tag_custom .article-header-info:after {
    content: "";
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: none;
  }
  .tag_custom .article-header h1 {
    margin: 20px 0 0;
    /* margin: 0; */
  }
  .tag_custom .article-header-info {
    padding-bottom: 0;
  }
  .tag_custom .article-main {
    margin-top: 0;
  }
}
