@charset "UTF-8";
:root {
  --link-color: 255, 125, 74;
  --bg-color: 246, 246, 244;
  --text-color: 60, 60, 60;
  --main-color: 80, 198, 198;
  interpolate-size: allow-keywords;
}

:root {
  --max-width: 1200px;
}

/* Ultra Light Fade - ロード時チラつき防止 */
.img_fade {
  position: relative;
  overflow: hidden;
  /* JS初期化後は全てabsoluteに（transition維持） */
}
.img_fade img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 500ms ease-in-out;
  /* 最初の画像以外は初期状態で非表示 */
}
.img_fade img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.img_fade img:first-child {
  position: relative;
  opacity: 1;
}
.img_fade.ulf-initialized img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 500ms ease-in-out;
}
.img_fade.ulf-initialized img:first-child {
  position: absolute;
}

#post {
  margin: 0px auto 0 auto;
  padding-top: 30px;
  transition: transform 0.15s ease;
  position: relative;
  position: relative;
  overflow: visible !important;
}
#post.toc-open {
  transform: translateX(-75vw);
}
#post.toc-open .table-of-contents {
  opacity: 1;
  transform: translateX(0);
}
#post.toc-open .table-of-contents .toc-btn {
  opacity: 1;
  background: rgba(80, 198, 198, 0.6);
}
#post .breadcrumb {
  max-width: var(--max-width);
  width: calc(100% - 30px);
  padding-left: 30px;
  margin: 0 auto 0px auto;
}
#post > h1 {
  font-size: clamp(28px, 3vw, 34px);
  max-width: var(--max-width);
  width: calc(100% - 40px);
  margin: 0 auto 40px auto;
  display: block;
  word-break: keep-all;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
  color: rgb(var(--main-color));
  text-shadow: 2px 2px 0 rgb(var(--bg-color)), 4px 4px 0px rgba(var(--main-color), 0.2);
  font-weight: 900;
  padding-left: 30px;
}
#post .text {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  position: relative;
}
#post .text h2,
#post .text h3,
#post .text h4,
#post .text h5,
#post .text h6 {
  font-size: 24px;
  font-weight: bold;
  color: #555;
  max-width: var(--max-width);
  width: calc(100% - 40px);
  margin: 30px auto 20px auto;
  display: block;
  word-break: keep-all;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
  padding: 0 0 10px 35px;
  font-weight: 600;
  position: relative;
}
#post .text h2,
#post .text h3 {
  margin-top: 60px;
}
#post .text h2:before,
#post .text h3:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -15px;
  left: 15px;
  background: url("../svg/h2.svg") no-repeat center center/contain;
}
#post .text h2:after,
#post .text h3:after {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 30px;
  background: rgba(var(--main-color), 0.6);
}
#post .text h3 {
  font-size: 20px;
  padding-bottom: 5px;
  margin-top: 40px;
}
#post .text h3:before {
  width: 35px;
  height: 35px;
  top: -17px;
  left: 15px;
  background: url("../svg/h3.svg") no-repeat center center/contain;
}
#post .text h3:after {
  height: 2px;
}
#post .text h4,
#post .text h5,
#post .text h6 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  position: relative;
}
#post .text h4:before, #post .text h4:after,
#post .text h5:before,
#post .text h5:after,
#post .text h6:before,
#post .text h6:after {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  border-radius: 10px;
  background: rgba(var(--main-color), 0.8);
  position: absolute;
  top: 15px;
  left: 20px;
}
#post .text h4:after,
#post .text h5:after,
#post .text h6:after {
  width: 4px;
  left: 13px;
}
#post .text figcaption {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding: 3px 10px 3px 10px;
  margin: 5px auto;
  text-align: center;
  color: rgba(var(--text-color), 0.8);
  transform: rotateZ(0.03deg);
}
#post .text figcaption::before {
  content: "";
  display: block;
  margin: 0px auto 3px auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid rgba(var(--main-color), 0.5);
  border-right: 2px solid rgba(var(--main-color), 0.5);
  transform: rotate(-45deg);
}
#post .text .wp-block-image {
  padding: 0 30px 0 60px;
  max-width: 1220px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px 0;
}
#post .text .wp-block-image.noborder img {
  border: none;
}
#post .text .wp-block-image figure {
  max-width: 100%;
}
#post .text .wp-block-image .aligncenter {
  margin: 0 auto;
  width: calc(100vw - 110px);
}
#post .text .wp-block-image .aligncenter a {
  margin: 0 auto !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#post .text .wp-block-image.aligncenter {
  margin: 0 auto;
}
#post .text .wp-block-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  border: solid 0.5px rgba(170, 170, 170, 0.4);
}
#post .text .wp-block-image picture {
  display: block;
}
#post .text .wp-block-image a:not([class]) {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  gap: 0;
  transform: scale(0.99);
  transition: 0.5s;
}
#post .text .wp-block-image a:not([class]) img {
  box-shadow: 0 0.5rem 1rem -1rem rgb(0, 0, 0);
  transition: 0.5s;
}
#post .text .wp-block-image a:not([class]):hover {
  transform: scale(1);
  transition: 0.1s;
  border-radius: 4px;
}
#post .text .wp-block-image a:not([class]):hover img {
  transition: 0.1s;
}
#post .text .wp-block-image a:not([class]).load {
  cursor: wait;
}
#post .text > .is-type-video,
#post .text > .wp-block-embed__wrapper,
#post .text > .wp-block-embed,
#post .text > .wp-block-lazyblock-youtube {
  transform: rotateZ(0.03deg);
  margin: 25px auto;
  padding: 0 30px 0 60px;
}
#post .text > .is-type-video iframe,
#post .text > .wp-block-embed__wrapper iframe,
#post .text > .wp-block-embed iframe,
#post .text > .wp-block-lazyblock-youtube iframe {
  max-width: 800px;
  height: auto;
  aspect-ratio: 16/9;
  border: 0;
  width: calc(100% - 20px) !important;
  display: block !important;
  margin: auto;
  border-radius: 20px;
  box-shadow: 0 0.5rem 1rem -1rem rgb(0, 0, 0);
}
#post .text .size-1 iframe {
  max-width: 300px !important;
}
#post .text .size-2 iframe {
  max-width: 560px !important;
}
#post .text .size-3 iframe {
  max-width: 860px !important;
}
#post .text .wp-block-embed .wp-block-embed__wrapper .twitter-tweet {
  margin: 40px auto !important;
}
#post .text .toc-heading {
  scroll-margin-top: 20px;
  position: relative;
}
#post .text .toc-heading .toc-text {
  position: relative;
  z-index: 2;
}
#post .text h3.toc-heading {
  width: calc(100% - 55px);
}
#post .text p {
  transform: rotateZ(0.03deg);
  max-width: var(--max-width);
  width: calc(100% - 40px);
  margin: 0 auto 20px auto;
  display: block;
  word-break: keep-all;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
  padding-left: 40px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.05);
}
#post .text p strong,
#post .text p b {
  font-weight: 600;
  font-size: 110%;
  margin: 0 2px;
}
#post .text p a {
  font-weight: 600;
  margin: 0 2px;
  font-size: 110%;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(var(--link-color), 0.2);
          text-decoration-color: rgba(var(--link-color), 0.2);
  text-underline-offset: 3px;
  color: rgba(var(--link-color), 1);
  display: inline-block;
  transition: all 0.3s ease;
}
#post .text p a:hover {
  transform: translateY(-2px);
  -webkit-text-decoration-color: rgba(var(--link-color), 0.5);
          text-decoration-color: rgba(var(--link-color), 0.5);
}
#post .text .has-background {
  background-color: unset !important;
}
#post .text .has-background.has-luminous-vivid-amber-background-color .wp-block-group__inner-container {
  background-color: rgba(252, 185, 0, 0.1);
  border: rgba(252, 185, 0, 0.6) 2px solid;
}
#post .text .has-background.has-pale-pink-background-color .wp-block-group__inner-container {
  background-color: rgba(247, 141, 167, 0.1);
  border: rgba(247, 141, 167, 0.6) 2px solid;
}
#post .text .has-background.has-vivid-red-background-color .wp-block-group__inner-container {
  background-color: rgba(207, 46, 46, 0.1);
  border: rgba(207, 46, 46, 0.6) 2px solid;
}
#post .text .has-background.has-luminous-vivid-orange-background-color .wp-block-group__inner-container {
  background-color: rgba(255, 105, 0, 0.1);
  border: rgba(255, 105, 0, 0.6) 2px solid;
}
#post .text .has-background.has-vivid-orange-background-color .wp-block-group__inner-container {
  background-color: rgba(255, 140, 0, 0.1);
  border: rgba(255, 140, 0, 0.6) 2px solid;
}
#post .text .has-background.has-vivid-green-cyan-background-color .wp-block-group__inner-container {
  background-color: rgba(0, 208, 132, 0.1);
  border: rgba(0, 208, 132, 0.6) 2px solid;
}
#post .text .has-background.has-pale-cyan-blue-background-color .wp-block-group__inner-container {
  background-color: rgba(142, 209, 252, 0.1);
  border: rgba(142, 209, 252, 0.6) 2px solid;
}
#post .text .has-background.has-vivid-cyan-blue-background-color .wp-block-group__inner-container {
  background-color: rgba(6, 147, 227, 0.1);
  border: rgba(6, 147, 227, 0.6) 2px solid;
}
#post .text .has-background.has-vivid-purple-background-color .wp-block-group__inner-container {
  background-color: rgba(155, 81, 224, 0.1);
  border: rgba(155, 81, 224, 0.6) 2px solid;
}
#post .text .hide {
  display: none;
}
#post .text ol:not([class]),
#post .text ul:not([class]),
#post .text ul.wp-block-list,
#post .text ol.wp-block-list {
  max-width: var(--max-width);
  width: calc(100% - 40px);
  padding: 0 10px;
  margin: 30px auto;
}
#post .text ol:not([class]) li,
#post .text ul:not([class]) li,
#post .text ul.wp-block-list li,
#post .text ol.wp-block-list li {
  position: relative;
  line-height: 1.6;
  margin: 15px 0 15px 0;
  padding-left: 30px;
  text-indent: -5px;
  transform: rotateZ(0.03deg);
}
#post .text ol:not([class]) li::before,
#post .text ul:not([class]) li::before,
#post .text ul.wp-block-list li::before,
#post .text ol.wp-block-list li::before {
  content: "";
  display: block;
  position: absolute;
}
#post .text ol:not([class]) {
  counter-reset: li;
  padding-left: 30px;
}
#post .text ol:not([class]) li::before {
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  color: rgba(var(--main-color), 0.4);
  counter-increment: li;
  content: counter(li) "";
  font-weight: bold;
  left: 3px;
  top: 0px;
  z-index: -1;
}
#post .text ul:not([class]),
#post .text ul.wp-block-list {
  padding-left: 20px;
}
#post .text ul:not([class]) li::before,
#post .text ul.wp-block-list li::before {
  left: 10px;
  top: -3px;
  width: 27px;
  height: 27px;
  border: rgba(var(--main-color), 0.15) solid 5px;
  border-radius: 40px;
  z-index: -1;
}
#post .text .wp-block-code {
  max-width: calc(var(--max-width) - 80px);
  width: calc(100% - 60px);
  margin: 0 auto 20px 50px;
  background: rgba(170, 170, 170, 0.1);
  border-radius: 20px;
  padding: 20px 25px;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-shadow: none;
  word-break: break-all;
  overflow-wrap: normal;
  line-break: auto;
  white-space: normal;
  -webkit-hyphens: none;
          hyphens: none;
  /* text-wrap: normal; 実験的なプロパティのため、コメントアウト */
}
#post .text .wp-block-group {
  max-width: calc(var(--max-width) - 80px);
  width: calc(100% - 40px);
  margin: 0 auto 20px auto;
  padding-left: 50px;
  padding-right: 15px;
}
#post .text .wp-block-group.hajime {
  margin: 20px auto 40px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#post .text .wp-block-group.hajime .wp-block-group__inner-container {
  border: solid 3px rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  padding: 10px 20px 20px 20px;
  background: rgba(var(--main-color), 0.15);
  box-shadow: 0 0 10px rgba(170, 170, 170, 0.2) inset;
  text-align: center;
  font-size: 0.9rem;
  box-shadow: 0 2px 12px rgba(var(--main-color), 0.15);
}
#post .text .wp-block-group.hajime .wp-block-group__inner-container:before {
  content: "はじめに";
  display: block;
  font-size: 1rem;
  font-weight: 800;
  margin: 0 auto 20px auto;
  text-align: center;
  width: 50%;
  border-bottom: 3px dotted rgba(var(--main-color), 0.4);
  padding: 4px 0 8px 0;
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff;
  paint-order: stroke;
}
#post .text .wp-block-group.hajime .wp-block-group__inner-container p {
  margin: 10px 0;
  padding: 0;
  width: auto;
}
#post .text .wp-block-table {
  max-width: calc(var(--max-width) - 80px);
  width: calc(100% - 50px);
  margin: 40px auto 40px 40px;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 0;
  border-top: 0;
  background: #edf3f2;
  border-radius: 25px;
}
#post .text .wp-block-table::-webkit-scrollbar {
  height: 15px;
}
#post .text .wp-block-table::-webkit-scrollbar-track {
  background-color: none;
  border-radius: 100px;
}
#post .text .wp-block-table::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 2px solid transparent;
  background-clip: content-box;
  background-color: rgba(var(--main-color), 0.6);
}
#post .text .wp-block-table table {
  width: 100%;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.3;
  padding: 0px;
  border-spacing: 10px;
}
#post .text .wp-block-table table img {
  border-radius: 10px;
}
#post .text .wp-block-table table thead th:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  border-bottom: 0;
  width: 30vw;
  max-width: 180px;
  min-width: 100px;
  z-index: 5;
}
#post .text .wp-block-table table thead th {
  text-align: center;
  vertical-align: middle;
  padding: 15px 5px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  transform: rotateZ(0.03deg);
}
#post .text .wp-block-table table thead th img {
  display: inline-block;
}
#post .text .wp-block-table table tbody tr td:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 10px rgba(170, 170, 170, 0.05);
  border-bottom: 0;
  z-index: 5;
  padding: 15px 10px;
  font-size: 80%;
  font-weight: bold;
  color: rgba(var(--text-color), 0.8);
  transform: rotateZ(0.03deg);
  border-radius: 20px;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
}
#post .text .wp-block-table table tbody tr td:nth-child(1):after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  background: rgb(var(--main-color));
  background-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-image: url("../svg/right1.svg");
  mask-image: url("../svg/right1.svg");
}
#post .text .wp-block-table table tbody tr td {
  vertical-align: middle;
  text-align: center;
  padding: 5px 5px 10px 5px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  transform: rotateZ(0.03deg);
  font-size: 85%;
}
#post .text .wp-block-table table tbody tr:last-child td {
  border: 0;
}
#post .text .pp_wrap {
  max-width: var(--max-width);
  width: calc(100% - 40px);
  margin: 0 auto 20px auto;
  padding-left: 50px;
  padding-right: 15px;
}
#post .text .pp_wrap p {
  padding-left: 0px;
  margin: 0;
  font-size: 90%;
  line-height: 1.3;
  text-shadow: none;
  width: auto;
}
#post .text .pp_wrap strong {
  margin-left: -10px;
  transform: rotateZ(0.03deg);
}
#post .text .wp-block-quote {
  max-width: calc(var(--max-width) - 80px);
  width: calc(100% - 60px);
  border-left: 5px solid rgba(var(--main-color), 0.2);
  padding: 10px;
  margin: 20px 10px 10px auto;
}
#post .text .wp-block-quote p {
  padding-left: 0px;
  margin: 0;
  font-size: 90%;
  line-height: 1.3;
  text-shadow: none;
  width: auto;
}
#post .text .ac {
  max-width: calc(var(--max-width) - 80px);
  width: calc(100% - 40px);
  margin: 40px auto 20px auto;
  padding-left: 30px;
}
#post .text .ac:hover .ac-content {
  height: 120px;
}
#post .text .ac .ac-cb {
  display: none;
}
#post .text .ac .ac-wrap {
  background-color: #f0f0f0;
  border-radius: 0px;
  position: relative;
  padding-top: 20px;
}
#post .text .ac .ac-wrap:before, #post .text .ac .ac-wrap:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../svg/pin.svg") no-repeat center center/contain;
  position: absolute;
  top: 5px;
  left: 5px;
}
#post .text .ac .ac-wrap:after {
  left: auto;
  right: 15px;
}
#post .text .ac .ac-btn {
  position: absolute;
  z-index: 3;
  display: block;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
}
#post .text .ac .ac-btn span {
  padding-left: 20px;
  word-break: normal;
  overflow-wrap: normal;
  line-break: auto;
  white-space: nowrap;
  -webkit-hyphens: none;
          hyphens: none;
  /* text-wrap: nowrap; 実験的なプロパティのため、コメントアウト */
}
#post .text .ac .ac-btn span::before {
  display: none;
}
#post .text .ac .ac-bottom {
  content: "";
  display: block;
  width: 102%;
  aspect-ratio: 5/1;
  background: url("../svg/ac1.svg") no-repeat center center/contain;
  margin: -10% auto 0 -2%;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#post .text .ac .ac-bottom:hover:after {
  transform: translateX(-50%) rotateZ(0.03deg) scale(1.05);
  background: rgba(var(--link-color), 0.9);
}
#post .text .ac .ac-bottom:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  background-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background: rgba(var(--link-color), 0.5);
  -webkit-mask-image: url("../svg/right1.svg");
  mask-image: url("../svg/right1.svg");
  -webkit-animation: acbottom 1.5s ease-in-out infinite;
          animation: acbottom 1.5s ease-in-out infinite;
}
@-webkit-keyframes acbottom {
  0% {
    opacity: 0;
    transform: rotate(90deg) translateX(-10px);
  }
  10% {
    opacity: 1;
  }
  51% {
    opacity: 1;
  }
  80%, 100% {
    transform: rotate(90deg) translateX(0px);
    opacity: 0;
  }
}
@keyframes acbottom {
  0% {
    opacity: 0;
    transform: rotate(90deg) translateX(-10px);
  }
  10% {
    opacity: 1;
  }
  51% {
    opacity: 1;
  }
  80%, 100% {
    transform: rotate(90deg) translateX(0px);
    opacity: 0;
  }
}
#post .text .ac .ac-label {
  display: block;
  padding: 20px 20px 20px 40px;
  transform: rotateZ(0.03deg);
  position: relative;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  padding-right: 50px;
  margin-bottom: 10px;
  color: rgb(var(--main-color));
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
#post .text .ac .ac-label:hover {
  text-decoration: underline;
}
#post .text .ac .ac-label:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 25px;
  transform: rotate(90deg);
  background-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background: rgba(var(--text-color), 0.2);
  -webkit-mask-image: url("../svg/right1.svg");
  mask-image: url("../svg/right1.svg");
  transition: all 0.3s ease;
}
#post .text .ac .ac-label:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  left: 0px;
  background: url("../svg/ac3.svg") no-repeat center center/contain;
  -webkit-animation: ac3 1.5s ease-in-out infinite;
          animation: ac3 1.5s ease-in-out infinite;
  transition: all 0.3s ease;
}
@-webkit-keyframes ac3 {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  51% {
    transform: rotate(-5deg) scale(1.05) translate(-5px, 0px);
  }
  100% {
    transform: rotate(-5deg) scale(1.05) translate(-5px, 0px);
  }
}
@keyframes ac3 {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  51% {
    transform: rotate(-5deg) scale(1.05) translate(-5px, 0px);
  }
  100% {
    transform: rotate(-5deg) scale(1.05) translate(-5px, 0px);
  }
}
#post .text .ac .ac-content {
  overflow: clip;
  height: 100px;
  overflow: hidden;
  transition: all 0.5s ease;
  opacity: 0.4;
  position: relative;
  filter: blur(1px);
}
#post .text .ac .ac-content h2,
#post .text .ac .ac-content h3,
#post .text .ac .ac-content h4,
#post .text .ac .ac-content h5,
#post .text .ac .ac-content h6 {
  margin-left: 5px;
}
#post .text .ac .ac-content .wp-block-image {
  padding-left: 30px;
  width: 100%;
}
#post .text .ac .ac-content .wp-block-code {
  margin-left: auto;
}
#post .text .ac .ac-cb:checked + .ac-wrap .ac-label:before {
  opacity: 0;
}
#post .text .ac .ac-cb:checked + .ac-wrap .ac-label:after {
  transform: rotate(-90deg);
}
#post .text .ac .ac-cb:checked + .ac-wrap .ac-btn {
  display: none;
}
#post .text .ac .ac-cb:checked + .ac-wrap .ac-content {
  height: auto;
  opacity: 1;
  filter: blur(0px);
}
#post .text .ac .ac-cb:checked + .ac-wrap + .ac-bottom {
  background: url("../svg/ac2.svg") no-repeat center center/contain;
  margin-top: -1%;
}
#post .text .ac .ac-cb:checked + .ac-wrap + .ac-bottom:hover {
  transform: translateY(-10px);
}
#post .text .ac .ac-cb:checked + .ac-wrap + .ac-bottom:before {
  rotate: 180deg;
  margin-top: -20px;
}
#post .text .ac p,
#post .text .ac .wp-block-group,
#post .text .ac .wp-block-lazyblock-ofuse,
#post .text .ac .wp-block-embed__wrapper,
#post .text .ac .wp-block-embed,
#post .text .ac .wp-block-lazyblock-youtube,
#post .text .ac .wp-block-lazyblock-point,
#post .text .ac .wp-block-lazyblock-warning,
#post .text .ac .link-banner {
  padding-left: 10px;
  padding-right: 10px;
}
#post .text .link-banner {
  max-width: calc(var(--max-width) - 80px);
  width: calc(100% - 30px);
  margin: 30px auto 40px auto;
  padding-left: 25px;
}
#post .text .link-banner .content {
  display: block;
  width: calc(100% - 30px);
  max-width: 450px;
  border-radius: 35px;
  position: relative;
  margin: 0px auto;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.01);
}
#post .text .link-banner .content:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  left: -10px;
  background: url("../svg/pika.svg") no-repeat center center/contain;
  -webkit-animation: pika 1s ease-in-out infinite;
          animation: pika 1s ease-in-out infinite;
}
@-webkit-keyframes pika {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  51% {
    transform: rotate(-5deg) scale(1.05);
  }
  100% {
    transform: rotate(-5deg) scale(1.05);
  }
}
@keyframes pika {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  51% {
    transform: rotate(-5deg) scale(1.05);
  }
  100% {
    transform: rotate(-5deg) scale(1.05);
  }
}
#post .text .link-banner .content:hover {
  background: rgba(255, 255, 255, 0.9);
}
#post .text .link-banner .content.has-thumbnail .info {
  padding-left: 0;
}
#post .text .link-banner .content .link {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
#post .text .link-banner .content .link:hover .thumbnail {
  transform: scale(1.05) rotate(-2deg);
  box-shadow: 0 8px 20px rgba(0, 212, 255, 0);
}
#post .text .link-banner .content .link:hover .info .title {
  opacity: 0.8;
  transform: translateX(3px);
  text-decoration: underline;
}
#post .text .link-banner .content .link:hover .info .title .site {
  color: rgba(var(--main-color), 0.7);
  transform: translateX(2px);
}
#post .text .link-banner .content .thumbnail {
  width: 20%;
  max-width: 70px;
  min-width: 50px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
  border-radius: 18px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 5px 8px rgba(0, 212, 255, 0.2);
  filter: brightness(1);
}
#post .text .link-banner .content .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#post .text .link-banner .content .thumbnail:hover {
  filter: brightness(1.1) contrast(1.05);
}
#post .text .link-banner .content .info .title {
  padding-left: 5px;
  display: block;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 600;
  color: rgb(var(--main-color));
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
#post .text .link-banner .content .info .title .site {
  font-size: 0.7rem;
  color: rgba(var(--main-color), 0.5);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.05);
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  padding: 0 5px;
  gap: 5px;
  transition: all 0.3s ease;
}
#post .text .link-banner .content .info .title .site::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background: rgba(var(--main-color), 0.5);
  -webkit-mask-image: url("../svg/right1.svg");
  mask-image: url("../svg/right1.svg");
  transition: all 0.3s ease;
}
#post .text .link-banner .content .overview {
  display: block;
  font-size: 0.65rem;
  color: rgba(var(--text-color), 0.5);
  text-shadow: none;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 3px;
  padding: 7px 5px;
  transition: all 0.3s ease;
  margin-bottom: 5px;
}
#post .text .link-banner .content .overview:hover {
  color: rgba(var(--text-color), 0.7);
}
#post .text .link-banner .content .url {
  margin-top: 5px;
  display: block;
  font-size: 0.65rem;
  color: rgba(var(--text-color), 0.5);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.05);
  font-weight: 400;
  background: rgba(var(--link-color), 1);
  border-radius: 15px;
  line-height: 1.2;
  color: #fff;
  position: relative;
  padding: 8px 30px 8px 15px;
  word-break: break-all;
  overflow-wrap: normal;
  line-break: auto;
  white-space: normal;
  -webkit-hyphens: none;
          hyphens: none;
  /* text-wrap: normal; 実験的なプロパティのため、コメントアウト */
  box-shadow: 0 5px 10px rgba(var(--link-color), 0.3);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}
#post .text .link-banner .content .url::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
#post .text .link-banner .content .url:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(var(--link-color), 0.4);
}
#post .text .link-banner .content .url:hover::before {
  left: 100%;
}
#post .text .link-banner .content .url::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background: rgba(255, 255, 255, 0.8);
  -webkit-mask-image: url("../svg/link.svg");
  mask-image: url("../svg/link.svg");
  transition: all 0.3s ease;
}
#post .text .wp-block-lazyblock-point {
  padding: 0 30px 0 60px;
  max-width: 1220px;
  margin: 40px auto;
}
#post .text .wp-block-lazyblock-point .point-block {
  width: 300px;
  margin: 0px auto;
  border: solid 3px rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  padding: 10px 20px 15px 20px;
  background: rgba(255, 255, 176, 0.15);
  box-shadow: 0 0 10px rgba(170, 170, 170, 0.2) inset;
  font-size: 0.9rem;
  box-shadow: 0 2px 12px rgba(255, 255, 176, 0.15);
  position: relative;
}
#post .text .wp-block-lazyblock-point .point-block:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 25px;
  left: 25px;
  transform: translate(-50%, -50%) rotate(-30deg);
  background: url("../svg/shooting-star.svg") no-repeat center center/contain;
  -webkit-animation: shooting-star 2s ease-in-out infinite;
          animation: shooting-star 2s ease-in-out infinite;
}
@-webkit-keyframes shooting-star {
  0% {
    transform: translate(-47%, -46%) rotate(-30deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-30deg);
  }
  100% {
    transform: translate(-47%, -46%) rotate(-30deg);
  }
}
@keyframes shooting-star {
  0% {
    transform: translate(-47%, -46%) rotate(-30deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-30deg);
  }
  100% {
    transform: translate(-47%, -46%) rotate(-30deg);
  }
}
#post .text .wp-block-lazyblock-point .point-title {
  margin: 0 auto 5px auto;
  padding: 0;
  font-size: 1.3em;
  color: #fff;
  font-weight: 900;
  -webkit-text-stroke: 5px #555;
  text-stroke: 5px #555;
  paint-order: stroke;
  text-shadow: 3px 3px 0px #555555;
  text-align: center;
}
#post .text .wp-block-lazyblock-point .point-items {
  position: relative;
  z-index: 1;
}
#post .text .wp-block-lazyblock-point .point-item {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
  background: #ffffe5;
  box-shadow: 0 2px 12px rgba(177, 177, 116, 0.15);
  border-radius: 20px;
}
#post .text .wp-block-lazyblock-point .point-item:last-child {
  border-bottom: none;
}
#post .text .wp-block-lazyblock-point .point-label {
  width: 50%;
  font-weight: 600;
  color: #555;
  line-height: 1.3;
  padding-left: 20px;
}
#post .text .wp-block-lazyblock-point .point-value {
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  background: #bcbc4c;
  text-align: center;
  width: 40px;
  border-radius: 20px;
  margin-right: 10px;
}
#post .text .wp-block-lazyblock-point .point-stars {
  display: flex;
  gap: 2px;
  align-items: center;
  margin: 0 auto;
}
#post .text .wp-block-lazyblock-point .point-text {
  margin-top: 30px;
  padding-top: 5px;
  border-top: 1px solid #e0e0e0;
  color: #666;
  font-size: 0.75rem;
  line-height: 1.3;
  transform: rotateZ(0.03deg);
}
#post .text .wp-block-lazyblock-point .point-text .point-text-title {
  font-size: 0.9rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 8px;
  background: #f7f7ea;
  margin-top: -16px;
  margin-bottom: 6px;
  font-weight: 600;
}
#post .text .wp-block-lazyblock-point .point-text p {
  width: auto;
  margin: 0 auto 5px auto;
  padding: 0;
}
#post .text .wp-block-lazyblock-point .star {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  filter: drop-shadow(1px 1px 0px rgba(59, 58, 0, 0.3));
}
#post .text .wp-block-lazyblock-point .star.full::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background: #ffd700;
  -webkit-mask-image: url("../svg/star1.svg");
  mask-image: url("../svg/star1.svg");
}
#post .text .wp-block-lazyblock-point .star.half {
  filter: drop-shadow(1px 1px 0px rgba(59, 58, 0, 0));
}
#post .text .wp-block-lazyblock-point .star.half::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  opacity: 0.5;
  background: #eeeeee;
  -webkit-mask-image: url("../svg/star1.svg");
  mask-image: url("../svg/star1.svg");
}
#post .text .wp-block-lazyblock-point .star.half::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background: #ffd700;
  -webkit-mask-image: url("../svg/star2.svg");
  mask-image: url("../svg/star2.svg");
}
#post .text .wp-block-lazyblock-point .star.empty {
  filter: drop-shadow(1px 1px 0px rgba(59, 58, 0, 0));
}
#post .text .wp-block-lazyblock-point .star.empty::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  opacity: 0.5;
  background: #eee;
  -webkit-mask-image: url("../svg/star1.svg");
  mask-image: url("../svg/star1.svg");
}
#post .text .wp-block-lazyblock-warning {
  padding: 0 30px 0 60px;
  max-width: 1220px;
  margin: 40px auto 80px auto;
}
#post .text .wp-block-lazyblock-warning.old-warning {
  margin: 0px auto 30px auto;
}
#post .text .wp-block-lazyblock-warning.old-warning .warning-block {
  padding: 10px 8px 15px 50px;
}
#post .text .wp-block-lazyblock-warning.old-warning .warning-block:before {
  width: 65px;
  height: 65px;
  left: 0;
}
#post .text .wp-block-lazyblock-warning .warning-block {
  position: relative;
  padding: 18px 8px 18px 60px;
  background: transparent;
  font-size: 0.9em;
  line-height: 1.5;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 25px;
}
#post .text .wp-block-lazyblock-warning .warning-block:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background: rgba(var(--main-color), 0.15);
  -webkit-mask-image: url("../svg/warning.svg");
  mask-image: url("../svg/warning.svg");
  position: absolute;
  top: 48%;
  left: -5px;
  transform: rotate(0deg) translate(0, -50%);
  opacity: 0.5;
  z-index: -1;
  -webkit-animation: warning-pulse 1.5s ease-in-out infinite;
          animation: warning-pulse 1.5s ease-in-out infinite;
  transform-origin: center bottom;
}
@-webkit-keyframes warning-pulse {
  0%, 50%, 100% {
    transform: rotate(0deg) translate(0, -50%);
    opacity: 0.5;
  }
  20% {
    transform: rotate(8deg) translate(-7px, -50%);
    opacity: 0.8;
  }
  75% {
    transform: rotate(-8deg) translate(7px, -50%);
    opacity: 0.8;
  }
}
@keyframes warning-pulse {
  0%, 50%, 100% {
    transform: rotate(0deg) translate(0, -50%);
    opacity: 0.5;
  }
  20% {
    transform: rotate(8deg) translate(-7px, -50%);
    opacity: 0.8;
  }
  75% {
    transform: rotate(-8deg) translate(7px, -50%);
    opacity: 0.8;
  }
}
#post .text .wp-block-lazyblock-warning .warning-block:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("../svg/biri.svg") no-repeat center center/contain;
  position: absolute;
  top: -20px;
  left: -20px;
  opacity: 0.2;
}
#post .text .wp-block-lazyblock-warning .warning-block .warning-caption {
  font-size: 1.2em;
  font-weight: 600;
  padding: 0;
  margin: 0;
  width: auto;
}
#post .text .wp-block-lazyblock-warning .warning-block .warning-text {
  font-size: 0.9em;
  padding: 0;
  margin: 5px 0 0 0;
  width: auto;
}
#post .text .wp-block-lazyblock-warning .warning-block.warning-yellow {
  background-color: rgba(240, 173, 78, 0.05);
}
#post .text .wp-block-lazyblock-warning .warning-block.warning-yellow:before {
  background: rgba(240, 173, 78, 0.5);
}
#post .text .wp-block-lazyblock-warning .warning-block.warning-yellow .warning-caption {
  color: #8a6d3b;
}
#post .text .wp-block-lazyblock-warning .warning-block.warning-yellow .warning-text {
  color: #8a6d3b;
}
#post .text .wp-block-lazyblock-warning .warning-block.warning-red {
  background-color: rgba(217, 83, 79, 0.05);
}
#post .text .wp-block-lazyblock-warning .warning-block.warning-red:before {
  background: rgba(217, 83, 79, 0.5);
}
#post .text .wp-block-lazyblock-warning .warning-block.warning-red .warning-caption {
  color: #a94442;
}
#post .text .wp-block-lazyblock-warning .warning-block.warning-red .warning-text {
  color: #a94442;
}
#post .text .wp-block-lazyblock-warning .warning-block.warning-blue {
  background-color: rgba(91, 192, 222, 0.05);
}
#post .text .wp-block-lazyblock-warning .warning-block.warning-blue:before {
  background: rgba(91, 192, 222, 0.5);
}
#post .text .wp-block-lazyblock-warning .warning-block.warning-blue .warning-caption {
  color: #31708f;
}
#post .text .wp-block-lazyblock-warning .warning-block.warning-blue .warning-text {
  color: #31708f;
}
#post .text .wp-block-lazyblock-warning .warning-block .warning-caption h3 {
  display: flex;
  align-items: center;
}
#post .text .wp-block-lazyblock-ofuse {
  position: relative;
  z-index: 0;
}
#post .text .ofuse {
  max-width: var(--max-width);
  width: calc(100% - 40px);
  max-width: 500px;
  margin: 40px auto;
  overflow: hidden;
  background: rgba(255, 230, 235, 0.6);
  border-radius: 20px;
  padding: 30px 20px 20px 30px;
  box-shadow: 0 2px 12px rgba(255, 182, 193, 0.15);
  transition: all 0.3s ease;
  position: relative;
}
#post .text .ofuse:hover {
  box-shadow: 0 4px 20px rgba(255, 182, 193, 0.15);
}
#post .text .ofuse h3:before, #post .text .ofuse h3:after {
  display: none;
}
#post .text .ofuse .icon {
  width: 230px;
  height: 230px;
  background: url("../svg/like.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: -90px;
  transform: translateY(-50%) rotate(-10deg);
  z-index: 1;
  opacity: 0.5;
}
#post .text .ofuse .ofuse-message {
  font-size: 15px;
  color: rgba(var(--text-color), 0.8);
  margin: 0 0 16px 0;
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding-left: 20%;
  z-index: 2;
  position: relative;
}
#post .text .ofuse .ofuse-message h3 {
  font-size: 1.2em;
  font-weight: 800;
  margin: 10px 0;
  padding: 0 0 10px 0;
  width: auto;
}
#post .text .ofuse .ofuse-message p {
  font-size: 0.9em;
  font-weight: 400;
  margin: 10px;
  padding: 0 0 10px 0;
}
#post .text .ofuse .ofuse-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #ff8a9b 0%, #ffa3b3 100%);
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  padding: 12px 20px 12px 15px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  box-shadow: 0 3px 12px rgba(255, 138, 155, 0.3);
  transition: all 0.3s ease;
}
#post .text .ofuse .ofuse-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 18px rgba(255, 138, 155, 0.4);
  background: linear-gradient(135deg, #ff7a8c 0%, #ff94a6 100%);
  text-decoration: none;
}
#post .text .ofuse .ofuse-link:active {
  transform: translateY(0);
}
#post .text .ofuse .ofuse-icon {
  background: url("../svg/coffee.svg") no-repeat center center/contain;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
#post .text .ofuse .ofuse-text {
  font-size: 14px;
  font-weight: 900;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
#post #share {
  max-width: var(--max-width);
  width: calc(100% - 40px);
  padding: 0 30px;
  margin: 35px auto;
}
#post #share h2 {
  letter-spacing: 0.3em;
  font-weight: 500;
  font-size: 0.8rem;
  transform: rotateZ(0.03deg);
  text-align: center;
  transition: 1s;
  color: rgba(var(--main-color), 1);
  margin-bottom: 10px;
}
#post #share .bounce-char {
  display: inline-block;
  -webkit-animation: bounce 2s ease-in-out infinite;
          animation: bounce 2s ease-in-out infinite;
  transform-origin: center bottom;
  will-change: transform;
}
#post #share .bounce-char:hover {
  -webkit-animation: bounce-hover 0.6s ease-in-out;
          animation: bounce-hover 0.6s ease-in-out;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) scale(1) rotateZ(0.03deg);
  }
  40% {
    transform: translateY(-4px) scale(1.05) rotateZ(0.03deg);
  }
  60% {
    transform: translateY(-2px) scale(1.02) rotateZ(0.03deg);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) scale(1) rotateZ(0.03deg);
  }
  40% {
    transform: translateY(-4px) scale(1.05) rotateZ(0.03deg);
  }
  60% {
    transform: translateY(-2px) scale(1.02) rotateZ(0.03deg);
  }
}
@-webkit-keyframes bounce-hover {
  0% {
    transform: translateY(0) scale(1) rotateZ(0.03deg);
  }
  25% {
    transform: translateY(-6px) scale(1.1) rotateZ(0.03deg);
  }
  50% {
    transform: translateY(-3px) scale(1.05) rotateZ(0.03deg);
  }
  75% {
    transform: translateY(-1px) scale(1.02) rotateZ(0.03deg);
  }
  100% {
    transform: translateY(0) scale(1) rotateZ(0.03deg);
  }
}
@keyframes bounce-hover {
  0% {
    transform: translateY(0) scale(1) rotateZ(0.03deg);
  }
  25% {
    transform: translateY(-6px) scale(1.1) rotateZ(0.03deg);
  }
  50% {
    transform: translateY(-3px) scale(1.05) rotateZ(0.03deg);
  }
  75% {
    transform: translateY(-1px) scale(1.02) rotateZ(0.03deg);
  }
  100% {
    transform: translateY(0) scale(1) rotateZ(0.03deg);
  }
}
#post #share .list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
}
#post #share .list .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  border-radius: 35px;
  transition: 1s;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(170, 170, 170, 0.1);
}
#post #share .list .item:active {
  -webkit-animation: nav-jelly 0.3s ease-out;
          animation: nav-jelly 0.3s ease-out;
}
#post #share .list .item::before {
  content: "";
  display: block;
  min-width: 35px;
  min-height: 35px;
  background-color: rgba(var(--text-color), 0.6);
  background-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  transition: 1s;
}
#post #share .list .item.li::before {
  background-color: #4ddda1;
  -webkit-mask-image: url("../svg/line.svg");
  mask-image: url("../svg/line.svg");
}
#post #share .list .item.tw::before {
  background-color: #000;
  -webkit-mask-image: url("../svg/x.svg");
  mask-image: url("../svg/x.svg");
}
@media (prefers-color-scheme: dark) {
  #post #share .list .item.tw::before {
    background-color: #bbb;
  }
}
#post #share .list .item.fb::before {
  background-color: #7fa2e8;
  -webkit-mask-image: url("../svg/facebook.svg");
  mask-image: url("../svg/facebook.svg");
}
#post #share .list .item.cp::before {
  background-color: #9e9e9e;
  -webkit-mask-image: url("../svg/cpy.svg");
  mask-image: url("../svg/copy.svg");
}
#post #share .list .item:hover {
  transition: 0.3s;
  box-shadow: 0 0 5px rgba(170, 170, 170, 0.8);
}
#post #share .list .item:hover::before {
  background-color: #fff;
  transition: 0.3s;
  transform: scale(1.1);
}
#post #share .list .item:hover.li {
  background-color: #06c775;
}
#post #share .list .item:hover.tw {
  background-color: #000;
}
#post #share .list .item:hover.fb {
  background-color: #4267b2;
}
#post #share .list .item:hover.cp {
  background-color: #9e9e9e;
}
#post #foot {
  padding-left: 40px;
}
#post #foot .meta {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
#post #foot .meta .date {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 0.6rem;
  opacity: 0.6;
  transform: rotateZ(0.03deg);
  letter-spacing: 0.05em;
}
#post #foot .meta .date::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: rgba(var(--text-color), 0.6);
  background-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  transition: 1s;
}
#post #foot .meta .date.published::before {
  -webkit-mask-image: url("../svg/time.svg");
  mask-image: url("../svg/time.svg");
}
#post #foot .meta .date.updated::before {
  -webkit-mask-image: url("../svg/update.svg");
  mask-image: url("../svg/update.svg");
}
#post #foot .tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
  gap: 10px 5px;
}
#post #foot .tag .item {
  text-decoration: none;
  background: rgba(var(--text-color), 0.2);
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 5px;
  border-radius: 5px;
  transform: rotateZ(0.03deg);
  transition: 0.6s;
}
#post #foot .tag .item:hover {
  transition: 0.2s;
  background: rgba(var(--link-color), 0.9);
}

/* ========================================
   Ultra Light Fade - 超軽量画像フェード
   ======================================== */
.ulf-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
}
.ulf-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 500ms ease-in-out;
}
.ulf-container img:first-child {
  position: relative;
}

@-webkit-keyframes toc {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0.4;
  }
}

@keyframes toc {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0.4;
  }
}
#toc {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  left: 100%;
  width: 0px;
  height: 0px;
  pointer-events: none;
  z-index: 2;
}

.toc-frame {
  position: absolute;
  bottom: 0;
  left: 10px;
  height: 100svh;
  display: flex;
  align-items: center;
}

.table-of-contents {
  position: relative;
  pointer-events: all;
  width: 70vw;
  transition: right 0.15s ease;
  z-index: 1000;
  transition: all 0.3s ease;
  border: 3.5px solid rgba(80, 198, 198, 0.6);
  border-radius: 0 20px 20px 20px;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  -webkit-animation: toc 1.5s ease 1s backwards;
          animation: toc 1.5s ease 1s backwards;
  filter: drop-shadow(0 4px 8px rgba(var(--main-color), 0.1));
  transform: translateX(-10px);
}
.table-of-contents .toc-btn {
  position: absolute;
  top: -3px;
  left: 0;
  width: 30px;
  background: #000;
  border-radius: 20px 0 0 30px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 10px 0 20px 0;
  left: -33px;
  opacity: 0.8;
  background: rgba(80, 198, 198, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(5px);
          backdrop-filter: saturate(180%) blur(5px);
  transition: all 0.3s ease;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}
.table-of-contents .toc-btn:before {
  content: "";
  background-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background: #fff;
  -webkit-mask-image: url("../svg/toc.svg");
  mask-image: url("../svg/toc.svg");
  width: 20px;
  height: 20px;
  display: block;
}
.table-of-contents .toc-title {
  display: none;
}
.table-of-contents .toc-list {
  margin: 0;
  padding: 10px 10px 10px 10px;
  border-radius: 15px;
  list-style: none;
  max-height: calc(100svh - 80px);
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 10px rgba(var(--main-color), 0.15) inset;
}
.table-of-contents .toc-list::-webkit-scrollbar {
  width: 5px;
}
.table-of-contents .toc-list::-webkit-scrollbar-track {
  background-color: none;
  border-radius: 100px;
}
.table-of-contents .toc-list::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 3px solid transparent;
  background-clip: content-box;
  background-color: #fff;
}
.table-of-contents .toc-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0;
  margin-left: 3px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  transition: background-color 0.2s ease;
  background: rgba(242, 73, 73, 0.6);
}
.table-of-contents .toc-close-btn::before, .table-of-contents .toc-close-btn::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
}
.table-of-contents .toc-close-btn::before {
  transform: rotate(45deg);
}
.table-of-contents .toc-close-btn::after {
  transform: rotate(-45deg);
}
.table-of-contents .toc-close-btn:hover {
  transform: scale(1.03);
}
.table-of-contents .toc-close-btn:active {
  transform: scale(0.95);
}
.table-of-contents .toc-item {
  margin: 6px 0;
}
.table-of-contents .toc-item.toc-level-1 .toc-link {
  padding: 8px 12px;
}
.table-of-contents .toc-item .toc-link {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  box-shadow: 0 0.5rem 0.5rem -0.5rem rgba(0, 0, 0, 0.05);
  display: inline-flex;
  gap: 6px;
  align-items: center;
  align-items: flex-start;
  padding: 8px 12px;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-size: 0.8rem;
  line-height: 1.3;
  transition: all 0.2s ease;
}
.table-of-contents .toc-item .toc-link:active {
  -webkit-animation: nav-jelly 0.3s ease-out;
          animation: nav-jelly 0.3s ease-out;
}
.table-of-contents .toc-item .toc-link:hover {
  transform: scale(1.05);
  text-decoration: none;
}
.table-of-contents .toc-item .toc-text {
  transform: rotateZ(0.03deg);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.table-of-contents .toc-item .toc-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
  font-size: 80%;
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  background: rgba(var(--main-color), 0.5);
}
.table-of-contents .toc-indent-0 {
  padding-left: 0;
}
.table-of-contents .toc-indent-1 {
  padding-left: 10px;
}
.table-of-contents .toc-indent-2 {
  padding-left: 20px;
}
.table-of-contents .toc-indent-2 .toc-link {
  font-size: 70%;
}
.table-of-contents .toc-level-2 .toc-link {
  padding: 8px;
}
.table-of-contents .toc-level-2 {
  font-weight: 600;
}
.table-of-contents .toc-level-3 {
  font-weight: 500;
}
.table-of-contents .toc-level-3 a span {
  font-size: 0.9em;
}
.table-of-contents .toc-level-4 {
  font-weight: 400;
  font-size: 0.9em;
}
.table-of-contents .toc-link {
  color: rgb(60, 86, 86);
  text-decoration: none;
  display: block;
  padding: 2px 0;
  transition: color 0.2s ease;
}
.table-of-contents .toc-link:hover {
  color: rgba(var(--link-color), 0.8);
  text-decoration: underline;
}
.table-of-contents .toc-item.active .toc-link {
  position: relative;
  color: #fff;
  font-weight: 800;
  background-color: rgba(80, 198, 198, 0.8);
}
.table-of-contents .toc-item.active .toc-link::before {
  content: "▶";
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.7rem;
  color: rgb(80, 198, 198);
  font-weight: bold;
}
.table-of-contents .toc-item.active .toc-link .toc-num {
  color: rgb(80, 198, 198);
  background: rgba(255, 255, 255, 0.9);
}

.carousel-container .carousel-nav {
  top: 35%;
}

/* Modern Lightbox Styles */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: opacity 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  cursor: pointer;
  will-change: opacity;
}

.lightbox-overlay[style*="opacity: 1"] {
  cursor: zoom-out;
}

/* WordPress画像リンクのスタイル */
.wp-block-image figure a,
.wp-block-image a {
  cursor: zoom-in;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* ライトボックス用の即座非表示スタイル */
  /* ライトボックス終了時の即座表示スタイル */
}
.wp-block-image figure a:before,
.wp-block-image a:before {
  content: "";
  display: block;
  background-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background: rgba(255, 255, 255, 0.6);
  -webkit-mask-image: url("../svg/zoom.svg");
  mask-image: url("../svg/zoom.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  transition: all 0.2s ease;
}
.wp-block-image figure a:hover:before,
.wp-block-image a:hover:before {
  scale: 1.1;
}
.wp-block-image figure a img,
.wp-block-image a img {
  transition: transform 0.2s ease, box-shadow 0.2s ease, box-radius 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  box-shadow: 0 0.5rem 0.5rem -0.5rem rgba(0, 0, 0, 0.5);
}
.wp-block-image figure a:hover img,
.wp-block-image a:hover img {
  transform: scale(1.02) translateZ(0);
  box-shadow: 0 0.5rem 0.5rem -0.2rem rgba(0, 0, 0, 0.3);
}
.wp-block-image figure a.lightbox-active img,
.wp-block-image a.lightbox-active img {
  transition: none;
  opacity: 0;
}
.wp-block-image figure a.lightbox-inactive img,
.wp-block-image a.lightbox-inactive img {
  transition: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.comment-section {
  margin-top: 50px;
}
.comment-section .comment-list.has-many-comments {
  overflow: hidden;
  padding-top: 20px;
  max-height: 500px;
  position: relative;
}
.comment-section .comment-list.has-many-comments:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(var(--bg-color), 0) 0%, rgba(var(--bg-color), 1) 100%);
  pointer-events: none;
  z-index: 3;
}
.comment-section .view-all-comments {
  margin: -50px auto 0 auto;
  position: relative;
  z-index: 4;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  border-width: 2px;
}
.comment-section .view-all-comments::before {
  -webkit-mask-image: url("../svg/comment.svg");
  mask-image: url("../svg/comment.svg");
}
.comment-section .view-all-comments .count {
  font-size: 0.7rem;
  font-weight: 400;
}

/* ローディングアニメーション */
.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 10;
}
.loading::before {
  content: "";
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .lightbox-overlay {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  .loading::before {
    width: 32px;
    height: 32px;
    border-width: 2px;
  }
}
@media screen and (min-width: 800px) {
  #post.toc-open {
    transform: translateX(-40vw);
  }
  .table-of-contents {
    width: 35vw;
  }
}
@media screen and (min-width: 1200px) {
  #post.toc-open {
    transform: translateX(0);
  }
  #post h1,
#post #share,
#post .pager {
    padding-right: 350px;
  }
  #post .text > h2,
#post .text > h3,
#post .text > h4,
#post .text > h5,
#post .text > h6,
#post .text > p,
#post .text > ol:not([class]),
#post .text > ul:not([class]),
#post .text > ul.wp-block-list,
#post .text > ol.wp-block-list,
#post .text > .wp-block-image,
#post .text > .wp-block-group,
#post .text > .wp-block-quote,
#post .text > .wp-block-lazyblock-ofuse,
#post .text > .wp-block-embed__wrapper,
#post .text > .wp-block-embed,
#post .text > .wp-block-lazyblock-youtube,
#post .text > .ac,
#post .text > .wp-block-lazyblock-point,
#post .text > .wp-block-lazyblock-warning,
#post .text .link-banner,
#post .text .pp_wrap {
    padding-right: 350px;
  }
  #post .text > h2,
#post .text > h3,
#post .text > h4,
#post .text > h5,
#post .text > h6,
#post .text > ol:not([class]),
#post .text > ul:not([class]),
#post .text > ul.wp-block-list,
#post .text > ol.wp-block-list {
    padding-left: 45px;
  }
  #post .text > h2:before,
#post .text > h3:before {
    width: 40px;
    height: 40px;
    top: -20px;
    left: 20px;
  }
  #post .text > h2:after,
#post .text > h3:after {
    content: "";
    display: block;
    width: calc(100% - 390px);
    left: 40px;
  }
  #post .text > h3:after {
    width: calc(100% - 400px);
  }
  #post .text > h4:before, #post .text > h4:after,
#post .text > h5:before,
#post .text > h5:after,
#post .text > h6:before,
#post .text > h6:after {
    top: 15px;
    left: 27px;
  }
  #post .text > h4:after,
#post .text > h5:after,
#post .text > h6:after {
    width: 4px;
    left: 20px;
  }
  #post .text .wp-block-quote {
    margin: 20px auto;
  }
  #post .text > .wp-block-image {
    position: relative;
    left: calc((100vw - 90px - min(100%, 1200px)) / 2);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px 0;
    padding-left: 100px;
  }
  #post .text > .wp-block-image.aligncenter {
    padding-right: 350px;
    left: 0;
  }
  #post .text > .wp-block-code {
    position: relative;
    left: calc((100vw + 0px - min(100%, 1200px)) / 2);
    max-width: 760px;
  }
  #post .text .ac .ac-bottom:after {
    bottom: 100px;
  }
  #post .text .ac .ac-content .wp-block-table {
    margin: 40px auto;
  }
  #post .text > .wp-block-table {
    position: relative;
    left: calc((100vw + 0px - min(100%, 1200px)) / 2);
    max-width: 780px;
  }
  #post .text > .wp-block-lazyblock-point .point-block {
    width: 700px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 20px;
  }
  #post .text > .wp-block-lazyblock-point .point-title {
    position: absolute;
    top: 8px;
    left: 0;
    width: 65%;
    max-width: auto;
    height: 50px;
    font-size: 1.4rem;
    text-align: center;
  }
  #post .text > .wp-block-lazyblock-point .point-items {
    width: 59%;
    padding-top: 30px;
  }
  #post .text > .wp-block-lazyblock-point .point-item {
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 20px 35px 35px 20px;
  }
  #post .text > .wp-block-lazyblock-point .point-label {
    width: 34%;
    order: 1;
    text-align: center;
    padding: 0;
  }
  #post .text > .wp-block-lazyblock-point .point-value {
    order: 3;
    height: 30px;
    width: 50px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    position: absolute;
    text-align: left;
    right: -17px;
    box-shadow: 0 2px 12px rgba(177, 177, 116, 0.15);
  }
  #post .text > .wp-block-lazyblock-point .point-stars {
    order: 2;
    padding-right: 30px;
    gap: 0;
    margin: 0;
  }
  #post .text > .wp-block-lazyblock-point .point-text {
    width: 35%;
    margin-top: 10px;
  }
  #toc {
    left: calc((100vw - 900px - min(100%, 850px)) / 2 + var(--max-width));
  }
  .table-of-contents {
    width: 280px;
    left: 15px;
    opacity: 0.4;
    border-radius: 20px;
    transform: translateX(0px);
  }
  .table-of-contents:hover {
    opacity: 1;
  }
  .table-of-contents .toc-btn,
.table-of-contents .toc-close-btn {
    display: none;
  }
  .table-of-contents .toc-title {
    font-size: 1em;
    font-weight: bold;
    color: rgba(80, 198, 198, 0.8);
    text-align: center;
    position: absolute;
    border-radius: 0 0 10px 10px;
    width: calc(100% - 80px);
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%) rotateZ(0.03deg);
    padding: 5px 20px 5px 10px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
            backdrop-filter: saturate(180%) blur(5px);
    border: 5px double rgba(80, 198, 198, 0.6);
    border-top: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    z-index: 10;
    box-shadow: 0 0 5px rgba(var(--main-color), 0.15);
  }
  .table-of-contents .toc-title:before {
    content: "";
    background-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    background: rgba(80, 198, 198, 0.8);
    -webkit-mask-image: url("../svg/toc.svg");
    mask-image: url("../svg/toc.svg");
    width: 20px;
    height: 20px;
    display: block;
  }
  .table-of-contents .toc-list {
    padding-top: 50px;
  }
  .carousel-container {
    padding-right: calc((100vw - 1300px) / 2 + 300px) !important;
    padding-left: calc((100vw - 1300px) / 2 + 60px) !important;
  }
  .carousel-container .carousel-nav.prev {
    left: calc((100vw + 25px - min(100%, 1300px)) / 2) !important;
  }
  .carousel-container .carousel-nav.next {
    right: calc((100vw + 620px - min(100%, 1300px)) / 2) !important;
  }
}
.wp-block-lazyblock-afi {
  margin-bottom: 30px;
}
.wp-block-lazyblock-afi .carousel-container {
  padding-top: 15px;
  position: relative;
}
.wp-block-lazyblock-afi .carousel-container:before {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1px;
  background: linear-gradient(to right, rgba(var(--bg-color), 0) 0%, rgba(var(--bg-color), 1) 100%);
  z-index: 1;
  pointer-events: none;
}

.af {
  width: 235px;
}
.af.padding-area {
  opacity: 0.5;
  filter: blur(0.7px);
}
.af.padding-area:hover {
  opacity: 1;
  filter: blur(0px);
}
.af figcaption.cap {
  width: 195px !important;
  margin-left: 0 !important;
}
.af .frm {
  background: #fff;
  padding: 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  box-shadow: 0 0.5rem 1rem -1rem rgba(0, 0, 0, 0.15);
  transition: all 1s ease;
}
.af .frm:hover {
  transition: all 0.1s ease;
  transform: translateY(-5px) scale(1.02);
}
.af .frm:hover .badge {
  -webkit-animation: badge 0.2s 1;
          animation: badge 0.2s 1;
}
@-webkit-keyframes badge {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes badge {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
.af .frm .link {
  text-decoration: none;
}
.af .frm .container {
  width: 180px;
  height: 180px;
  display: block;
  position: relative;
}
.af .frm .container .img_fade {
  width: 180px;
  height: 180px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}
.af .frm .container .img_fade img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.af .frm .title {
  font-size: 0.7rem;
  font-weight: 400;
  text-align: center;
  margin: 0px 0 5px 0;
  color: rgba(var(--text-color), 0.8);
  width: 180px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transform: rotateZ(0.03deg);
}
.af .frm .badge {
  width: 50px;
  height: 50px;
  background: url(../svg/badge.svg);
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -10px;
  display: block;
  z-index: 5;
  transform: rotate(-10deg);
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
}
.af .frm .license {
  font-weight: bold;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: calc(100% - 10px);
  display: block;
  text-align: center;
  padding: 4px 8px;
  margin: 0px auto;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  font-weight: 900;
  line-height: 1.1;
  border-radius: 6px;
  background: linear-gradient(to bottom, rgba(114, 126, 129, 0.95) 0%, rgba(84, 98, 101, 0.95) 50%, rgba(39, 45, 48, 0.95) 51%, rgba(16, 18, 18, 0.95) 100%);
  border: solid 1px rgba(50, 50, 50, 0.2);
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%) rotateZ(0.03deg);
}
.af .frm .license span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  filter: drop-shadow(0 0 1px rgb(0, 0, 0));
  background: linear-gradient(-45deg, rgb(252, 234, 187) 0%, rgb(252, 205, 77) 50%, rgb(248, 181, 0) 51%, rgb(251, 223, 147) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(252, 234, 187) 0%, rgb(252, 205, 77) 50%, rgb(248, 181, 0) 51%, rgb(251, 223, 147) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.af .frm .sale {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  border-radius: 25px;
  font-style: italic;
  transform: scale(1, 1.3);
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 7px;
  width: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.af .frm .sale > span {
  line-height: 1;
  text-align: center;
  font-size: 80%;
  word-break: normal;
  overflow-wrap: normal;
  line-break: auto;
  white-space: nowrap;
  -webkit-hyphens: none;
          hyphens: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.af .frm .sale > span:nth-child(1) {
  font-size: 120%;
  letter-spacing: 0em;
  flex: 1.2;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-end;
}
.af .frm .sale > span:nth-child(2) {
  font-weight: 900;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: 0em;
  background: #ff5454;
  border-radius: 5px;
  width: 55px;
  padding: 2px 0 3px 0;
  line-height: 1;
  transform: rotate(-3deg);
  position: absolute;
  right: -8px;
  top: -2px;
}
.af .frm .sale > span:nth-child(2) > span:nth-child(1) {
  display: inline-flex;
  font-size: 100%;
}
.af .frm .sale > span:nth-child(2) > span:nth-child(2) {
  display: inline-flex;
  font-size: 90%;
}
@-webkit-keyframes flash {
  0%, 20%, 50%, 80%, 100% {
    transform: scale(1.2, 1) translateY(0);
    text-shadow: 0 0 0px rgba(255, 255, 255, 0.7);
  }
  40% {
    transform: scale(1.2, 1.05) translateY(-2px);
    text-shadow: 0 1px 10px rgba(255, 255, 255, 0.7);
  }
  60% {
    transform: scale(1.2, 1.05) translateY(-1px);
    text-shadow: 0 1px 10px rgba(255, 255, 255, 0.7);
  }
}
@keyframes flash {
  0%, 20%, 50%, 80%, 100% {
    transform: scale(1.2, 1) translateY(0);
    text-shadow: 0 0 0px rgba(255, 255, 255, 0.7);
  }
  40% {
    transform: scale(1.2, 1.05) translateY(-2px);
    text-shadow: 0 1px 10px rgba(255, 255, 255, 0.7);
  }
  60% {
    transform: scale(1.2, 1.05) translateY(-1px);
    text-shadow: 0 1px 10px rgba(255, 255, 255, 0.7);
  }
}
.af .frm .bt_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.af .frm .btn {
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px;
  width: 180px;
  min-height: 45px;
  padding: 0 10px 1px 35px;
  text-align: center;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.af .frm .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.af .frm .btn .icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 27px;
  min-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.af .frm .btn .icon:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
.af .frm .btn:hover .icon {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.af .frm .btn:hover .icon:before {
  transform: scale(1.1);
}
.af .frm .btn .cap {
  display: block;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.af .frm .btn.ab {
  background: linear-gradient(135deg, #ff9900 0%, #ffb347 100%);
}
.af .frm .btn.ab:hover {
  background: linear-gradient(135deg, #ff8c00 0%, #ffa500 100%);
}
.af .frm .btn.ab .icon:before {
  background: url("../svg/shop/A.svg") no-repeat center center;
  background-size: contain;
}
.af .frm .btn.ab .sale > span:nth-child(1) > span {
  font-weight: 900;
}
.af .frm .btn.ab .sale > span:nth-child(1) > span:nth-child(1) {
  letter-spacing: -0.05em;
  font-size: 140%;
  transform: scale(1.2, 1);
  font-weight: 900;
  display: inline-block;
  color: #ff5454;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
  text-shadow: 0 1px 10px rgba(255, 255, 255, 0.7);
  -webkit-animation: flash 2s infinite;
          animation: flash 2s infinite;
}
.af .frm .btn.ab .sale > span:nth-child(1) > span:nth-child(2) {
  font-size: 65%;
  margin: 0 2px 0 4px;
}
.af .frm .btn.rb {
  background: linear-gradient(135deg, #f13434 0%, #df4d4d 100%);
}
.af .frm .btn.rb:hover {
  background: linear-gradient(135deg, #e11b1b 0%, #d70e0e 100%);
}
.af .frm .btn.rb .icon:before {
  background: url("../svg/shop/R.svg") no-repeat center center;
  background-size: contain;
}
.af .frm .btn.rb .sale > span:nth-child(1) > span:nth-child(1) {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.af .frm .btn.rb .sale > span:nth-child(2) {
  top: -5px;
  right: -5px;
  background: #ffbc20;
  padding: 1px 0 2px 0;
}
.af .frm .btn.rb .sale > span.s50 {
  width: 47px;
}
.af .frm .btn.rb .sale > span.s50 > span {
  font-size: 90%;
  align-items: flex-end;
  font-weight: 700;
}
.af .frm .btn.rb .sale > span.s50 > span > span:nth-child(1), .af .frm .btn.rb .sale > span.s50 > span > span:nth-child(2) {
  font-size: 120%;
  font-weight: 900;
}
.af .frm .btn.rb .sale > span.wd > span:nth-child(1) {
  transform: scale(0.8, 1);
}
.af .frm .sale_note {
  display: block;
  font-size: 0.5rem;
  letter-spacing: 0em;
  font-weight: 300;
  text-align: center;
  color: #bbb;
  width: 180px;
  transform: rotateZ(0.03deg);
}
.af .frm .sale_note.on {
  margin-bottom: -5px;
}

/* Ultra Light Fade - シンプル版 */
.img_fade {
  position: relative;
  overflow: hidden;
}
.img_fade img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.wp-block-lazyblock-video {
  margin: 20px auto 40px auto;
}

.video-container {
  width: clamp(300px, 50vw, 450px);
}
.video-container .video-content {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16/9;
  width: calc(100% - 25px);
  margin: 0 auto;
  display: block;
  border: solid 4px #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 1s ease;
}
.video-container .video-content:hover {
  transition: all 0.1s ease;
  transform: scale(1.02) rotateZ(0.03deg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.video-container .video-content .video-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.video-container .video-content .video-link:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
}
.video-container .video-content .video-link:before {
  content: "";
  display: block;
  background: url("../svg/play.svg") no-repeat center center;
  background-size: contain;
  z-index: 3;
  width: 40%;
  height: 40%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: all 0.3s ease;
  transform-origin: center center;
}
.video-container .video-content .video-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(0.8);
}
.video-container .video-content .video-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 75px;
  height: 25px;
  background: url("../svg/shop/Amv_l.svg") no-repeat center center rgba(255, 255, 255, 0.85);
  background-size: 68px 18px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 2;
  border-radius: 5px;
}
.video-container .video-content .video-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
}
.video-container .video-content .video-buttons .video-btn:nth-child(1) {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.3);
}
.video-container .video-content .video-buttons:hover .video-btn:nth-child(1) {
  border-color: rgba(255, 255, 255, 0);
}
.video-container .video-content .video-buttons:hover .video-btn:nth-child(1):hover {
  border-color: rgba(255, 255, 255, 0.8);
}
.video-container .video-content .video-buttons .video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: clamp(12px, 3vw, 14px);
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  background: rgba(0, 0, 0, 0.7);
  transform: rotateZ(0.03deg);
  border: 1px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  z-index: 5;
}
.video-container .video-content .video-buttons .video-btn:hover {
  border-color: rgba(255, 255, 255, 0.8);
}
/*# sourceMappingURL=post.css.map */