@import url("update.css");

@charset "UTF-8";

a {
  transition: .3s;
}
a:hover {
  opacity: .7;
  color: #74b7cf;
}
table tr:nth-of-type(2n+1),
.page-numbers.dots,
.a-wrap:hover,
.pagination a:hover,
.pagination-next-link:hover,
.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover,
.pager-links a:hover span,
.tag-link:hover,
.tagcloud a:hover {
  background-color: transparent;
}
table th,
table td {
  border-color: #eaedf2;
}
table th {
  background-color: #f8f9fa;
}
.search-edit,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  padding: 10px;
  border: solid 1px #c6c69c;
  border-radius: 3px;
  font-size: 16px;
  font-family: inherit;
}
input[type="text"].search-edit {
  font-size: 14px;
}
.search-submit {
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  padding: 8px;
  color: #dc5272;
  font-size: 26px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .widget_search .search-box {
    margin-bottom: 0;
  }
  input[type="text"].search-edit {
    font-size: 16px;
  }
}


/* Layout
----------------------------------------------------------------- */
.wrap {
  max-width: 1100px;
  flex-wrap: nowrap;
}
.wrap.cf::after {
  display: none;
}
.content {
  margin-top: 30px;
}
body.home .content {
  margin-top: 35px;
}
.main,
.sidebar {
  padding: 0;
  background-color: transparent;
}
.main {
  width: 720px;
}
.sidebar {
  width: 30.545455%;
}

@media screen and (max-width: 1023px) {
  div.sidebar {
    max-width: 500px;
    margin: 10px auto;
  }
}

@media screen and (max-width: 768px) {
  main.main,
  .content {
    margin-top: 0;
  }
  body.home main.main {
    padding-top: 0;
  }
  body.home .content {
    margin-top: 0;
  }
  div.sidebar {
    margin-top: 1.5em;
  }
}


/*--------------------
wrap
--------------------*/
.c-wrap--1 {
  background-color: #fff;
}
.c-wrap--2 {
  box-shadow: 0 2px 5px rgba(138, 138, 138, 0.15);
}
.c-wrap--3 {
  padding: 0 10px;
  max-width: calc(1100px + 20px);
}
.c-wrap--archive {
  margin-bottom: 1.5em;
  padding: 14px 2%;
}
.c-wrap--header {
  border-bottom: 1px solid #f8f9fa;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 1.5em 2em 1.2em;
}
.eye-catch {
  margin-bottom: 0;
}
.c-wrap--content {
  padding: 2em;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.c-wrap--under {
  border-radius: 5px;
  margin-top: 3em;
}
.c-wrap--under__inner {
  padding: 2em;
}
.single .c-wrap--under__inner {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .c-wrap--archive {
    margin-bottom: 0;
  }
  .c-wrap--header {
    padding: 15px 4% 10px;
  }
  .c-wrap--content {
    padding: 10px 2%;
    font-size: 18px;
  }
  .c-wrap--under {
    margin-bottom: 0;
  }
  .c-wrap--under__inner {
    padding: 15px;
  }
}


/*--------------------
tit
--------------------*/
.h_ttl,
.c-wrap--under__inner h2,
h3.widget-sidebar-title {
  position: relative;
  text-align: center;
  color: #333;
}
.h_ttl::after,
.c-wrap--under__inner h2::after,
h3.widget-sidebar-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 100px;
  background-color: #d83a5f;
}
.h_ttl,
.c-wrap--under__inner h2 {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 21px;
  font-weight: normal;
}
.h_ttl.h_ttl--newpost {
  font-size: 18px;
}
.h_ttl::after,
.c-wrap--under__inner h2::after {
  height: 2px;
  width: 50px;
}
.c-wrap--under__inner h2 {
  font-family: 'Lato', sans-serif;
}
h3.widget-sidebar-title {
  background-color: transparent;
  padding: 20px 10px 15px;
  line-height: 1.6;
}
.widget_categories h3.widget-sidebar-title {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .h_ttl,
  .c-wrap--under__inner h2 {
    font-size: 17px;
  }
}


/* Header
----------------------------------------------------------------- */
#header-container {
  border-top: 3px solid #d83a5f;
}
.tagline {
  padding: 15px 0 5px;
  font-size: 11px;
}
.logo-header.logo-image {
  padding-top: 5px;
}
.logo-header.logo-image .site-name-text-link {
  display: inline-block;
}
#navi-trigger {
  display: none;
}

@media screen and (max-width: 834px) {
  #header-container {
    position: relative;
  }
  .header-in {
    height: 83px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .logo-header {
    padding-bottom: 0;
  }
  .logo-header a {
    position: relative;
    width: 160px;
    z-index: 2;
  }
  .tagline {
    font-size: 10px;
    transform: scale(0.85);
    padding: 0;
    padding-left: 3.5em;
    margin: 0;
  }
  #header-container #navi {
    background-color: transparent;
    width: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
  }
  #navi-trigger {
    position: relative;
    display: block;
    width: 63px;
    height: 63px;
    background-color: #d83a5f;
    cursor: pointer;
    color: #fff;
    transition: .15s;
  }
  #navi-trigger::before {
    content: 'MENU';
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: bold;
    text-align: center;
  }
  #navi-trigger.is-active {
    background-color: rgba(21, 21, 21, .2);
  }
  #navi-trigger.is-active::before {
    content: '×';
    font-size: 30px;
  }
  #navi .navi-in > .menu-mobile {
    display: none;
    position: relative;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
  }
  #navi .navi-in > .menu-mobile li {
    width: 100%;
    height: auto;
    line-height: normal;
  }
  #navi .navi-in > .menu-mobile li a {
    padding: 1em 5% .8em;
    font-size: 16px;
    text-align: left;
  }
  #navi .navi-in > .menu-mobile li:not(:first-child) {
    border-top: 1px dotted #d5395e;
  }
}


/* Sidebar----------------------------------------------------------------- */
.widget > a {
  display: block;
}
.widget-sidebar {
  background-color: #fff;
}

/*--------------------
画像
--------------------*/
.widget_media_image {
/*  border: solid 1px #c6c69c;*/
  background-color: transparent;
}
.widget_media_image img {
  width: 100%;
  vertical-align: middle;
}

/*--------------------
サーチ
--------------------*/
.widget_search {
  margin: 30px 0 40px;
}

/*--------------------
記事表示
--------------------*/
.widget-entry-cards .a-wrap,
.widget_categories .cat-item a {
  position: relative;
  padding: 6px 5px 4px;
  padding-right: 20px;
}
.widget-entry-cards .a-wrap::after,
.widget_categories .cat-item a::after {
  content: '\f105';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  font-size: 1.2em;
  font-family: "fontawesome";
  color: #d83a5f;
}
.widget-entry-cards .a-wrap:hover::after,
.widget_categories .cat-item a:hover::after {
  right: 3px;
}
.widget-entry-cards .a-wrap:not(:first-child),
.widget_categories .cat-item:not(:first-child) a {
  border-top: 1px solid #ddd;
}
.widget-entry-cards .widget-entry-card {
  font-size: 14px;
  line-height: 1.6;
}
.widget-entry-cards.ranking-visible .widget-entry-card-thumb::before {
  background-color: #d83a5f;
  opacity: 1;
  font-weight: bold;
  padding: 1px;
  font-size: 12px;
  font-family: inherit;
}

@media screen and (max-width: 768px) {
  .widget_search {
    margin: 25px 0;
  }
  .widget-sidebar .cat-label {
    display: none;
  }
}


/* Footer
----------------------------------------------------------------- */
/*--------------------
パンくず
--------------------*/
.breadcrumb {
  font-size: 11px;
}
.breadcrumb.sbp-main-before,
.breadcrumb.sbp-footer-before,
.breadcrumb.pbp-main-before,
.breadcrumb.pbp-footer-before {
  margin-top: 2em;
  background-color: transparent;
}
#footer a:hover {
  background-color: transparent;
}
.footer-bottom.fnm-text-width .menu-footer li a,
.copyright {
  font-size: 13px;
}
.navi-footer-in > .menu-footer li,
.navi-footer-in > .menu-footer li:last-child {
  border: none !important;
}
.navi-footer-in > .menu-footer li:not(:first-child)::before {
  content: '|';
}
.footer-bottom.fnm-text-width .menu-footer li a {
  display: inline-block;
  padding: 10px 15px;
}
.footer-bottom.fnm-text-width .menu-footer li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.footer-bottom {
  margin-top: 0;
  padding: 10px 0 20px;
}
.copyright {
  margin-top: 10px;
}

/*--------------------
ページTOP
--------------------*/
.go-to-top {
  right: 2em;
  bottom: 5.5em;
}
.go-to-top-button {
  display: block;
  width: 55px;
  height: 55px;
}

@media screen and (max-width: 834px) {
  #footer {
    background-color: transparent;
    padding-top: 0;
  }
  .breadcrumb.sbp-main-before,
  .breadcrumb.sbp-footer-before,
  .breadcrumb.pbp-main-before,
  .breadcrumb.pbp-footer-before {
    margin-top: 0;
  }
  .footer-bottom {
    padding-bottom: 0;
  }
  #footer a,
  .copyright {
    font-size: 11px;
  }
  #footer a {
    padding: 0;
    color: #333;
  }
  .navi-footer-in > .menu-footer li.menu-item {
    width: auto;
    flex: 0 1 auto;
    align-items: center;
  }
  .navi-footer-in > .menu-footer li.menu-item:not(:first-child) {
    margin-left: 27px;
  }
  .navi-footer-in > .menu-footer li.menu-item:nth-child(2),
  .navi-footer-in > .menu-footer li.menu-item:nth-child(n+4):nth-last-child(n+2) {
    display: none;
  }
  .navi-footer-in > .menu-footer li.menu-item:before {
    content: '\f0da' !important;
    margin-right: 0.3em;
    font-family: "fontawesome";
    color: #d83a5f;
  }
  .copyright {
    margin-top: 6px;
    background: #a41a3b;
    padding: 1em 0 .9em;
  }
}


/* TOPスライダー
----------------------------------------------------------------- */
#p-slider {
  box-shadow: 0 0 5px #ccc;
}
.p-slider-list {
  margin: 0;
  padding-left: 0;
  background-color: #333;
}
.p-slider-list a {
  text-decoration: none;
}
.p-slider-list a:hover {
  opacity: 1;
}
.p-slider-list a img {
  width: 100%;
  transition: .5s;
  transform: scale(1.1, 1.1);
}
.p-slider-list a:hover img {
  opacity: .7;
}
.p-slider-eyecatch {}
.p-slider-list__item {
  position: relative;
  max-height: 359px;
  overflow: hidden;
}
.p-slider-label--pickup {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  background: rgba(255, 255, 0, .95);
  padding: 5px 10px;
  z-index: 2;
  box-shadow: 2px 2px 0 rgba(51, 51, 51, .3);
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 1;
  text-align: center;
  color: #111;
}
.p-slider-cap {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 30px 23px;
  z-index: 1;
  font-size: 14px;
  color: #fff;
}
.p-slider-cap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9em;
  background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 65%, rgba(0, 0, 0, 1) 100%);
  opacity: .55;
  z-index: -1;
}
.p-slider-date {
  margin: 0;
}
.p-slider-label--cat {
  border: 1px solid #fff;
  padding: 1px 8px 0;
  margin-left: 10px;
  font-size: 12px;
}
.p-slider-title {
  margin: 2px 0 0;
  font-size: 20px;
}
.slick-prev,
.slick-next {
  width: 32px;
  height: 32px;
  opacity: 0;
  transition: .2s;
  z-index: 1;
}
.slick-prev {
  left: 5px;
}
.slick-next {
  right: 5px;
}
.slick-prev::before,
.slick-next::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.slick-prev::before,
.slick-next::before,
.slick-prev:hover::before,
.slick-next:hover::before {
  background-color: #fff;
  color: #111;
}
.p-slider-list:hover .slick-prev,
.p-slider-list:hover .slick-next {
  opacity: 1;
}
.slick-prev:hover {
  left: 0;
}
.slick-next:hover {
  right: 0;
}
.slick-dotted.slick-slider {
  margin-bottom: 6em;
}
.slick-dots li {
  height: 12px;
  width: 12px;
}
.slick-dots li button,
.slick-dots li button::before {
  width: auto;
  height: auto;
}
.slick-dots li button {
  padding: 0;
}
.slick-dots li button::before {
  transition: .2s;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
.slick-dots li button::before,
.slick-dots li.slick-active button::before {
  opacity: 1;
}
.slick-dots li button:hover::before {
  color: #000;
}

@media screen and (max-width: 768px) {
  #p-slider {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .p-slider-list__item {
    max-height: 160px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 35px;
  }
  .p-slider-date {
    font-size: 11px;
  }
  .p-slider-label--cat {
    margin-left: 8px;
    font-size: 10px;
  }
  .p-slider-title {
    font-size: 16px;
    line-height: 1.4;
  }
  .p-slider-cap {
    padding: 0 1.2em .8em;
  }
  .slick-dots {
    display: block !important;
    bottom: -20px;
  }
  .slick-dots li {
    width: 9px;
    height: 9px;
  }
  .slick-dots li button::before {
    font-size: 10px;
    line-height: 1;
  }
  .p-slider-label--pickup {
    top: .7em;
    right: .7em;
    padding: 4px 7px;
    font-size: 12px;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}


/* Archive
----------------------------------------------------------------- */
.wrap--entry-card {
  position: relative;
}
.ect-entry-card .entry-card-wrap {
  border-bottom: dotted 1px #aaa;
  padding: 0;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.entry-card-date {
  line-height: 1;
}
.post-date,
.post-update {
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: rgba(34, 34, 34, .7);
}
.entry-card-date .post-date {
  font-size: 14px;
}
.post-date::before {
  display: none;
}
.cat-label {
  position: static;
  border: none;
  border-radius: 3px;
  padding: 2px 10px;
  font-size: 13px;
}
.entry-card-title {
  font-size: 20px;
  line-height: 1.4;
  color: #444;
  margin-bottom: 5px;
  margin-top: 4px;
}
.entry-card-snippet {
  font-size: 13px;
  line-height: 1.7;
  color: #888;
}
.entry-card-meta,
.related-entry-card-meta {
  right: 0;
  bottom: 10px;
}
.post-author {
  margin: 0;
  background: url(../images/pen-point.png) 0 center/8px no-repeat;
  padding-left: 15px;
  font-size: 13px;
}
.post-author a {
  text-decoration: none;
  color: #888;
}

/*--------------------
ページネーション
--------------------*/
.page-numbers {
  border-width: 0;
  border-color: transparent;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  margin: 0 6px;
  font-size: 19px;
  line-height: normal;
  color: #000;
}
.page-numbers:not(.next):not(.prev):hover,
.page-numbers.current,
.page-numbers.dots {
  opacity: 1;
  background-color: #d94466;
  color: #fff;
}
.pagination a.page-numbers:hover,
.page-numbers.current,
.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border-width: 3px;
  border-color: #d94466;
}
.page-numbers.next,
.page-numbers.prev {
  font-size: 25px;
  font-weight: bold;
  color: #d94466;
}
.page-numbers.next:hover,
.page-numbers.prev:hover {
  color: #d94466;
}

/*--------------------
カテゴリページ
--------------------*/
.archive-title {
  display: inline-block;
  position: relative;
  padding: 20px 1em 8px;
  font-size: 18px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-bottom: 1px solid #222;
}
.archive-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 250px;
  font-size: 10px;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
}
.archive-title--category::before {
  content: 'CATEGORY';
}
.archive-title--search::before {
  content: 'キーワード';
}
.archive-title--tag::before {
  content: 'TAG';
}
.archive-title--author {
  margin-top: 2.5em;
}
.archive-title span {
  display: none;
}

@media screen and (max-width: 768px) {
  .entry-card-date .post-date {
    font-size: 13px;
  }
  .cat-label {
    overflow: visible;
    display: inline-block;
    font-size: 11px;
    padding: .2em .5em .1em;
    border-radius: 2px;
  }
  .entry-card-title {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.4;
  }
  .entry-card-thumb {
    min-height: auto;
  }
  .entry-card-thumb img {
    position: static;
    transform: none;
  }
  .entry-card-snippet {
    margin-bottom: 1.5em;
  }
  .post-author {
    font-size: 13px;
  }
  .page-numbers {
    margin: 0 3px;
  }
}


/* Single----------------------------------------------------------------- */
.date-tags {
  align-items: center;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1;
  text-align: left;
}
.entry-title {
  margin: 5px 0 0;
  position: relative;
}
.single .entry-title {
  animation: fadeIn .5s ease-in 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 10px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}


/************************************** 記事本文ここから************************************/
.entry-content {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content p:not(:last-of-type) {
  margin: 0 0 1.5em;
}
.article h2,
body.mceContentBody.article h2 {
  background-color: transparent;
  border-bottom: 3px solid #d83a5f;
  padding: 8px 0;
  font-size: 20px;
  color: inherit;
}
.article h3,
body.mceContentBody.article h3 {
  border: none;
  border-left: 3px solid #d83a5f;
  padding: 5px 0 5px 10px;
  font-size: 19px;
  color: inherit;
}
.mceContentBody pre {
  background-color: #f8f9fa;
  border-color: #eaedf2;
  font-family: Consolas, "游ゴシック体","Yu Gothic","Hiragino Kaku Gothic Pro","Meiryo",sans-serif;
}
.mceContentBody .wp-caption-text,
.mceContentBody .gallery-caption {
  margin: 8px 0 6px;
  font-size: 12px;
  line-height: 1.4;
}

/*--------------------
目次
--------------------*/
.toc {
  display: block;
  margin-bottom: 1em;
  border: none;
  background-color: #f2f2e6;
  padding: 10px 2em 2px 1em;
  font-size: 16px;
  line-height: 1.7;
}
.toc-title {
  font-size: 1em;
  font-weight: bold;
  color: #d83a5f;
}
.toc-title::after {
  margin-left: 5px;
  font-size: 14px;
  font-weight: normal;
}
.toc-list a {
  color: #4b99b5;
  text-decoration: underline;
}
.entry-content .toc-content .toc-list li {
  background: none;
  margin-bottom: 0;
}

/*--------------------
リスト
--------------------*/
.mceContentBody ul,
.mceContentBody ol {
  padding-left: 0;
  list-style: none;
}
.mceContentBody ul li,
.mceContentBody ol li {
  background-position: left 3px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 2em;
}
.mceContentBody ul li:not(:last-child),
.mceContentBody ol li:not(:last-child) {
  margin-bottom: 1em;
}
.mceContentBody ul li {
  background-image: url(../images/img_ico_list.png);
}
.mceContentBody ol li:nth-child(1) {
  background-image: url(../images/img_ico_no1.png);
}
.mceContentBody ol li:nth-child(2) {
  background-image: url(../images/img_ico_no2.png);
}
.mceContentBody ol li:nth-child(3) {
  background-image: url(../images/img_ico_no3.png);
}
.mceContentBody ol li:nth-child(4) {
  background-image: url(../images/img_ico_no4.png);
}
.mceContentBody ol li:nth-child(5) {
  background-image: url(../images/img_ico_no5.png);
}
.mceContentBody ol li:nth-child(6) {
  background-image: url(../images/img_ico_no6.png);
}
.mceContentBody ol li:nth-child(7) {
  background-image: url(../images/img_ico_no7.png);
}
.mceContentBody ol li:nth-child(8) {
  background-image: url(../images/img_ico_no8.png);
}
.mceContentBody ol li:nth-child(9) {
  background-image: url(../images/img_ico_no9.png);
}
.mceContentBody ol li:nth-child(10) {
  background-image: url(../images/img_ico_no10.png);
}
.mceContentBody ol.toc-list li {
  background: none;
  padding-left: 1em;
}

/*--------------------
引用
--------------------*/
.mceContentBody blockquote {
  margin: 2em 0;
  background: url(../images/img_ico_inyou1.png) 3% 10%/10% no-repeat, #f2f2e6 url(../images/img_ico_inyou2.png) right 3% bottom 10%/10% no-repeat;
  border: none;
  padding: 1.5em 1.5em 1.2em;
  color: #333;
}
.mceContentBody blockquote::before,
.mceContentBody blockquote::after {
  display: none;
}
.mceContentBody blockquote em {
  border-bottom: none;
  font-style: normal;
}
.mceContentBody blockquote em,
.mceContentBody p.by {
  display: inline-block;
  font-size: .8rem;
  line-height: 1.6;
  color: #b6b68f;
}

/*--------------------
ボックス（アイコン）
--------------------*/
.mceContentBody .alert-box,
.mceContentBody .comment-box {
  border: none;
  padding: 17px 20px 15px;
  margin-top: 1.5em;
  margin-bottom: 2em;
  padding-left: 4em;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.mceContentBody .alert-box,
.mceContentBody .comment-box {
  background-position: 1.3em 15px;
  background-size: 4%;
  background-repeat: no-repeat;
}
.mceContentBody .alert-box {
  background-color: #e6c3cc;
  background-image: url(../images/img_ico_attention.png);
}
.mceContentBody .comment-box {
  background-color: #f2f2e6;
  background-image: url(../images/img_ico_support.png);
}
.mceContentBody .alert-box::before,
.mceContentBody .comment-box::before {
  display: none;
}

/*--------------------
囲みボタン
--------------------*/
.mceContentBody span.btn-wrap {
  display: block;
}
.mceContentBody .btn,
.mceContentBody .btn-wrap a {
  color: #fff;
}
.mceContentBody .btn-wrap-pink.btn-wrap-m a,
.mceContentBody .btn-wrap-pink.btn-wrap-l a {
  margin: 1.5em 0 2em;
  display: block;
  width: 100%;
  border: 2px solid #d83a5f;
  border-radius: 0;
  box-shadow: 0 3px 5px #F5F5F5;
  padding: 13px 8% 11px 13px;
  font-size: 16px;
  line-height: 1.4;
}
#container .mceContentBody .btn-wrap-pink a:hover,
#container .mceContentBody .btn-wrap-pink a:hover {
  opacity: 1;
  border-color: #d83a5f;
}
.mceContentBody .btn-wrap-pink.btn-wrap-m a::after,
.mceContentBody .btn-wrap-pink.btn-wrap-l a::after {
  content: '';
  position: absolute;
  left: 95%;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 1px;
  border: 5px solid transparent;
}
.mceContentBody .btn-wrap-pink a,
#container .mceContentBody .btn-wrap-pink a:hover {
  background-color: #d83a5f;
  color: #fff;
}
.mceContentBody .btn-wrap-pink.btn-wrap-m a,
#container .mceContentBody .btn-wrap-pink.btn-wrap-m a:hover {
  background-color: #fff;
  color: #d83a5f;
}
.mceContentBody .btn-wrap-pink.btn-wrap-m a::after {
  border-left: 5px solid #d83a5f;
}
.mceContentBody .btn-wrap-pink.btn-wrap-l a::after {
  border-left: 5px solid #fff;
  margin-top: 0;
}
.mceContentBody .btn-wrap a:hover {
  transform: translate3d(0px, 3px, 1px);
  box-shadow: none;
}
.mceContentBody .btn-wrap a .anchor-icon {
  display: inline-block !important;
}

/*--------------------
囲みブログカード
--------------------*/
.mceContentBody .blogcard-wrap {
  width: 100%;
}
.mceContentBody .blogcard-title {
  font-size: 18px;
  line-height: 1.4;
}
.mceContentBody .blogcard-snipet {
  margin-top: .5em;
  line-height: 1.6;
}
.mceContentBody .blogcard-site {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #4b99b5;
}
.mceContentBody .blogcard-footer {
  padding-top: 1em;
}

/*--------------------
吹き出し
--------------------*/
.mceContentBody .speech-wrap {
  margin: 1.5em 0;
}
.mceContentBody .speech-person {
  width: 100px;
  min-width: 100px;
}
.mceContentBody .speech-icon {
  width: 65px;
  margin: auto;
}
.mceContentBody .speech-icon img,
.mceContentBody .speech-icon amp-img {
  border: none;
}
.mceContentBody .speech-name {
  margin-top: 5px;
}
.mceContentBody .speech-balloon {
  width: 100%;
  padding: 2.5%;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}
.mceContentBody .speech-balloon {
  border-color: #fed8e1;
}
.mceContentBody .speech-balloon::before {
  border-right-color: #fed8e1;
}
.mceContentBody .sbp-r .speech-balloon::before {
  border-left-color: #fed8e1;
}
.mceContentBody .sbp-r:not(.sbs-flat) .speech-balloon::before {
  border-left-color: #fed8e1;
}
.mceContentBody .sbs-line .speech-balloon {
  border-width: 2px;
}
.mceContentBody .sbp-r {
  margin-left: 15px;
}
.mceContentBody .sbp-l {
  margin-right: 15px;
}
.mceContentBody .sbp-r .speech-balloon {
  margin-right: 0;
}
.mceContentBody .sbp-l .speech-balloon {
  margin-left: 0;
}
.mceContentBody .sbs-flat .speech-balloon {
  background-color: #fed8e1;
  border-color: #fed8e1;
}
.mceContentBody .sbs-flat .speech-balloon::before,
.mceContentBody .sbs-flat .speech-balloon::after {
  border-right-color: #fed8e1;
  border-left-color: #fed8e1;
}
.mceContentBody div.sbs-think.sbp-r .speech-balloon {
  margin-right: 35px;
}
.mceContentBody div.sbs-think.sbp-l .speech-balloon {
  margin-left: 35px;
}
.mceContentBody div.sbs-think .speech-balloon::before,
.mceContentBody div.sbs-think .speech-balloon::after,
.mceContentBody div.sbs-think.sbp-r .speech-balloon::before,
.mceContentBody div.sbs-think.sbp-r .speech-balloon::after {
  border-color: #fed8e1;
}

/*ショートコード追加分*/
.mceContentBody .ps {
  font-size: 12px;
  margin: 0 0 3rem;
}

@media screen and (max-width: 768px){
  .mceContentBody ul li,
  .mceContentBody ol li {
    background-position: left 5px;
    padding-left: 1.7em;
  }
  .mceContentBody blockquote {
    border: none;
    background: url(../images/img_ico_inyou1.png) 1em 15px/40px no-repeat, #f2f2e6 url(../images/img_ico_inyou2.png) right 1em bottom 15px/40px no-repeat;
  }
  .mceContentBody blockquote::before,
  .mceContentBody blockquote::after {
    display: none;
  }
}


/************************************** 記事本文ここまで************************************/
.entry-footer {
  margin-top: 3em;
}
.cat-link,
.tag-link {
  border-radius: 3px;
  padding: 3px 5px 2px;
  line-height: 1.4;
}
.cat-link {
  padding: 5px 10px;
}
.tag-link::before {
  color: #d83a5f;
}
.sns-share {
  margin-bottom: 0;
}
.sns-share a.share-button.line-button {
  display: none;
}
.sns-share.ss-col-6 a {
  width: 19%;
}
.c-wrap--under__inner {
  display: flex;
  flex-direction: column;
}
#related-entries {
  order: 3;
}
.p-comment--pc {
  order: 2;
  margin-top: 2em;
}
#custom_html-2 {
  order: 1;
  margin-bottom: 0;
}
.c-wrap--under__inner > aside:last-of-type {
  order: 4;
}
.c-wrap--under__inner > aside {
  min-height: 0%;
  margin-top: 2em;
}

/*コメント欄*/
.comment-author .fn {
  font-weight: bold;
  font-style: normal;
}
.comment-author .avatar,
.comment-author .says {
  display: none;
}
.comment-author,
.comment-meta {
  display: inline-block;
}
.commets-list {
  background-color: #f5f5f5;
  padding: 10px 20px;
  max-height: 500px;
  overflow-y: scroll;
  font-size: 15px;
  line-height: 1.6;
}
.commets-list li {
  padding: 10px 0;
}
.commets-list li:not(:first-child) {
  border-top: 1px dotted #d5395e;
}
.commets-list .comment-body,
.commets-list .st-comment-body {
  margin-bottom: 0;
}
.commets-list .comment-meta {
  display: none;
}
.commets-list comment-meta::before {
  content: "\f017";
  font-family: "fontawesome";
}
.comment-content p:first-child {
  margin-top: 10px;
}
.commets-list li .children,
.commets-list li .children li {
  margin: 0;
}
.commets-list li .children .comment-body {
  padding: 0;
}
.comment-reply-link {
  margin-right: 0;
  border: none;
  border-radius: 3px;
  font-size: 12px;
}
.comment-reply-link,
.comment-reply-link:hover {
  background-color: #d5395e;
  color: #fff;
}
.comment-btn {
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 30px;
  border: 2px solid #d5395e;
  font-size: 16px;
}
.comment-btn,
.comment-btn:hover {
  background-color: #fff;
  color: #d5395e;
}
.comment-btn:hover {
  opacity: .7;
}
.comment-respond {
  padding-top: 24px;
}
.comment-information-messag,
.comment-reply-title small {
  font-size: 14px;
}
.comment-information-messag {
  font-weight: bold;
}
.comment-reply-title {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .entry-title {
    margin: 0;
    padding: 6px 0 0;
    font-size: 22px;
  }
  .single .entry-title {
    animation: none;
  }
  .toc {
    padding: 10px;
  }
  .mceContentBody .toc-content .toc-list li {
    padding-left: 0;
  }
  .mceContentBody blockquote {
    padding: 20px 15px;
    background-position: 3% 15px, right 3% bottom 15px;
    background-size: 13%;
  }
  .mceContentBody .alert-box,
  .mceContentBody .comment-box {
    background-position: .55em 19px;
    background-size: 18px;
    padding-right: 10px;
    padding-left: 2rem;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 16px;
  }
  .mceContentBody div[class^="micro-"] {
    font-size: 11px;
  }
  .mceContentBody .blogcard::after {
    bottom: -1em;
    font-size: 12px;
  }
  .mceContentBody .blogcard-title {
    font-size: 15px;
  }
  .mceContentBody .speech-wrap {
    margin: 1em 0;
  }
  .mceContentBody .speech-person {
    width: 45px;
    min-width: 45px;
  }
  .mceContentBody .speech-icon {
    width: 100%;
  }
  .mceContentBody .speech-name {
    font-size: 12px;
    line-height: 1.2;
  }
  .mceContentBody .sbp-r {
    margin-left: 0;
  }
  .mceContentBody .sbp-l {
    margin-right: 0;
  }
  .mceContentBody .sbp-r .speech-balloon {
    margin-right: 15px;
  }
  .mceContentBody .sbp-l .speech-balloon {
    margin-left: 15px;
  }
  .mceContentBody div.sbs-think.sbp-r .speech-balloon {
    margin-right: 50px;
  }
  .mceContentBody div.sbs-think.sbp-l .speech-balloon {
    margin-left: 50px;
  }
  .entry-categories-tags > div.entry-categories {
    margin-bottom: 5px;
  }
  .sns-share a.share-button.line-button {
    display: flex;
  }
  .sns-share.ss-col-6 a {
    margin-bottom: 5px;
  }
  #related-entries {
    margin: 2em 0;
  }
  .article h2.comment-title {
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    text-align: center;
    margin: 2em 0 1em;
    padding: 0;
    padding-bottom: 15px;
    position: relative;
    border: none;
  }
  .article h2.comment-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 50px;
    background-color: #d83a5f;
  }
  .article ol.commets-list {
    padding: 10px;
    max-height: 350px;
    font-size: 14px;
  }
  .comment-btn {
    width: auto;
  }
  .article h3.comment-reply-title {
    margin: 0 0 5px;
    border: none;
    padding: 0;
    font-size: 14px;
    line-height: 1.8;
  }
}

/*--------------------
ABOUT THE AUTHOR
--------------------*/
.author-box {
  border: none;
  padding: 0;
  margin: 0;
}
.profile_description {
  margin-top: 1em;
}
.single .profile_description {
  font-size: 14px;
}
.author-box p {
  line-height: 1.6;
}
.author-box .sns-follow-buttons {
  flex-wrap: wrap;
  justify-content: center;
}
.author-box .sns-follow-buttons a.follow-button {
  font-size: 28px;
  width: 40px;
  height: 40px;
  margin: 7px;
  border: none;
  border-radius: 50%;
  transition: .6s;
  color: #fff;
}
.author-box .sns-follow-buttons a.follow-button,
.author-box .sns-follow-buttons a.follow-button:hover {
  background-color: #000;
}
.author-box .sns-follow-buttons a.follow-button:hover {
  opacity: 1;
  transform: rotateY(360deg);
}
.author-box .sns-follow-buttons a.follow-button[class~="website-button"]:hover {
  background-color: #b7b77e;
}
.author-box .sns-follow-buttons a.follow-button[class~="twitter-button"]:hover {
  background-color: #1da1f2;
}
.author-box .sns-follow-buttons a.follow-button[class~="facebook-button"]:hover {
  background-color: #3B5998;
}
.author-box .sns-follow-buttons a.follow-button[class~="hatebu-button"]:hover {
  background-color: #008fde;
}
.author-box .sns-follow-buttons a.follow-button[class~="google-plus-button"]:hover {
  background-color: #dd4b39;
}
.author-box .sns-follow-buttons a.follow-button[class~="instagram-button"]:hover {
  background: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
}
.author-box .sns-follow-buttons a.follow-button[class~="youtube-button"]:hover {
  background-color: #cd201f;
}
.author-box .sns-follow-buttons a.follow-button[class~="flickr-button"]:hover {
  background-color: #0063dc;
}
.author-box .sns-follow-buttons a.follow-button[class~="pinterest-button"]:hover {
  background-color: #bd081c;
}
.author-box .sns-follow-buttons a.follow-button[class~="line-button"]:hover {
  background-color: #00b900;
}
.author-box .sns-follow-buttons a.follow-button[class~="amazon-button"]:hover {
  background-color: #f49c00;
}
.author-box .sns-follow-buttons a.follow-button[class~="github-button"]:hover {
  background-color: #4183c4;
}
.author .c-wrap--under {
  margin: 0;
}

/*--------------------
関連記事
--------------------*/
.author-newpost {
  margin-top: 1.5em;
  padding-top: 17px;
  border-top: 1px dotted #ccc;
}
.author-newpost__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.author-newpost__list__item {
  max-width: 25%;
  padding: 7px;
}
.author-newpost__list__item a {
  position: relative;
  display: inline-block;
  font-size: 10px;
  line-height: 1.4;
  text-decoration: none;
  color: #333;
}
.author-newpost__list__item img {
  width: 100%;
}
.author-newpost__list__item .cat-name {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(216, 58, 95, .9);
  padding: 4px 5px;
  line-height: 1;
  color: #fff;
}
.author-newpost__list__item .date {
  display: inline-block;
  margin: 5px 0 1px;
}

/*--------------------
ページャー
--------------------*/
#pager-post-navi a {
  border-color: #ccc;
  border-style: dotted none none;
  padding: 14px 1em 11px;
  font-size: 15px;
  line-height: 1.4;
}
#pager-post-navi a::before {
  font-size: 11px;
  color: #535353;
}
#pager-post-navi a.next-post {
  border-top-width: 1px;
  padding-right: 1em;
}
#pager-post-navi a.prev-post {
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .author-newpost__list {
    flex-wrap: wrap;
  }
  .author-newpost__list::after {
    content: '';
  }
  .author-newpost__list__item,
  .author-newpost__list::after {
    max-width: 100%;
    width: 50%;
  }
  .author-newpost__list__item h3.ttl {
    font-size: 12px;
  }
  #pager-post-navi {
    margin-top: 1em;
    margin-bottom: 0;
  }
  #pager-post-navi a {
    padding: 12px .8em 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  #pager-post-navi a.next-post {
    padding-right: .8em;
  }
  #pager-post-navi a.prev-post {
    padding-left: .8em;
  }
}

/* 下層ページ
----------------------------------------------------------------- */
.page .date-tags {
  display: none;
}
.page .entry-title {
  margin-top: 0;
}
.page .article h2 {
  border-width: 1px;
  border-color: #000;
  border-style: solid none;
  padding: 15px 0 12px;
  font-size: 22px;
}

/*--------------------
オーサー一覧
--------------------*/
.writer-profile {
  border: 2px solid #d83a5f;
  padding: 1rem;
  display: flex
}
.writer-profile {
  margin-bottom: 1rem;
}
.writer-profile .eyecatch {
  width: 200px;
  flex-shrink: 0;
  margin-right: 1rem;
}
.writer-profile .profiletxt {
  width: 100%;
}
.writer-profile .name {
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
}
.writer-profile .description {
  font-size: 0.8em;
}
.writer-profile .button {
  margin-top: 10px;
  font-size: 13px;
  text-align: right;
}
.writer-profile .button a::after {
  content: '＞';
}

/*--------------------
AIZINEについて
--------------------*/
.img_icon {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}
body.page-id-32 .c-wrap--about {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
body.page-id-32 .entry-content,
body.page-id-32 .entry-content p:first-of-type {
  margin-top: 0;
}

/*--------------------
採用情報
--------------------*/
body.page-id-22 table {
  font-size: .85em;
}
body.page-id-22 table th {
  width: 100px;
}

/*--------------------
お問い合わせ
--------------------*/
input[type="submit"],
.wpcf7-submit[type="submit"] {
  -webkit-appearance: button;
  background: #333;
  color: #fff;
  border: none;
  border-bottom: 3px solid #ddd;
  border-right: 3px solid #ddd;
  padding: 1em 3em;
  min-width: 40%;
  width: auto;
  max-width: 85%;
  border-radius: 3px;
  display: block;
  margin: auto;
  position: relative;
  font-size: 16px;
}
input[type="submit"]:hover,
.wpcf7-submit[type="submit"]:hover {
  background: #666;
}

/*--------------------
404
--------------------*/
body.error404 .article h2 {
  border: none;
  margin: 30px 0 0;
  padding-bottom: 10px;
  font-size: 24px;
}
.p-404-search .search-box {
  margin: 0;
  max-width: 720px;
}
.p-404-search input[type="text"].search-edit {
  font-size: 16px;
}
.p-404-list {
  margin: 15px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.article .p-404-list > li {
  width: 47.5%;
  margin-bottom: 25px;
}
.p-404-list a {
  display: block;
  border-bottom: 1px dotted;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .page .article h2,
  body.error404 .article h2 {
    font-size: 18px;
  }
  .writer-profile {
    flex-direction: column;
  }
  .writer-profile .eyecatch {
    width: 150px;
    margin: 0 auto;
  }
  .writer-profile .name {
    text-align: center;
  }
  .writer-profile .description {
    font-size: 14px;
  }
  body.page-id-22 table {
    font-size: 1em;
  }
}

@media screen and (max-width: 480px) {
  .entry-card-thumb {
    width: 42%;
  }
  .ect-entry-card .card-content {
    margin-left: 45%;
  }
  .mceContentBody .alert-box::before,
  .mceContentBody .comment-box::before {
    margin-left: 0;
  }
  .mceContentBody div.sbs-think.sbp-r .speech-balloon {
    margin-right: 30px;
  }
  .mceContentBody div.sbs-think.sbp-l .speech-balloon {
    margin-left: 30px;
  }
  .author-box {
    font-size: 1em;
  }
  .article .p-404-list > li {
    width: 100%;
    margin-bottom: 20px;
  }
}


/* つちこん
----------------------------------------------------------------- */
.c-bnr {
  margin-top: 1.5em;
  text-align: center;
}
.c-bnr.c-bnr--tsuchicon,
.c-bnr.c-bnr--1 {
  margin-top: 4em;
}
.c-bnr--tsuchicon + .speech-wrap {
  margin-top: 3em;
}
.c-img-wrap img {
  width: 100%;
}
.c-img--pc {
  display: block;
}
.c-img--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-bnr {
    margin-top: 1em;
  }
  .c-bnr.c-bnr--tsuchicon,
  .c-bnr.c-bnr--1 {
    margin-top: 3em;
  }
  .c-bnr--tsuchicon + .speech-wrap {
    margin-top: 2.5em;
  }
  .c-img--pc {
    display: none;
  }
  .c-img--sp {
    display: block;
  }
}


/*--------------------
TOP
--------------------*/
.wrap.wrap--nowrap {
  max-width: 100%;
  width: auto;
}
.p-tsuchicon-mv {
  padding-top: 26%;
  background: url(../images/tc_mv.jpg) center/cover no-repeat;
}
.wrap--tsuchicon {
  padding: 1em 0;
}
.wrap--tsuchicon p:first-of-type {
  max-width: 85%;
  margin: 1em auto;
}
.c-Layout--series {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-Layout--series > * {
  width: 48%;
  min-height: 1%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(138, 138, 138, 0.15);
}
.c-Layout--series--1 {
  position: relative;
  margin-top: 3em;
  padding-bottom: 5em;
  border-bottom: 1px dotted rgb(170, 170, 170);
}
.c-Layout--series--1 .wrap--entry-card:nth-child(2)::before {
  content: 'NEW!';
  position: absolute;
  top: 25px;
  right: 25px;
  display: block;
  background: rgba(255, 255, 0, .95);
  padding: 5px 10px;
  z-index: 2;
  box-shadow: 2px 2px 0 rgba(51, 51, 51, .3);
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 1;
  text-align: center;
  color: #111;
}
.c-Layout--series--2 .wrap--entry-card {
  margin-top: 3em;
  transform: translateY(4em);
  opacity: 0;
}
.c-Layout--series--2 > .wrap--entry-card {
}
.c-Layout--series--2 > .wrap--entry-card.c-animation--fadein {
  transform: translateY(0);
  opacity: 1;
  transition: .5s;
}
.c-Layout--series--2 > .wrap--entry-card.c-animation--fadein:nth-child(even) {
  transition-delay: .4s;
}
.c-Layout--series .a-wrap:hover {
  opacity: 1;
}
.wrap--entry-card-thumb {
  overflow: hidden;
}
.wrap--entry-card-thumb img {
  transition: .7s;
}
.c-Layout--series .a-wrap:hover .entry-card-thumb img {
  transform: scale(1.1,1.1);
}
.p-series-label {
  background: #56abd2;
  color: #fff;
}
.c-Layout--series .a-wrap {
  margin-bottom: 0;
  padding: 14px;
}
.entry-card__inner--tsuchicon {
  display: flex;
  flex-direction: column;
}
.entry-card__inner--tsuchicon .entry-card-thumb {
  width: 100%;
  min-height: 1%;
  margin-right: 0;
  margin-top: 0;
}
.entry-card__inner--tsuchicon .entry-card-content {
  margin-top: 10px;
  margin-left: 0;
}
.p-slider-label--new {
  top: 23px;
  right: 21px;
}
.c-Layout--series .entry-card-meta {
  right: 10px;
}

@media screen and (max-width: 1023px) {
  .wrap--tsuchicon {
    margin: 10px;
  }
}

@media screen and (max-width: 768px) {
  .wrap--tsuchicon {
    margin: 0 10px;
  }
  .wrap--tsuchicon p:first-of-type {
    max-width: 100%;
    margin: 0;
  }
  .p-tsuchicon-mv {
    padding-top: 53.3%;
    background-image: url(../images/sp_tc_mv.jpg);
  }
  .c-Layout--series > .wrap--entry-card {
    margin-top: 1em;
    width: 100%;
    transform: translateY(0);
    opacity: 1;
  }
  .c-Layout--series--1 {
    flex-direction: column-reverse;
    margin-top: 5px;
    padding-bottom: 35px;
  }
  .c-Layout--series--1::before {
    top: 30px;
    right: 10px;
    padding: 4px 7px;
    font-size: 12px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .entry-card__inner--tsuchicon {
    flex-direction: row;
  }
  .entry-card__inner--tsuchicon .entry-card-thumb {
    width: 35%;
    flex-shrink: 0;
    margin-right: 10px;
  }
  .entry-card__inner--tsuchicon .entry-card-content {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .c-Layout--series .a-wrap {
    padding: 10px;
  }
  .c-Layout--series--1::before {
    top: 35px;
    right: 20px;
  }
}


/*--------------------
用語集
--------------------*/
.p-glossary-list1 {
  max-width: 38em;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.p-glossary-list1__item a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
}
.p-glossary-list2--wrap {
  margin-top: 4em;
}
.p-glossary-list2 {
  display: flex;
  align-items: flex-start;
}
.p-glossary-list2:not(:first-child) {
  border-top: dotted 1px #aaa;
  padding-top: 14px;
  margin-top: 14px;
}
.p-glossary-list2__tit {
  flex-shrink: 0;
  background-color: #d94466;
  width: 40px;
  border-radius: 50%;
  color: #fff;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lato', sans-serif;
}
.p-glossary-list2__list {
  width: 100%;
  padding-left: 25px;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.p-glossary-list2__list__item {
  width: calc((100% / 3) - 1em);
  margin: 0 1em 1em 0;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .p-glossary-list2--wrap {
    margin-top: 3em;
  }
  .p-glossary-list2__list {
    justify-content: space-between;
  }
  .p-glossary-list2__list__item {
    width: 48%;
    margin: 0 0 8px 0;
    font-size: 16px;
  }
  .p-glossary-list2__list__item:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .p-glossary-list2 {
    flex-direction: column;
  }
  .p-glossary-list2__tit {
    margin: 0 auto 1em;
  }
  .p-glossary-list2__list {
    padding-left: 0;
  }
}


/*--------------------
登場人物
--------------------*/
.p-member-box1 {
  margin-bottom: 0;
  border: none;
  padding: 0;
}
.p-member-box1--tc .btn-wrap-pink.btn-wrap-m a {
  display: inline-block;
  width: auto;
  margin: .5em 0 1em;
}
.p-member-box1--tc .cat-label:first-child {
  background: #cca11f;
}
.p-member-list1 {
  margin: 5px 0 15px;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p-member-list1__item {
  margin: 0 5px 5px 0;
  max-width: 100%;
  white-space: normal;
}
.p-member-box1 + .mceContentBody .sbp-r {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-member-box1--tc .btn-wrap-pink.btn-wrap-m {
    text-align: center;
  }
  .p-member-box1--tc .btn-wrap-pink.btn-wrap-m a {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .p-member-wrap1.c-wrap--content {
    padding: 14px;
  }
  .p-member-tit1 {
    margin-top: 10px;
    text-align: center;
  }
  .p-member-list1 {
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .p-member-wrap1.c-wrap--content {
    padding: 10px;
  }
}

.p-fixed-article {
  position: relative;
  border: solid 2px #d83a5f;
  background-color: #fff;
  margin-bottom: 1.5em;
  padding: 38px 2% 10px;
}
.p-fixed-article::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "固定記事";
  font-weight: bold;
  color: #fff;
  background-color: #d83a5f;
  display: inline-block;
  padding: 6px 10px;
  line-height: 1;
}
.p-fixed-article__item {
  position: relative;
}
.p-fixed-article__item:not(:first-child) {
  border-top: dotted 1px #aaa;
}
.p-fixed-article__item__link {
  text-decoration: none;
  display: block;
  color: #333;
  padding: 1.5%;
}



/* otafu-club
----------------------------------------------------------------- */
.p-otafu-club-mv {
  background: url(../images/otafu-club_mv.jpg) center/cover no-repeat;
  padding-top: 26%;
}
.p-otafu-club-tit1 {
  text-align: center;
}

.p-otafu-club-head {
  margin: 0 0 60px;
  background-image: url(../images/otafu-club_bg1.png),
    url(../images/otafu-club_bg2.png),
    url(../images/otafu-club_bg3.jpg);
  background-position: right top, left bottom, center;
  background-repeat: no-repeat;
  background-size: auto, auto, cover;
  padding-bottom: 70px;
  color: #fff;
}
.p-otafu-club-10 {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.p-otafu-club-10-tit1__sp {
  display: none;
}
.p-otafu-club-10-list1 {
  margin: 0;
  margin-top: -10px;
  list-style: none;
  padding-left: 40px;
  font-size: 20px;
}
.p-otafu-club-10-list1__item {
  margin-top: 5px;
  padding-left: 2em;
  text-indent: -2em;
}

.p-otafu-club-member-wrap1 {
  position: relative;
}
.p-otafu-club-member-list1 {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 65px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-otafu-club-member-list1::after {
  content: '';
}
.p-otafu-club-member-list1::after,
.p-otafu-club-member-list1__item {
  width: calc((100% / 3) - ((35px * 2) / 3));
  max-width: 310px;
}
.p-otafu-club-member-list1__item {
  margin-bottom: 70px;
  position: relative;
}
.p-otafu-club-member-bg {
  width: 100%;
  max-width: 1204px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}

.p-otafu-club-member-thumb {
  display: inline-block;
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,.1);
}
.p-otafu-club-member-thumb a {
  position: relative;
  display: block;
  background-color: #fff;
}
.p-otafu-club-member-thumb a:hover {
  opacity: 1;
}
.p-otafu-club-member-thumb a::after {
  content: '';
  position: absolute;
  right: -10px;
  bottom: -20px;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: url(../images/otafu-club_ico1.png) center/cover no-repeat;
  transition: .2s;
}
.p-otafu-club-member-thumb a:hover::after {
  transform: rotateY(180deg);
}
.p-otafu-club-member-thumb img {
  transition: .3s;
}
.p-otafu-club-member-thumb a:hover img {
  opacity: .7;
}
.p-otafu-club-member-name {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  background-color: #1d1c1b;
  padding: 0 10px;
  font-weight: bold;
  color: #fff;
}

.p-otafu-club-cta {
  margin: 25px 0 80px;
  text-align: center;
}

.p-otafu-club-log-wrap1 {
  margin-top: 30px;
  position: relative;
  padding-top: 125px;
}
.p-otafu-club-log-img1 {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 2;
  text-align: center;
}
.p-otafu-club-log-wrap1__inner {
  margin: auto;
  max-width: 860px;
  padding: 45px 0 15px;
}
.p-otafu-club-log-entry {
  margin: auto;
  max-width: 750px;
  padding: 0 15px;
}
.p-otafu-club-log-entry .entry-card-date {
  display: none;
}
.p-otafu-club-log-entry .entry-card-meta {
  right: 10px;
}

@media (max-width: 1024px) {
  .p-otafu-club-log-wrap1 {
    margin-top: 5vw;
    padding-top: 12vw;
  }
  .p-otafu-club-log-wrap1__inner {
    width: 95%;
  }
}

@media (max-width: 834px) {
  #content-in.wrap--nowrap main.main {
    padding: 0;
  }

  .p-otafu-club-mv {
    background-image: url(../images/sp_otafu-club_mv.jpg);
    padding-top: 53.3%;
  }

  .p-otafu-club-head {
    margin-bottom: 30px;
    background-size: 238px, 274px, cover;
    padding-bottom: 35px;
  }
  .p-otafu-club-head-tit1 img {
    width: calc(726px / 2);
  }

  .p-otafu-club-10 {
    margin: 25px auto 0;
    width: 95%;
    flex-direction: column;
    align-items: center;
  }
  .p-otafu-club-10-tit1__pc {
    display: none;
  }
  .p-otafu-club-10-tit1__sp {
    display: block;
  }
  .p-otafu-club-10-tit1__sp img {
    width: calc(320px / 2);
  }
  .p-otafu-club-10-list1 {
    margin-top: 10px;
    padding-left: 0;
    font-size: 14px;
  }

  .p-otafu-club-member-tit1 img {
    width: calc(302px / 2);
  }
  .p-otafu-club-member-list1 {
    padding-top: 30px;
    justify-content: center;
  }
  .p-otafu-club-member-list1::after,
  .p-otafu-club-member-list1__item {
    width: calc((100% / 2) - (20px / 2));
  }
  .p-otafu-club-member-list1::after,
  .p-otafu-club-member-list1__item:nth-child(even) {
    margin-left: 20px;
  }
  .p-otafu-club-member-list1__item {
    margin-bottom: 35px;
  }
  .p-otafu-club-member-thumb a::after {
    bottom: -10px;
    width: 30px;
    height: 30px;
  }
  .p-otafu-club-member-bg {
    margin-top: -20px;
    height: 100%;
    background: url(../images/sp_otafu-club_bg4.png) center 0/calc(750px / 2) repeat-y;
  }
  .p-otafu-club-member-bg img {
    display: none;
  }

  .p-otafu-club-cta {
    margin: 10px 0 35px;
  }
  .p-otafu-club-cta img {
    width: calc(800px / 2);
  }

  .p-otafu-club-log-tit1 img {
    width: calc(198px / 2);
  }
  .p-otafu-club-log-wrap1 {
    margin-top: 4vw;
  }
  .p-otafu-club-log-wrap1__inner {
    padding-top: 30px;
  }
}

@media (max-width: 480px) {
  .p-otafu-club-member-list1::after,
  .p-otafu-club-member-list1__item {
    margin-bottom: 25px;
  }
  .p-otafu-club-member-name {
    right: 0;
    font-size: 14px;
  }

  .p-otafu-club-log-wrap1__inner {
    padding-top: 25px;
  }
}
