@charset "UTF-8";
/*
Theme Name: Theme name
Author: Author
Author URI:
*/
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */ /* Reset box-model */ /* ============================================ */
* {
  box-sizing: border-box;
}

::before, ::after {
  box-sizing: inherit;
} /* Document */ /* ============================================ */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. * 3. Remove gray overlay on links for iOS. */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
} /* Sections */ /* ============================================ */ /** * Remove the margin in all browsers. */
body {
  margin: 0;
} /** * Render the `main` element consistently in IE. */
main {
  display: block;
} /* Vertical rhythm */ /* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
} /* Headings */ /* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
} /* Lists (enumeration) */ /* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
} /* Lists (definition) */ /* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
} /* Grouping content */ /* ============================================ */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
} /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
} /* Text-level semantics */ /* ============================================ */ /** * Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
} /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
} /** * Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
  font-weight: bolder;
} /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
} /** * Add the correct font size in all browsers. */
small {
  font-size: 80%;
} /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
} /* Embedded content */ /* ============================================ */ /** * Remove the border on images inside links in IE 10. */
img {
  border-style: none;
  vertical-align: bottom;
}

embed, object, iframe {
  border: 0;
  vertical-align: bottom;
} /* Forms */ /* ============================================ */ /** * Reset form fields to make them styleable */
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
} /** * Reset radio and checkbox appearance to preserve their look in iOS. */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
} /** * Show the overflow in IE. * 1. Show the overflow in Edge. */
button, input { /* 1 */
  overflow: visible;
} /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */
  text-transform: none;
} /** * Correct the inability to style clickable types in iOS and Safari. */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
} /** * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
} /** * Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
} /** * Remove arrow in IE10 & IE11 */
select::-ms-expand {
  display: none;
} /** * Remove padding */
option {
  padding: 0;
} /** * Reset to invisible */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
} /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out *    `fieldset` elements in all browsers. */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
} /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
} /** * Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto;
} /** * Correct the cursor style of increment and decrement buttons in Chrome. */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
} /** * 1. Correct the outline style in Safari. */
[type=search] {
  outline-offset: -2px; /* 1 */
} /** * Remove the inner padding in Chrome and Safari on macOS. */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
} /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
} /** * Clickable labels */
label[for] {
  cursor: pointer;
} /* Interactive */ /* ============================================ */ /* * Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block;
} /* * Add the correct display in all browsers. */
summary {
  display: list-item;
} /* * Remove outline for editable content. */
[contenteditable] {
  outline: none;
} /* Table */ /* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
} /* Misc */ /* ============================================ */ /** * Add the correct display in IE 10+. */
template {
  display: none;
} /** * Add the correct display in IE 10. */
[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 3.6rem;
  font-size: 19.995px;
}
@media (width <= 768px) {
  html {
    font-size: calc(100vw / 375 * 15);
  }
}

body {
  font-family: "Noto Sans JP", serif;
  color: #fff;
}

a {
  color: #4499ff;
}
a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

p {
  line-height: 2;
  font-size: 1rem;
}
p:not(:last-of-type) {
  margin-bottom: 1em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

pre {
  white-space: pre;
}

ol {
  margin-left: 1.5em;
  list-style: decimal;
}

/********************************************
* Layout
********************************************/
.l-wrapper {
  margin: 0 auto;
  background: #000;
}
@media (768px < width) {
  .l-wrapper {
    max-width: 100%;
  }
}

/* Header */
.l-header {
  z-index: 1000;
  position: fixed;
  width: 100%;
  top: 0;
}
@media (768px < width) {
  .l-header {
    max-width: 100%;
    left: 0;
  }
}
.l-header__inner {
  background-color: #000;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.l-header__logo {
  width: 12rem;
}
.l-menu-trigger {
  width: 2.6666666667rem;
  height: 1.6rem;
  cursor: pointer;
  position: relative;
}
.l-menu-trigger__bar {
  display: block;
  transition: all 0.3s;
  width: 100%;
  height: 0.1333333333rem;
  top: calc(50% - 0.0666666667rem);
  position: absolute;
  display: inline-block;
  background: #fff;
}
.l-menu-trigger__bar:nth-of-type(1) {
  transform: translateY(-0.8rem);
}
.is-menu-clicked .l-menu-trigger__bar:nth-of-type(1) {
  transform: translateY(0rem) rotate(45deg);
}
.is-menu-clicked .l-menu-trigger__bar:nth-of-type(2) {
  transform: scaleX(0);
}
.l-menu-trigger__bar:nth-of-type(3) {
  transform: translateY(0.8rem);
}
.is-menu-clicked .l-menu-trigger__bar:nth-of-type(3) {
  transform: translateY(0rem) rotate(-45deg);
}

/* Footer */
.l-footer {
  text-align: center;
  padding-bottom: 1.3333333333rem;
}
.l-footer__logo {
  width: 16.7333333333rem;
  margin: 0 auto 2rem;
}
.l-footer__copyrights {
  font-size: 0.6666666667rem;
}

/* Sidebar */
.l-main {
  padding-top: 3.6666666667rem;
}

/********************************************
* Form
********************************************/
input[type=email],
input[type=text] {
  width: 500px;
  max-width: 100%;
  padding: 5px;
  height: 35px;
}

textarea {
  width: 500px;
  max-width: 100%;
  height: 250px;
}

input[type=submit] {
  width: 300px;
  height: 35px;
  max-width: 100%;
  border: 1px solid #ccc;
}

/********************************************
* Wordpress
********************************************/
/* Media */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/* Contact Form */
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-not-valid {
  background: pink;
}
.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}

/********************************************
* Component
********************************************/
.c-global-nav {
  position: fixed;
  top: -100%;
  left: 0;
  padding-top: 4.6666666667rem;
  background: #fff;
  width: 100%;
  height: 100vh;
  transition: top 0.3s ease-in-out;
  max-width: 500px;
}
@media (768px < width) {
  .c-global-nav {
    top: 0;
    left: auto;
    right: -350px;
    width: 350px;
    transition: right 0.3s ease-in-out;
    max-width: 100%;
  }
}
.is-menu-clicked .c-global-nav {
  top: 0;
}
@media (768px < width) {
  .is-menu-clicked .c-global-nav {
    right: 0;
  }
}
.c-global-nav__item {
  border-bottom: 1px solid #c5bbb9;
  position: relative;
}
.c-global-nav__item:after {
  content: "";
  width: 0.5333333333rem;
  height: 0.5333333333rem;
  border-top: 0.1333333333rem solid #000;
  border-right: 0.1333333333rem solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 1.4666666667rem;
  top: calc(50% - 0.3333333333rem);
}
.c-global-nav__item--contact {
  padding: 1.8666666667rem 3.1333333333rem;
  border: none;
}
.c-global-nav__item--contact:after {
  content: inherit;
}
.c-global-nav__item--contact .c-global-nav__link {
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 999px;
}
.c-global-nav__link {
  padding: 1rem 1.3333333333rem;
  color: #322423;
  font-size: 1.0666666667rem;
  font-weight: 500;
  display: block;
}

.c-google {
  height: 16.6666666667rem;
}
.c-google iframe {
  width: 100%;
  height: 100%;
}

.c-inner {
  margin: 0 auto;
  padding: 2.6666666667rem 1.3333333333rem;
}
@media (768px < width) {
  .c-inner {
    max-width: 100%;
    padding: 5.3333333333rem 2.6666666667rem;
  }
  .c-inner--sm {
    max-width: 48rem;
  }
  .c-inner--md {
    max-width: 60rem;
  }
  .c-inner--lg {
    max-width: 73.3333333333rem;
  }
}

.c-table {
  width: 100%;
  margin-bottom: 2rem;
}
.c-table th {
  font-size: 0.8666666667rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.2666666667rem;
}
.c-table td {
  border-bottom: 1px solid #726b69;
  display: block;
  font-size: 0.8rem;
  margin-bottom: 1.4666666667rem;
  padding-bottom: 0.6666666667rem;
  line-height: 1.667;
}

.c-history-list {
  background: linear-gradient(to right, transparent 0, transparent 1.8666666667rem, #726b69 1.9333333333rem, transparent 1.9333333333rem, transparent 100%) no-repeat;
  background-position: left 0rem;
}
.c-history-list__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.3333333333rem;
}
.c-history-list__year {
  width: 3.8rem;
  height: 3.8rem;
  background: #636363;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  flex-shrink: 0;
}
.c-history-list__text {
  padding-top: 2.1em;
  width: 17.3333333333rem;
  font-size: 0.6666666667rem;
  line-height: 1.5;
}
@media (768px < width) {
  .c-history-list__text {
    width: calc(100% - 6.6666666667rem);
    font-size: 0.8rem;
  }
}

@media (768px < width) {
  .c-title-group {
    text-align: center;
  }
}

.c-title__h2 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
.c-title__h2-eng {
  font-size: 2.2rem;
  margin-bottom: 0.9333333333rem;
}
.c-title__h2-eng:not(:first-child) {
  margin-top: 5.3333333333rem;
}
@media (768px < width) {
  .c-title__h2-eng {
    font-size: 2.8666666667rem;
  }
}
.c-title__h3 {
  font-size: 1.4666666667rem;
  margin-bottom: 1.3333333333rem;
  text-align: center;
}
.c-title__h3:not(:first-child) {
  margin-top: 5.3333333333rem;
}
.c-title__h3--works {
  margin-top: 2.6666666667rem;
}

.c-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/********************************************
* App Links
********************************************/
.c-app-links {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.3333333333rem;
}
@media (width <= 768px) {
  .c-app-links {
    flex-direction: column;
    gap: 0.6666666667rem;
  }
}
.c-app-links__item {
  display: block;
  transition: opacity 0.3s;
}
.c-app-links__item:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c-app-links__item img {
  height: 3.3333333333rem;
  width: auto;
}
@media (width <= 768px) {
  .c-app-links__item img {
    height: 3rem;
  }
}

/********************************************
* Works List
********************************************/
.c-works-list__item:not(:first-child) {
  margin-top: 5.3333333333rem;
}
@media (768px < width) {
  .c-works-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.6666666667rem;
  }
  .c-works-list__item:not(:first-child) {
    margin-top: 0;
  }
}

/********************************************
* Real Estate List
********************************************/
.c-realestate-list__item:not(:first-child) {
  margin-top: 5.3333333333rem;
}

.c-realestate-grid {
  margin-top: 4rem;
}
@media (768px < width) {
  .c-realestate-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.6666666667rem;
  }
  .c-realestate-grid .c-realestate-list__item {
    margin-top: 0 !important;
  }
}

/********************************************
* Booking Links
********************************************/
.c-booking-links__item:not(:first-child) {
  margin-top: 1.3333333333rem;
}
@media (768px < width) {
  .c-booking-links {
    display: flex;
    gap: 1.3333333333rem;
    justify-content: center;
  }
  .c-booking-links__item {
    flex: 1;
    max-width: 400px;
  }
  .c-booking-links__item:not(:first-child) {
    margin-top: 0;
  }
}

/********************************************
* Project
********************************************/
.p-mv {
  height: calc(100vh - 3.6rem);
}

.p-philosophy .c-inner {
  padding-top: 4rem;
}
.p-philosophy__p {
  padding: 0 1.8rem;
  line-height: 2.0667;
  letter-spacing: 0.05em;
}
@media (768px < width) {
  .p-philosophy__p {
    text-align: center; /* PCではテキストを中央揃え */
    max-width: 53.3333333333rem; /* PC用の適切な最大幅を設定 */
    margin-left: auto; /* ブロック自体も中央に配置 */
    margin-right: auto;
  }
}

.p-business__p {
  font-size: 0.8666666667rem;
  text-align: center;
}
.p-business__thumb {
  margin-bottom: 1.3333333333rem;
  margin-right: -1.3333333333rem;
  margin-left: -1.3333333333rem;
  width: calc(100% + 2.6666666667rem);
}
.p-business__thumb--booking {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.3333333333rem;
}
.p-business__container > .p-business__item {
  margin-bottom: 5.3333333333rem;
}
.p-business__container > .p-business__item:last-child {
  margin-bottom: 0;
}
.p-business__container > .p-business__item > .c-inner {
  padding: 0;
}
.p-business__logo-wrapper {
  text-align: center;
}
.p-business__img--footage-logo {
  max-width: 180px;
}
.p-business__img--mitavilla-logo {
  max-width: 250px;
}
@media (768px < width) {
  .p-business__thumb {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}

.p-company {
  background: url(../images/company-bg.png) no-repeat;
  background-position: left top;
  background-size: 25rem 54.3333333333rem;
}

.p-history {
  background: url(../images/history-bg.jpg) no-repeat;
  background-position: center top;
  background-size: 25rem 71.6666666667rem;
}
@media (768px < width) {
  .p-history {
    background-size: cover;
  }
}

.p-contact {
  margin-bottom: 5.3333333333rem;
}
.p-contact .c-inner {
  padding-top: 0.6666666667rem;
}
.p-contact__link {
  color: #fff;
  font-size: 3.3333333333rem;
  border-bottom: 1px solid #726b69;
  display: block;
  padding-bottom: 0.6666666667rem;
  margin-bottom: 0.6666666667rem;
  position: relative;
}
.p-contact__link:after {
  position: absolute;
  right: 0;
  top: 0.4rem;
  content: "";
  width: 2.8666666667rem;
  height: 2.8666666667rem;
  background: url(../images/arrow.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.p-contact__p {
  font-size: 1rem;
  font-weight: 500;
  text-align: right;
}

/* Utilities */
.u-mt0 {
  margin-top: 0px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-pc {
  display: block;
}
.u-pc--inline {
  display: inline;
}
.u-pc--iblock {
  display: inline-block;
}
.u-pc--table {
  display: table;
}

.u-sp {
  display: none;
}
.u-sp--inline {
  display: none;
}
.u-sp--iblock {
  display: none;
}
.u-sp--table {
  display: none;
}

.u-ofit {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.u-pos--absolute {
  position: absolute;
}
.u-pos--fixed {
  position: fixed;
}
.u-pos--relative {
  position: relative;
}

.u-text--default {
  font-family: "Noto Sans JP", serif;
}
.u-text--albert-sans {
  font-family: "Albert Sans", sans-serif;
}
.u-text--center {
  text-align: center;
}
.u-text--left {
  text-align: left;
}
.u-text--right {
  text-align: right;
}
.u-text--thin {
  font-weight: 100;
}
.u-text--extra-light {
  font-weight: 200;
}
.u-text--light {
  font-weight: 300;
}
.u-text--regular {
  font-weight: 400;
}
.u-text--medium {
  font-weight: 500;
}
.u-text--semi-bold {
  font-weight: 600;
}
.u-text--bold {
  font-weight: 700;
}
.u-text--extra-bold {
  font-weight: 800;
}
.u-text--black {
  font-weight: 900;
}
.u-text--big {
  font-size: 1.4em;
}
.u-text--regular {
  font-size: 1em;
}
.u-text--small {
  font-size: 0.8em;
}

.u-text_ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #ccc;
  line-height: 1.5;
}
.u-text_ellipsis--multiline {
  white-space: normal;
  max-height: 3em;
  position: relative;
}
.u-text_ellipsis--multiline::after {
  content: "…";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background-color: #ccc;
}
.u-text_ellipsis--line2 {
  max-height: 3em;
}
.u-text_ellipsis--line3 {
  max-height: 4.5em;
}
.u-text_ellipsis--line4 {
  max-height: 6em;
}
.u-text_ellipsis--line5 {
  max-height: 7.5em;
}

.u-color__yellow {
  color: yellow;
}

@media (width <= 768px) {
  .u-pc {
    display: none;
  }
  .u-pc--inline {
    display: none;
  }
  .u-pc--iblock {
    display: none;
  }
  .u-pc--table {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-sp--inline {
    display: inline;
  }
  .u-sp--iblock {
    display: inline-block;
  }
  .u-sp--table {
    display: table;
  }
}
.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

@media (768px < width) {
  .u-pc-hidden {
    display: none !important;
  }
}
.u-view-pc {
  display: none;
}

.u-view-sp {
  display: block;
}

@media (768px < width) {
  .u-view-pc {
    display: block;
  }
  .u-view-sp {
    display: none;
  }
}
/********************************************
* Width Constraints (PC-only)
********************************************/
@media (768px < width) {
  .u-mw--sm {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }
  .u-mw--md {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }
  .u-mw--lg {
    max-width: 66.6666666667rem;
    margin-left: auto;
    margin-right: auto;
  }
}
/********************************************
* WordPress Pages Styles
* Works一覧、詳細、その他WordPressページ用のスタイル
********************************************/
/* ============================================
 * Works Archive Page (一覧ページ)
 * ============================================ */
.p-works-archive {
  background: #000;
}

.p-works-header {
  text-align: center;
}
.p-works-header .c-inner {
  padding-bottom: initial;
}
.p-works-header__description {
  margin-top: 1.3333333333rem;
  font-size: 0.9333333333rem;
  line-height: 1.8;
  color: #fff;
}

/* Works Grid Layout */
.c-works-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.6666666667rem;
  margin-top: 2.6666666667rem;
}
@media (768px < width) {
  .c-works-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.6666666667rem 2rem;
    margin-top: 4rem;
  }
}

/* Works Card Component */
.c-works-card {
  background: #000;
  transition: opacity 0.3s;
}
.c-works-card:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.c-works-card__link {
  display: block;
  color: #fff;
  text-decoration: none;
}
.c-works-card__thumb {
  width: 100%;
  aspect-ratio: 5.4/3;
  overflow: hidden;
  background: #1a1a1a;
}
.c-works-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.c-works-card:hover .c-works-card__img {
  transform: scale(1.05);
}
.c-works-card__content {
  padding: 1.3333333333rem 0;
}
.c-works-card__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.6666666667rem;
  color: #fff;
}
@media (768px < width) {
  .c-works-card__title {
    font-size: 1rem;
  }
}
.c-works-card__date {
  display: none;
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 0.8rem;
}
.c-works-card__excerpt p {
  display: none;
  font-size: 0.9333333333rem;
  line-height: 1.8;
  color: #ccc;
}
@media (768px < width) {
  .c-works-card__excerpt p {
    font-size: 0.8666666667rem;
  }
}

/* ============================================
 * Single Post Page (詳細ページ)
 * ============================================ */
.p-single {
  background: #000;
  color: #fff;
}

.p-single-header .c-inner {
  padding-bottom: initial;
}
.p-single-header__thumb {
  width: 100%;
  margin-bottom: 2rem;
}
@media (768px < width) {
  .p-single-header__thumb {
    margin-bottom: 2.6666666667rem;
  }
}
.p-single-header__img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-single-header__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.3333333333rem;
  flex-wrap: wrap;
}
.p-single-header__categories {
  display: flex;
  gap: 0.6666666667rem;
  flex-wrap: wrap;
}
.p-single-header__category {
  display: inline-block;
  padding: 0.2666666667rem 0.8rem;
  background: #222;
  color: #fff;
  font-size: 0.8rem;
  text-decoration: none;
  border-radius: 0.2666666667rem;
  transition: background 0.3s;
}
.p-single-header__category:hover {
  background: #333;
}
.p-single-header__date {
  font-size: 0.8666666667rem;
  color: #999;
}
.p-single-header__title {
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (768px < width) {
  .p-single-header__title {
    font-size: 1.6666666667rem;
  }
}

.p-single-content .c-inner {
  padding-top: 2rem;
}
.p-single-content__body {
  font-size: 1rem;
  line-height: 2;
  color: #fff;
  /* WordPress エディタで追加される要素のスタイル */
}
@media (768px < width) {
  .p-single-content__body {
    font-size: 1.0666666667rem;
  }
}
.p-single-content__body h2 {
  font-size: 1.4666666667rem;
  font-weight: 700;
  margin-top: 2.6666666667rem;
  margin-bottom: 1.3333333333rem;
  padding-bottom: 0.6666666667rem;
  border-bottom: 2px solid #333;
}
@media (768px < width) {
  .p-single-content__body h2 {
    font-size: 1.7333333333rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
.p-single-content__body h3 {
  font-size: 1.2666666667rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media (768px < width) {
  .p-single-content__body h3 {
    font-size: 1.4666666667rem;
    margin-top: 2.6666666667rem;
    margin-bottom: 1.3333333333rem;
  }
}
.p-single-content__body h4 {
  font-size: 1.1333333333rem;
  font-weight: 700;
  margin-top: 1.6666666667rem;
  margin-bottom: 0.8rem;
}
@media (768px < width) {
  .p-single-content__body h4 {
    font-size: 1.2666666667rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.p-single-content__body p {
  margin-bottom: 1.3333333333rem;
  font-size: 0.8666666667rem;
}
.p-single-content__body p:last-child {
  margin-bottom: 0;
}
.p-single-content__body ul,
.p-single-content__body ol {
  margin-bottom: 1.3333333333rem;
  padding-left: 1.3333333333rem;
}
.p-single-content__body ul {
  list-style: disc;
}
.p-single-content__body ol {
  list-style: decimal;
}
.p-single-content__body li {
  margin-bottom: 0.5333333333rem;
  line-height: 1.8;
}
.p-single-content__body img {
  max-width: 100%;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.p-single-content__body figure {
  margin: 2rem 0;
}
.p-single-content__body figure figcaption {
  font-size: 0.8666666667rem;
  color: #999;
  text-align: center;
  margin-top: 0.6666666667rem;
}
.p-single-content__body blockquote {
  padding: 1.3333333333rem;
  margin: 2rem 0;
  background: #1a1a1a;
  border-left: 4px solid #fff;
}
.p-single-content__body blockquote p {
  margin-bottom: 0;
}
.p-single-content__body table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
}
.p-single-content__body table th,
.p-single-content__body table td {
  padding: 0.8rem 1rem;
  border: 1px solid #333;
  text-align: left;
}
.p-single-content__body table th {
  background: #1a1a1a;
  font-weight: 700;
}
.p-single-content__body code {
  padding: 0.1333333333rem 0.4rem;
  background: #1a1a1a;
  border-radius: 0.2rem;
  font-family: monospace;
  font-size: 0.9em;
}
.p-single-content__body pre {
  padding: 1.3333333333rem;
  background: #1a1a1a;
  border-radius: 0.3333333333rem;
  overflow-x: auto;
  margin: 2rem 0;
}
.p-single-content__body pre code {
  padding: 0;
  background: none;
}
.p-single-content__body iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 2rem 0;
}
@media (768px < width) {
  .p-single-content__body iframe {
    margin: 2.6666666667rem 0;
    min-height: 33.3333333333rem;
  }
}
.p-single-content__body figure.wp-block-embed {
  margin: 2rem 0;
}
@media (768px < width) {
  .p-single-content__body figure.wp-block-embed {
    margin: 3.3333333333rem 0;
  }
}
.p-single-content__body figure.wp-block-embed iframe {
  width: 100%;
}
.p-single-content__body .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 2rem 0;
}
@media (768px < width) {
  .p-single-content__body .wp-block-embed__wrapper {
    margin: 2.6666666667rem 0;
  }
}
.p-single-content__body .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

/* ============================================
 * Post Navigation (前後の記事)
 * ============================================ */
.p-post-navigation {
  border-top: 1px solid #333;
}
.p-post-navigation__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.3333333333rem;
}
@media (768px < width) {
  .p-post-navigation__container {
    grid-template-columns: 1fr 1fr;
    gap: 2.6666666667rem;
  }
}
@media (768px < width) {
  .p-post-navigation__item--prev {
    text-align: left;
  }
}
@media (768px < width) {
  .p-post-navigation__item--next {
    text-align: right;
  }
}
.p-post-navigation__link {
  display: block;
  padding: 1rem;
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s;
  border-radius: 0.3333333333rem;
}
.p-post-navigation__link:hover {
  background: #222;
}
.p-post-navigation__label {
  display: block;
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 0.5333333333rem;
}
.p-post-navigation__title {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-single-back {
  text-align: center;
}
.p-single-back .c-inner {
  padding-top: initial;
}
/* ============================================
 * Pagination (ページネーション)
 * ============================================ */
.c-pagination {
  margin-top: 4rem;
}
@media (768px < width) {
  .c-pagination {
    margin-top: 5.3333333333rem;
  }
}
.c-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6666666667rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.c-pagination .page-numbers li {
  margin: 0;
}
.c-pagination a.page-numbers,
.c-pagination span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6666666667rem;
  height: 2.6666666667rem;
  padding: 0 0.6666666667rem;
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
  border-radius: 0.3333333333rem;
  font-size: 0.9333333333rem;
  transition: background 0.3s;
}
.c-pagination a.page-numbers:hover {
  background: #333;
}
.c-pagination span.page-numbers.current {
  background: #fff;
  color: #000;
  font-weight: 700;
}
.c-pagination .prev,
.c-pagination .next {
  font-weight: 500;
}

/* ============================================
 * Buttons (ボタン)
 * ============================================ */
.c-button {
  display: inline-block;
  padding: 1.3333333333rem 4rem;
  background: transparent;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 0;
  font-weight: 700;
  font-size: 1.0666666667rem;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
@media (768px < width) {
  .c-button {
    padding: 1.6666666667rem 5.3333333333rem;
    font-size: 1.2rem;
  }
}
.c-button:hover {
  background: #fff;
  color: #000;
}
.c-button--primary {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.c-button--primary:hover {
  background: #fff;
  color: #000;
}
.c-button--back {
  background: #1a1a1a;
  color: #fff;
  border: 2px solid #1a1a1a;
}
.c-button--back:hover {
  background: #333;
  border-color: #333;
}

.c-button-wrapper {
  text-align: center;
  margin-top: 2.6666666667rem;
}
@media (768px < width) {
  .c-button-wrapper {
    margin-top: 4rem;
  }
}

/* ============================================
 * No Posts Message
 * ============================================ */
.p-no-posts {
  text-align: center;
  padding: 4rem 1.3333333333rem;
}
.p-no-posts p {
  font-size: 1.0666666667rem;
  color: #999;
}

/* ============================================
 * Generic Archive Styles
 * ============================================ */
.p-archive {
  padding-top: 2.6666666667rem;
}
@media (768px < width) {
  .p-archive {
    padding-top: 5.3333333333rem;
  }
}

.c-posts-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.6666666667rem;
}
@media (768px < width) {
  .c-posts-list {
    gap: 4rem;
  }
}
.c-posts-list__item {
  background: #000;
}
.c-posts-list__link {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.c-posts-list__link:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
@media (768px < width) {
  .c-posts-list__link {
    display: flex;
    gap: 2rem;
  }
}
.c-posts-list__thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #1a1a1a;
  margin-bottom: 1.3333333333rem;
}
@media (768px < width) {
  .c-posts-list__thumb {
    width: 40%;
    margin-bottom: 0;
  }
}
.c-posts-list__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (768px < width) {
  .c-posts-list__content {
    flex: 1;
  }
}
.c-posts-list__title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.6666666667rem;
}
@media (768px < width) {
  .c-posts-list__title {
    font-size: 1.4666666667rem;
  }
}
.c-posts-list__date {
  display: block;
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 0.8rem;
}
.c-posts-list__excerpt {
  font-size: 0.9333333333rem;
  line-height: 1.8;
  color: #ccc;
}

/* ============================================
 * Page (固定ページ)
 * ============================================ */
.p-page {
  background: #000;
  color: #fff;
}

.p-page-header {
  padding-top: 2.6666666667rem;
  text-align: center;
}
@media (768px < width) {
  .p-page-header {
    padding-top: 5.3333333333rem;
  }
}
.p-page-header__title {
  font-size: 1.8666666667rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2.6666666667rem;
}
@media (768px < width) {
  .p-page-header__title {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}

.p-page-content__body {
  font-size: 1rem;
  line-height: 2;
  color: #fff;
  /* 投稿詳細ページと同じスタイルを継承 */
}
@media (768px < width) {
  .p-page-content__body {
    font-size: 1.0666666667rem;
  }
}
.p-page-content__body h2 {
  font-size: 1.4666666667rem;
  font-weight: 700;
  margin-top: 2.6666666667rem;
  margin-bottom: 1.3333333333rem;
  padding-bottom: 0.6666666667rem;
  border-bottom: 2px solid #333;
}
@media (768px < width) {
  .p-page-content__body h2 {
    font-size: 1.7333333333rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
.p-page-content__body h3 {
  font-size: 1.2666666667rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media (768px < width) {
  .p-page-content__body h3 {
    font-size: 1.4666666667rem;
    margin-top: 2.6666666667rem;
    margin-bottom: 1.3333333333rem;
  }
}
.p-page-content__body h4 {
  font-size: 1.1333333333rem;
  font-weight: 700;
  margin-top: 1.6666666667rem;
  margin-bottom: 0.8rem;
}
@media (768px < width) {
  .p-page-content__body h4 {
    font-size: 1.2666666667rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.p-page-content__body p {
  margin-bottom: 1.3333333333rem;
}
.p-page-content__body p:last-child {
  margin-bottom: 0;
}
.p-page-content__body ul,
.p-page-content__body ol {
  margin-bottom: 1.3333333333rem;
  padding-left: 1.3333333333rem;
}
.p-page-content__body ul {
  list-style: disc;
}
.p-page-content__body ol {
  list-style: decimal;
}
.p-page-content__body li {
  margin-bottom: 0.5333333333rem;
  line-height: 1.8;
}
.p-page-content__body img {
  max-width: 100%;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.p-page-content__body figure {
  margin: 2rem 0;
}
.p-page-content__body figure figcaption {
  font-size: 0.8666666667rem;
  color: #999;
  text-align: center;
  margin-top: 0.6666666667rem;
}
.p-page-content__body blockquote {
  padding: 1.3333333333rem;
  margin: 2rem 0;
  background: #1a1a1a;
  border-left: 4px solid #fff;
}
.p-page-content__body blockquote p {
  margin-bottom: 0;
}
.p-page-content__body table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
}
.p-page-content__body table th,
.p-page-content__body table td {
  padding: 0.8rem 1rem;
  border: 1px solid #333;
  text-align: left;
}
.p-page-content__body table th {
  background: #1a1a1a;
  font-weight: 700;
}
.p-page-content__body code {
  padding: 0.1333333333rem 0.4rem;
  background: #1a1a1a;
  border-radius: 0.2rem;
  font-family: monospace;
  font-size: 0.9em;
}
.p-page-content__body pre {
  padding: 1.3333333333rem;
  background: #1a1a1a;
  border-radius: 0.3333333333rem;
  overflow-x: auto;
  margin: 2rem 0;
}
.p-page-content__body pre code {
  padding: 0;
  background: none;
}

.c-works-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.6666666667rem;
  margin-top: 2.6666666667rem;
}
@media (768px < width) {
  .c-works-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6666666667rem;
  }
}
.c-works-list__link {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.c-works-list__link:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}/*# sourceMappingURL=style.css.map */