/*
Theme Name: Penguin-PD
Author: Baobab
Version: 1.0
*/
@charset "UTF-8";

body {
  font-size: 18px;
  background-image: url(images/bg.jpg);
  font-family: "Helvetica Neue", "Arial", "Hiragino Maru Gothic ProN",
    "Hiragino Sans", "Meiryo", sans-serif;
  color: #3e3315;
}
img {
  max-width: 100%;
  height: auto;
}
pre {
  font-family: "Helvetica Neue", "Arial", "Hiragino Maru Gothic ProN",
    "Hiragino Sans", "Meiryo", sans-serif;
}

/*// ヘッダー //*/

/* トップ画像 */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
#topI .pc {
  padding-top: 50px;
  margin: auto;
  width: 1200px;
  height: auto;
  margin-bottom: 25px;
}
/* ナビゲーションバー */
.h_Nav_pc {
  border-top: solid 2px #3e3315;
  border-bottom: solid 2px #3e3315;
  margin-bottom: 15px;
}
#header-nav {
  display: flex;
  justify-content: flex-end;
  width: 1200px;
  margin: 7px auto;
  gap: 20px;
}
#header-nav a {
  font-size: 32px;
  color: #fe2167;
  font-family: "plume", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.h_Nav_sp {
  display: none;
}
/* パンくずリスト */
#bcn {
  font-size: 13px;
  width: 1200px;
  margin: 0px auto 100px;
}
.dashicons.dashicons-admin-home {
  font-size: 12px;
  margin-right: 2px;
}
/* 検索フォーム */
.sea {
  position: relative;
}
.s_inp {
  font-size: 12px;
  color: rgba(62, 51, 21, 0.65);
  width: 240px;
  padding: 5px;
  margin-left: 20px;
  border: solid 0.1px #3e3315;
  border-radius: 4px;
  background-color: rgba(251, 248, 241, 0.3);
}
.sB {
  position: absolute;
  top: -3px;
  right: 8px;
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  color: #3e3315;
  border: none;
  background: transparent;
}

/* === フロントページ === */
.mA {
  width: 990px;
  margin: auto;
  padding-left: 15px;
}
h2 {
  font-size: 42px;
  color: #fe2167;
  font-family: "plume", "Hiragino Maru Gothic ProN", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: italic;
  padding-left: 15px;
}
h3 {
  font-size: 21px;
}
/* 最新記事 */
.list-box ul {
  background-color: rgba(180, 245, 220, 0.25);
  width: 990px;
  margin: 0 auto 140px;
  padding: 15px;
  display: flex;
}
a {
  color: #2a357d;
}
#nA {
  margin-bottom: 40px;
}
.list-box-left {
  width: 432px;
  height: 243px;
  text-align: center;
}
.list-box-right {
  width: 558px;
}
.lbr_inner {
  padding: 18px 0px 0 35px;
}
.title {
  padding-left: 10px;
  margin-bottom: 10px;
}
.content {
  padding: 0 40px 15px;
  font-size: 18px;
  line-height: 1.3;
}
.meta {
  padding: 0 0 5px 40px;
  font-size: 14px;
}
/*いいねカウンター */
.wpulike.wpulike-robeen {
  padding: initial;
}
.iine {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 20px 0;
}
.cat {
  display: flex;
  gap: 20px;
  justify-content: end;
  padding: 0 28px 8px;
  font-size: 16px;
  text-align: right;
}
.p_atr {
  text-align: center;
}
/* 過去の記事へボタン */
#pa_btn {
  width: 230px;
  margin: -100px auto 240px;
}
a.cp_btn {
  display: inline-block;
  position: relative;
  width: 120px;
  padding: 10px 5px 13px 5px;
  text-align: center;
  border-top: 2px solid #fe2167;
  border-bottom: 2px solid #fe2167;
  text-decoration: none;
  font-family: "plume", sans-serif;
  font-style: italic;
  font-size: 36px;
font-weight: 600;
  color: #fe2167;
}
a.cp_btn:before,
a.cp_btn:after {
  content: "";
  position: absolute;
  top: -7px;
  width: 2px;
  height: calc(100% + 14px);
  background-color: #fe2167;
  transition: 0.3s;
}
a.cp_btn:before {
  left: 7px;
}
a.cp_btn:after {
  right: 7px;
}
a.cp_btn:hover:before {
  top: 0px;
  left: 0;
  height: 100%;
}
a.cp_btn:hover:after {
  top: 0px;
  right: 0;
  height: 100%;
}
/* Nothing Found,おさがしの〜 */
.nF_title {
  font-size: 40px;
  font-family: "plume", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.nn {
  padding-top: 140px;
}
.no_entry-cont {
  font-size: 24px;
}
.no-result.not-found {
  display: flex;
  justify-content: space-around;
  margin-bottom: 120px;
}
/*// サイドバー ウィジェット//*/
.sidebar {
  width: 1200px;
  margin: auto;
  margin-bottom: 90px;
}
/* 人気の記事 crass-pp_a */
.pA_header {
  font-size: 42px;
  color: #fe2167;
  font-family: "plume", serif;
  font-weight: 400;
  font-style: italic;
  padding-left: 15px;
  margin-bottom: 20px;
}
ul.tpop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 70px;
}
li.tpop {
  width: 318px;
  height: 254px;
  background-color: rgba(210, 215, 160, 0.25);
  overflow: hidden;
  margin: 20px 0px 35px;
  padding: 0px 5px;
}
p.tpop {
  margin: 0px 5px 5px 5px;
  line-height: 1.2;
}
.wpp-post-title {
  display: block;
  width: 318px;
  padding: 10px 0 42px 0;
}
/* フォローミー */
.f_M {
  padding: 40px 20px 80px 20px;
}
.wp-element-caption {
  font-size: 22px;
  text-align: center;
}
.tumblr-embed.tumblr-embed-loaded {
  margin: 0 auto !important;
}
/* オリジナルグッズ */
.oG_com {
  margin: 40px 0 18px 10px;
  font-size: 22px;
}
.oG_but {
  width: 800px;
  margin: auto;
}

/* //フッター　 //*/

footer {
  background-color: rgba(180, 245, 220, 0.25);
  height: auto;
}

/*// フッター　ウィジェット //*/
.foot_wi {
  width: 1200px;
  margin: auto;
  height: auto;
}
.foot_wi-inner {
  padding: 20px;
}
.foot_wi h2 {
  font-size: 36px;
  color: #3e3315;
}
/* アーカイブ */
.arc {
  padding: 10px 0px 50px 28px;
}
.arc li {
  margin-bottom: 5px;
}
/* カテゴリー */
.catg {
  padding: 10px 0px 50px 28px;
}
.catg li {
  margin-bottom: 5px;
}
/* タグ */
.ft_tag {
  padding: 10px 50px 0 0;
  line-height: 1.3;
}
/* オーター */
.foo_com {
  padding: 28px 30px 23px 0px;
  line-height: 1.35;
}
/* リンクアイコン */
.foo_sns_icon {
  padding: 0px 0px 15px 30px;
}
.link {
  display: flex;
  padding: 24px 0px 10px 40px;
  gap: 12px;
}
.link li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #5aa596;
}
.link li:hover {
  opacity: 0.7;
}
/* フッターメニュー */
.fot_pp {
  border-top: solid 1px #3e3315;
  padding: 10px 0 28px 0;
  display: flex;
  justify-content: center;
}
.fot_pp li {
  padding: 0 10px;
}
.fot_pp li a {
  color: #3e3315;
  position: relative;
}
.fot_pp li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #3e3315;
  bottom: -1px; /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
}
.fot_pp li a:hover::after {
  transform: scale(1, 1);
}
.fot_pp li + li {
  border-left: 1px solid #3e3315;
  padding: 0 10px 0 10px;
}
.box_a {
  text-transform: uppercase;
}
/* ウィジェットここまで */

/* トップに戻るボタン */
#content {
  position: relative;
}
#topBtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
#topBtn img {
  width: 90px;
  height: 90px;
}
/* コピーライト表示 */
.cr {
  font-family: "plume", serif;
  font-style: italic;
  color: rgba(62, 51, 21, 0.65);
  transform: rotate(90deg);
  position: fixed;
  top: 60%;
  left: -50px;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
  /* ➂  ▼最初は非表示に */
}

/* === ブログ一覧ページ=== */
/* ページネィション  */
.pN {
  margin: -80px 0 150px 0;
}
.pagination__btn--last,
.pagination__btn--first,
.pagination__btn--next,
.pagination__btn--prev,
.pagination__item a,
.pagination__item--current {
  box-sizing: border-box;
  display: block;
  color: #5aa596;
  text-decoration: none;
  text-align: center;
  background: rgba(251, 248, 241);
  border-radius: 50%;
  min-width: 2.4em;
  transition: all 0.2s;
  margin: 0 0.4em 0 0;
  padding: 0.7em;
}
.pagination__btn--last:hover,
.pagination__btn--first:hover,
.pagination__btn--next:hover,
.pagination__btn--prev:hover,
.pagination__item a:hover,
.pagination__item--current:hover {
  color: rgba(251, 248, 241);
  background: #5aa596;
}

.pagination {
  background: rgba(251, 248, 241);
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: calc(1.6em);
  margin: 0 auto;
  padding: 0.4em 1em;
}
.pagination__list {
  display: none;
}
.pagination__pos {
  order: 2;
  color: #5aa596;
  margin: 0 1em;
}
.pagination__btn--prev {
  order: 1;
}
.pagination__btn--next {
  order: 3;
}
.pagination__btn--first {
  display: none;
}
.pagination__btn--last {
  display: none;
}
@media (min-width: 600px) {
  .pagination__list {
    order: 2;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pagination__item {
    margin: 0;
  }
  .pagination__item--current {
    background: #5aa596;
    color: rgba(251, 248, 241);
    font-weight: bold;
    margin: 0 0.4em 0 0;
  }
  .pagination__pos {
    display: none;
  }
}
@media (min-width: 1025px) {
  .pagination .pagination__list {
    order: 3;
  }
  .pagination .pagination__btn--prev {
    order: 2;
  }
  .pagination .pagination__btn--next {
    order: 4;
  }
  .pagination .pagination__btn--first {
    order: 1;
    display: block;
    width: 2.4em;
    padding-left: 0;
    padding-right: 0;
  }
  .pagination .pagination__btn--last {
    order: 5;
    display: block;
    width: 2.4em;
    padding-left: 0;
    padding-right: 0;
  }
}
/* ===個別ページ=== */
.s_P {
  width: 620px;
  margin: auto;
}
.entry-header {
  margin-bottom: 90px;
}
.sP_head {
  font-family: "Helvetica Neue", Arial, "Hiragino Maru Gothic ProN",
    "Hiragino Sans", "Meiryo", sans-serif;
  color: #3e3315;
  font-size: 32px;
  margin-bottom: 20px;
}
.entry-content {
  width: 620px;
  margin: 0 auto 35px;
  line-height: 2.3;
}
.entry-content img {
  margin: 18px 0 38px 0;
}
.sP_date {
  text-align: right;
  padding-right: 65px;
  color: rgba(62, 51, 21, 0.8);
  font-size: 20px;
}
/* いいねカウンター */
.si_iine {
  text-align: right;
  margin-bottom: 23px;
}
/* カテゴリー・タグ */
.sP_catg {
  display: flex;
  justify-content: end;
  gap: 35px;
  padding-right: 15px;
  margin-bottom: 40px;
}
/* シェアボタン */
.share {
  display: flex;
  padding: 5px 0px 10px 40px;
  gap: 12px;
  margin-bottom: 80px;
}
.share li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(62, 51, 21, 0.65);
  /*背景色*/
}
.share li:hover {
  opacity: 0.7;
}
.prv {
  display: flex;
  justify-content: space-around;
  margin-bottom: 100px;
}
.prv li {
  font-size: 24px;
}
/* === カテゴリー＆タグページ === */
#ct {
  width: 94vw;
  margin: auto;
  margin-bottom: 40px;
  font-size: 30px;
}
.fa-solid.fa-tags {
  margin-right: 8px;
}
.fa-regular.fa-folder-open {
  margin-right: 8px;
}

/* === 検索結果ページ === */
.sc_title {
  font-size: 24px;
  margin-bottom: 24px;
}
/* 404 Not Found */
.notF {
  font-size: 40px;
  font-family: "plume", sans-serif;
  padding: 90px 0 120px 30px;
  font-style: italic;
  font-weight: 400;
}
.notF_entry {
  font-size: 24px;
  line-height: 1.65;
}

.notF_image {
  width: 300px;
}
#main_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}
/* コンタクトフォーム・auterページ・プライバシーポリシー*/
/* 全体の幅 */
.post-item {
  width: 800px;
  margin: auto;
  line-height: 1.8;
}
.post-item h2 {
  width: 90vw;
  padding: initial;
  color: #3e3315;
}
/* コンタクトフォーム */
#wpcf7-f615-p617-o1 {
  width: 80vw;
  margin: auto;
  margin-bottom: 150px;
}
.wpcf7-form.init p {
  margin-bottom: 10px;
}
/* プライバシーポリシー */
.pp {
  font-size: 31px;
}
/* SPのメニュー消す */
.menu {
  display: none;
}

/*// +++++ メディアクエリTB +++++ //*/
@media (max-width: 1024px) {
  img {
    max-width: 100%;
  }
  body {
    width: 100%;
    font-size: 16px;
  }
  h2,
  .pA_header {
    font-size: 36px;
  }

  /* ヘッダーナビ */
  #header-nav {
    width: 100vw;
    justify-content: space-around;
    padding: 0 10px;
  }
  /* 全体の幅 */
  .mA {
    width: 100vw;
    padding: initial;
  }
  #bcn {
    width: 100vw;
  }
  /* 記事一覧のボックス幅 */
  .list-box ul {
    width: 100vw;
    margin: initial;
    margin-bottom: 120px;
  }
  /* 過去の記事へボタン */
  a.cp_btn {
    font-size: 30px;
  }
  /* カテゴリー・タグを2列に */
  .cat {
    display: block;
  }
  ul.tpop {
    width: 100vw;
  }
  .sidebar {
    width: 100vw;
  }
  /* フォローミーを2列に */
  .wp-block-columns.f_M.is-layout-flex.wp-container-6.wp-block-columns-is-layout-flex {
    display: block;
    width: 100vw;
  }
  .wp-block-columns.is-layout-flex.wp-container-3.wp-block-columns-is-layout-flex {
    margin-bottom: 30px;
  }
  .fm_ins {
    padding: 18px;
  }
  .oG_but {
    margin: initial;
    width: 100vw;
  }
  /* フッター */
  /* フレックスをはずす */
  .wp-block-columns.is-layout-flex.wp-container-14.wp-block-columns-is-layout-flex,
  .wp-block-columns.is-layout-flex.wp-container-17.wp-block-columns-is-layout-flex,
  .wp-block-columns.is-layout-flex.wp-container-20.wp-block-columns-is-layout-flex,
  .wp-block-columns.is-layout-flex.wp-container-26.wp-block-columns-is-layout-flex {
    display: block;
  }
  /* フッター全体の幅 */
  .foot_wi {
    width: 100vw;
    margin: initial;
    padding: initial;
  }
  /* アーカイブ・カテゴリー */
  .foot_AC {
    gap: initial;
    padding-top: 18px;
  }
  /* 幅 */
  .wp-block-columns.is-not-stacked-on-mobile.foot_AC.is-layout-flex.wp-container-3.wp-block-columns-is-layout-flex,
  .wp-block-columns.is-not-stacked-on-mobile.foot_AC.is-layout-flex.wp-container-6.wp-block-columns-is-layout-flex,
  .wp-block-columns.is-not-stacked-on-mobile.foot_AC.is-layout-flex.wp-container-9.wp-block-columns-is-layout-flex {
    width: 680px;
  }
  .wp_arc {
    padding-left: 30px;
    width: 30px;
  }
  .foo_ac {
    padding: 50px;
  }
  .foo_tag {
    width: 100vw;
    padding: 30px;
  }
  .wp_foo_aut {
    padding: 50px;
  }
  /* 画像とコメントの間のギャップ */
  .wp-block-columns.is-layout-flex.wp-container-19.wp-block-columns-is-layout-flex {
    gap: initial;
  }
  .wp-block-image.size-full.is-resized {
    margin: 15px 0 15px 20px;
  }
  .wp-block-preformatted {
    padding: 0 18px;
  }
  .au_ima {
    padding-left: 10px;
  }
  .au_com {
    padding-left: 10px;
  }
  /* TOPに戻るボタン非表示 */
  #content {
    display: none;
  }
  /* コピーライト最下へ */
  .cr {
    font-family: "plume", serif;
    font-style: italic;
    color: rgba(62, 51, 21, 0.65);
    transform: none;
    position: static;
    text-align: center;
  }
  .cR {
    padding-bottom: 13px;
  }
  /* === author プライバシーポリシー固定P=== */
  .post-item {
    width: 90vw;
    padding: 0 30px;
  }
}

/*// +++++ メディアクエリSP +++++ //*/
@media screen and (max-width: 599px) {
  img {
    max-width: 100%;
  }
  body {
    width: 100vw;
    background-size: 830px auto;
  }
  /* トップ画像 */
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
    /* padding-top: 20px; */
  }
  /* ナビゲーションバー */
  .h_Nav_pc {
    display: none !important;
  }
  .h_Nav_sp {
    display: block !important;
    border-top: solid 2px #3e3315;
    border-bottom: solid 2px #3e3315;
    margin-bottom: 15px;
  }
 #header-nav a {
    font-size: 28px;
  }
  #header-nav {
    padding: 3px 18px;
  }

  #modalView {
    border: none;
    background-color: transparent;
  }
  .size {
    font-size: 2em;
    color: #fe2167;
    vertical-align: -7px;
  }
  .popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 150vh;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
  }
  .popup.is-show {
    opacity: 1;
    visibility: visible;
  }
  .popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 2;
    border-radius: 3px;
    max-width: 320px;
    width: 100%;
  }
  .popup-inner img {
    width: 100%;
    border-radius: 3px 3px 0 0;
  }
  div#modalCloseCloss:hover {
    opacity: 0.7;
  }
  .modalCloseButton {
    position: absolute;
    left: 50%;
    bottom: -55px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 9999px;
  }
  .lineClose {
    display: inline-block;
    vertical-align: middle;
    color: #707070;
    line-height: 1;
    width: 1.6rem;
    height: 0.2rem;
    background: currentColor;
    border-radius: 0.1rem;
    position: relative;
    transform: rotate(45deg);
  }
  .lineClose::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }
  .black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    cursor: pointer;
  }
  .modalBottom {
    padding: 22px 30px;
  }
  .modalBottom p {
    margin: 0;
  }

  .popup-inner input.searchform__input {
    margin: 0;
  }
  /* パンくずリスト */
  #bcn {
    width: 90vw;
  }
  /* 記事ループ */
  #nA {
    margin-bottom: 20px;
  }
  .mA {
    width: 100vw;
    margin: initial;
    padding: initial;
  }
  .list-box ul {
    display: block;
    background-color: rgba(180, 245, 220, 0.25);
    width: 100vw;
    margin: initial;
    margin-bottom: 46px;
    padding: initial;
    padding: 0 0 10px 0;
  }
  .list-box-left {
    width: 100vw;
    height: auto;
  }
  .list-box-left img {
    width: 100vw;
  }
  .list-box-right {
    width: 100vw;
  }
  .list-box .content {
    padding: 0 26px 15px;
  }
  .lbr_inner {
    margin: auto;
    padding: 23px 0 0 23px;
  }
  .cat {
    display: block;
    line-height: 1.3;
  }
  /* 過去の記事へボタン */
  #pa_btn {
    width: 200px;
    margin: initial;
    margin: -30px 0 80px 0;
  }
  /* 人気の記事プラグイン */
  .pA_header {
    margin: initial;
    margin-bottom: 20px;
  }
  ul.tpop {
    display: block;
  }
  li.tpop {
    width: 93vw;
    height: auto;
    background-color: rgba(210, 215, 160, 0.25);
    overflow: hidden;

    margin: 0 auto 28px;
    /* padding: 0px 3px; */
  }
  .tpop img {
    width: 93vw;
  }
  /* フォローミープラグイン */
  .sidebar {
    width: 100vw;
  }
  .f_M {
    display: block;
    width: 100vw;
  }
  .wp-block-column.fm_ins.is-layout-flow.wp-block-column-is-layout-flow {
    padding: initial;
  }
  /* オリジナルグッズ */
  .oG_but {
    width: 100vw;
    margin: initial;
  }
  .oG_com p {
    font-size: 20px;
  }

  /* フッター */
  .foot_wi {
    width: 100vw;
  }
  .foot_wi h2 {
    font-size: 28px;
  }
  .foot_wi-inner {
    padding: initial;
  }
  .wp_arc {
    padding-left: 10px;
  }

  .wp-block-columns.is-not-stacked-on-mobile.foot_AC.is-layout-flex.wp-container-3.wp-block-columns-is-layout-flex,
  .wp-block-columns.is-not-stacked-on-mobile.foot_AC.is-layout-flex.wp-container-6.wp-block-columns-is-layout-flex,
  .wp-block-columns.is-not-stacked-on-mobile.foot_AC.is-layout-flex.wp-container-9.wp-block-columns-is-layout-flex {
    width: 360px;
  }
  .foo_ac {
    padding: initial;
  }
  .foo_tag {
    padding: initial;
  }
  .ft_tag.wp-block-tag-cloud {
    padding: initial;
    margin: 10px auto 30px;
    width: 320px;
  }
  .ft_tag {
    /* width: 100vw; */
    padding: 10px 28px 50px 28px;
  }
  .wp-block-image.size-full.is-resized {
    margin: 15px 0 15px 20px;
  }
  .wp-block-preformatted {
    padding: 0 18px;
  }
  .au_ima {
    padding-left: 10px;
  }
  .au_com {
    padding-left: 10px;
  }
  .wp_foo_aut {
    padding: initial;
  }
  .wp-block-preformatted {
    width: 320px;
    margin: auto;
  }
  .fot_pp {
    font-size: 16px;
  }
  /* Nothing Found,おさがしの〜 */
  .nF_title {
    padding-left: 16px;
  }
  .nn {
    padding: 50px 20px 0 20px;
  }
  .no_entry-cont {
    font-size: 24px;
  }
  .notF_image img {
    width: 250px;
    margin: 30px 0 80px 80px;
  }
  .no-result.not-found {
    display: block;
    margin: initial;
  }
  /* 個別記事ページ幅 */
  .s_P {
    width: 100vw;
  }
  .entry-content {
    width: 86vw;
    margin: initial;
    padding: 18px;
  }
  .wpulike.wpulike-robeen {
    padding-right: 18px;
  }
  .sP_catg {
    display: block;
    text-align: right;
    padding-right: 18px;
    line-height: 1.6;
  }
  .pN {
    margin: 20px 0 150px 0;
  }
  /* === author プライバシーポリシー固定P=== */
  .post-item {
    width: 90vw;
    padding: initial;
  }
  #wpcf7-f615-p617-o1 {
    width: 85vw;
  }
  .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
  .wpcf7-form-control.wpcf7-textarea {
    width: 85vw;
  }
}
