@charset "UTF-8";
/*
Theme Name: CODE child
Theme URI:https://tcd-theme.com/tcd090
Description:WordPressテーマ「CODE」の子テーマ
Template:code_tcd090
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/
.sp-only {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp-only {
    display: inline;
  }
}

th {
  white-space: nowrap;
}

td {
  white-space: normal;
}

h2,
h3,
h4,
p {
  opacity: 0.9;
}

figure {
  margin-bottom: 2em;
}

#header_slider .post_item .name {
  margin-top: 0.5em;
}
#header_slider .post_item .image_wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  top: 0;
  left: 0;
  z-index: 4;
  background: linear-gradient(170deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.featured_post .name {
  margin-top: 0.5em;
}

@media screen and (max-width: 445px) {
  .cb_featured .button_list {
    width: 100%;
  }
}

.cb_content_header {
  margin-bottom: 40px;
}

#footer_banner a:before {
  display: none;
}
#footer_banner .item {
  margin-top: 4px;
}

.post_content .wp-block-button a,
.custom-html-widget .wp-block-button a {
  color: #fff;
  background-color: rgb(0, 0, 0);
  min-width: 12em;
  margin: 0.5em auto;
  min-height: 50px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .post_content .wp-block-button a,
  .custom-html-widget .wp-block-button a {
    min-height: 40px;
  }
}
.post_content .wp-block-button a:hover,
.custom-html-widget .wp-block-button a:hover {
  background-color: #d9d900;
  color: #fff;
}
.post_content .wp-block-button.is-style-outline a,
.custom-html-widget .wp-block-button.is-style-outline a {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
}
.post_content .wp-block-button.is-style-outline a:hover,
.custom-html-widget .wp-block-button.is-style-outline a:hover {
  opacity: 0.7;
}

.wp-block-buttons {
  margin-top: 1em;
  margin-bottom: 1em;
}
.wp-block-buttons.is-layout-flex {
  gap: 1em;
}
@media screen and (max-width: 750px) {
  .wp-block-buttons.is-layout-flex {
    gap: 0.5em;
  }
}

.lp_content.num4 {
  background: #edf2f8;
  /*
  .wpcf7 {
    border: none;
    background: #fff;

    input,
    textarea {
      border: 1px solid #ccc;
      background: #fafafa;
    }
  }
  */
}

.wpcf7 label {
  font-weight: bold;
}
.wpcf7 input,
.wpcf7 textarea {
  font-weight: normal;
}
.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
  font-size: inherit;
}
.wpcf7 .wpcf7-submit,
.wpcf7 .wpcf7-previous {
  background-color: #000;
  font-size: 16px;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  border-radius: 9999px;
}
@media screen and (max-width: 750px) {
  .wpcf7 .wpcf7-submit,
  .wpcf7 .wpcf7-previous {
    font-size: 1.125em;
  }
}
.wpcf7 form .wpcf7-response-output {
  line-height: 1.4;
  padding: 0.7em 1em;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background: rgba(70, 180, 80, 0.1686);
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border: none;
  background: rgba(220, 50, 50, 0.15);
}
.wpcf7 form.spam .wpcf7-response-output {
  border: none;
  background: rgba(245, 110, 40, 0.16);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  background: rgba(255, 185, 0, 0.16);
}

.must {
  font-size: 12px;
  line-height: 120%;
  font-weight: 600;
  display: inline-block;
  color: #eb4849;
  margin-left: 0.5em;
}

#menu-footer-nav .menu-item span {
  font-size: 70%;
  display: block;
}

@media screen and (max-width: 950px) {
  #footer_menu {
    margin-top: 8px;
  }
}

#no_post {
  font-weight: normal;
}

#news_archive #no_post {
  margin: 3em auto;
}

.boshu {
  background: rgba(220, 50, 50, 0.15);
  padding: 1em 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 1.5em 2em;
  margin: 3.5em auto;
}
.boshu p {
  display: block;
  line-height: 1.8 !important;
  margin: 0 !important;
  width: calc(100% - 12em);
}
@media screen and (max-width: 650px) {
  .boshu p {
    width: 100%;
  }
}
.boshu .wp-block-button {
  display: block;
}
@media screen and (max-width: 650px) {
  .boshu .wp-block-button {
    padding-bottom: 1.5em;
  }
}
.boshu .wp-block-button.is-style-outline a.wp-block-button__link.wp-element-button {
  border: 2px solid #000;
  line-height: 100%;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.boshu .wp-block-button.is-style-outline a.wp-block-button__link.wp-element-button:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.author-yuzuka #author_page_header {
  padding-bottom: 2em;
}
.author-yuzuka #author_page_header .desc {
  display: none;
}
.author-yuzuka .post_content {
  margin-bottom: 150px !important;
}
@media screen and (max-width: 950px) {
  .author-yuzuka .post_content {
    margin-bottom: 120px !important;
  }
}
@media screen and (max-width: 650px) {
  .author-yuzuka .post_content {
    margin-bottom: 83px !important;
  }
}
.author-yuzuka #blog_archive {
  margin-top: 150px;
}
@media screen and (max-width: 950px) {
  .author-yuzuka #blog_archive {
    margin-top: 120px;
  }
}
@media screen and (max-width: 650px) {
  .author-yuzuka #blog_archive {
    margin-top: 83px;
  }
}
.author-yuzuka #blog_total_num {
  display: none;
}

#next_prev_post .title span:before {
  display: block;
  font-size: 80%;
  width: -moz-fit-content;
  width: fit-content;
  color: #999;
}
#next_prev_post .prev_post .title span:before {
  content: "前の記事";
  margin: 0 auto 0.5em 0;
  text-align: left;
}
#next_prev_post .next_post .title span:before {
  content: "次の記事";
  margin: 0 0 0.5em auto;
  text-align: right;
}
@media screen and (max-width: 750px) {
  #next_prev_post .nav {
    display: none;
  }
  #next_prev_post .title {
    display: block;
    padding: 8px 16px 8px 36px;
    line-height: 1.4;
  }
  #next_prev_post .title:after {
    display: none;
  }
  #next_prev_post .next_post .title {
    padding: 8px 36px 8px 16px;
  }
  #next_prev_post a {
    height: 80px;
    line-height: 80px;
  }
  #next_prev_post .item {
    height: 82px;
  }
}

#author_list {
  justify-content: center;
}
#author_list .item {
  border-bottom: none;
}
#author_list .item:first-of-type {
  border-left: 3px solid #fff;
}

.page-template-page-author-list #author_list {
  margin-bottom: 8em;
}

#tcd_toc.styled {
  border: none;
  background-color: #fcfcfc;
  padding: 35px 3em 40px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  #tcd_toc.styled {
    padding: 30px 1.5em;
  }
}
#tcd_toc.styled .toc_title {
  font-size: 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.2em;
  border-bottom: 4px solid #d9d900;
}

.single .post_content h2 {
  padding-left: 0.5em !important;
  padding-top: 0.2em !important;
  border-left: 5px solid #d9d900;
  margin-bottom: 0.8em;
  margin-top: 3em !important;
}
.single .post_content .wp-block-image :where(figcaption) {
  font-size: 80%;
  line-height: 1.4;
  margin-top: 0.8em;
  margin-bottom: 1.5em;
}
.single .post_content pre {
  border-color: #d9d900;
}
.single .post_tags {
  display: block;
  margin: 0 auto 2em;
  font-size: 90%;
}
.single .post_tags a {
  display: inline-block;
  background-color: #fff;
  padding: 0.5em 1em;
  margin-right: 0.5em;
  border-radius: 5px;
}
.single .post_tags a::before {
  content: "＃";
  display: inline;
}
.single .post_tags a:hover {
  background-color: #000;
  color: #fff;
}

#post_meta_bottom .post_tag a::before {
  content: "＃";
  display: inline;
}

.liquid-speech-balloon-wrap {
  margin-top: 2rem;
}
.liquid-speech-balloon-wrap .liquid-speech-balloon-text {
  padding: 1rem 2rem;
}
@media screen and (max-width: 750px) {
  .liquid-speech-balloon-wrap .liquid-speech-balloon-text {
    padding: 1rem 1rem;
  }
}
.liquid-speech-balloon-wrap .liquid-speech-balloon-text p {
  margin-bottom: 0;
}

.liquid-speech-balloon-text {
  border-radius: 8px;
}

.category_list_widget a {
  background-color: #fff;
  padding: 0.8em 20px;
  border-radius: 0px 5px 5px 0px;
  border-left: 3px solid #000;
  margin-bottom: 0;
  display: block;
}
@media screen and (max-width: 750px) {
  .category_list_widget a {
    margin-bottom: 0 !important;
    padding: 0.7em 20px;
  }
}
.category_list_widget a:after {
  display: none;
}
.category_list_widget a:hover {
  background-color: #000;
  border-left: 3px solid #fff;
  color: #fff;
}
.category_list_widget a:hover:after {
  display: none;
}

/* 260724 */
@media screen and (min-width: 1201px) {
  #header_slider_wrap {
    height: calc((100vw - 80px) * 0.68 + 215px) !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 951px) {
  #header_slider_wrap {
    height: calc((100vw - 0px) * 0.68 + 215px) !important;
  }
}
@media screen and (max-width: 950px) and (min-width: 751px) {
  #header_slider_wrap {
    height: calc((100vw - 0px) * 0.68 + 190px) !important;
  }
}
@media screen and (max-width: 750px) {
  #header_slider_wrap {
    height: calc((100vw - 0px) * 0.68 + 153px) !important;
  }
}
@media screen and (min-width: 1201px) {
  #header_slider_wrap #header_slider {
    height: calc((100vw - 80px) * 0.68 + 215px) !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 951px) {
  #header_slider_wrap #header_slider {
    height: calc((100vw - 0px) * 0.68 + 215px) !important;
  }
}
@media screen and (max-width: 950px) and (min-width: 751px) {
  #header_slider_wrap #header_slider {
    height: calc((100vw - 0px) * 0.68 + 190px) !important;
  }
}
@media screen and (max-width: 750px) {
  #header_slider_wrap #header_slider {
    height: calc((100vw - 0px) * 0.68 + 153px) !important;
  }
}
@media screen and (min-width: 1201px) {
  #header_slider_wrap #header_slider .slick-list.draggable, #header_slider_wrap #header_slider .slick-track {
    height: calc((100vw - 80px) * 0.68 + 215px) !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 951px) {
  #header_slider_wrap #header_slider .slick-list.draggable, #header_slider_wrap #header_slider .slick-track {
    height: calc((100vw - 0px) * 0.68 + 215px) !important;
  }
}
@media screen and (max-width: 950px) and (min-width: 751px) {
  #header_slider_wrap #header_slider .slick-list.draggable, #header_slider_wrap #header_slider .slick-track {
    height: calc((100vw - 0px) * 0.68 + 190px) !important;
  }
}
@media screen and (max-width: 750px) {
  #header_slider_wrap #header_slider .slick-list.draggable, #header_slider_wrap #header_slider .slick-track {
    height: calc((100vw - 0px) * 0.68 + 153px) !important;
  }
}
@media screen and (min-width: 1201px) {
  #header_slider_wrap #header_slider .post_item {
    height: calc((100vw - 80px) * 0.68 + 215px) !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 951px) {
  #header_slider_wrap #header_slider .post_item {
    height: calc((100vw - 0px) * 0.68 + 215px) !important;
  }
}
@media screen and (max-width: 950px) and (min-width: 751px) {
  #header_slider_wrap #header_slider .post_item {
    height: calc((100vw - 0px) * 0.68 + 190px) !important;
  }
}
@media screen and (max-width: 750px) {
  #header_slider_wrap #header_slider .post_item {
    height: calc((100vw - 0px) * 0.68 + 153px) !important;
  }
}
@media screen and (min-width: 1201px) {
  #header_slider_wrap #header_slider .post_item .image_wrap {
    height: calc((100vw - 80px) * 0.68) !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 951px) {
  #header_slider_wrap #header_slider .post_item .image_wrap {
    height: calc((100vw - 0px) * 0.68) !important;
  }
}
@media screen and (max-width: 950px) and (min-width: 751px) {
  #header_slider_wrap #header_slider .post_item .image_wrap {
    height: calc((100vw - 0px) * 0.68) !important;
  }
}
@media screen and (max-width: 750px) {
  #header_slider_wrap #header_slider .post_item .image_wrap {
    height: calc((100vw - 0px) * 0.68) !important;
  }
}

#header_slider_wrap.index_slider_type1 .carousel_arrow {
  top: 50%;
  margin-top: 0 !important;
  opacity: 1 !important;
}
@media screen and (min-width: 1201px) {
  #header_slider_wrap.index_slider_type1 .carousel_arrow {
    top: calc((100% - 215px) / 2) !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 951px) {
  #header_slider_wrap.index_slider_type1 .carousel_arrow {
    top: calc((100% - 215px) / 2) !important;
  }
}
@media screen and (max-width: 950px) and (min-width: 751px) {
  #header_slider_wrap.index_slider_type1 .carousel_arrow {
    top: calc((100% - 190px) / 2) !important;
  }
}
@media screen and (max-width: 750px) {
  #header_slider_wrap.index_slider_type1 .carousel_arrow {
    top: calc((100% - 153px) / 2) !important;
  }
}
@media screen and (max-width: 750px) {
  #header_slider_wrap.index_slider_type1 .carousel_arrow.next_item,
  #header_slider_wrap.index_slider_type1 .carousel_arrow.prev_item {
    display: block;
  }
}

.ranking_post_list_widget .image_link {
  width: 147px;
  height: auto;
  min-height: 100px;
}
.ranking_post_list_widget .image_wrap {
  width: 147px;
  height: auto;
  min-height: 100px;
  background-color: #fff;
}
.ranking_post_list_widget .image_wrap .image {
  width: 100%;
  height: 100%;
  min-height: 100px;
  background-size: contain !important;
}
.ranking_post_list_widget .title_area {
  width: calc(100% - 167px);
}

.cb_category_post .image_link {
  width: 147px;
  height: auto;
  min-height: 100px;
}
.cb_category_post .image_wrap {
  width: 147px;
  height: auto;
  min-height: 100px;
  background-color: #000;
}
.cb_category_post .image_wrap .image {
  width: 100%;
  height: 100%;
  min-height: 100px;
  background-size: contain !important;
}
.cb_category_post .title_area {
  width: calc(100% - 167px);
}

.cb_trend .post_list.type1 .image_link {
  width: 147px;
  height: -moz-fit-content;
  height: fit-content;
}
.cb_trend .post_list.type1 .image_wrap .image {
  background-size: contain !important;
}
.cb_trend .post_list.type1 .content {
  width: calc(100% - 167px);
  margin: 0 0 0 20px;
}
.cb_trend .post_list.type2 .item {
  background-color: #000;
}
.cb_trend .post_list.type2 .image_wrap .image {
  background-size: contain !important;
}
.cb_trend .post_list.type2 .image_wrap .image:before {
  height: 45%;
}

.featured_post .content {
  padding: 17px 0 30px 20px;
  margin: -47px 0 50px 20px;
}

#footer_banner .item .image_wrap {
  /* background-color: #000; */
  height: calc((100vw - 80px) / 3 * 0.132);
}
@media screen and (max-width: 1201px) and (min-width: 951px) {
  #footer_banner .item .image_wrap {
    height: 13.2vw;
  }
}
@media screen and (max-width: 950px) and (min-width: 751px) {
  #footer_banner .item .image_wrap {
    height: 40vw;
  }
}
@media screen and (max-width: 750px) {
  #footer_banner .item .image_wrap {
    height: 40vw;
  }
}
#footer_banner .item .image_wrap .image {
  background-size: contain !important;
}

/* ハンバーガーメニュー内ウィジェット */
#side_menu_widget,
#drawer_menu_widget {
  width: 100%;
  box-sizing: border-box;
}

#side_menu_widget {
  margin-top: 30px;
}

#drawer_menu_widget {
  padding: 25px 20px;
}

.hamburger_menu_widget_item {
  margin-bottom: 20px;
}

.hamburger_menu_widget_item:last-child {
  margin-bottom: 0;
}

.hamburger_menu_widget_title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}

.hamburger_menu_widget_item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hamburger_menu_widget_item.tcdw_tag_list_widget .hamburger_menu_widget_title {
  color: #fff;
}
.hamburger_menu_widget_item.tcdw_tag_list_widget li a {
  background-color: #C6C6C6;
  color: #000 !important;
  line-height: 100%;
  padding-top: 6px;
  padding: 6px 0.7em 4px 0.5em;
}
.hamburger_menu_widget_item.tcdw_tag_list_widget li a::before {
  content: "＃";
  display: inline;
}
.hamburger_menu_widget_item.tcdw_tag_list_widget li a:hover {
  background-color: #fff !important;
}

.tcdw_tag_list_widget li a::before {
  content: "＃";
  display: inline;
}

.side_menu_type2 #side_menu_content {
  left: -320px;
  width: 400px;
  padding-bottom: 40px;
  box-sizing: border-box;
  height: 100vh;
  overflow-y: auto;
}
.side_menu_type2 #side_menu_content nav {
  height: -moz-fit-content;
  height: fit-content;
}
.side_menu_type2 #side_menu_content #side_menu_widget {
  padding: 0 60px;
}

#side_menu.side_menu_type2 > .sub-menu {
  width: 260px;
  left: -180px;
}

#side_menu.side_menu_type2 .sub-menu.active {
  left: 480px !important;
  height: 100vh;
  overflow-y: auto;
}

#side_menu.side_menu_type2 nav ul li.menu-item {
  padding: 0 60px;
}
#side_menu.side_menu_type2 nav ul li.menu-item a {
  padding: 0;
  border-bottom: 1px solid #6C6C6C;
}
#side_menu.side_menu_type2 nav ul li.menu-item:first-child {
  padding: 0.5em 60px;
}
#side_menu.side_menu_type2 nav ul li.menu-item:first-child a {
  border: none;
}
#side_menu.side_menu_type2 nav ul li.menu-item:nth-child(5) a,
#side_menu.side_menu_type2 nav ul li.menu-item:nth-child(6) a,
#side_menu.side_menu_type2 nav ul li.menu-item:nth-child(7) a,
#side_menu.side_menu_type2 nav ul li.menu-item:nth-child(8) a,
#side_menu.side_menu_type2 nav ul li.menu-item:nth-child(9) a,
#side_menu.side_menu_type2 nav ul li.menu-item:nth-child(10) a {
  height: 40px;
  padding-left: 30px;
  border: none;
}
#side_menu.side_menu_type2 nav ul li.menu-item:nth-child(5) a {
  padding-left: 0;
}
#side_menu.side_menu_type2 nav ul li.menu-item:nth-child(10) a {
  height: 50px;
  border-bottom: 1px solid #6C6C6C;
}
#side_menu.side_menu_type2 .menu-item-has-children:before {
  right: 94px;
}
#side_menu.side_menu_type2 .menu-item-has-children:after {
  right: 90px;
}

#drawer_menu {
  padding: 32px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  #drawer_menu {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
#drawer_menu #mobile_menu li.menu-item a {
  padding-left: 0;
  padding-right: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-bottom: 1px solid #6C6C6C;
}
#drawer_menu #mobile_menu li.menu-item a:hover {
  background-color: inherit;
  color: #d9d900;
}
#drawer_menu #mobile_menu li.menu-item .sub-menu li.menu-item a {
  padding-right: 40px;
  height: 40px;
  line-height: 40px;
}
#drawer_menu #mobile_menu li.menu-item .sub-menu li.menu-item:first-child {
  margin-bottom: 0 !important;
}
#drawer_menu #mobile_menu li.menu-item .child_menu_button {
  width: 50px;
  height: 50px;
}
#drawer_menu #mobile_menu li.menu-item .child_menu_button .icon:before {
  right: 19px;
  top: 21px;
}
#drawer_menu #mobile_menu li.menu-item:first-child {
  margin-bottom: 0.3em;
}
#drawer_menu #mobile_menu li.menu-item:first-child a {
  border: none;
}
#drawer_menu #mobile_menu li.menu-item:nth-child(5) a,
#drawer_menu #mobile_menu li.menu-item:nth-child(6) a,
#drawer_menu #mobile_menu li.menu-item:nth-child(7) a,
#drawer_menu #mobile_menu li.menu-item:nth-child(8) a,
#drawer_menu #mobile_menu li.menu-item:nth-child(9) a,
#drawer_menu #mobile_menu li.menu-item:nth-child(10) a {
  height: 40px;
  line-height: 40px;
  padding-left: 24px;
  border: none;
}
@media screen and (max-width: 750px) {
  #drawer_menu #mobile_menu li.menu-item:nth-child(5) a,
  #drawer_menu #mobile_menu li.menu-item:nth-child(6) a,
  #drawer_menu #mobile_menu li.menu-item:nth-child(7) a,
  #drawer_menu #mobile_menu li.menu-item:nth-child(8) a,
  #drawer_menu #mobile_menu li.menu-item:nth-child(9) a,
  #drawer_menu #mobile_menu li.menu-item:nth-child(10) a {
    padding-left: 1em;
  }
}
#drawer_menu #mobile_menu li.menu-item:nth-child(5) .child_menu_button,
#drawer_menu #mobile_menu li.menu-item:nth-child(6) .child_menu_button,
#drawer_menu #mobile_menu li.menu-item:nth-child(7) .child_menu_button,
#drawer_menu #mobile_menu li.menu-item:nth-child(8) .child_menu_button,
#drawer_menu #mobile_menu li.menu-item:nth-child(9) .child_menu_button,
#drawer_menu #mobile_menu li.menu-item:nth-child(10) .child_menu_button {
  width: 40px;
  height: 40px;
}
#drawer_menu #mobile_menu li.menu-item:nth-child(5) .child_menu_button .icon:before,
#drawer_menu #mobile_menu li.menu-item:nth-child(6) .child_menu_button .icon:before,
#drawer_menu #mobile_menu li.menu-item:nth-child(7) .child_menu_button .icon:before,
#drawer_menu #mobile_menu li.menu-item:nth-child(8) .child_menu_button .icon:before,
#drawer_menu #mobile_menu li.menu-item:nth-child(9) .child_menu_button .icon:before,
#drawer_menu #mobile_menu li.menu-item:nth-child(10) .child_menu_button .icon:before {
  right: 14px;
  top: 16px;
}
#drawer_menu #mobile_menu li.menu-item:nth-child(5) {
  margin-top: 0.8em;
}
#drawer_menu #mobile_menu li.menu-item:nth-child(5) a {
  padding-left: 0;
}
#drawer_menu #mobile_menu li.menu-item:nth-child(10) {
  padding-bottom: 0.8em;
  border-bottom: 1px solid #6C6C6C;
}
#drawer_menu #drawer_menu_widget {
  padding-left: 0;
  padding-right: 0;
}

html.open_menu,
html.open_side_menu {
  overflow: hidden;
}

#page_header .bg_image {
  background-position: center center !important;
}

.yuzuka-books {
  list-style: none;
  list-style-type: none;
  margin: 2.5em 0 !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  align-content: stretch;
  gap: 1em 1em;
}
.yuzuka-books br {
  display: none;
}
.yuzuka-books .yuzuka-book {
  list-style: none;
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}
.yuzuka-books .yuzuka-book a {
  display: block;
  line-height: 100%;
  border: 2px solid #D9D900;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  position: relative;
}
.yuzuka-books .yuzuka-book a img {
  display: block;
  height: 231px;
  width: auto;
  margin: 0;
}
.yuzuka-books .yuzuka-book a::after {
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  background-color: #d9d900;
  position: absolute;
  bottom: -2px;
  right: -2px;
  content: url("./img/icon/open_in_new.svg");
  width: 20px;
  height: auto;
  padding: 6px;
}
.yuzuka-books .yuzuka-book a:hover {
  opacity: 0.7;
}

.yuzuka-dramas {
  list-style: none;
  list-style-type: none;
  margin: 2.5em 0 !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  align-content: stretch;
  gap: 1em 1em;
}
.yuzuka-dramas br {
  display: none;
}
.yuzuka-dramas .yuzuka-drama {
  list-style: none;
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
  width: calc((100% - 1em) / 2);
}
.yuzuka-dramas .yuzuka-drama a {
  display: block;
  line-height: 100%;
  border: 2px solid #D9D900;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  position: relative;
  width: 100%;
}
.yuzuka-dramas .yuzuka-drama a img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.yuzuka-dramas .yuzuka-drama a::after {
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  background-color: #d9d900;
  position: absolute;
  bottom: -2px;
  right: -2px;
  content: url("./img/icon/open_in_new.svg");
  width: 20px;
  height: auto;
  padding: 6px;
}
.yuzuka-dramas .yuzuka-drama a:hover {
  opacity: 0.7;
}

#footer_menu #menu-footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0;
}
#footer_menu #menu-footer-nav li {
  display: block;
  border: 1px solid #ddd;
  /* border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd; */
  margin: -1px 0 0 -1px;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 950px) {
  #footer_menu #menu-footer-nav li {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  #footer_menu #menu-footer-nav li {
    width: 50%;
  }
}
#footer_menu #menu-footer-nav li a {
  display: block;
  text-align: center;
  padding: 0.8em 1.5em;
}
@media screen and (max-width: 950px) {
  #footer_menu #menu-footer-nav li a {
    padding: 0.8em 0;
  }
}
#footer_menu #menu-footer-nav li a[aria-current=page] {
  background-color: #f3f3f3;
}
#footer_menu #menu-footer-nav {
  /* li.current-menu-item {
      a {
          background-color: #ddd;
      }
  } */
}

#footer_menu_bottom #menu-footer {
  /* li.current-menu-item {
      a {
          position: relative;
          padding-top: 0.8em;
          padding-bottom: 0.8em;
      }
      a::before {
          content: "";
          display: block;
          width: 4px;
          height: 4px;
          background-color: #000;
          border-radius: 4px;
          overflow: hidden;
          position: absolute;
          top: 0px;
          left: 50%;
          transform: translateY(0) translateX(-50%);
      }
  } */
}
#footer_menu_bottom #menu-footer li a[aria-current=page] {
  position: relative;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
#footer_menu_bottom #menu-footer li a[aria-current=page]::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateY(0) translateX(-50%);
}

#side_col .category_list_widget a:hover {
  color: #fff !important;
}

#page_header .desc {
  font-size: 120%;
}

.home .cb_content.cb_free_space.num1.type2 {
  position: relative;
}

.kirakira {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  animation: animate-kirakira 8s linear;
}

.kirakira-1 {
  background-image: url("./img/anime/anime-kira01.svg");
}

.kirakira-2 {
  background-image: url("./img/anime/anime-kira02.svg");
}

.kirakira-3 {
  background-image: url("./img/anime/anime-kira03.svg");
}

@keyframes animate-kirakira {
  0% {
    opacity: 0;
    top: 0;
    transform: rotate(0);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100vh;
    transform: rotate(1080deg);
  }
}
.archive.tag #page_header #page_header_inner h1 span::before {
  content: "＃";
  display: inline;
}
.archive.tag #page_header #page_header_inner::after {
  content: "キーワードで探す";
  display: block;
  text-align: center;
  line-height: 2.4;
  margin-top: 13px;
  font-size: 120%;
}
@media screen and (max-width: 750px) {
  .archive.tag #page_header #page_header_inner::after {
    margin: 0 0 -5px;
    line-height: 2;
  }
}

body.single #main_col .author_profile .desc {
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
}
body.single #main_col .author_profile .desc span {
  display: block !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  -webkit-box-orient: initial !important;
  max-height: none !important;
  overflow: visible !important;
  height: auto !important;
}

.ranking_post_list_widget li.item:first-child .rank {
  background-color: #B39855;
  /* background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%); */
}
.ranking_post_list_widget li.item:nth-child(2) .rank {
  background-color: #c0c0c0;
  /* background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%); */
}
.ranking_post_list_widget li.item:nth-child(3) .rank {
  background-color: #a0522d;
  /* background: linear-gradient(45deg, #a57e65 0%, #a57e65 45%, #f3cfb8 70%, #a57e65 85%, #a57e65 90% 100%); */
}

/* headerの白ロゴ消す */
#header_logo .logo.has_index_logo img.index_logo, #header_logo .logo.has_index_logo img.index_mobile_logo {
  display: none !important;
}

/* アイキャッチのzommを消す */
/* #header_slider .post_item .bg_image {
    transform: scale(1.0);
}
#header_slider_wrap.index_slider_type2 #header_slider .bg_image {
    transform: scale(1.0);
}
#header_content_post_list .bg_image { transform: scale(1.0); }

.animate_background .image {transition : 0.5s !important;}
.animate_background:hover .image {
  -webkit-transform: scale(1.0) !important;
  transform: scale(1.0) !important;
  opacity: 0.6;
} */
.featured_content .wp-block-buttons,
.cb_news_list .wp-block-buttons {
  padding-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .featured_content .wp-block-buttons,
  .cb_news_list .wp-block-buttons {
    padding: 0 0 3rem;
  }
}
.featured_content .wp-block-buttons .wp-block-button .wp-element-button,
.featured_content .wp-block-buttons .wp-block-button .wp-block-button__link,
.cb_news_list .wp-block-buttons .wp-block-button .wp-element-button,
.cb_news_list .wp-block-buttons .wp-block-button .wp-block-button__link {
  background-color: #000;
  min-width: 12em;
  min-height: 50px;
  padding-left: 2em;
  padding-right: 2em;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .featured_content .wp-block-buttons .wp-block-button .wp-element-button,
  .featured_content .wp-block-buttons .wp-block-button .wp-block-button__link,
  .cb_news_list .wp-block-buttons .wp-block-button .wp-element-button,
  .cb_news_list .wp-block-buttons .wp-block-button .wp-block-button__link {
    min-height: 40px;
  }
}
.featured_content .wp-block-buttons .wp-block-button .wp-element-button:hover,
.featured_content .wp-block-buttons .wp-block-button .wp-block-button__link:hover,
.cb_news_list .wp-block-buttons .wp-block-button .wp-element-button:hover,
.cb_news_list .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background-color: #d9d900;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  #footer_logo::after {
    content: "あなたのもやもやをそのままにしないメディア";
    display: block;
    text-align: center;
    font-size: 80%;
    padding: 1.5em 0 1em;
  }
}

.rank_post_wrap .rank_headline {
  display: none;
}
.rank_post_wrap .rank_post_list_wrap {
  left: -200% !important;
}/*# sourceMappingURL=style.css.map */