@charset "UTF-8";
/*!
Theme Name: CUE 2026
Theme URI: https://www.df-cue.com/
Author: Mari Nakamura
Version: 2026.01.07
*/
:root {
  --ww: calc(var(--vw) * 100);
  --wh: calc(var(--vh) * 100);
  --vw: calc(100vw / 100);
  --vh: calc(100vh / 100);
  --scrollbar-width: 0px;
}

/*!
Theme Name: CUE 2026
Theme URI: https://www.df-cue.com/
Author: Mari Nakamura
Version: 2026.01.07
*/
/*!
Theme Name: CUE 2026
Theme URI: https://www.df-cue.com/
Author: Mari Nakamura
Version: 2026.01.07
*/
:root {
  --font-xs: 0.6875rem;
  --font-sm: 0.8125rem;
  --font-base: 0.9375rem;
  --font-lg: 1.0625rem;
  --font-xl: 1.25rem;
}
@media screen and (min-width: 768px) {
  :root {
    --font-xs: 0.75rem;
    --font-sm: 0.875rem;
    --font-base: 1rem;
    --font-lg: 1.125rem;
    --font-xl: 1.5rem;
  }
}

:root {
  --space-xs: 0.75rem;
  --space-sm: 1.5rem;
  --space-md: 2.4rem;
  --space-lg: 3.6rem;
  --space-xl: 5rem;
}

/*
======================================================
  body
--------------------------------------------------- */
html {
  font-size: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  color: #525252;
  font-display: swap;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  font-size: var(--font-base);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  overflow-wrap: break-word;
  text-size-adjust: none;
}
body.side-open {
  overflow: hidden;
}

.wrapper {
  background-color: #fff;
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 2;
}
.side-open .wrapper {
  transform: translate3d(300px, 0, 0);
}

.overlay {
  background: rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease;
  visibility: hidden;
  width: 100%;
  z-index: 3;
}
.side-open .overlay {
  background: rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transform: translate3d(300px, 0, 0);
  visibility: visible;
}

/*
======================================================
  common
--------------------------------------------------- */
.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

.pc-br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc-br {
    display: block;
  }
}

a {
  transition: all 0.3s ease;
  color: #525252;
  text-decoration: none;
}
a:hover {
  opacity: 0.3;
}

.link-color {
  color: #0ea5e9;
}

.effect-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 0.8s ease-in-out;
}

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

#cboxOverlay {
  background: #000;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

#cboxTitle {
  color: #fff;
  left: 0;
  position: absolute;
  top: -22px;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  height: 20px;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  top: -24px;
  width: 20px;
}

.btn-line {
  align-items: center;
  background: #fff;
  background-color: #fff;
  border: 2px solid #525252;
  border-radius: 50px;
  box-shadow: 0 2px 0 #525252;
  color: #525252;
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--font-lg);
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0.75em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear;
}
.btn-line::after {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  color: #525252;
  content: "\f105";
  font-size: 16px;
  margin-top: -8px;
  position: absolute;
  right: 8px;
  top: 50%;
}
.btn-line:hover {
  background-color: #525252;
  color: #fff;
  opacity: 1;
}
.btn-line:hover::after {
  color: #fff;
}

/*
======================================================
  content
--------------------------------------------------- */
.content {
  background-attachment: fixed;
  background-image: url("./assets/images/p0026.jpg");
  padding: 4rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .content {
    padding: 3rem 0 4rem;
  }
}
body.home .content {
  background-color: #fff;
  background-image: none;
  padding: 0;
}
body.postid-227 .content {
  background-image: none;
  color: #fff;
  padding: 0 0 60px;
  position: relative;
}

.content__bg {
  height: 100%;
  opacity: 0;
  position: absolute;
  transform: translate(0, 45px);
  transition: all 1.2s ease-in-out;
  width: 100%;
  z-index: -1;
}
.content__bg.fadein-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
body.postid-227 .content__bg {
  background-attachment: fixed;
  background-image: url("./assets/images/column_20th_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}
.section.color {
  background-attachment: fixed;
  background-image: url("./assets/images/p0026.jpg");
}

@media screen and (min-width: 1024px) {
  .section__inner {
    margin-left: auto;
    margin-right: auto;
    width: 780px;
  }
}
@media screen and (max-width: 1023px) {
  .section__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section__inner p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .section__inner p {
    line-height: 1.8;
  }
}
.section__inner p + p {
  padding-top: 1.8em;
}
@media screen and (max-width: 767px) {
  .section__inner p + p {
    padding-top: 1.6em;
  }
}

.section-ttl {
  color: #525252;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-ttl {
    font-size: 22px;
  }
}

/*
======================================================
  breadcrumb
--------------------------------------------------- */
.breadcrumbs {
  color: #a3a3a3;
  font-feature-settings: "palt" 1;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  padding: 1.2em 2em;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    min-width: auto;
    padding: 1.2em 0 0.75em 4vw;
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs span {
    padding-bottom: 0.5em;
    white-space: nowrap;
  }
}
.breadcrumbs span span {
  display: inline-block;
  margin: 0 0.3em 0 0;
  position: relative;
}
.breadcrumbs span span::before {
  color: #d4d4d4;
  content: "/";
  margin-right: 0.5em;
}
.breadcrumbs span span:first-child {
  padding-left: 16px;
}
.breadcrumbs span span:first-child::before {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  color: #525252;
  content: "\f015";
  font-weight: 400;
  left: 0;
  margin-right: 0.3em;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .breadcrumbs-inner {
    overflow-x: scroll;
    position: relative;
  }
}

/*
======================================================
  footer
--------------------------------------------------- */
/* ページトップへ
---------------------------------------------------- */
a.btn-totop {
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #525252;
  border-radius: 50%;
  color: #525252;
  display: flex;
  height: 50px;
  justify-content: center;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 50px;
}
@media screen and (min-width: 768px) {
  a.btn-totop {
    height: 60px;
    width: 60px;
  }
}
a.btn-totop:hover {
  opacity: 1;
}
a.btn-totop .totop-txt {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 18px;
  position: relative;
}
@media screen and (min-width: 768px) {
  a.btn-totop .totop-txt {
    font-size: 10px;
    margin-top: 20px;
  }
}
a.btn-totop .totop-txt::before {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f106";
  font-size: 22px;
  left: 50%;
  position: absolute;
  top: -22px;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  a.btn-totop .totop-txt::before {
    font-size: 24px;
    top: -24px;
  }
}
@media screen and (min-width: 1024px) {
  a.btn-totop:hover {
    background-color: #525252;
    color: #fff;
  }
}

.footer__message {
  padding: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .footer__message {
    padding: 60px 0 0;
  }
}
.footer__message img {
  max-width: 50%;
}
@media screen and (min-width: 768px) {
  .footer__message img {
    max-width: 280px;
  }
}

/*
======================================================
  fv
--------------------------------------------------- */
/* トップページ
========================================================= */
#fv-wrap {
  height: 100svh;
  width: 100%;
}

.fv {
  height: 100%;
  position: relative;
  width: 100%;
}

a.header-link {
  transition: all 0.3s ease;
  display: block;
}
a.header-link:hover {
  opacity: 0.3;
}

/* ロゴアニメ
========================================================= */
.anime-box {
  left: 37.5%;
  position: absolute;
  top: 25%;
  width: 25%;
}
@media screen and (max-width: 1023px) {
  .anime-box {
    left: 25%;
    top: 32.5%;
    width: 50%;
  }
}

#logo path:not(.visible) {
  fill-opacity: 0;
}

.cls-1 {
  fill: #525252;
  stroke: #525252;
  stroke-miterlimit: 10;
  stroke-width: 1;
}

.scroll-box {
  bottom: 6%;
  height: 80px;
  position: absolute;
  width: 100%;
}

#scroll {
  height: 80px;
  margin: 0 auto;
  opacity: 0;
  position: relative;
  transition: all 0.5s linear;
  width: 60px;
}
#scroll.none {
  opacity: 0;
}
#scroll .scroll-txt {
  color: #525252;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
#scroll .mouse {
  border: 2px solid #525252;
  border-radius: 50px;
  box-sizing: border-box;
  height: 50px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 25px;
  width: 30px;
}
#scroll .mouse::before {
  animation: sdb 2s infinite;
  background-color: #525252;
  border-radius: 100%;
  box-sizing: border-box;
  content: "";
  height: 6px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  top: 10px;
  width: 6px;
}

@keyframes sdb {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 0;
  }
}
/*
======================================================
  header
--------------------------------------------------- */
.header {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 13px;
    padding-top: 16px;
  }
}

body.home #logo-anime {
  opacity: 0;
}
body.home #logo-anime.active {
  opacity: 1;
}

.header__logo {
  text-align: center;
}

body.home .header__logo {
  color: #525252;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  position: absolute;
  text-align: center;
  top: 5%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.home .header__logo {
    top: 18%;
  }
}

.header-ttl {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  position: relative;
  will-change: transform; /* iPhoneのためのハック */
}
.header-ttl .text-wrapper {
  display: inline-block;
  overflow: hidden;
  padding-bottom: 0.1em;
  padding-right: 0.05em;
  padding-top: 0.2em;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .header-ttl {
    font-size: 26px;
  }
  body.home .header-ttl {
    font-size: 5vw;
  }
}
@media screen and (max-width: 1023px) {
  .header-ttl {
    font-size: 3.5vw;
  }
  body.home .header-ttl {
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .header-ttl {
    font-size: 5.2vw;
  }
  body.home .header-ttl {
    font-size: 8.5vw;
  }
}

.header-description {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 0.4em;
  position: relative;
  will-change: transform; /* iPhoneのためのハック */
}
.header-description .text-wrapper {
  display: inline-block;
  overflow: hidden;
  padding-bottom: 0.1em;
  padding-right: 0.05em;
  padding-top: 0.2em;
  position: relative;
}
body.home .header-description {
  font-size: 2vw;
  margin-top: 0.8em;
}
@media screen and (max-width: 1023px) {
  .header-description {
    font-size: 12px;
    margin-top: 0.5em;
  }
  body.home .header-description {
    font-size: 3.5vw;
    margin-top: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  .header-description {
    font-size: 10px;
    margin-top: 0.4em;
  }
  body.home .header-description {
    font-size: 3.5vw;
    margin-top: 0.6em;
  }
}

.header-ttl .letter,
.header-description .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}

/*
======================================================
  loading
--------------------------------------------------- */
.loader-wrap {
  align-items: center;
  background: #fff;
  display: flex;
  height: 100svh;
  justify-content: center;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.loader,
.loader::after {
  border-radius: 50%;
  height: 10em;
  width: 10em;
}

.loader {
  animation: load8 1.1s infinite linear;
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.05);
  border-left: 1.1em solid rgba(0, 0, 0, 0.01);
  border-right: 1.1em solid rgba(0, 0, 0, 0.05);
  border-top: 1.1em solid rgba(0, 0, 0, 0.05);
  font-size: 10px;
  margin: 60px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
======================================================
  navi
--------------------------------------------------- */
.side__toggle {
  box-sizing: content-box;
  cursor: pointer;
  display: block;
  height: 40px;
  left: 10px;
  opacity: 0;
  padding-top: 8px;
  position: fixed;
  top: 10px;
  width: 48px;
  z-index: 4;
}
.side__toggle .menu-btn {
  cursor: pointer;
  display: block;
  height: 20px;
  position: relative;
  width: 26px;
}
.side__toggle .menu-btn .point {
  background: #525252;
  display: block;
  height: 2px;
  left: 12px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 24px;
  transition: all 0.3s ease;
}
.side__toggle .menu-btn .point.top {
  top: 0;
}
.side-open .side__toggle .menu-btn .point.top, .side-open .side__toggle:hover .side__toggle .menu-btn .point.top {
  background: #525252;
  height: 2px;
  left: 16px;
  transform: rotate(45deg);
  transform-origin: left top;
  width: 26px;
}
.side__toggle .menu-btn .point.mid {
  bottom: 0;
  top: 0;
}
.side-open .side__toggle .menu-btn .point.mid {
  opacity: 0;
}
.side__toggle .menu-btn .point.point.bot {
  bottom: 0;
}
.side-open .side__toggle .menu-btn .point.point.bot, .side-open .side__toggle:hover .side__toggle .menu-btn .point.point.bot {
  background: #525252;
  height: 2px;
  left: 16px;
  transform: rotate(-45deg);
  transform-origin: left bottom;
  width: 26px;
}

.menu-txt {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-top: 7px;
  text-align: center;
}

.side {
  background-color: #fff;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding-top: 80px;
  position: fixed;
  text-align: left;
  top: 0;
  width: 300px;
  z-index: 1;
}

.side__gnav {
  margin-top: 30px;
  padding: 0 20px;
}
.side__gnav ul.gnav-list li.menu-item {
  border-top: 1px solid #e5e5e5;
}
.side__gnav ul.gnav-list li.menu-item:first-child {
  border-top: none;
}
.side__gnav ul.gnav-list li.menu-item a {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 1em 0;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
}
.side__gnav ul.gnav-list li.menu-item a::after {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f105";
  font-size: 12px;
  margin-top: -6px;
  position: absolute;
  right: 0;
  top: 50%;
}

/*
======================================================
  記事
--------------------------------------------------- */
.entry {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media screen and (min-width: 1024px) {
  .entry {
    margin-left: auto;
    margin-right: auto;
    width: 780px;
  }
}
@media screen and (max-width: 1023px) {
  .entry {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .entry {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.entry__header {
  text-align: left;
}

.entry-ttl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-feature-settings: "palt" 1;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .entry-ttl {
    font-size: 20px;
  }
}
body.postid-227 .entry-ttl {
  font-size: 32px;
  justify-content: center;
}

.entry-meta {
  color: #a3a3a3;
  font-feature-settings: "palt" 1;
  font-size: 13px;
  letter-spacing: 0.03em;
  margin-top: 1em;
  text-align: right;
}
body.postid-227 .entry-meta {
  color: #fff;
  text-align: center;
}

span.meta {
  line-height: 1;
  margin-left: 10px;
  padding-left: 14px;
  position: relative;
}
span.meta::before {
  left: 0;
  position: absolute;
  top: 0.1em;
}
span.meta.published {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
span.meta.published::before {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f017";
  font-weight: 400;
}
span.meta.edit::before {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f304";
}

.entry__body {
  line-height: 2;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .entry__body {
    padding-top: 40px;
  }
}
.entry__body p {
  letter-spacing: 0.03em;
}
.entry__body p + p {
  padding-top: 1.8em;
}
.entry__body p strong {
  font-weight: 700;
}
.entry__body p strong.big {
  font-size: 120%;
}
.entry__body p small {
  font-size: 12px;
}
.entry__body a {
  color: #0ea5e9;
  text-decoration: underline;
}
.entry__body a:hover {
  opacity: 0.6;
}

.ico-new {
  background-color: #ffcb3c;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  height: 12px;
  letter-spacing: 0;
  line-height: 12px;
  margin-left: 10px;
  padding-bottom: 2px;
  text-align: center;
  width: 40px;
}

.blinking {
  animation: blink 0.8s ease-in-out infinite alternate;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
======================================================
  前後のページへ移動
--------------------------------------------------- */
.pnav {
  margin: 50px auto 0;
}
@media screen and (min-width: 1024px) {
  .pnav {
    margin-left: auto;
    margin-right: auto;
    width: 780px;
  }
}
@media screen and (max-width: 1023px) {
  .pnav {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pnav {
    padding-left: 20px;
    padding-right: 20px;
  }
}

ul.pnav__list {
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
ul.pnav__list li.pnav__list--previous,
ul.pnav__list li.pnav__list--next {
  line-height: 1.6;
  width: 50%;
}
ul.pnav__list li.pnav__list--next {
  border-left: 1px solid #e5e5e5;
}

a.prev-link,
a.next-link {
  display: block;
  font-feature-settings: "palt" 1;
  font-size: var(--font-sm);
  font-weight: 400;
  letter-spacing: 0.03em;
  padding: 0.75em 0;
  text-decoration: none;
}

a.prev-link {
  padding: 0.75em 1em 0.75em 0;
}

a.next-link {
  padding: 0.75em 0 0.75em 1em;
  text-align: right;
}

.pnav__head {
  color: #d4d4d4;
  display: block;
  font-size: var(--font-xs);
  font-weight: 400;
  margin-bottom: 0.3em;
}

/*
======================================================
  wp-pagenavi
--------------------------------------------------- */
.wp-pagenavi {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

span.current,
a.page {
  align-items: center;
  border: none;
  border-radius: 50%;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  margin: 0 3px;
  padding: 0;
  text-decoration: none;
  width: 32px;
}

a.page {
  background-color: #d4d4d4;
  color: #fff;
  cursor: pointer;
}

span.current {
  background-color: #525252;
  color: #fff;
}

span.pages,
a.nextpostslink,
a.previouspostslink {
  display: none;
}

/*
======================================================
  Page
--------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .page-inner {
    margin-left: auto;
    margin-right: auto;
    width: 780px;
  }
}
@media screen and (max-width: 1023px) {
  .page-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.post-type-archive-works .page-inner {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  body.post-type-archive-works .page-inner {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  body.post-type-archive-works .page-inner {
    width: 1160px;
  }
}
@media screen and (max-width: 1023px) {
  body.post-type-archive-works .page-inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  body.post-type-archive-works .page-inner {
    width: 100%;
  }
}

.page-ttl {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-ttl {
    font-size: 24px;
  }
}

/*
======================================================
  About
--------------------------------------------------- */
ul.about-list > li {
  padding: 1.3em 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  ul.about-list > li {
    padding: 0.5em 0 2.2em;
  }
}
ul.about-list > li::before {
  background-color: #e5e5e5;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
ul.about-list > li::after {
  background-color: #525252;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 70px;
}

dl.about-item {
  display: flex;
  flex-wrap: wrap;
  font-feature-settings: "palt" 1;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  dl.about-item {
    letter-spacing: 0.03em;
  }
}
dl.about-item dt {
  font-weight: 600;
  position: relative;
  width: 10em;
}
@media screen and (max-width: 767px) {
  dl.about-item dt {
    width: 100%;
  }
}
dl.about-item dd {
  width: calc(100% - 10em);
}
@media screen and (max-width: 767px) {
  dl.about-item dd {
    padding: 0.8em 0 0;
    width: 100%;
  }
}

/*
======================================================
  Contact
--------------------------------------------------- */
/*
======================================================
  Information
--------------------------------------------------- */
.list-info li {
  border-bottom: 1px solid #e5e5e5;
}
.list-info li:last-child {
  border-bottom: none;
}
.list-info li a {
  display: block;
  padding: 1.2em 1.3em 1.2em 0;
  position: relative;
}
.list-info li a::after {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f105";
  margin-top: -8px;
  position: absolute;
  right: 8px;
  top: 50%;
}

dl.entry-block dt {
  color: #a3a3a3;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  letter-spacing: 0.03em;
  padding: 0 0 0.5em 16px;
  position: relative;
}
dl.entry-block dt::before {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f017";
  font-size: 13px;
  font-weight: 400;
  left: 0;
  position: absolute;
  top: 0.05em;
}
dl.entry-block dd h3 {
  font-feature-settings: "palt" 1;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  dl.entry-block dd h3 {
    padding-right: 1em;
  }
}
dl.entry-block dd h3 > .ico-new {
  margin-top: 0.25em;
}

/* 画像
========================================================= */
.wp-block-image {
  margin: 3em 0 1em;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
  caption-side: bottom;
  display: table-caption;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-top: 1em;
  text-align: center;
}

/*
======================================================
  制作実績
--------------------------------------------------- */
/* シングルページ
========================================================= */
.page-category {
  font-weight: 200;
  letter-spacing: 1px;
  padding-bottom: 1em;
  position: relative;
  text-align: center;
}
.page-category::after {
  background-color: #525252;
  bottom: 0;
  content: "";
  height: 1px;
  left: calc(50% - 80px);
  position: absolute;
  width: 160px;
}

.works__page-category {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 15px;
  text-align: center;
}

.works__content {
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media screen and (min-width: 1024px) {
  .works__content {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  .works__content {
    width: 1160px;
  }
}
@media screen and (max-width: 1023px) {
  .works__content {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .works__content {
    width: 90%;
  }
}

.works-img {
  display: flex;
  height: 270px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .works-img {
    display: block;
    height: auto;
  }
}
.works-img a img {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 1024px) {
  .works-img__eyecatch {
    margin: 0 73px 0 0;
    width: 360px;
  }
}
@media screen and (max-width: 1023px) {
  .works-img__eyecatch {
    margin: 0 25px 0 0;
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .works-img__eyecatch {
    margin: 0;
    width: 100%;
  }
}

.works-img.logo a img {
  box-shadow: none;
}

.works-img__eyecatch-inner {
  height: 100%;
  padding-top: 75%;
  position: relative;
  width: 100%;
}
.works-img__eyecatch-inner img {
  height: 100%;
  left: 50%; /* 親要素の半分右にずらす */
  object-fit: cover;
  position: absolute;
  top: 50%; /* 親要素の半分下にずらす */
  transform: translateY(-50%) translateX(-50%);
  width: auto;
}

ul.works-img__list {
  display: flex;
  flex: 1;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  ul.works-img__list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  ul.works-img__list {
    justify-content: start;
  }
}
ul.works-img__list li {
  margin: 0 73px 0 0;
}
@media screen and (max-width: 1023px) {
  ul.works-img__list li {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  ul.works-img__list li {
    margin: 20px 20px 0 0;
  }
}
ul.works-img__list li:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  ul.works-img__list li:last-child {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  ul.works-img__list li img {
    height: 240px;
    width: auto;
  }
}

.works__ttl {
  border-left: 1px solid #525252;
  font-size: 2.2rem;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-top: 50px;
  padding-left: 1em;
}

ul.works__det {
  margin-top: 2em;
}
ul.works__det li {
  border-top: 1px solid #e5e5e5;
  font-size: 1.4rem;
  letter-spacing: 1px;
  padding: 1em 0;
}
ul.works__det li span.works-tag {
  background-color: #a8a8a8;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 6px;
  padding: 0.4em 0.8em;
}
ul.works__det li.works-url a {
  text-decoration: underline;
}

/* アーカイブページ
========================================================= */
ul.works__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  ul.works__list li {
    margin: 60px 0 0;
    padding: 0;
    width: 33.3%;
  }
}
@media screen and (max-width: 1023px) {
  ul.works__list li {
    margin: 50px 0 0;
    width: 50%;
  }
}
ul.works__list li a {
  display: block;
  transition: all 0.3s ease;
}
ul.works__list li a img {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  display: block;
  margin: 0 auto;
}
ul.works__list li a:hover {
  opacity: 0.7;
}

dl.works__item {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  dl.works__item {
    width: 90%;
  }
}
@media screen and (max-width: 1023px) {
  dl.works__item {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  dl.works__item {
    width: 90%;
  }
}
dl.works__item dt {
  padding-top: 75%;
  position: relative;
  width: 100%;
}
dl.works__item dt img {
  height: 100%;
  left: 50%; /* 親要素の半分右にずらす */
  object-fit: cover;
  position: absolute;
  top: 50%; /* 親要素の半分下にずらす */
  transform: translateY(-50%) translateX(-50%);
  width: auto;
}
dl.works__item dd {
  letter-spacing: 1px;
  margin-top: 1.2em;
}
@media screen and (max-width: 1023px) {
  dl.works__item dd {
    margin-top: 0.8em;
  }
}
dl.works__item dd .works__item-name {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 0 0 0.75em;
}
@media screen and (max-width: 1023px) {
  dl.works__item dd .works__item-name {
    font-size: 1.2rem;
    padding: 0 0 0.6em;
  }
}

ul.works__list li a dl.works__item.logo dt img {
  box-shadow: none;
}

ul.works-category__btn {
  display: flex;
  justify-content: center;
  margin: 60px auto 0;
}
@media screen and (min-width: 1024px) {
  ul.works-category__btn {
    flex-wrap: wrap;
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  ul.works-category__btn {
    width: 1080px;
  }
}
@media screen and (max-width: 1023px) {
  ul.works-category__btn {
    flex-wrap: wrap;
    width: 90%;
  }
}
ul.works-category__btn li {
  margin: 0 20px;
}
ul.works-category__btn li a {
  display: block;
  padding: 15px 0;
  position: relative;
}
ul.works-category__btn li a::after {
  background-color: #e5e5e5;
  content: "";
  height: 40px;
  left: -22px;
  position: absolute;
  top: calc(50% - 20px);
  transform: rotate(30deg);
  width: 1px;
}
ul.works-category__btn li:first-child a::after {
  content: none;
}

dl.works-category__item dd {
  letter-spacing: 1px;
  text-align: center;
}
dl.works-category__item dd strong {
  display: block;
}
dl.works-category__item dd small {
  display: block;
  font-size: 1.3rem;
  font-weight: 200;
  margin-top: 0.5em;
}

ul.blocks-gallery-grid li a img {
  border: 1px solid #e5e5e5;
  box-sizing: content-box;
}

.works__thumb {
  margin-top: 30px;
}

/*
======================================================
  1. group
  2. heading
  3. image
  4. list
  5. paragraph
  6. button
  7. file
  8. details
  9. gallery
  10. table
--------------------------------------------------- */
/*
======================================================
  editer-common
--------------------------------------------------- */
.editor-styles-wrapper {
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 24px;
}
.editor-styles-wrapper > * {
  font-size: 16px;
  line-height: 1.8;
}

/* 上書き */
:root :where(.is-layout-constrained) > * {
  margin-block-start: 0;
}

/* 編集画面の本文幅（PC） */
.wp-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}
.wp-block a {
  text-decoration: underline;
}

/* 全幅ブロックは幅制限しない */
.wp-block[data-align=full],
.wp-block[data-align=wide] {
  max-width: none;
}

.wp-block-post-title {
  font-size: 2.4rem;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

/* ===== PC / SP 出し分け ===== */
/* PCのみ表示 */
.is-style-only-pc {
  display: block;
}

/* SPのみ表示 */
.is-style-only-sp {
  display: none;
}

/* スマホ時（767px以下）で逆転 */
@media screen and (max-width: 767px) {
  .is-style-only-pc {
    display: none;
  }
  .is-style-only-sp {
    display: block;
  }
}
/* 1. group
========================================================= */
.wp-block-group.has-background {
  padding: 1rem 1.5rem;
}

.wp-block-group.is-style-c-roundCorners {
  border-radius: 15px;
}

.wp-block-group.c-dataTable .wp-block-group.is-layout-flex.c-dataTable__row {
  align-items: start;
  display: flex;
  gap: 1rem;
  padding: 1.25rem 0;
  --label-w: 10em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp-block-group.c-dataTable .wp-block-group.is-layout-flex.c-dataTable__row {
    flex-wrap: wrap;
  }
}
.wp-block-group.c-dataTable .wp-block-group.is-layout-flex.c-dataTable__row::before {
  background-color: #e5e5e5;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wp-block-group.c-dataTable .wp-block-group.is-layout-flex.c-dataTable__row::after {
  background-color: #404040;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 70px;
}
.wp-block-group.c-dataTable .wp-block-group.c-dataTable__cell {
  font-size: var(--font-base);
  min-width: 0;
}
.wp-block-group.c-dataTable .wp-block-group.c-dataTable__cell > * {
  line-height: 1.6;
}
.wp-block-group.c-dataTable .wp-block-group.c-dataTable__cell {
  /* 左列だけ固定幅 */
}
.wp-block-group.c-dataTable .wp-block-group.c-dataTable__cell.c-dataTable__cell--label {
  flex: 0 0 var(--label-w);
  white-space: nowrap;
  width: var(--label-w);
}
@media screen and (max-width: 767px) {
  .wp-block-group.c-dataTable .wp-block-group.c-dataTable__cell.c-dataTable__cell--label {
    flex: none;
    width: 100%;
  }
}
.wp-block-group.c-dataTable .wp-block-group.c-dataTable__cell {
  /* 右列は可変 */
}
.wp-block-group.c-dataTable .wp-block-group.c-dataTable__cell:not(.c-dataTable__cell--label) {
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .wp-block-group.c-dataTable .wp-block-group.c-dataTable__cell:not(.c-dataTable__cell--label) {
    flex: none;
    width: 100%;
  }
}

/* 2. heading
========================================================= */
.wp-block-heading.is-style-c-mds__lineLeft {
  font-size: var(--font-lg);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 3rem;
  padding: 0.125rem 0 0.25rem 2rem;
  position: relative;
}
.wp-block-heading.is-style-c-mds__lineLeft::before {
  background-color: #404040;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0.75rem;
  position: absolute;
  top: -0.1rem;
  transform: rotate(40deg);
  width: 1px;
}

/* 3. image
========================================================= */
.wp-block-image img {
  margin: 0 auto;
}
.wp-block-image .wp-element-caption {
  font-size: var(--font-sm);
  line-height: 1.6;
  margin-top: 0.75rem;
  text-align: center;
}

/* 4. list
========================================================= */
.wp-block-list {
  margin: 0;
  padding: 0;
}
.wp-block-list > li {
  left: 0.2em 0;
  line-height: 1.6;
  list-style: none;
  margin: 0;
}
.wp-block-list.is-style-c-check__list > li {
  padding: 0.2em 0 0.2em 1.2em;
  position: relative;
}
.wp-block-list.is-style-c-check__list > li::before {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f00c";
  font-size: 0.9em;
  left: 0;
  position: absolute;
  top: 0.25em;
}
.wp-block-list.is-style-c-dot__list > li {
  margin: 0;
  padding: 0.2em 0 0.2em 1.2em;
  position: relative;
}
.wp-block-list.is-style-c-dot__list > li::before {
  background-color: #525252;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.25em;
  left: 0.35em;
  position: absolute;
  top: 0.85em;
  width: 0.25em;
}

/*
======================================================
  Snow Monkey Forms
--------------------------------------------------- */
.smf-form {
  margin-top: 2rem;
}
.smf-form .smf-item {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .smf-form .smf-item {
    display: flex;
    padding: 0.75rem 0;
  }
}
.smf-form .smf-item__label {
  display: inline-block;
  font-weight: 500;
  line-height: 1.6;
  margin-right: 0.5rem;
  white-space: nowrap;
}
.smf-form .smf-item__description {
  background-color: #fef4f6;
  border-radius: 0.2em;
  color: #cc3033;
  display: inline-block;
  font-size: var(--font-xs);
  line-height: 1;
  padding: 0.25em 0.5em 0.35em;
}

.smf-item__col.smf-item__col--label {
  line-height: 1.6;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .smf-item__col.smf-item__col--label {
    width: 12em;
  }
}
.smf-item__col.smf-item__col--controls {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .smf-item__col.smf-item__col--controls {
    flex: 1 1 auto;
  }
}

.smf-form .smf-text-control .smf-text-control__control {
  background-color: #fff;
  font-size: 16px;
  padding: 0.5rem 0.75rem;
  width: 100%;
}
.smf-form .smf-textarea-control .smf-textarea-control__control {
  background-color: #fff;
  font-size: 16px;
  padding: 0.5rem 0.75rem;
  width: 100%;
}

.smf-action {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.smf-action .smf-button-control__control {
  align-items: center;
  background: #fff;
  background-color: #fff;
  border: 2px solid #525252;
  border-radius: 50px;
  box-shadow: 0 2px 0 #525252;
  color: #525252;
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--font-lg);
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0.75em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear;
}
.smf-action .smf-button-control__control::after {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  color: #525252;
  content: "\f105";
  font-size: 16px;
  margin-top: -8px;
  position: absolute;
  right: 8px;
  top: 50%;
}
.smf-action .smf-button-control__control:hover {
  background-color: #525252;
  color: #fff;
  opacity: 1;
}
.smf-action .smf-button-control__control:hover::after {
  color: #fff;
}

.smf-item--divider {
  margin-top: 2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}

/*# sourceMappingURL=style.css.map */
