.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__img {
  width: 160px;
  height: 91px;
  border-radius: 3px;
}

.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 (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;
  }
}

.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;
  list-style: none;
}

.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-style: none;
}

.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__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;
}
