/*
Theme Name: pixsquare
Theme URI: https://color.toshidayurika.com/theme-download-page/
Author: Yurika Toshida
Author URI: https://color.toshidayurika.com
Description: pixsquare offers a variety of features for creators to effectively display their work and create a professional impression. Creators can express their talents and skills in a more appealing way by leveraging features such as a square image gallery, auto-generated news, and AI captions.
Version: 1.5.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pixsquare
Domain Path: /languages
Tags: blog,photography,portfolio,grid-layout
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

pixsquare is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

html {
  margin: 0;
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  width: 100%;
  max-width: 960px;
  overflow-x: hidden; /* 横スクロールを無効にする */
}

main {
  width: 100%;
  max-width: 960px;
  display: block;
  padding-bottom: 100px;
}

img {
  width: 100%;
  height: auto;
}

.site-main {
  margin-top: 20px;
  width: 100%;
}

/* underline */
a:link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

a:hover {
  text-decoration: underline;
}

ul#gNavi li a:hover,
ul#gNavi li a:focus,
a:hover,
a:focus {
  border: #fff;
  background: #c6c6c6;
  color: #222;
}

ul#gNavi:hover > .dropDown,
ul#gNavi:focus-within > .dropDown {
  display: block;
}

span.nav-title {
  display: block;
  width: auto;
  margin: auto;
}

pre.wp-block-preformatted {
  background: #fff;
  padding-top: 20px;
  padding-left: 20px;
  margin: auto;
}

img.attachment-post-thumbnail {
  width: 960px;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px;
  overflow: visible;
  clip: auto;
  background: #000;
  color: #fff;
  z-index: 10000;
}

#primary.skip-link.screen-reader-text {
  color: #fff;
}

.post-11.page.type-page.status-publish.hentry {
  margin-top: 50px;
}

.post-13.page.type-page.status-publish.hentry {
  margin-top: 60px;
}

img.wp-image-29 {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 3rem;
  color: #707070;
  margin-top: 25px;
  margin-bottom: 0;
}

.entry-header h1 {
  margin-top: 30px;
}

h1::first-letter {
  color: #000;
}

h2 {
  font-size: 2.5rem;
  color: #707070;
  margin-top: 10px;
  margin-bottom: 0;
}

.page-template-template-works h2 {
  color: #707070;
}

h3 {
  font-size: 2.2rem;
  color: #707070;
  margin-top: 50px;
  margin-bottom: 0;
}

h3.bl_card_ttl {
  margin-top: 12px;
  margin-left: 10px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

li {
  list-style: none;
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

pre {
  font-family: monospace, monospace;
  font-size: 1.3rem;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}

small {
  font-size: 1rem;
}

sub {
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

#comment,
#author,
#email,
#url,
#wp-block-search__input-1 {
  width: 800px;
  color: #666;
  border: 1px solid #000;
  width: 100%;
  height: 20px;
  border-radius: 0;
  padding: 3px;
}

.wp-block-search__button.wp-element-button,
input#submit.submit {
  border-radius: 0;
  background: #eeeeee;
  color: rgba(0, 0, 0, 0.8);
  border: 2px solid #222;
}

.wp-block-media-text {
  margin-bottom: 30px;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15rem;
  margin: 0;
}

.vk-mobile-nav-menu-btn {
  right: 5px;
  left: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  width: 150px;
  height: 15px;
  border-radius: 3px;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35rem 0.75rem 0.625rem;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  margin-left: 0;
  display: none;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
  background-color: #fff;
  color: #777;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  min-height: 50px;
  height: 50px;
  position: relative;
}

.infotable {
  width: 800px;
  border-collapse: collapse;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.infotable th,
.infotable td {
  border: 1px solid #888888;
  color: #2d2c2af7;
  padding: 8px;
  text-align: left;
}

.infotable th {
  background-color: #888888;
  color: #fff;
}

.infotable tr:nth-child(even) {
  background-color: #fff;
}

/* カード全体に対するスタイル */
.bl_card_container {
  background-color: #fff;
  width: 400px;
  display: flex;
  margin-bottom: 30px;
}

/* 左側のカラム：画像 */
.bl_card_imgWrapper {
  width: 200px;
  height: auto;
  overflow: hidden;
}

.bl_card_imgWrapper img {
  width: auto;
  height: 200px;
  text-align: center;
  object-fit: cover;
}

.bl_card_column {
  height: 200px;
}

/* 右側のカラム：本文 */
.bl_card_body {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 760px;
  height: 200px;
  padding: 15px;
  padding-bottom: 100px;
}

.bl_card_body p {
  color: #3d2e1ef7;
  display: flex;
  width: 700px;
  font-size: 1.4rem;
  margin-left: 0;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 2;
  word-break: break-all;
}

/* widget-areaのスタイル */
#secondary.widget-area {
  order: 1;
  width: 100%;
  padding-bottom: 100px;
  background-color: #fff;
}

/*------------------フッター---*/
.entry-footer {
  min-width: 100%;
  width: 960px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  text-decoration: none;
  padding: 10px;
  margin-top: auto;
}

/*------------パンくずリスト---------------*/

ul.create_bread {
  display: flex;
  flex-wrap: nowrap;
  white-space: wrap;
  list-style: none;
  font-size: 1.2rem;
  text-align: left;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  margin-left: 20px;
  width: 40%;
}

ul.create_bread li:not(:last-of-type)::after {
  content: ">";
  margin: 0 0.6rem;
  /* 記号の左右の余白 */
  margin-bottom: 50px;
}

/*------------目次---------------*/
.post-toc {
  width: 40%;
  margin: 0 auto;
  display: block;
  position: relative;
  border-right: none;
  border-left: none;
  border-top: solid 3px #a9a9a9;
  border-bottom: solid 3px #a9a9a9;
  padding-bottom: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
  background: #fff;
}

.post-toc h2 {
  color: #777;
  font-weight: bold;
  text-align: center;
  font-size: 3rem;
}

.post-toc li {
  margin-top: 1.2rem;
  color: transparent;
}

.createp4 .infotable {
  border-collapse: collapse;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.post-toc a {
  color: #666;
  font-weight: bold;
}

h1 h2 h3 h4 h5 h6 {
  clear: both;
}

h2::first-letter {
  color: #000;
}

.type-page p {
  margin: 0;
  font-size: 1.3rem;
  line-height: 2.2;
}

figure.wp-block-gallery.has-nested-images {
  margin-left: auto;
  margin-right: auto;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.wp-block-group__inner-container {
  margin-top: 100px;
  margin-left: 15px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 0;
}

address {
  margin: 0 0 1.5rem;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  max-width: 100%;
  overflow: auto;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5rem;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5rem 1.5rem;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

table {
  margin: 0 0 1.5rem;
  width: 100%;
}

.main-content {
  flex: 1;
}

/* Links
--------------------------------------------- */
a {
  color: #888;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

a:visited {
  width: 100%;
  color: #888;
  font-weight: bold;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana,
    sans-serif;
}

a:hover,
a:focus,
a:active {
  color: #8e8e8e;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #eeeeee;
  color: rgba(0, 0, 0, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  width: 100%;
  height: 20px;
  border-radius: 3px;
  padding: 3px;
}

.wp-block-search__inside-wrapper {
  width: 960px;
  height: 20px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.createp4 .site-header {
  padding-top: 5px;
}

.site-main-costum-entrance {
  margin-top: 50px;
}

.site-main-costum-works .entry-content {
  margin-top: 10px;
}

.site-main-costum-works {
  margin-top: 60px;
}

.post-17.page.type-page.status-publish.hentry,
.post-19.page.type-page.status-publish.hentry,
.post-21.page.type-page.status-publish.hentry {
  margin-top: 60px;
}

.post-15.page.type-page.status-publish.hentry {
  margin-top: -30px;
}

#colophon {
  background-color: #000;
  color: #fff;
  padding-bottom: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100vw;
  text-align: center;
}

/* チェックボックスは非表示に */
.drawer-hidden {
  display: none;
}

.pagetop {
  height: 50px;
  width: 50px;
  right: 25px;
  bottom: 45px;
  background: #a8a8a8;
  border: solid 2px #646566;
  position: fixed;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}

.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}

.wp-block-separator.has-alpha-channel-opacity.boder.is-style-default {
  width: 960px;
}

.wp-block-categories {
  padding-left: 0;
}

@media (hover: hover) and (pointer: fine) {
  .pagetop:hover,
  .pagetop:hover .pagetop__arrow {
    border-color: #646566;
  }
}

/****************************************
  PC用
  ****************************************/
@media screen and (min-width: 768px) {
  #gNavi {
    display: flex;
    height: 3rem;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    width: 960px;
    margin-top: 90px;
    position: relative;
    z-index: 1000;
  }

  .createp2 ul#gNavi li a {
    margin-top: 3px;
    color: #fff;
    display: flex;
    height: 3rem;
    line-height: 3rem;
    justify-content: center;
    text-decoration: none;
    width: 100%;
  }

  #gNavi li a:hover,
  #gNavi li a:focus {
    opacity: 0.8;
  }

  #gNavi > li {
    width: 25%;
  }

  #gNavi li {
    list-style: none;
    position: relative;
  }

  #gNavi li li {
    height: 0;
    overflow: hidden;
    transition: 0.5s;
    width: 200px;
  }

  #gNavi li:hover > ul > li {
    height: 3rem;
    overflow: visible;
  }

  #gNavi li ul li ul {
    position: absolute;
    top: -3px;
    width: 100%;
  }

  /*-----------エントランスの原因----------------*/
  figure.wp-block-gallery.has-nested-images.is-cropped img {
    width: 850px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  body,
  button,
  select,
  optgroup,
  textarea {
    width: 960px;
  }

  button.menu-toggle {
    display: none;
  }
}

/****************************************
pc用メディアend
****************************************/

/*-------------------------------------------------------------

	
/****************************************
スマホ用
****************************************/

@media screen and (max-width: 767px) {
  #gNavi.menu.nav-menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 10px;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 999;
  }

  p.site-title {
    text-align: center;
  }

  p.site-description {
    text-align: center;
  }

  main {
    width: 100%;
  }

  html {
    scroll-behavior: smooth;
  }

  img {
    width: 100%;
  }

  #gNavi.menu.nav-menu.active {
    left: 0%;
    margin-top: -60px;
  }

  #gNavi li a {
    background: none;
    text-align: left;
    display: block;
  }

  #gNavi a {
    text-decoration: none;
    color: #fff;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial,
      Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
  }

  #gNavi a:hover {
    text-decoration: none;
    color: #888;
    font-size: 16px;
  }

  img.custom-logo {
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    z-index: 99;
  }

  .wp-block-quote {
    position: relative;
    left: 5%;
  }

  a.custom-logo-link {
    position: relative;
    z-index: 99;
    margin-top: 20px;
  }

  .site-main {
    width: 100%;
  }

  img.attachment-post-thumbnail {
    width: 100%;
    height: auto;
  }

  body {
    width: 100%;
    overflow-x: hidden; /* 横スクロールを無効にする */
  }

  .site {
    overflow-x: hidden;
    height: auto;
  }

  button.menu-toggle {
    display: none;
  }

  p.bl_card_txt {
    text-align: left;
  }

  .site-branding > .site-title {
    margin-top: 50px;
    margin-left: 60px;
  }

  pre.wp-block-preformatted {
    width: 90%;
  }

  img.wp-image {
    display: block;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-block-cover__image-background {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  p.has-text-align-center.has-text-color.has-link-color.has-medium-font-size.wp-elements-7542cd3201649c36c917855bc2a8d1e8 {
    font-size: 12px;
    color: #555555;
    display: block;
    margin-top: -160px;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
  }

  .type-page p {
    margin: 0;
    min-width: 40%;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3rem;
    line-height: 2.2;
  }

  .site-main-costum-works .wp-block-image img {
    width: 150px;
    height: 167.5px;
    object-fit: cover;
    border: 1px solid rgb(163, 163, 163);
    cursor: pointer;
    position: relative;
  }

  .post-toc {
    width: 70%;
  }

  .wp-block-image img {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .wp-block-code {
    width: 90%;
    margin: auto;
  }

  ul.sub-menu {
    left: 50px;
    list-style: none;
  }

  main .site-main {
    margin-top: 0px;
  }

  p {
    min-width: 40%;
    width: 90%;
  }

  .create_bread {
    width: 50%;
  }

  span.cat-links {
    font-family: Arial, Helvetica, sans-serif;
  }

  div.nav-previous {
    width: 330px;
    margin-left: 20px;
  }

  .wp-image-215,
  .wp-image-219,
  .wp-image-222,
  .wp-image-224,
  .wp-image-216,
  .wp-image-226,
  .wp-image-220,
  .wp-image-227 {
    margin-left: 20px;
  }

  .entry-footer {
    max-width: 100%;
    width: 380px;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    text-align: right;
    text-decoration: none;
    padding: 5%;
    margin-top: auto;
  }

  .menu-item a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
  }

  a:visited {
    width: 100%;
    color: #888;
    font-weight: bold;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial,
      Verdana, sans-serif;
    margin-bottom: 150px;
  }

  .entry-header h1 {
    width: 90%;
    margin-top: 30px;
    padding-top: 0;
    margin: auto;
  }

  div.entry-meta {
    margin-left: 20px;
  }

  div.wp-block-buttons {
    width: 200%;
    margin-left: -50%;
    margin-top: 15px;
  }

  .wp-block-search__inside-wrapper {
    width: 90%;
    margin: auto;
  }

  .wp-block-search .wp-block-search__label {
    padding: 5%;
  }

  .wp-block-categories {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-block-latest-posts.wp-block-latest-posts__list {
    padding-left: 5%;
    padding-right: 5%;
  }

  .widget p.wp-block-tag-cloud {
    padding-top: 0;
  }

  blockquote {
    margin: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  ul.wp-block-list {
    width: 90%;
    padding: 0;
    margin: auto;
  }

  .wp-block-embed__wrapper {
    width: 90%;
    margin: auto;
  }

  p.comment-form-comment {
    padding-bottom: 0;
  }

  .comment-form p.form-submit {
    padding-top: 0;
    margin-top: -10px;
  }

  /*------------ハンバーガーメニュー-----*/
  .menu {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 50px;
    text-align: left;
    top: 60px;
    left: 0;
    z-index: 9999;
    transition: transform 0.5s ease; /* トランスフォームにアニメーションを追加 */
    transform: translateX(-100%); /* 初期状態では画面外に移動 */
  }

  #drawer-check:checked ~ nav .menu {
    transform: translateX(0); /* チェックされたときに画面内に表示 */
  }

  .menu.active {
    display: flex;
  }

  .menu-item {
    margin: 0;
    margin-right: 20px;
    padding: 20px;
    width: fit-content;
  }

  .drawer-open {
    display: flex;
    margin-top: -27px;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
    z-index: 1000;
  }

  .drawer-open span,
  .drawer-open span:before,
  .drawer-open span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #fff;
    transition: 0.5s;
    position: absolute;
    z-index: 9999;
  }

  .drawer-open span:before {
    bottom: 8px;
  }

  .drawer-open span:after {
    top: 8px;
  }

  .drawer-hidden {
    display: none;
  }

  #drawer-check:checked ~ .menu {
    display: flex;
  }

  .drawer-open span {
    background: #fff;
  }

  #drawer-check:checked ~ .drawer-open span {
    background: rgba(255, 255, 255, 0);
  }

  #drawer-check:checked ~ .drawer-open span:before {
    bottom: 0; /* 下の棒を中央に移動 */
    transform: rotate(45deg); /* 45度回転 */
  }

  #drawer-check:checked ~ .drawer-open span:after {
    top: 0; /* 上の棒を中央に移動 */
    transform: rotate(-45deg); /* -45度回転 */
  }

  table.infotable {
    border-collapse: collapse;
    margin-top: 20px;
    margin-left: 25px;
    margin-right: auto;
    width: 330px;
  }

  .infotable th,
  .infotable td {
    border: 1px solid #888888;
    color: #2d2c2af7;
    padding: 8px;
    text-align: left;
  }

  .infotable th {
    background-color: #888888;
    color: #fff;
  }

  .infotable tr:nth-child(even) {
    background-color: #fff;
    /* 偶数行のバックグラウンドカラーを白に設定 */
  }

  ul {
    width: 95%;
  }

  .clearfix {
    height: 100vh;
    padding-bottom: 200px;
  }


  /*--------------------パンくず-----------------*/
  ul.create_bread {
    width: 70%;
  }

  /*--------------------フッター-----------------*/
  #colophon {
    background-color: #000;
    color: #fff;
    padding-bottom: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 100%;
    text-align: center;
  }

  a.create_footer {
    color: #888;
  }

  .wp-block-gallery.has-nested-images.is-cropped
    figure.wp-block-image:not(#individual-image)
    img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 100%;
    width: 380px;
    height: auto;
  }

  .post-thumbnail img {
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #block-2.widget.widget_block.widget_search {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .createp4 p {
    color: #888;
    font-size: 1.4rem;
    line-height: 2.2;
    width: 90%;
    text-align: left;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: auto;
    margin-top: -10px;
  }

  p.site-description {
    margin-left: 60px;
  }

  .bl_card_body > a {
    margin-left: 0;
  }

  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    padding: 0;
  }

  div.nav-next {
    margin-left: 20px;
  }

  .createp4 h3 {
    margin: 0;
    width: 90%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    color: #000;
  }

  .bl_card {
    position: absolute;
    margin-top: 200px;
    top: 50px;
  }

  .wp-block-separator.has-alpha-channel-opacity.boder.is-style-default {
    width: 90%;
  }

  .bl_card_body p {
    font-size: 1.3rem;
    width: 100%;
  }

  .site-branding {
    width: 100%;
    font-size: 0.7rem;
    text-align: center;
  }

  /* カード全体に対するスタイル */
  .bl_card_container {
    background-color: #fff;
    width: 330px;
    height: 600px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 10px 10px 0px 0 #000;
  }

  /* 左側のカラム：画像 */
  .bl_card_imgWrapper {
    width: 400px;
    height: auto;
  }

  .createp4 .bl_card_body {
    width: 330px;
  }

  .createp4 .bl_card_body p {
    color: #000;
    width: 300px;
    padding: 0;
  }

  .bl_card_imgWrapper img {
    width: 330px;
    height: 260px;
    text-align: center;
    object-fit: cover;
  }

  .bl_card_column {
    height: 150px;
    margin-bottom: 30px;
  }

  /* 右側のカラム：本文 */
  .bl_card_body {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 400px;
    height: 200px;
    padding: 15px;
    margin-top: 50px;
    margin-bottom: 100px;
    padding-bottom: 100px;
  }

  .bl_card_body p {
    color: #3d2e1ef7;
    display: flex;
    width: 360px;
    font-size: 1.4rem;
    margin-left: 0;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 2;
    word-break: break-all;
  }

  a {
    color: #666;
    text-align: left;
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  h1 {
    display: block;
    font-size: 3rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  h2 {
    font-size: 2.5rem;
    width: 90%;
    padding-top: 0;
    margin: auto;
    margin-top: 30px;
  }

  h3 {
    font-size: 2rem;
    width: 90%;
    margin: auto;
  }

  h4,
  h5,
  h6 {
    font-size: 1.6rem;
    width: 90%;
    margin: auto;
  }

  #colophon.site-footer {
    font-size: 0.8rem;
    width: 100%;
    height: 12vw;
    bottom: 0;
  }

  span.nav-subtitle {
    display: block;
    width: auto;
    margin: auto;
  }

  .site-main-costum-works .entry-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 330px;
    margin-left: 20px;
    margin-right: auto;
    margin-top: 10px;
  }

  .site-main-costum-works .entry-content figure {
    flex-basis: calc(50% - 5px);
    /* 2列と10pxのギャップ */
    margin-bottom: 10px;
  }

  .site-main-costum-works .wp-block-image img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border: 1px solid rgb(163, 163, 163);
    cursor: pointer;
  }

  .pagetop {
    height: 50px;
    width: 50px;
    right: 25px;
    bottom: 45px;
    background: #a8a8a8;
    border: solid 2px #646566;
    position: fixed;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
    margin-right: -15px;
  }

  .pagetop__arrow {
    display: block;
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
  }

  @media (hover: hover) and (pointer: fine) {
    .pagetop:hover,
    .pagetop:hover .pagetop__arrow {
      border-color: #646566;
    }
  }
}

/* アニメーション */

img.wp-image {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

img.wp-content {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.attachment-post-thumbnail {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.infotable,
.bl_card_container {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

div.entry-content {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
