@charset "utf-8";
/* ===============================================================
       basic elements
=============================================================== */
#page {
  width: 100%;
}
.touch {
  transition: opacity 0.3s linear;
}
.touch:hover {
  opacity: 0.6;
}
.fullBox {
  box-sizing: border-box;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.flexBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.column2,
.column3,
.column4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*子要素を縦横中央へ*/
.columnsCenter {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
/*要素を逆方向で配置*/
.reverse {
  flex-direction: row-reverse;
}
/*画像配置*/
.imgR {
  display: block;
}
.imgR img {
  border: 1px solid #eee;
  border-radius: 50%;
  padding: 5px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ----------- 固定ページMVエリア ----------- */
/* ----------- mv ----------- */
.mvArea {
  position: relative;
  border-bottom: 1px solid #eee;
}
.mvImg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: auto;
  background: url(../img/common/mv.png) no-repeat;
  background-position: center center;
}
.pageTtlArea {
  position: absolute;
}
.pageTtlArea .pageTtl-eg {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.pageTtlArea .pageTtl {
  font-weight: bold;
  line-height: 1em;
}
h3.copyTxt {
  color: #ff9933;
  margin-bottom: 10px;
}
.copyTxt {
  color: #666;
}
.mvImg-example .pageTtl-eg,
.mvImg-blog .pageTtl-eg {
  font-family: "Caveat", cursive;
}

/* ----------- 見出し ----------- */
.ttlArea1 {
  text-align: center;
}
.ttl1 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 0;
  margin-bottom: 8px;
}
.ttl1-sub {
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
.ttl1-sub:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #444;
  -moz-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.ttl1-sub:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #444;
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.ttl1-sub:before {
  left: 0;
}
.ttl1-sub:after {
  right: 0;
}
.ttl2 {
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ttl2 span {
  font-weight: bold;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.ttl2:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #444;
}
.ttl3 {
}
.ttl3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f140";
  font-weight: 900;
  margin-right: 10px;
  color: #93c82d;
}
.ttl5 {
  color: #f55294;
  font-size: 14px;
  border-bottom: 1px dotted #f55294;
}
.ttl5:before {
  font-family: "Font Awesome 5 Free";
  content: "\f192";
  font-weight: bold;
  margin-right: 10px;
}
.box1 .ttl4 {
  border-bottom: 1px dotted #f55294;
}

/* ----------- 強調テキスト ----------- */
.txt1 {
  color: #ff718d;
}
.txt2,
.txt2-2 {
  font-family: a-otf-ryumin-pr6n, serif;
  color: #fd3b64;
}
.txt3 {
  font-family: a-otf-ryumin-pr6n, serif;
  color: #8f7451;
}

/* ----------- 背景 ----------- */
.bk1 {
  background: url(../img/personal-color/bk1.jpg);
}

/* ----------- 飾りライン ----------- */
.line1 {
  background: url(../img/common/line.png) center bottom repeat-x;
}

/* ----------- リスト ----------- */
.list1 li {
  padding-left: 20px;
  position: relative;
}
.list1 li:after {
  content: "";
  display: block;
  position: absolute;
  background: #202020;
  width: 5px;
  height: 5px;
  top: 7px;
  left: 5px;
  border-radius: 5px;
}
.list2 li {
  padding-left: 20px;
  position: relative;
}
.list2 li:after {
  content: "";
  display: block;
  position: absolute;
  background: #f55294;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
  border-radius: 5px;
}
.list3 li {
  margin-left: 1.2em;
  text-indent: -1.2em;
}
.list3 li:before {
  content: "※";
  color: #999;
  margin-right: 0.2em;
}
.list_Flow {
  counter-reset: number 0;
  margin-left: 10px;
}
.list_Flow li {
  margin-left: 1em;
  text-indent: -1em;
}
.list_Flow li:before {
  counter-increment: number 1;
  content: counter(number) ". ";
  font-family: "Great Vibes", cursive;
  color: #f55294;
  font-size: 25px;
  font-weight: bold;
}
.list_Flow li:after {
  font-family: FontAwesome;
  content: "\f063";
  display: block;
  color: #ccc;
  margin-left: 200px;
}
.list_Flow li:last-child:after {
  content: none;
}

/* ----------- BOX ----------- */
.box1 {
  background-color: #f2fcde;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box1 p:last-child {
  margin: 0 !important;
  padding: 0;
}
.box2 {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box2 p:last-child {
  margin: 0 !important;
  padding: 0;
}

/* ------ マーカー ------ */
.marker,
.marker2 {
  font-weight: bold;
  background-color: #fdf56c;
}

/* ----------- table ----------- */
.tbl1 {
  width: 100%;
  border-top: 1px solid #ccc;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tbl1 th {
  background: #eee;
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
  font-weight: bold;
}
.tbl1 th:before {
  content: "◆";
  color: #f55294;
  margin-right: 5px;
}
.tbl1 th.present:before {
  font-family: "Font Awesome 5 Free";
  content: "\f06b";
  font-weight: bold;
  color: #f55294;
  margin-right: 10px;
}
.tbl1 td {
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tbl1 td p {
  margin-bottom: 0 !important;
}
.tbl1 td .tantou {
  display: inline-block;
  padding: 8px 15px;
  margin: 0 15px 10px 0 !important;
  background-color: #f5f5f5;
}

/* パンくず */
#breadcrumbs ul li {
  vertical-align: top;
}
.topicpathArea {
  border-bottom: 1px solid #eee;
}
#blog .topicpathArea,
#blogpost .topicpathArea {
  border-bottom: none;
}
.topicpaths {
  font-size: 90%;
}
.topicpaths li {
  display: inline-block;
}
.topicpaths li:after {
  content: " >";
}
.topicpaths li:last-child:after {
  content: "";
}
.topicpaths li .post-categories li:after {
  content: " >";
}
.topicpaths li .post-categories li:last-child:after {
  content: "";
}

/* ----------- ページャー ----------- */
.cms-pagination {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.cms-pagination ul {
  position: relative;
  float: left;
  left: 50%;
  margin-bottom: 12px;
}
.cms-pagination ul li {
  position: relative;
  float: left;
  left: -50%;
  width: 34px;
  height: 38px;
  display: table;
  margin: 0 2px;
  display: none;
}
.cms-pagination ul li.pagination-no-num {
  width: 50px;
  display: table;
}
.cms-pagination ul li.pagination-no-num span {
  background: #eee;
  border: 1px solid #ddd;
  color: #ccc;
}
.cms-pagination ul li.pagination-sp {
  display: table;
}
.cms-pagination ul li a,
.cms-pagination ul li span {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  border: 1px solid #999;
  background: #fff;
}
.cms-pagination ul li a:before,
.cms-pagination ul li span:before {
  position: absolute;
  display: block;
  content: "";
  width: 96%;
  height: 2px;
  background: #ccc;
  bottom: -3px;
  left: 2%;
}
.cms-pagination ul li span {
  background: #555;
  border: 1px solid #555;
  color: #fff;
}
.pagination-txt {
  clear: both;
  text-align: center;
  margin-bottom: 40px;
}
.pagination-txt span {
  color: #999;
}

/* ----------- ページネーション ----------- */
.pagenav {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagenav,
.pagenav li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagenav a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #333;
}

.pagenav li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagenav li:first-of-type a {
  border-left-width: 1px;
}

.pagenav li.first span,
.pagenav li.last span,
.pagenav li.previous span,
.pagenav li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagenav li.first a::before,
.pagenav li.last a::after,
.pagenav li.previous a::before,
.pagenav li.next a::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagenav li.first a::before {
  content: "\f100";
}
.pagenav li.last a::after {
  content: "\f101";
}

.pagenav li.previous a::before {
  content: "\f104";
}
.pagenav li.next a::after {
  content: "\f105";
}

.pagenav li.current a {
  background-color: #ddd;
  cursor: default;
  pointer-events: none;
}

.pagenav > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagenav > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* ===============================================================
       TOPページ
=============================================================== */
/* スライダー */
.viewer {
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.viewer ul {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.viewer ul li {
  top: -1px;
  left: 0;
  width: 100%;
  position: absolute;
}
.viewer ul li:first-child {
  display: block;
  -webkit-backface-visibility: visible;
}
.viewer ul li img {
  width: 100%;
}
.viewer ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

/* ----------- 制作実績 ----------- */
.exampleArea .entryList {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.exampleArea .entryList .blog_thum {
  height: 150px;
}
.exampleArea .blog_thum {
  margin-bottom: 0 !important;
}
.sampleNbr {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 0 !important;
}
.exampleArea .blog_cate {
  padding: 2px 8px;
  margin: 4px 0;
  font-size: 12px;
  background-color: #f5e150;
  color: #444;
  border-radius: 0;
  font-weight: normal;
}
.exampleArea .entryList:hover {
  background: rgba(245, 225, 80, 0.5);
}

/* ----------- サービス ----------- */
.serviceArea {
  background: #fffae4;
}
.servicelist {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.servicelist a {
  color: #222;
}
.servicelist a:hover {
  color: #222;
  text-decoration: none;
}
.serviceTtl {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
.servicelist p {
  margin-bottom: 0px !important;
  text-align: left;
}

/* ----------- BLOG最新記事 ----------- */
.blogArea {
  border-bottom: 1px solid #eee;
  background: #fafafa;
}
.blogArea .entryLists .entryList {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ----------- バナーエリア ----------- */
.bnrArea {
  background: #fffae4;
}

/* ----------- メッセージ ----------- */
.aboutArea {
  margin: auto;
  text-align: center;
}

/* ===============================================================
      制作実績
=============================================================== */
.sampleArea .entryList {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sampleArea .entryList .blog_thum {
  height: 150px;
}
.sampleArea .blog_thum {
  margin-bottom: 0 !important;
}
.sampleNbr {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 0 !important;
}
.sampleArea .blog_cate {
  padding: 2px 8px;
  margin-top: 4px;
  font-size: 12px;
  background-color: #f5e150;
  color: #444;
  border-radius: 0;
  font-weight: normal;
}
.sampleArea .entryTtl {
  font-size: 14px !important;
  margin: 0 !important;
}
.sampleArea .entryList:hover {
  background: rgba(245, 225, 80, 0.5);
}

/* text-based popup styling */
.white-popup {
  position: relative;
  background: #fff;
  width: auto;
  margin: 0 auto;
  z-index: 10000;
}
.white-popup .blog_thum {
  text-align: center;
}
.white-popup .entryTtl {
  font-size: 15px;
  margin: 0 !important;
}
.white-popup .example-cap p {
  font-size: 14px;
}

/*
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ===============================================================
      イラスト制作
=============================================================== */
.mv-btns {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.mv-btn {
  display: block;
}

/* ===============================================================
      キャラクター制作
=============================================================== */
.touchCopy {
  margin-bottom: 20px !important;
  font-weight: bold;
  display: inline-block;
  color: #fff9ea;
  border-radius: 25px;
  background: #9c6e01;
  position: relative;
}
.touchCopy:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 6px solid transparent;
  border-top: 10px solid #9c6e01;
  width: 0;
  height: 0;
}
.touchTtl {
  line-height: 1;
  margin: 0;
  display: block;
}
.touchTtl:before {
  font-family: "Font Awesome 5 Free";
  content: "\f5ad";
  font-weight: bold;
  margin-right: 5px;
  color: #9c6e01;
}

/* ===============================================================
      制作料金
=============================================================== */
.plan .ttl2 {
  margin-bottom: 0;
}
.plan .column {
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.planTtl {
  background: #ffe25e;
  color: #54361b;
}
.planTtl:before {
  font-family: "Font Awesome 5 Free";
  content: "\f5ad";
  font-weight: bold;
  margin-right: 10px;
}
.plan .column p {
  margin-bottom: 0 !important;
}
.plan .box2 {
  margin-top: 0;
}
.price {
  color: #54361b;
  font-weight: bold;
}
.price2 {
  color: #54361b;
  font-weight: bold;
}
.illustPrice .priceBox {
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.priceTbl {
  width: 100%;
}
.priceTbl th {
  border-bottom: 1px dashed #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.priceTbl td {
  color: #54361b;
  font-weight: bold;
  border-bottom: 1px dashed #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.attentionTtl {
  color: #54361b;
  margin-bottom: 10px;
  line-height: 1em;
}
.attentionTtl:before {
  font-family: "Font Awesome 5 Free";
  content: "\f06a";
  font-weight: bold;
  margin-right: 10px;
  color: #ff0080;
}

/*-- 制作の流れ --*/
.flowTtl {
  background: #ffe25e;
  color: #54361b;
  text-align: center;
}
.flow .flowTxt:last-child:after {
  content: none;
}

/* ===============================================================
      キャラートについて
=============================================================== */
.profImg {
  display: block;
}
.profTxt {
  display: block;
}
.profName {
  font-weight: bold;
}
.aboutTbl {
  width: 100%;
  border-top: 1px solid #ccc;
}
.aboutTbl th {
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-weight: bold;
}
.aboutTbl td {
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ===============================================================
      Blog
=============================================================== */
/* ----------- blog記事一覧表示共通 ----------- */
.entryLists {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.entryLists .entryList {
  display: block;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.entryLists .entryLists:after {
  content: "";
  display: block;
  clear: both;
}
.entryLists .entryList .blog_thum {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #eee;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.entryLists .entryList .blog_thum img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog_cate {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #18aed7;
  color: #fff;
  font-weight: bold;
  padding: 4px 12px;
  display: inline-block;
  border-radius: 5px;
}
.entryLists .entryList .entryTtl {
  font-weight: bold;
}
.entryLists .entryList .date {
  font-family: "Roboto", sans-serif;
  margin-bottom: 0px !important;
  color: #666;
  font-size: 13px;
}
.entryLists .entryList a {
  color: #202020;
}
.entryLists .entryList a:hover {
  color: #202020;
}
.post-categories li,
.post-categories {
  display: inline-block;
}

/* ----------- blogページ共通 ----------- */
.pagerArea {
  text-align: center;
  border-top: 1px solid #efedee;
  border-bottom: 1px solid #efedee;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pagerArea a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #202020;
  font-size: 14px;
  padding: 4px 15px;
  display: block;
}
.pagerArea a:hover {
  background: #ddd;
  text-decoration: none;
  border-radius: 5px;
}
.pagerInner {
  padding: 0;
  margin: 0;
  width: 100%;
}
.pager {
  display: inline;
}
.pager__prev--post,
.pager__next--post {
  width: 40%;
  line-height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blogTopLink {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogTopLink a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e2";
  font-weight: bold;
  color: #ccc;
  margin-right: 5px;
}
.pagerArea:after {
  content: "";
  display: block;
  clear: both;
}
.pager__prev--post {
  text-align: left;
}
.pager__prev--post:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-weight: bold;
  color: #ccc;
  margin-right: 10px;
}
.pager__next--post {
  text-align: right;
}
.pager__next--post:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  color: #ccc;
  width: 10%;
}

/* -- sidbar -- */
#sub a {
  color: #222;
}
#sub .subTtl {
  font-family: "Caveat", cursive;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  padding: 6px 15px 3px 15px;
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  text-align: center;
}
.profArea {
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.profImg {
  text-align: center;
  margin-bottom: 15px !important;
}
.sideProf p {
  margin-bottom: 5px !important;
}
.sideList {
  border-bottom: dotted 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.resent__post {
  width: 100%;
  border-bottom: dotted 1px #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.resent__post .touch {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
}
.recent__thum {
  width: 25%;
  margin-right: 5%;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.recent__ttl {
  margin: 0 !important;
  padding: 0;
  width: 70%;
  display: block;
}
.recent__thum img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.recent__thum img {
  max-width: 120%;
  max-height: 140%;
}
.recent__cate,
.recent__date {
  display: block;
}
a .recent__ttl {
  font-size: 13px !important;
  font-weight: bold !important;
  margin: 0 !important;
  padding: 0 !important;
}
a .recent__cate {
  font-size: 90%;
}
a .recent__date {
  color: #888;
  font-size: 80%;
}
.sideCateList {
  margin-left: 15px;
  list-style-type: disc;
}
.sideCateList a {
  font-weight: bold;
}
.sideCateList .children li:before {
  content: "- ";
  font-weight: bold;
}

/* ----------- blogTop/アーカイブ ----------- */
.cateArea {
  width: 100%;
  background: #d2f58d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 5px;
}
.cateTtl {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}
.blogCate_ttl {
  text-align: center;
  font-weight: bold;
}
.archive__lists--wrap {
  border: 1px solid #666;
  overflow: hidden;
}
.archive__lists {
  width: 120%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 10px;
  background: none #fff;
  vertical-align: middle;
  font-size: inherit;
  box-sizing: content-box;
}
.entryMain a {
  color: #23a9e2;
  text-decoration: underline;
}
.entryMain a:hover {
  color: #202020;
  text-decoration: none;
}

/* ----------- blog記事ページ ----------- */
.postTtlArea {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #222;
}
.dateArea {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
.dateArea p {
  margin-bottom: 0px !important;
  line-height: 1.2;
}
.dateArea .postyear {
  font-weight: bold;
}
.dateArea .postdate {
  font-weight: bold;
}
.postTtlBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.postTtlBox .category {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.postTtlBox .category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f07c";
  font-weight: 400;
  margin-right: 5px;
}
.single-example .postTtlBox .category:before {
  content: none;
}
.entryMain .postTtl {
  font-weight: bold;
  position: relative;
  margin: 0px !important;
  line-height: 1.4;
}
.entryMain .postThum {
  width: auto;
  display: block;
  overflow: hidden;
  text-align: center;
}
.entryMain .blog_cate {
  margin-right: 0;
}
.entryMain .blog_cate:before {
  content: "｜";
}
.entryMain .dateArea:after {
  content: "";
  display: block;
  clear: both;
}

/* ----------- 記事下定形 ----------- */
.signature {
  width: 100%;
  background: #d2f58d;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.signatureL {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.signatureR {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* ----------- 記事装飾 ----------- */
.entryMain .postArea h3 {
  background: #f4f4f6;
  border-left: solid 6px #b6df38;
  border-bottom: 3px solid #ddd;
  font-weight: bold;
}
blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  background: #efefef;
  color: #555;
}
blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  font-weight: bold;
  color: #b6df38;
  font-size: 30px;
  line-height: 1;
}
blockquote p {
  padding: 0;
  margin: 10px 0;
  font-weight: bold;
}
blockquote p:last-child {
  margin-bottom: 0 !important;
}
blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.postArea a[target="_blank"]:after {
  font-family: "Font Awesome 5 Free";
  content: "\f360";
  font-size: 0.9em;
  font-weight: 900;
  margin-right: 5px;
  margin-left: 5px;
}

/* ----------- 関連記事 ----------- */
.relatedArea {
  margin-bottom: 30px;
  text-align: center;
}
.relatedArea .relatedAreaTtl {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 1px #444;
}
#main .relatedArea:after {
  content: "";
  display: block;
  clear: both;
}
#main .relatedArea .entryList:after {
  content: "";
  display: block;
  clear: both;
}

.about__links {
	display: flex;
	flex-direction: column;
}

.btn1.btnEffect span {
	text-transform: lowercase;
}