* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
:root {
  --black-color: #1F2121;
}
html,
body {
  margin: 0px;
  /*height: 100%;*/
  color: #1F2121;
  /*background-color: #fff*/;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
body.home_sun {
  background: #F6F5EE;
}

button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
  color: var(--black-color);
}
p {
  margin: 0;
}
header.top_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
/* add by cocoloni
 * ========================================================================== */
@media only screen and (max-width: 599px) {
  header .header_logo {
    justify-content: flex-end;
    padding-right: 13px;
  }
}
header.top_header .header_navi {
  background-color: #fff;
  width: 100%;
}
header.top_header .header_logo {
  height: 20px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
header.top_header .navi_wrapper {
  max-width: 900px;
  height: 50px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.top_header .navi_logo {
  margin: 0;
  position: relative;
  font-size: 2em;
}
header.top_header .navi_logo a {
  font-size: medium;
  line-height: 1;
}
header.top_header .navi_logo .text-wrapper{
  font-family: maru-maru-gothic-bsr-stdn, sans-serif;
  width: 110px;
  height: 17px;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--black-color);
  border-radius: 1em;
  padding: 3px 7px 4px;
  color: #f6f4ee;
  letter-spacing: -.4px;
  font-weight: 400;
  font-size: 9px;
  text-align: center;
  line-height: 12px;
  white-space: nowrap;
}
header.top_header .navi_logo .text-wrapper::before{
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-top: 5px solid var(--black-color);
}
header.top_header .logo-cocoloni {
  width: 150px;
  height: 20px;
}

header.top_header .union {
  width: 110px;
  height: 19px;
}

header.top_header .navi_menu {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
}
@media not all and (min-resolution:.001dpcm) {
  @supports (not (translate: none)) {
    header.top_header .navi_menu > * {
      margin: 0 8px 0 0;
    }
    header.top_header .navi_menu > *:last-child,
    header.top_header .navi_menu .menu-content {
      margin: 0;
    }
  }
}
header.top_header .all-btn {
  position: relative;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

header.top_header .all-btn-2 {
  position: relative;
  height: 35px;
}

header.top_header .text-wrapper-2 {
  position: absolute;
  width: 31px;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  font-family: maru-maru-gothic-bsr-stdn, sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 9px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 9px;
}
header.top_header .img {
  position: absolute;
  width: 32px;
  height: 10px;
  top: 8px;
  left: 1px;
}
header.top_header .line {
  position: relative;
  width: 1px;
  height: 35px;
  object-fit: cover;
}
header.top_header .img-2 {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 8px;
}
header.top_header .text-wrapper-3 {
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  color: #1f2020;
  letter-spacing: -.72px;
  position: absolute;
  font-family: maru-maru-gothic-bsr-stdn, sans-serif;
  font-weight: 400;
  font-size: 9px;
  text-align: center;
  line-height: 12px;
  white-space: nowrap;
}
.menu-btn {
  position: fixed;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
}
#menu-btn-check {
  display: none;
}
.menu_overlay{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
}
.menu_overlay::before,
.menu_overlay::after {
  content: "";
  width: 27px;
  height: 1px;
  display: inline-block;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  top: 30px;
  right: 364px;
}
.menu_overlay::before {
  transform: rotate(45deg);
}
.menu_overlay::after {
  transform: rotate(-45deg);
}
.menu-content {
  width: 350px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -350px;
  z-index: 80;
  transition: all .25s;
  font-family: maru-maru-gothic-bsr-stdn, sans-serif;
  overflow: auto;
}
.home_sun .menu-content {
  background: #F6F5EE;
}
.menu-content .menu_header {
  background: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-content .menu_body {
  margin: 24px 32px;
}
.menu-content .user_btn {
  width: 241px;
  margin: 0 auto 32px;
  display: flex;
  justify-content: center;
}
.menu-content .user_btn a {
  border-radius: 20px;
  padding: 12px 16px;
  font-size: 12px;
  text-align: right;
}
.menu-content .user_btn .user_login {
  width: 107px;
  background: url(../image/menu/menu-login.svg) no-repeat 16px center / 20px 20px, #fff;
}
.menu-content .user_btn .user_login.user_loggedin {
  width: 119px;
}
.menu-content .user_btn .user_new {
  width: 126px;
  background: url(../image/menu/menu-medal.svg) no-repeat 16px center / 20px 20px, #fff;
  margin: 0 0 0 12px;
}
.menu-content .menu_searchbtn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 9px;
  margin: 15px 32px 0;
}
.menu-content .menu_searchbtn label{
  display: block;
  width: 131px;
  background: var(--black-color);
  color: #fff;
  text-align: center;
  padding: 23px 12px 23px 0;
  border-radius: 100px;
  font-size: 15px;
  line-height: 18px;
  position: relative;
}
.menu-content .menu_searchbtn label::after{
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
}
.menu-content .menu_list{
  padding: 0;
  margin: 32px 0 0;
  list-style: none;
}
.menu-content .menu_list a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 71px;
  padding: 0 32px;
  border-top: 1px solid #E6E6E6;
}
.menu-content .menu_list li:last-child a{
  border-bottom: 1px solid #E6E6E6;
}
.menu-content .menu_list a .service_name{
  display: grid;
  grid-template-columns: 37px 1fr;
  align-items: center;
  grid-gap: 12px;
  font-size: 14px;
}
.menu-content .menu_list a .service_name span{
  letter-spacing: -.4px;
}
.menu-content .menu_list a .service_cap{
  font-size: 10px;
  width: 70px;
  border: .75px solid var(--black-color);
  text-align: center;
  border-radius: 1em;
  padding: 4px;
  line-height: 10px;
}
.menu-content .menu_list a .service_cap.letter{
  letter-spacing: -1px;
}
.menu-content .side_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-content .side_list li {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  position: relative;
}
.menu-content .side_list li:first-child {
  margin: 0;
}
.menu-content .side_list li::before {
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 36px;
}
.menu-content .side_list li.keyword_area::before {
  position: absolute;
}
.home_sun .menu-content .side_list li::before {
  background: #EEE4BA;
}
.menu-content .side_list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-content .side_list li.list_in::after {
  top: 8px;
  left: 0;
  transform: translateY(0);
}
.menu-content .side_list li.side_list_tag::after {
  background:  url(../image/navi/navi_tag.svg) no-repeat center / 100% auto;
  width: 16px;
  height: 16px;
  left: 10px;
}
.menu-content .side_list li.keyword_area.side_list_tag::after {
  top: 10px;
  transform: translateY(0);
}
.menu-content .side_list li.side_list_new::after {
  background:  url(../image/navi/navi_new.svg) no-repeat center / 100% auto;
  width: 20px;
  height: 20px;
}
.menu-content .side_list li.side_list_ranking::after {
  background:  url(../image/navi/navi_ranking.svg) no-repeat center / 100% auto;
  width: 20px;
  height: 20px;
}
.menu-content .side_list li.side_list_telling::after {
  background:  url(../image/navi/navi_telling.svg) no-repeat center / 100% auto;
  width: 16px;
  height: 16px;
  left: 10px;
}
.menu-content .side_list li.side_list_worry::after {
  background:  url(../image/navi/navi_worry.svg) no-repeat center / 100% auto;
  width: 16px;
  height: 16px;
  left: 10px;
}
.menu-content .side_list li.side_list_teller::after {
  background:  url(../image/navi/navi_teller.svg) no-repeat center / 100% auto;
  width: 16px;
  height: 16px;
  left: 10px;
}
.menu-content .side_list li.side_list_search::after {
  background:  url(../image/navi/navi_search.svg) no-repeat center / 100% auto;
  width: 20px;
  height: 20px;
}
.menu-content .side_list li.side_list_special::after {
  background:  url(../image/navi/navi_special.svg) no-repeat center / 100% auto;
  width: 20px;
  height: 20px;
}
.menu-content .side_list li.side_list_special2::after {
  -webkit-mask-image: url(../image/navi/navi_special.svg);
  mask-image: url(../image/navi/navi_special.svg);
  background: #fff;
  width: 20px;
  height: 20px;
}
.menu-content .side_list li.side_list_article2::after {
  -webkit-mask-image: url(../image/navi/navi_article.svg);
  mask-image: url(../image/navi/navi_article.svg);
  background: #fff;
  width: 20px;
  height: 20px;
}
.menu-content .side_list li.keyword_area.side_list_article2::after {
  top: 8px;
  transform: translateY(0);
}
.menu-content .side_list li a {
  padding: 8px 0 8px 8px;
}
.menu-content .side_list .keyword_cloud {
  margin: 12px 0 0;
}
.menu-content .side_list .keyword_cloud a {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.02em;
  text-align: center;
  box-shadow: 0px 0px 8px 0px #0000000D;
  border-radius: 32px;
  background: #fff;
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 10px 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.menu-content .side_list .list_in .keyword_cloud a {
  color: #E0566D;
}
.menu-content .side_list li.keyword_area {
  display: block;
}
.menu-content .side_list li.keyword_area span {
  display: block;
  padding: 8px 0 8px 44px;
}
.menu-content .side_list li.keyword_area .link_area {
  margin: 12px 0 0;
}
.menu-content .side_list li.keyword_area .link_area a {
  display: block;
  padding: 4px 0 4px 40px;
  margin: 8px 0 0;
}
.menu-content .side_list li.keyword_area .link_area a:first-child {
  margin: 0;
}
.menu-content .side_list li.keyword_area .link_area a::before {
  content: "┗";
  width: 1em;
  height: 1em;
}
.menu-content .side_list li.list_in::before {
  background: none;
}
.menu-content .side_list li.list_in span {
  padding: 8px 0 8px 28px;
}
.menu-content .sns_list {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
  width: 255px;
}
.menu-content .menu_btn {
  display: block;
  border-radius: 24px;
  border: 1px solid #1F2121;
  font-size: 14px;
  line-height: 18px;
  margin: 20px 0 0;
  padding: 8px;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.menu-content .menu_btn.btn_black {
  background: #1F2121;
  color: #fff;
}
.menu-content .menu_btn.btn_large {
  border-radius: 50px;
  height: 65px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.menu-content .menu_btn.btn_large span {
  display: block;
}
.menu-content .menu_btn.btn_large span.txt_bold{
  font-weight: bold;;
}
.menu-content .menu_btn.btn_large span:last-child {
  font-size: .9em;
}
.menu-content .menu_banner {
  display: block;
  margin: 20px 0 0;
}
.menu-content .menu_banner2 {
  display: block;
  margin: 12px 0 0;
}
.menu-content .menu_txt {
  text-align: center;
  font-size: 14px;
  margin: 32px 0 0;
}
#menu-btn-check:checked ~ .menu-content {
  right: 0;
}
#menu-btn-check:checked ~ .menu_overlay {
  opacity: 1;
  z-index: 1;
  position: fixed;
}

main {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 85px 0 0;
}
#sun_header nav ul{
  padding: 0;
  margin: 15px auto 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 418px;
}
#sun_header nav ul li a{
  display:flex;
  flex-flow: column;
  justify-content:space-between;
  align-items: center;
}
#sun_header nav ul li span{
  font-family: maru-maru-gothic-bsr-stdn, sans-serif;
  font-size: 12px;
  letter-spacing: -.4px;
  line-height: 12px	;
}
#sun_header nav ul li span:first-child{
  background: #fff;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

@media only screen and (max-width: 899px) {
  header.top_header .navi_logo {
    margin-left: 29px;
  }
  header.top_header .navi_menu {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 599px) {
  .menu-content {
    width: 335px;
  }
  .menu_overlay::before,
  .menu_overlay::after {
    right: 342px;
    top: 20px;
  }
  #sun_header nav ul{
    width: 312px;
  }
  #sun_header nav ul li span{
    font-size: 9px;
  }
}
.fixed li.moon .is_pc{
  opacity:0;
}
.fixed {
  padding-top: 0px;
}
@media screen and (max-width: 599px){
  #base h1 {
/*    margin: 28px auto 20px;*/
/*    padding:0;*/
  }
}
/* add by cocoloni
 * ========================================================================== */
@media only screen and (max-width: 599px) {
  header.top_header .header_logo {
    justify-content: flex-end;
    padding-right: 13px;
  }
}
/* 検索ボタン
 ========================================================================== */

 /* 全体ラッパー */
.search_wrap {
  width: 100%;
  margin: 0 0 20px;
}

/* 検索ボックス */
.search_box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 0 12px;
  background: #ffffff;
  border-radius: 8px;
}

/* input */
.search_input {
  flex: 1;
  height: 100%;
  border: none;
  background: transparent;
  font-size: 14px;
  color: #333;
  outline: none;
}

.search_input::placeholder {
  color: #D6D6D6;
}

/* 検索ボタン */
.search_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.search_button svg {
  display: block;
}

@media screen and (max-width: 599px) {
  .search_wrap {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .search_box {
    width: 100%;
    margin: 0 auto;
  }
  .search_input {
    font-size: 14px;
  }
}

