@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*common*/
@import url("https://fonts.googleapis.com/css2?family=Cookie&family=Kosugi+Maru&display=swap");

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('./font/NotoSansJP-Regular.woff') format('woff'),
      url('./font/NotoSansJP-Regular.eot')  format('eot');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('./font/NotoSansJP-Bold.woff') format('woff'),
      url('./font/NotoSansJP-Bold.eot')  format('eot');
  font-display: swap;

}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('./font/NotoSansJP-Black.woff') format('woff'),
      url('./font/NotoSansJP-Black.eot')  format('eot');
  font-display: swap;
}

body {
  color: #eee;
  font-family: 'Libre Baskerville', serif, "Hannari", 'Hiragino Kaku Gothic ProN', sans-serif !important;
  -webkit-font-smoothing: antialiased;
}
body::after {
  height: auto;
}
body.public-page {
  position: relative;
}
body.public-page:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background-image: url(img/town.png);
  background-size: 500px auto;
  background-repeat: repeat-x;
  background-position: bottom center;
}
@media screen and (max-width: 768px){
  body.public-page:before {
    background-size: 500px auto;
  }
}
img {
  vertical-align: middle;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
}
a {
  transition-property: all;
  transition: 0.2s linear;
}
a:hover {
  opacity: .8;
  color: inherit;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
.no-sidebar .content .main {
  width: 800px;
  margin: 0 auto;
  background: transparent;
}
*::selection {
  background: #a3cdde;
}
/*1030px以下*/
@media screen and (max-width: 1030px){
  .no-sidebar .content .main {
    width: 100%;
  }
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  font-weight: normal;
}
.article h2 {
  border-bottom: 1px dashed #fff;
}
.article h3 {
  font-size: 20px;
  border: none;
  padding-left: 0;
}
.no-sidebar .content .main {
  width: 750px;
}
.no-sidebar.page .content .main {
  width: 640px;
}
.home.no-sidebar .content .main {
  width: 800px;
}
/*768px以下*/
@media screen and (max-width: 768px){
  .no-sidebar .content .main {
    width: 100%;
  }
  .home.no-sidebar .content .main {
    width: 100%;
  }
  .no-sidebar.page .content .main {
    width: 100%;
  }
}

/*header*/
.tagline {
  padding: 10px;
  opacity: .2;
  font-size: 12px;
}
#header-container .navi a, #navi .navi-in>.menu-header .sub-menu a {
  font-size: 12px;
}
.navi-in > ul li {
  height: 40px;
  line-height: 40px;
}
#navi .navi-in>ul>li {
  padding: 0 5px;
}
#navi .navi-in>.menu-header .sub-menu {
  background: #a3cdde;
  border-radius: 3px;
}
#navi .navi-in>.menu-header .sub-menu a {
  color: #293665;
}
#navi .navi-in>.menu-header .sub-menu a:hover {
  color: #eee;
}
#navi .navi-in>.menu-header .sub-menu .item-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 168px;
}
#navi .navi-in a:hover, #footer a:hover {
  background: none;
  opacity: 1;
  color: #a3cdde;
}
.logo-image {
  background: url(img/star.png) no-repeat center / 300px;
  /* padding: 10px 0 0; */
}
@media screen and (max-width: 768px){
  .logo-image {
    background: url(img/star.png) no-repeat center / 200px;
  }
}
.logo-header img {
  vertical-align: inherit;
}

/* notice-area */
/* #notice-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#notice-area a {

}
.header .header-in {
  padding-top: 40px;
} */
/*768px以下*/
/* @media screen and (max-width: 768px){
  .slicknav_btn {
    margin: 35px 5px 6px;
  }
  .header .header-in {
    padding-top: 10px;
  }
} */
/*600px以下*/
/* @media screen and (max-width: 600px){
  #wpadminbar {
    position: fixed;
  }
} */

@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px;
  }
}

@media screen and (max-width: 834px) {
  .top-has-sub.has-sub.has-icon {
    display: none;
  }
}



/*top*/
.appeal {
  background-size: auto 100%;
}
/*480px以下*/
@media screen and (max-width: 480px){
  /*header*/
  .appeal {
    background-size: cover;
  }
}
.appeal-content {
  background: none;
}
.appeal-button {
  max-width: inherit;
  border-radius: 50px;
}
.appeal .appeal-in {
  margin: 80px auto 0;
  max-width: 550px;
  padding: 0;
  position: relative;

}
.appeal-content .appeal-button {
  /*color: #293665;*/
  /*border: 4px double #293665;*/
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: none;
  border: none;
  color: #a3cdde;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  /*padding-top: 80px;*/
}
.appeal-content .appeal-button:hover {
  /*background: #293665;*/
  color: #eee;
  /*border: 3px double #a3cdde;*/
  background: #293665;
  opacity: .5;
  border-radius: 0;
}
.home .content {
  margin: 0;
}

.home .article h1 {
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  font-size: 10px;
  margin: 0;
}

.a-wrap {
  color: #eee;
}
.a-wrap:hover:hover {
  color: #eee;
}
.new-entry-card-post-date {
  display: block;
  font-size: 10px;
}
.new-entry-card-date {
  /* display: block; */
  display: inline-block;
}
.new-entry-card-post-date {
  display: block !important;
  font-size: 10px;
}
.new-entry-card-title {
  font-size: 14px;
}
.widget-entry-card-thumb {
  margin-top: 0;
  margin-right: 15px;
}
.widget-entry-cards figure {
  /* width: 60px; */
  /* height: 60px; */
  /* border-radius: 50%; */
  border-radius: 10px;
  overflow: hidden;
}
.widget-entry-cards figure img {
  max-width: inherit;
  width: auto;
}
.widget-entry-cards figure span.cat-label {
  display: none;
}
.widget-entry-cards .widget-entry-card-content {
  margin-left: 70px;
  padding-top: 5px;
}
.new-entry-card .cat-label {
  /* display: none; */
  /* background: #a3cdde; */
  /* color: #293665; */
  position: inherit;
  border: none;
  font-size: 10px;
  color: #bbb;
  padding: 0;
}
.new-entry-card-update-date {
  display: none;
}

.top-tag .column-wrap.column-2 {
margin: 0 0 5px;
}
.top-tag .column-wrap.column-2 p {
margin: 0;
padding: 0 2px 0;
}

.top-tag .column-wrap.column-2 > div {
 width: auto;
}

@media screen and (max-width: 834px) {
 .top-tag .column-wrap.column-2 {
   flex-direction: inherit;
 }
}

@media screen and (max-width: 599px) {
.top-tag .column-wrap {
flex-direction: inherit !important;
}
.top-tag .column-wrap.column-2 {
margin: 0;
}
.top-tag .column-left, .top-tag .column-right {
padding: 0 !important;
}
}

@media screen and (max-width: 599px) {
 .container .column-wrap > div {
  padding-top: 0;
  /*margin-top: -10px;*/
}
 .container .top-tag.top-tag_cat .column-wrap > div {
 width: 49.5%;
}
}

/* 2024/10/22 */
.top-tag .column-wrap.column-2 {
  margin: 0 0 5px;
  }
  .top-tag .column-wrap.column-2 p {
  margin: 0;
  padding: 0 2px 0;
  }
  
  .top-tag .column-wrap.column-2 > div {
   width: auto;
  }
  
  @media screen and (max-width: 834px) {
   /* .top-tag .column-wrap.column-2 {
     flex-direction: inherit;
   } */
  }
  
  @media screen and (max-width: 599px) {
    /* .top-tag .column-wrap {
    flex-direction: inherit !important;
    }
    .top-tag .column-wrap.column-2 {
    margin: 0;
    }
    .top-tag .column-left, .top-tag .column-right {
    padding: 0 !important;
    } */

    .top-tag > .column-wrap {
      display: block;
    }
    .top-tag .column-wrap.column-2 > div {
      margin: 0;
    }
  }
  
  @media screen and (max-width: 599px) {
   .container .column-wrap > div {
    padding-top: 0;
    /*margin-top: -10px;*/
  }
   .container .top-tag.top-tag_cat .column-wrap > div {
   width: 49.5%;
  }
  }

/* tegalog */
.tegalog_list_block {
  margin: 0 0 25px;
  font-size: 14px;
  line-height: 1.4em;
}
.tegalog_list a {
  font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  text-decoration: none;
  margin: 0 10px 0 0;

}
.tegalog_list .date {
  /* text-align: right; */
  font-size: 12px;
  color: #bbb;
}

/*pagenate single*/
.pager-post-navi a figure {
/*  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;*/
}
.pager-post-navi a figure img {
  border-radius: 50%;
}
.pager-post-navi a.next-post::before, .pager-post-navi a.prev-post::before {
  color: #a3cdde;
  font-size: 14px;
}
.pager-post-navi a.prev-next-home {
  font-size: 20px;
  color: #a3cdde;
}
.pager-post-navi.post-navi-square {
  border-bottom: 1px dotted #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/*480px以下*/
@media screen and (max-width: 480px){
  .pager-post-navi.post-navi-square {
    flex-direction: row;
    margin: 20px 0;
  }
}

/*pagenate archive*/
.pagination-next-link, .comment-btn {
  color: #eee;
  font-size: 14px;
}
.pagination-next-link:hover, .comment-btn:hover {
  color: #a3cdde;
}
.pagination {
  margin: 0;
}
.page-numbers {
  color: #eee;
}
.pagination a:hover {
  color: #a3cdde;
}
.pagination .current {
  opacity: .2;
}

/*archive*/
.archive-title {
  font-size: 16px;
  display: none;
}
.category-illust .archive-title , .category-koneta .archive-title , .category-atogaki .archive-title , .category-news .archive-title  {
  display: block;
  padding: 10px;
}
.archive-title span {
  display: none;
}
/*768px以下*/
@media screen and (max-width: 768px){
  .archive-title {
    font-size: 16px;
    display: block;
    padding: 0 10px;
  }
  .category-49 .archive-title, .category-54 .archive-title {
    display: none;
  }
  .category-illust .archive-title , .category-koneta .archive-title , .category-atogaki .archive-title , .category-news .archive-title {
    padding: 10px 0 0;
  }
}
.cat-label {
  border: none;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 0;
  left: 0;
  padding: 0 10px;
}
.entry-card-title {
  margin-top: 10px;
}
.category-by-ghost .e-card-meta {
  display: none;
}
.post-date::before {
  content: none;
}
.post-date > span {
  /* display: none; */
}
.post-date > span::before {
  content: none;
}
.category-memo .entry-card-thumb {
  /*max-height: 315px;*/
  /*overflow: hidden;*/
}
/*480px以下*/
@media screen and (max-width: 480px){
  .category-memo .entry-card-thumb {
    /*max-height: 200px;*/
    /*overflow: hidden;*/
  }
}
#text-12 {
  font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  margin: 0 10px 40px;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #708090;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  #text-12  {
    margin: 0 0 30px;
    padding: 12px 5px;
    font-size: 12px;
  }
}
#text-12 p {
  margin: 0;
}
#text-12 a {
  text-decoration: none;
}
.related-entry-card-snippet, .entry-card-snippet {
  font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}
#media_image-2.widget {
  text-align: center;
  margin-bottom: 15px;
}

/*single*/
.entry-title {
  font-size: 20px;
  margin-bottom: 25px;
}
.categoryid-3 .entry-title:after {
    content: "old";
    font-size: 10px;
    background: #000;
    padding: 0  10px;
    vertical-align: super;
    margin: 0 0 0 10px;
}
@media screen and (max-width: 480px) {
  .entry-title, .article h2 {
    padding: 0.6em 0;
  }
}
.pager-links {
  margin: 0;
}
.pager-links a {
  text-decoration: none;
}
.pager-links a:hover span {
  color: #a3cdde;
}
.pager-prev-next a {
  text-decoration: none;
}
.pager-links a span {
  background: none;
  border: none;
}
.page-numbers.current {
  opacity: .2;
}
.pager-links.pager-prev-next {
/*   display: none; */
}
.pager-links.pager-prev-next a {
	background: #a3cdde;
	width: 20%;
}
@media screen and (max-width: 768px) {
	.pager-links.pager-prev-next a {
		width: 30%;
	}
}
.pager-links.pager-prev-next a span {
	color: #293665;
	font-size: 12px;
}
.related-entry-heading {
  margin-top: 50px;
}
.single .entry-content {
  /* font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif; */
  font-family: 'メイリオ', Meiryo, 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .single .entry-content {
    margin-bottom: 40px;
  }
}
.related-entry-heading {
  margin-top: 30px;
}
.categoryid-3 .pager-post-navi.post-navi-square {
  display: none;
}
.categoryid-3 .date-tags {
  display: none;
}
.categoryid-49 .article-header {
  max-width: 500px;
  margin: 16px auto 25px;
}
.categoryid-49 .entry-content {
  max-width: 500px;
  margin: 1em auto 60px;
}
.categoryid-49 .pager-post-navi.post-navi-square {
  display: none;
}
.categoryid-49 .date-tags {
  display: none;
}
.rect-vartical-card .related-entry-card-title {
  padding-top: 5px;
}
.categoryid-9 .post-date {
  display: block !important;
}
.category-4 .entry-card-meta, .category-5 .entry-card-meta, .category-14 .entry-card-meta, .category-54 .entry-card-meta{
  display: none;
}
.categoryid-14 .post-date {
  display: none;
}

@media screen and (max-width: 600px) {
  .a5base {
    margin: 0 -16px;
  }
}

/*footer*/
.footer-bottom {
  margin-top: 50px;
  padding: 0 0 30px;
  font-size: 10px;
}
.navi-footer {
  margin-bottom: 20px;
}
.footer-bottom.fnm-text-width .menu-footer li,
.navi-footer-in > .menu-footer li {
  border: none;
}
@media screen and (max-width: 768px) {
  .navi-footer-in > .menu-footer {
    flex-wrap: nowrap;
  }
  .navi-footer-in > .menu-footer li.menu-item {
    /* border: none; */
  }
  .navi-footer-in > .menu-footer li.menu-item:last-child {
    /* display: none; */
  }
  .navi-footer-in a {
    font-size: 10px;
  }
}

/* re main */
.category-byghost .e-card-meta, 
.category-re-main .e-card-meta {
    display: none;
}
@media screen and (max-width: 834px) {
    .categoryid-49 .article .entry-content p:has(img) {
        margin: 0 -16px 1.4em -16px;
    }
}
#text-7, #text-11 {
    border-top: 1px dashed #fff;
    padding-top: 1.4em;
}
#text-11 {
  margin-top: 60px;
}
.categoryid-49 .related-entries {
    display: none;
}

.widget-below-sns-buttons-title {
    margin: 22px 0;
    font-size: 24px;
}
.widget-related-entry-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.widget-related-entry-card-link {
    width: 24.5%;
}
@media screen and (max-width: 834px) {
    .widget-entry-cards .widget-related-entry-card-link {
        width: 49%;
        margin-bottom: 4%;
    }
}
@media screen and (max-width: 356px) {
    .widget-entry-cards .widget-related-entry-card-link {
        width: 100%;
    }
}
.widget-related-entry-card-link figure {
    height: inherit;
    border-radius: inherit;
}
.widget-entry-cards.card-large-image .card-content {
    margin: 0;
    padding-bottom: 1.2em;
    font-size: 16px;
}


/*clap ranking wrapper*/
#custom_html-2 {
  /*border-top: 1px dashed #fff;*/
  padding: 10px 20px 0;
  /* padding: 10px 20px 20px; */
  margin: 20px 0 0;
}
#custom_html-2 > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
#custom_html-3 {
	padding: 10px 20px 20px;
  margin: 20px 0 0;
}
#custom_html-3 > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
#custom_html-4 {
	border-bottom: 1px dashed #fff;
}
.msg-box span {
	cursor: pointer;
}

/*clap*/
.maroyaka-webclap {
  float: left;
  font-family: inherit !important;
}
.mwc-message-box {
  background: #000 !important;
  border: none !important;
}
.mwc-message-box:before, .mwc-message-box:after {
  content: none !important;
}
.mwc-message-box-inner {
  padding: 44px 14px 12px !important;
}
.mwc-message-box .close {
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
}
.maroyaka-webclap .btn {
  background: #293665 !important;
  box-shadow: none !important;
  border: none !important;
  font-size: 16px !important;
  margin: 0 0 0 10px !important;
}
.maroyaka-webclap .btn-default {
  background: none !important;
  text-shadow: none !important;
  color: #fff !important;
  transition: all 0.5s ease;
  border: 1px solid #fff !important;
  padding: 1px 15px !important;
  font-family: 'Libre Baskerville', serif, "Hannari", 'Hiragino Kaku Gothic ProN', sans-serif !important;
}
.maroyaka-webclap .btn-default:hover {
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #293665 !important;
}
.mwc-message-box .form-control {
  font-size: 16px !important;
}
.mwc-message-box .form-control:focus {
  border-color: transparent !important;
}
.mwc-message-box .alert {
  border: none !important;
  font-size: 12px !important;
  background: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  margin: 10px 0 !important;
}
.mwc-message-box .alert:before {
  content: none !important;
}

/*ranking*/
.ranking_btn {
  display: inline-block;
  color: #eee;
  border: 1px solid #fff;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  /* margin: 0 0 0 15px; */
  text-decoration: none;
}
.msg-box .ranking_btn {
	margin: 0;
}
.ranking_btn:hover {
  background: #fff;
  color: #293665;
  opacity: 1;
}
.clap_icon {
  margin: 0px;
}

/*blogcard*/
.blogcard-wrap {
  margin: 0 0 15px;
  background: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .blogcard-wrap {
    margin: 0;
  }
}
.blogcard {
  border: 2px solid #708090 !important;
  padding: 15px 20px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .blogcard {
    padding: 15px 15px 20px;
  }
}
.blogcard-type {
  margin-top: 2.8em;
}
.blogcard-type .blogcard {
  padding: 15px 10px 10px;
}
.blogcard-thumbnail img {
  margin: 0 !important;
  border-radius: 5px;
}
.blogcard-type .blogcard .blogcard-label {
  background-color: #708090;
  color: #eee;
  border-radius: 0;
  left: -1px;
  /* right: 2%; */
  line-height: 15px;
  top: -21px;
}
.internal-blogcard .blogcard-footer {
  display: none;
}
@media screen and (max-width: 480px){
	.blogcard-thumbnail{
		width: 40%;
	}
  .blogcard-content {
    margin-left: 43.6%;
  }
  .blogcard-title {
    font-size: 110%;
  }
  .blogcard-snippet{
    /* display: none; */
  }
  .blogcard-type .blogcard {
    padding: 15px 10px 15px;
  }
}

/*blogcard 続きボタン */
.internal-blogcard-wrap {
  position: relative;
}
.internal-blogcard-wrap::after{
	content: '続きを読む \F02D';
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 80%;
	background-color: #a3cdde;
	padding: .2em 2.6em .2em 3em;
	/* font-weight: bold; */
	color: #293665;
  font-family: FontAwesome;
}

/* 囲みラベル変更 */
.bct-next .blogcard-label .fa::before {
  content: "\F061";
}
.bct-next .blogcard-label::after {
  content: "NEXT STORY";
}
.bct-related .blogcard .blogcard-label .fa::before {
  content: "\F004  関連漫画";
}
.bct-external_link .blogcard .blogcard-label .fa::before {
  content: "\F08E  参考サイト";
}
.bct-related .blogcard-label::after {
  content: none;
}


/*page*/
.page .entry-content {
  font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}
.page-id-65 .entry-content {
  font-family: 'Libre Baskerville', serif, "Hannari", 'Hiragino Kaku Gothic ProN', sans-serif;
}
.parent-pageid-1074 .entry-content {
  font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

/* contact form7 */
.wpcf7-submit {
	border-radius: 0;
	background: #a3cdde;
	max-width: 250px;
	height: 30px;
	color: #293665;
	font-size: 12px;
	padding: 0 !important;
	border: none;
/* 	display: block; */
/* 	margin: 0 auto !important; */
}
span.wpcf7-list-item {
	margin: 0 10px 0 0 !important;
}

/* under hitokoto toppagelist */
#top-under .new-entry-cards {
  display: flex;
  flex-wrap: wrap;
}
#top-under .widget-entry-card-content{
  display: none;
}
#top-under .a-wrap {
  position: relative;
  width: 16.66666%;
  border: 1px solid #293665;
  margin: 0;
  padding: 0;
}
#top-under .a-wrap::before {
  content: '';
  padding-top: 100%;
  display: block;
}
#top-under .new-entry-card {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#top-under .widget-entry-cards figure {
  width: auto;
  height: auto;
  border-radius: 0;
  overflow: inherit;
  height: 100%;
  margin: 0;
}
#top-under .widget-entry-cards figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  #top-under .a-wrap {
    /* width: 33.3333%; */
  }
}

/* under hitokoto list */
.post-type-archive-under .archive-title {
  display: none;
}
.post-type-archive-under #main {
  background: #000;
  max-width: 600px;
  margin: 20px auto 0;
  border-radius: 10px;
  padding: 40px 50px 20px;
}
.post-type-archive-under #main::before {
  content: '創作全般やサイト運営について、個人的なことなど';
  font-size: 12px;
  display: block;
  margin: 0 0 25px;
}
.post-type-paged-2.post-type-archive-under #main::before,
.post-type-paged-3.post-type-archive-under #main::before,
.post-type-paged-4.post-type-archive-under #main::before,
.post-type-paged-5.post-type-archive-under #main::before,
.post-type-paged-6.post-type-archive-under #main::before,
.post-type-paged-7.post-type-archive-under #main::before,
.post-type-paged-8.post-type-archive-under #main::before,
.post-type-paged-9.post-type-archive-under #main::before,
.post-type-paged-10.post-type-archive-under #main::before,
.post-type-paged-11.post-type-archive-under #main::before,
.post-type-paged-12.post-type-archive-under #main::before,
.post-type-paged-13.post-type-archive-under #main::before,
.post-type-paged-14.post-type-archive-under #main::before,
.post-type-paged-15.post-type-archive-under #main::before,
.post-type-paged-16.post-type-archive-under #main::before,
.post-type-paged-17.post-type-archive-under #main::before {
  content: none;
}
.post-type-archive-under {

}
.post-type-archive-under .list.ect-big-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-type-archive-under .list.ect-big-card::after {
  content:"";
  display: block;
  width:33.333%;
}
.post-type-archive-under .entry-card-wrap {
  padding: 0;
  width: 33.333%;
  position: relative;
  margin: 0;
}
.post-type-archive-under .entry-card-wrap:before {
  content: '';
  padding-top: 100%;
  display: block;
}
.post-type-archive-under .entry-card-wrap > article {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.post-type-archive-under .entry-card-wrap > article >figure {
  height: 100%;
  margin: 0;
}
.post-type-archive-under .entry-card-wrap > article > figure > img {
  object-fit: cover;
  height: 100%;
}
.post-type-archive-under .entry-card-content {
  display: none;
}
.post-type-archive-under .cat-label {
  display: none;
}
.post-type-archive-under .pagination-next-link {
  border: none;
  background: none;
}
.post-type-archive-under .page-numbers {
  border: none;
}
.post-type-archive-under {

}
.post-type-archive-under {

}
.post-type-archive-under {

}
.post-type-archive-under {

}
.post-type-archive-under {

}
@media screen and (max-width: 480px) {
  .post-type-archive-under #main {
    padding: 20px;
    border-radius: 0;
    margin-top: 30px;
  }
  .post-type-archive-under .entry-card-wrap {
    padding: 0;
    width: 33.333%;
    position: relative;
  }
}

/* under hitokoto content */
#under-ttl {
  font-family: 'Libre Baskerville', serif, "Hannari", 'Hiragino Kaku Gothic ProN', sans-serif !important;
  max-width: 600px;
  /* color: #241816; */
  color: #000;
  font-size: 14px;
  line-height: 1;
  margin: 0 auto -2px;
  text-align: right;
  display: none;
}
#under-date {
  margin: 0;
}
#under-date .post-date {
  /* display: block;
  max-width: 600px;
  color: #000;
  font-size: 14px;
  line-height: 1;
  margin: 0 auto -2px;
  text-align: right;
  padding: 0; */
}
#under-date .post-update {
  display: none;
}
#under-main-content {
  /* max-width: 600px;
  margin: 0 auto;
  background: #000;
  padding: 50px 50px;
  border-radius: 10px 0 10px 10px; */
}
#under-main-content h1 {
  color: #000;
  font-size: 1px;
  line-height: 1px;
  margin: 0;
}
#under-main-content .date-tags {
  margin: 0;
  display: none;
}
#under-main-content .entry-content {
  margin: 0;
}
#under-main-content .entry-content>* {
  /* line-height: 1.4; */
}
#under-main-content p {
  /* margin: 0 0 10px; */
}
#under-main-content .gallery {
  margin: 0 0 20px;
}
#under-main-content .gallery .gallery-item {
  margin: 0 0 5px;
}
#under-main-content .gallery .gallery-item img {
  border: none;
}
#under-main-content .under-tag {
  text-align: right;
  font-size: 12px;
  margin: 25px 0 10px;
}
#under-main-content .under-tag span {
  margin: 0 0 0 10px;
}
#under-main-content .pager-post-navi.post-navi-square {
  margin-top: 0;
  padding: 0;
}

@media screen and (max-width: 600px){
  #under-main-content {
    /* padding: 30px 15px;
    border-radius: 0;
    margin: 0 -10px; */
  }
}


/* under 20190914 */
.under > .pagination-next {
  display: none;
}
.post-type-archive-under #main::before {
  content: none;
}
.post-type-archive-under #main {
    background: none;
    max-width: inherit;
    margin: auto;
    border-radius: none;
    padding: 0;
}
.under-wrapper {
  font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  position: relative;
  background: #000;
  max-width: 600px;
  /* margin: 20px auto; */
  /* border-radius: 10px 0 10px 10px; */
  padding: 20px 40px 20px;
}
.under-wrapper .entry-title {
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  margin: 0;
  line-height: 0;
  padding: 0;
}
.under-wrapper .under-date {
  margin: 0;
  background: none;
  border: none;
  padding: 0;
  font-size: 12px;
  /* color: #000; */
  line-height: 1;
  margin: 0;
  text-align: right;
  /* position: absolute; */
  right: 0;
  bottom: 100%;
}
.under-wrapper p {
  margin: 0 0 15px;
}
.under-wrapper img {
  margin: 5px 0;
}
.under-wrapper .under-tag {
  text-align: right;
  font-size: 12px;
  /* font-family: 'Libre Baskerville', serif, "Hannari", 'Hiragino Kaku Gothic ProN', sans-serif !important; */
}
.under-wrapper .under-tag span {
  /* margin: 0 0 0 10px; */
}

@media screen and (max-width: 480px) {
  .under-wrapper {
    padding: 20px;
  }
  .under-wrapper .entry-content {
    margin: 0 0 20px;
  }
  .under-wrapper .blogcard {
    /* margin: 10px 0; */
  }
}

/* under 20200706 */
@media screen and (max-width: 600px) {
  .single-under .content .main {
    padding-left: 0;
    padding-right: 0;
  }
}

/* under 20221212 */
/* @media screen and (max-width: 480px) {
  body.single-under {
    font-size: 16px;
  }
  body.post-type-archive-under {
    font-size: 16px;
  }
} */

/* under 1:3カラム*/
.under-wrapper .column-2-4-1-3 {
  margin-bottom: 0;
}
.under-wrapper .column-2-4-1-3 .column-left {
  width: 20%;
  margin-bottom: 0;
}
.under-wrapper .column-2-4-1-3 .column-right {
  width: 80%;
  padding: 20px 0 0;
  margin-bottom: 0;
}
.under-wrapper .column-2-4-1-3 img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .under-wrapper .column-2-4-1-3 {
    flex-direction: row;
  }
  .under-wrapper .column-2-4-1-3 .column-left {
    width: 40%;
  }
  .under-wrapper .column-2-4-1-3 .column-right {
    padding: 15px 0 0;
  }
}


/* editor */
.editor-post-title__block .editor-post-title__input, div.editor-block-list__block, div.editor-block-list__block p {
  font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif !important;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif !important;
  font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif !important;
}

/* グーテンベルグ */
.wp-block-image {
  margin: 0;
}
.wp-block-gallery {
  padding: 0 !important;
}
.blocks-gallery-item {
  margin: 0 !important;
}

/* gallery */
#foogallery-gallery-4622.foogallery {
  display: flex !important;
}
.fbx-rounded a:hover, .foogallery a:hover {
  opacity: 1 !important;
}
.foogallery.fg-hover-zoom2 .fg-thumb:before {
  background: rgba(41, 54, 101, .6) no-repeat center center !important;
  background-image: url(/wp-content/plugins/foogallery/extensions/default-templates/shared/img/zoom2.png) !important;
}
.fbx-rounded .fbx-item-current, .fbx-rounded .fbx-item-image, .fbx-rounded .fbx-item-next {
  border-radius: 0 !important;
}
.fbx-rounded .fbx-inner {
  border: none !important;
  border-radius: 0 !important;
}
.fbx-rounded .fbx-caption {
  border-radius: 0 !important;
  font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif !important;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif !important;
  font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif !important;
  background: rgba(41, 54, 101, .7) !important;
}
.fbx-rounded .fbx-next {
  right: -38px;
  border-radius: 0 !important;
}
/* .fbx-next:before {
  font-family: FontAwesome !important;
  content: "\F054" !important;
} */
.fbx-rounded .fbx-prev {
  left: -38px;
  border-radius: 0 !important;
}
/* .fbx-prev:before {
  font-family: FontAwesome !important;
  content: "\F053" !important;
} */
.fbx-rounded.fbx-light .fbx-close {
  border-color: transparent !important;
  top: -9px;
  right: -44px;
}
.fbx-rounded.fbx-light .fbx-count {
  display: none !important;
}
.fbx-caption-desc a {
  display: block;
  color: #a3cdde !important;
  padding: 10px 0;
  font-family: FontAwesome;
  text-decoration: none;
}
.fbx-caption-desc a::after {
  content: "\F14C";
  padding: 0 0 0 5px;
}


/* 230624 */
.page-id-4591 .entry-title {
  font-size: 20px;
  margin: inherit;
  color: inherit;
}
.page-id-4591 .fg-default.fg-center {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.page-id-4591 .foogallery .fg-item.fg-loaded {
  flex: 0 0 33.333333333333333%;
  padding: 1px;
}
@media screen and (max-width: 768px) {
  .page-id-4591 .entry-content {
    margin: 1em -15px 3em;
  }
  .page-id-4591 .entry-content h2 {
    margin: 15px;
  }
  .page-id-4591 .foogallery .fg-item.fg-loaded {
    padding: 0;
  }
  /* .page-id-4591 .fg-image {
    object-fit: none;
    zoom: 50%;
  } */
}





/* table */
table, table td, table th {
  border: 1px dotted #fff;
}
table td {
  padding: 6px 10px;
}

/* character sheet */
.single-config .content .main {
  width: 660px;
}
.single-config article {
  font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif !important;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif !important;
  font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif !important;
}
.single-config article h1 {
  font-family: 'Libre Baskerville', serif, "Hannari", 'Hiragino Kaku Gothic ProN', sans-serif !important;
}
.single-config article h2, .single-config article h3 {
  margin-top: 1em;
}

.single-config .date-tags {
  display: none;
}
.single-config .under-entry-content {
  display: none;
}
.blank-box {
  border-radius: 0;
}
.blank-box.bb-tab::before {
  border-radius: 0;
}


/* event */
.event-desc {
  max-width: 600px;
  margin: 0 auto;
}
.event-desc .ttl {
  margin: 0;
}
.event-desc .txt {
  font-size: 12px;
}
.event-desc + .pagination-next {
  display: none;
}
.event-wrapper {
  max-width: 600px;
  margin: 15px auto 30px;
  border: 1px solid #000;
  padding: 2em 0 1em;
}
.event-wrapper .entry-title {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  line-height: 0;
  padding: 0;
  /* display: inline;
  background: #000;
  padding: 3px 30px; */
}
.event-wrapper .event-date {
  background: #000;
  padding: 3px 30px;
  /* font-size: 10px; */
}
.event-wrapper .entry-content {
  font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  margin: 2em 50px 3em;
}
.event-wrapper .event-tag {
  font-size: 10px;
  text-align: right;
}
.event-wrapper .event-tag p {
  margin: 0 0 5px auto;
  width: 140px;
  background: #000;
  text-align: center;
}
.event-wrapper .event-tag span {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .event-wrapper {
    padding: 1em 0;
    margin: 15px auto;
  }
  .event-wrapper .entry-content {
    margin: 1em 1em 2em;
  }
  .event-wrapper .event-date {
    font-size: 14px;
  }
  .event-wrapper p {
    margin-bottom: 1em;
  }
}


/* 目次 */
.single-config pre {
  padding: 0;
}
.toc {
  border-color: #fff !important;
}
.toc a {
  color: #a3cdde;
}

/* character page */
.parent-pageid-9524 .entry-content {
  font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}
.parent-pageid-9524 .column-wrap {
  display: block;
}
.parent-pageid-9524 .column-wrap::after {
  content: "";
  clear: both;
  display: block;
}
.parent-pageid-9524 .column-wrap .column-left {
  float: right;
  margin: 7px 0 0 10px;
  line-height: 1;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .parent-pageid-9524 .column-wrap .column-left {
    width: 140px;
  }
}
.parent-pageid-9524 .column-wrap .column-left span {
  /* display: none; */
  font-size: 10px;
}
.parent-pageid-9524 .column-wrap .column-right {
  width: auto;
}
.parent-pageid-9524 .list-link {
  text-decoration: none;
  position: relative;
  padding: 0 0 0 15px;
}
.parent-pageid-9524 .list-link::before {
  content: "\f104";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 3px;
}

/* log,under 2024.06.06 */
.post-type-archive-log.no-sidebar .content .main,
.tax-logcat.no-sidebar .content .main,
.single-log.no-sidebar .content .main,
.post-type-archive-under.no-sidebar .content #main,
.tax-ucat.no-sidebar .content #main,
.tax-utag.no-sidebar .content #main,
.single-under.no-sidebar .content #main {
  width: auto;
  max-width: 600px;
  padding: 0;
}
.log-headline,
.under-headline {
  margin: 40px 0 0;
  font-size: 14px;
  text-align: center;
}
.log-headline span,
.under-headline span {
  font-size: 12px;
  /* margin: 0 0 0 20px; */
}
.log-post,
.under-post {
  padding: 10px;
  text-decoration: none;
  font-size: 16px;
  position: relative;
}
.log-post::before,
.under-post::before {
  content: "\f044";
  position: absolute;
  top: 8px;
}
.log-cat,
.under-cat {
  font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  max-width: 600px;
  padding: 9px 5px 15px 20px;
  margin: 2em 0;
  background: #000;
  color: #eee;
}
.log-cat li,
.under-cat li {
  display: inline-block;
  font-size: 12px;
  margin: 0 14px 0 0;
}
.log-cat li a,
.under-cat li a {
  color: #eee;
}
.under-termttl {
  font-size: 14px;
  font-weight: bold;
  font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  padding: 10px 20px;
  margin-top: -20px;
}
article.type-log,
article.type-under {
  border-top: 1px dashed #708090;
}
.log-wrapper,
.under-wrapper {
  border-bottom: 1px dashed #708090;
  font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  word-break: break-word;
  line-height: 1.8em;
  padding: 30px 20px 5px;
  background-color: inherit;
}
.under-wrapper.entry-content {
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  .log-wrapper,
  .under-wrapper {
    font-size: 14px;
    line-height: inherit;
    padding-bottom: 8px;
    padding: 20px 20px 5px;
  }
}
.log-wrapper .entry-content,
.under-wrapper .entry-content {
  margin: 0 0 30px;
}
@media screen and (max-width: 480px) {
  .log-wrapper .entry-content,
  .under-wrapper .entry-content {
    margin: 0 0 20px;
  }
}
.log-wrapper h1,
.single-log h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  line-height: 0;
  padding: 0;
}
.log-wrapper p,
.single-log p,
.under-wrapper p,
.single-under p {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .log-wrapper p,
  .single-log p,
  .under-wrapper p,
  .single-under p {
    line-height: 1.6;
  }
}
.log-wrapper a.more-link,
.under-wrapper a.more-link {
  display: block;
  background: #a3cdde;
  color: #293665;
  text-decoration: none;
  text-align: center;
  margin: 15px 0 30px;
  border-radius: 3px;
  max-width: 200px;
  font-size: 12px;
  padding: 3px 0 4px;
  position: relative;
  height: 29px;
  line-height: 21px;
}
.log-wrapper a.more-link::after,
.under-wrapper a.more-link::after {
  content: "\f105";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 9px;
  padding: 0 0 0 8px;
}
.log-wrapper a.more-link:has(.restrict),
.under-wrapper a.more-link:has(.restrict) {
  background: #cc99cc;
}
.log-wrapper img,
.single-log img,
.under-wrapper img,
.single-under img {
  margin: 15px 0;
  max-width: 480px;
  width: auto;
}
.under-wrapper figure img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .log-wrapper img,
  .single-log img,
  .under-wrapper img,
  .single-under img {
    max-width: 100%;
  }
}
.logo-header img {
  width: 200px;
}
.log-wrapper p:first-child img,
.single-log p:first-child img,
.under-wrapper p:first-child img,
.single-under p:first-child img {
  margin: 5px 0 15px;
}
.blogcard-favicon {
  margin: 0 5px 0 0;
}
img.blogcard-favicon-image {
  margin: 0;
}
.log-wrapper .blogcard-wrap,
.single-log .blogcard-wrap,
.under-wrapper .blogcard-wrap,
.single-under .blogcard-wrap {
  margin: 15px 0;
}
.log-wrapper .entry-content a:first-child.blogcard-wrap,
.single-log .entry-content a:first-child.blogcard-wrap,
.under-wrapper .entry-content a:first-child.blogcard-wrap,
.single-under .entry-content a:first-child.blogcard-wrap {
  margin: 5px 0 15px;
}

.log-wrapper .entry-footer,
.single-log .log-single-tag,
.under-wrapper .entry-footer,
.single-under .under-single-tag {
  color: #a9a9a9;
  text-align: right;
  font-size: 10px;
  font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}
.log-wrapper .entry-footer a,
.single-log .log-single-tag a,
.under-wrapper .entry-footer a,
.single-under .under-single-tag a {
  margin: 0 5px;
  font-weight: bold;
  text-decoration: none;
}
.log-wrapper .entry-footer a.post-edit-link,
.single-log .log-single-tag a.post-edit-link,
.under-wrapper .entry-footer a.post-edit-link,
.single-under .under-single-tag a.post-edit-link {
  color: #a3cdde;
  text-decoration: none;
  /* border: 1px solid #a3cdde; */
  border-radius: 3px;
  /* padding: 0px 5px 2px 6px; */
  color: #293665;
  margin: 0;
  position: relative;
}
.log-wrapper .entry-footer a.post-edit-link::after,
.single-log .log-single-tag a.post-edit-link::after,
.under-wrapper .entry-footer a.post-edit-link::after,
.single-under .under-single-tag a.post-edit-link::after {
  content: "\f044";
  position: absolute;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #a3cdde;
  left: 6px;
  top: 4px;
}
.under-wrapper .entry-footer a.under-detail-link {
  position: relative;
  margin: 0 20px;
}
.under-wrapper .entry-footer a.under-detail-link::after {
  position: absolute;
  content: "\f3e5";
  position: absolute;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #a3cdde;
  left: 6px;
  top: 4px;
}
.single-log article,
.single-under article {
  margin-top: 2em;
}
.single-log article .date-tags,
.single-under article .date-tags {
  margin: 0;
}
.single-log .entry-content,
.single-under .entry-content {
  font-size: 15px;
  word-break: break-word;
  line-height: 1.8em;
  padding: 20px 20px 0;
  margin-top: 0;
  margin-bottom: 0;
}
.single-log .pager-post-navi.post-navi-square,
.single-under .pager-post-navi.post-navi-square {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.single-log .log-single-tag,
.single-under .under-single-tag {
  border-bottom: 1px dashed #708090;
  padding: 20px 12px 10px 20px;
}
.single-log .log-single-tag span,
.single-under .under-single-tag span {
  font-size: 12px;
}
.single-under .under-single-tag .under-tag_link {
  font-weight: normal;
}
.single-log .post-update,
.single-under .post-update {
  display: none;
}
.log-single-footer,
.under-single-footer {
  margin: 40px 20px 0;
  font-size: 12px;
}
.log-single-footer a,
.under-single-footer a {
  padding: 0 0 0 15px;
  text-decoration: none;
  position: relative;
  letter-spacing: 2px;
}
.log-single-footer a::before,
.under-single-footer a::before {
  content: "\f104";
  position: absolute;
  left: 0;
}

/* 2024/10/23 undet tag追加 */
.under-wrapper .entry-footer .under-tag_link {
  font-weight: normal;
  margin-left: 0;
}

/* 2025/01/26 under コメント追加 */
.under .under-comment {
  margin: 0;
}
.under .under-comment ul {
  margin: 0 0 0 0;
  list-style-type: none;
  padding: 0;
}
.under .under-comment li {
  /* border: solid #708090; */
  border-width: 0 0 0 1px;
  padding: 0 0 5px 23px;
  margin: 0 0 20px 0;
  position: relative;
}
.under .under-comment li::after {
  content: "\f3e5";
  position: absolute;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 14px;
  color: #c0c0c0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /* color: #a3cdde; */
  left: 0;
  top: 6px;
}
.under .under-comment .comment-author {
  display: none;
}
.under .under-comment .comment-meta {
  display: none;
}
.under .under-comment .comment-meta a {
  pointer-events: none;
  color: #eee;
  text-decoration: none;
}
.under .under-comment .comment-meta .comment-edit-link {
  display: none;
}

.single-under .under-comment {
  margin: 10px 0 0;
}
.single-under .under-comment li:last-child {
  margin: 0;
}
.single-under .under-comment .comment-meta {
  display: block;
}
.single-under .under-comment .comment-meta a:first-child {
  display: none;
}
.single-under .under-comment .comment-meta a {
  pointer-events: inherit;
  color: #a3cdde;
  text-decoration: underline;
}
.single-under .under-comment .comment-meta .comment-edit-link {
  display: inline;
}
.single-under .under-comment .comment-body {
  margin: 0;
}
.single-under .comment-btn {
  margin: 0px;
  display: inline-block;
  padding: 0px;
  width: auto;
  font-size: 10px;
  position: absolute;
  bottom: -30px;
  right: 15px;
}


/* hw */
/* .logo-image {
  background: url(img/hw.gif) no-repeat bottom / 190px;
  padding: 0 0 15px;
}
@media screen and (max-width: 768px){
  .logo-image {
    background: url(img/hw.gif) no-repeat bottom / 120px;
    padding: 0 0 10px !important;
  }
}
.article h2 {
  border-bottom: 1px dashed #fff;
  background-image: url(img/ico_hw.gif);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left 18px;
  padding: 25px 25px 25px 45px;
}
@media screen and (max-width: 480px){
  .article h2 {
    background-size: 25px;
    background-position: 5px 6px;
    padding: 0.6em 0 0.6em 40px;
  }
}
#custom_html-4 {
  background: url(img/ico_hw02.gif) no-repeat right bottom;
  padding: 30px 0 0;
}
body.public-page:before {
  background-image: url(img/town.png), url(img/bg_hw.gif);
  background-size: 500px auto, 50px;
  background-position: bottom center, 18px 148px;
}
@media screen and (max-width: 768px) {
  body.public-page:before {
    background-size: 500px auto, 40px auto;
  }
} */


/* christmas */
/* .logo-image {
  background: url(img/cm.gif) no-repeat bottom / 200px;
  padding: 0 0 10px;
}
@media screen and (max-width: 768px){
  .logo-image {
    background: url(img/cm.gif) no-repeat bottom / 140px;
    padding: 0 0 5px !important;
  }
}
.article h2 {
  border-bottom: 1px dashed #fff;
  background-image: url(img/ico_cm.gif);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left 26px;
  padding: 25px 25px 25px 45px;
}
@media screen and (max-width: 480px){
  .article h2 {
    background-size: 25px;
    background-position: 5px 12px;
    padding: 0.6em 0 0.6em 40px;
  }
}
body.public-page:before {
  background-image: url(img/town.png), url(img/bg_cm.gif);
  background-size: 500px auto, 160px;
  background-position: bottom center, 18px 160px;
}
@media screen and (max-width: 768px) {
  body.public-page:before {
    background-size: 500px auto, 135px auto;
  }
} */

/* shogatu */
/* .logo-image {
  background: url(img/bg_syogatu.gif) no-repeat bottom / 200px;
  padding: 0 0 12px;
}
@media screen and (max-width: 768px){
  .logo-image {
    background: url(img/bg_syogatu.gif) no-repeat bottom / 140px;
    padding: 0 0 10px !important;
  }
}
.article h2 {
  border-bottom: 1px dashed #fff;
  background-image: url(img/ico_shogatu.gif);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: left 22px;
  padding: 25px 25px 25px 50px;
}
@media screen and (max-width: 480px){
  .article h2 {
    background-size: 25px;
    background-position: 5px 13px;
    padding: 0.6em 0 0.6em 38px;
  }
} */


/*sp*/
/*768px以下*/
@media screen and (max-width: 768px){
  /*header*/
  .slicknav_menu {
    background: none;
  }
  .slicknav_btn {
    background: none;
  }
  .slicknav_menu .slicknav_menutxt {
    display: none;
  }
  .logo-image {
    padding: 0;
  }
  .tagline {
    padding: 0;
    font-size: 10px;
  }
  #header .site-name-text img {
    max-width: 150px;
  }
  .appeal {
    /*background-size: cover;*/
  }
  .appeal-content .appeal-button {
    font-size: 16px;
  }
  .appeal .appeal-in {
    margin-top: 0;
    min-height: 200px !important;
  }
  .slicknav_nav .slicknav_arrow {
    font-size: 10px;
  }
  .slicknav_nav .slicknav_row:hover {
    background: none;
  }
  .slicknav_nav a:hover {
    background: none;
    color: #eee;
  }
  body.home .header div.header-in {
    margin-bottom: 30px;
  }
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
