@charset "UTF-8";
/*!
Theme Name: KOBOLD inc. 1.0
Author: KOBOLD inc.
Description: KOBOLD inc. 1.0
Version： 1.0
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

*::before, *::after {
  background-repeat: no-repeat;
}

::selection {
  background: #BCA475;
  color: #000000;
}

::-moz-selection {
  background: #BCA475;
  color: #000000;
}

html {
  font-size: 16px;
  font-family: "Poppins", "source-han-sans-japanese", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  list-style: none;
  color: #FFFFFF;
  background: #06253F;
  background-size: cover;
  scroll-behavior: smooth;
  scrollbar-color: #06253F #FFFFFF;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #FFFFFF;
}

::-webkit-scrollbar-thumb {
  background: #06253F;
  border: 2px solid #FFFFFF;
  border-radius: 999px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(11.3217391304, 69.8173913043, 118.8782608696);
}

::-webkit-scrollbar-corner {
  background: #FFFFFF;
}

.grecaptcha-badge {
  visibility: hidden;
}

p {
  font-size: 17px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  line-height: 1.8em;
  margin-bottom: 3em;
  text-align: justify;
}
p:last-child {
  margin-bottom: 0;
}
p.mini {
  font-size: 90%;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
  margin: 0 0 20px 20px;
}
ol li {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  color: #BCA475;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  word-break: break-all;
  overflow-wrap: break-all !important;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.maker strong {
  font-size: 120%;
  letter-spacing: 0.075em;
  background-image: linear-gradient(transparent 60%, pink 60%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

img {
  vertical-align: top;
  line-height: 0;
}

.br-sp {
  display: none;
}

.br-pc {
  display: inherit;
}

.nomargin {
  margin-bottom: 0 !important;
}

.anchor {
  position: relative;
  width: 100%;
  display: block;
  scroll-margin-top: 150px;
}

address {
  font-style: normal;
}

.wp-block-media-text__content p {
  text-align: justify;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 8% !important;
}

main {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 0;
  overflow: hidden;
}

body.menu-bg {
  position: relative;
}
body.menu-bg::before, body.menu-bg::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}
body.menu-bg::before {
  z-index: -2;
  background: #06253F;
}
body.menu-bg::after {
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-blend-mode: screen;
  opacity: 0.3;
}
body.menu-bg.menu-bg-2::after {
  background-image: linear-gradient(rgba(6, 37, 63, 0.85), rgba(6, 37, 63, 0.85)), url(./assets/images/common/bg_02.webp);
}
body.menu-bg.menu-bg-3::after {
  background-image: linear-gradient(rgba(6, 37, 63, 0.85), rgba(6, 37, 63, 0.85)), url(./assets/images/common/bg_03.webp);
}
body.menu-bg.menu-bg-4::after {
  background-image: linear-gradient(rgba(6, 37, 63, 0.85), rgba(6, 37, 63, 0.85)), url(./assets/images/common/bg_04.webp);
}
body.menu-bg.menu-bg-5::after {
  background-image: linear-gradient(rgba(6, 37, 63, 0.85), rgba(6, 37, 63, 0.85)), url(./assets/images/common/bg_05.webp);
}
body.menu-bg.menu-bg-6::after {
  background-image: linear-gradient(rgba(6, 37, 63, 0.85), rgba(6, 37, 63, 0.85)), url(./assets/images/common/bg_06.webp);
}
body.menu-bg.menu-bg-7::after {
  background-image: linear-gradient(rgba(6, 37, 63, 0.85), rgba(6, 37, 63, 0.85)), url(./assets/images/common/bg_07.webp);
}
body.menu-bg.menu-bg-8::after {
  background-image: linear-gradient(rgba(6, 37, 63, 0.85), rgba(6, 37, 63, 0.85)), url(./assets/images/common/bg_08.webp);
}
@media only screen and (max-width: 850px) {
  body.menu-bg::after {
    opacity: 0.2;
  }
}

.hide {
  display: none;
}

.gt_float_switcher {
  border-radius: 16px !important;
}

figure.wp-block-image {
  border-radius: 0;
}
figure.wp-block-image img {
  border-radius: 16px;
}

:where(figure) {
  margin: 0 0 3em !important;
}

.wp-block-media-text__media img, .wp-block-media-text__media video,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img,
.wp-block-image.has-custom-border img, .wp-block-image img {
  border-radius: 16px;
}

.wp-block-media-text {
  margin-bottom: 2rem;
  /* &:nth-of-type(odd) {
    .wp-block-media-text__media {
      grid-column:2;
    }
    .wp-block-media-text__content {
      grid-column:1;
    }
  } */
}

.btn-more {
  text-align: center;
  margin: 60px auto 0 auto;
  font-size: 18px;
  font-weight: 500;
}
.btn-more a {
  display: inline-block;
  width: 240px;
  height: 64px;
  line-height: 64px;
  padding: 0 20px;
  border-radius: 32px;
  background: none;
  border: 1px solid #bebaba;
  color: #bebaba;
  text-decoration: none !important;
  position: relative;
  transition: all 0.35;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.btn-more a:after {
  position: absolute;
  content: "";
  right: 22px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.btn-more a:hover {
  opacity: 1;
  background: #BCA475;
  color: #FFFFFF;
  border: 1px solid #BCA475;
}
.btn-more a:hover:after {
  transform: rotate(45deg) translate(2px, -2px);
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 65%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 16px;
}

#instagram .wrapper {
  max-width: inherit;
}
#instagram .wrapper .instagram-box {
  padding-bottom: 0;
  margin-bottom: 0;
}
#instagram .wrapper .instagram-box #sbi_images {
  padding: 0;
  gap: 0px !important;
}
#instagram .wrapper .instagram-box #sbi_images .sbi_item {
  position: relative;
}

.wp-pagenavi {
  width: 100%;
  margin-top: 60px !important;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.wp-pagenavi a {
  text-decoration: none;
  border: 1px solid #958879 !important;
  padding: 3px 9px !important;
  margin: 2px !important;
}
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #958879 !important;
  padding: 3px 9px !important;
  margin: 2px !important;
}
.wp-pagenavi span.current {
  background: #958879 !important;
  color: #FFFFFF !important;
}

.fadeinup {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.25s ease-in, transform 0.25s ease-in;
}

.fade-in-top {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.25s ease-in, transform 0.25s ease-in;
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.25s ease-in, transform 0.25s ease-in;
}

.fade-in-right {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.25s ease-in, transform 0.25s ease-in;
}

.fade-in-bottom {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.25s ease-in, transform 0.25s ease-in;
}

.show {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in {
  opacity: 0;
  transition-duration: 0.25s;
  transition-property: opacity, transform;
  transition-timing-function: ease-in;
}

.fade-in-up {
  transform: translate(0, 40px);
}

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

#header.fade-in-top {
  transition: opacity 1.25s ease-out, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.65s;
}
#header.fade-in-top #logo,
#header.fade-in-top .hamburger {
  filter: blur(12px);
  transition: filter 1.25s ease-out;
  transition-delay: 0.65s;
}
#header.fade-in-top.show #logo, #header.fade-in-top.show .hamburger {
  filter: none;
}

#about.fade-in-left {
  filter: blur(12px);
  transition: opacity 1.25s ease-in-out, transform 1.25s cubic-bezier(0.22, 1, 0.36, 1), filter 1.25s ease-out;
  transition-delay: 0.65s;
}

#contact.fade-in-right {
  filter: blur(12px);
  transition: opacity 1.25s ease-in-out, transform 1.25s cubic-bezier(0.22, 1, 0.36, 1), filter 1.25s ease-out;
  transition-delay: 0.65s;
}

#information.fade-in-bottom {
  filter: blur(12px);
  transition: opacity 1.25s ease-out, transform 1.25s cubic-bezier(0.22, 1, 0.36, 1), filter 1.25s ease-out;
  transition-delay: 0.65s;
}

.copyright.fade-in-bottom {
  filter: blur(12px);
  transition: opacity 1.25s ease-in, transform 1.25s cubic-bezier(0.34, 1.42, 0.64, 1), filter 1.25s ease-out;
  transition-delay: 0.65s;
}

#about.fade-in-left.show,
#contact.fade-in-right.show,
#information.fade-in-bottom.show,
.copyright.fade-in-bottom.show {
  filter: none;
}

@media only screen and (max-width: 850px) {
  #header.fade-in-top #logo,
  #header.fade-in-top .hamburger {
    filter: blur(8px);
    transition-duration: 0.9s;
  }
  #about.fade-in-left,
  #contact.fade-in-right,
  #information.fade-in-bottom,
  .copyright.fade-in-bottom {
    filter: blur(8px);
    transition-duration: 0.9s;
  }
  #about.fade-in-left.show,
  #contact.fade-in-right.show,
  #information.fade-in-bottom.show,
  .copyright.fade-in-bottom.show {
    filter: none;
  }
  #information.fade-in-bottom {
    transition-delay: 0.3s;
  }
  #about.fade-in-left {
    transition-delay: 0.35s;
  }
  #contact.fade-in-right {
    transition-delay: 0.5s;
  }
  .copyright.fade-in-bottom {
    transition-delay: 0.65s;
  }
}
.attention {
  border-radius: 6px;
  font-size: 0.8rem;
  margin-left: 10px;
  padding: 0.25em 0.5em;
}

#cursor-dot,
#cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  opacity: 0;
  transition: opacity 0.3s ease, width 0.25s ease, height 0.25s ease, background 0.25s ease;
}

#cursor-dot {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
}

#cursor-ring {
  width: 40px;
  height: 40px;
  border: 1px solid #FFFFFF;
  transition-property: opacity, width, height, background, border-color;
}

#cursor-ring.is-hover {
  width: 72px;
  height: 72px;
  background: #FFFFFF;
}

#cursor-dot.is-hover {
  opacity: 0;
}

body.has-custom-cursor #cursor-dot,
body.has-custom-cursor #cursor-ring {
  opacity: 1;
}
body.has-custom-cursor {
  cursor: none;
}
body.has-custom-cursor * {
  cursor: none !important;
}

@media (hover: none), (pointer: coarse) {
  #cursor-dot,
  #cursor-ring {
    display: none !important;
  }
}
.wpcf7 {
  background: rgba(255, 255, 255, 0.05);
  padding: 3rem;
  border-radius: 16px;
}
.wpcf7 button, .wpcf7 input, .wpcf7 optgroup, .wpcf7 select, .wpcf7 textarea {
  padding: 15px;
  margin: 0;
  border: 1px solid #bebaba;
  border-radius: 6px;
  background: none;
  width: 100%;
  font-size: 17px;
  color: #FFFFFF;
  transition: border-color 0.2s ease;
}
.wpcf7 textarea {
  width: 100%;
}
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: #BCA475;
  background: rgba(188, 164, 117, 0.25);
}
.wpcf7 input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  flex: 0 0 auto;
  width: 22px;
  min-width: 22px;
  height: 22px;
  padding: 0;
  margin: 0 12px 0 0;
  border: none;
  outline: none;
  border-radius: 4px;
  background: #FFFFFF;
  vertical-align: -5px;
  position: relative;
  cursor: pointer;
  transition: background 0.2s ease;
}
.wpcf7 input[type=checkbox]:checked {
  background: #000000;
}
.wpcf7 input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.wpcf7 .required {
  background: #ff6c62;
  color: #FFFFFF;
  border-radius: 9px;
  font-weight: 700;
  padding: 1px 10px;
  margin-left: 10px;
  font-size: 85%;
}
.wpcf7 p {
  margin-bottom: 1.5rem;
}
.wpcf7 fieldset.kb-field.kb-field--check {
  border: none;
}
.wpcf7 fieldset.kb-field.kb-field--check .wpcf7-list-item {
  width: calc((100% - 15px) / 2);
}
.wpcf7 fieldset.kb-field.kb-field--check .wpcf7-list-item label {
  display: block;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.wpcf7 fieldset.kb-field.kb-field--check .wpcf7-list-item label:has(input:checked) {
  border-color: #BCA475;
  background: #BCA475;
  color: #000000;
}
.wpcf7 fieldset label {
  border: 1px solid #bebaba;
  padding: 10px 20px;
  border-radius: 6px;
}
.wpcf7 fieldset label input[type=checkbox] {
  margin-right: 15px;
}
.wpcf7 fieldset span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required,
.wpcf7 fieldset .wpcf7-form-control-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.wpcf7 fieldset span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item,
.wpcf7 fieldset .wpcf7-form-control-wrap .wpcf7-list-item {
  display: inline-block;
  width: calc(33.3333333333% - 15px);
  margin: 0;
}
.wpcf7 fieldset span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item label,
.wpcf7 fieldset .wpcf7-form-control-wrap .wpcf7-list-item label {
  font-weight: 500;
}
.wpcf7 fieldset span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item label input,
.wpcf7 fieldset .wpcf7-form-control-wrap .wpcf7-list-item label input {
  width: auto;
}
.wpcf7 fieldset legend {
  text-align: left;
  display: block;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 17px;
}
.wpcf7 label {
  display: block;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #ff6c62 !important;
  margin-top: 5px;
  font-weight: 700 !important;
}
.wpcf7 .wpcf7-submit {
  position: relative;
  display: block;
  width: 280px;
  height: 64px;
  line-height: 64px;
  background: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  border-radius: 32px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  padding: 0 20px;
  margin: 30px auto 0 auto;
  font-size: 18px;
  letter-spacing: 0.04em;
  transition: all 0.35 ease;
}
.wpcf7 .wpcf7-submit:hover {
  border: 1px solid #BCA475;
  background: #BCA475;
  color: #000000;
  transition: transform 0.3s ease;
}
.wpcf7 .wpcf7 .ajax-loader {
  display: block !important;
}
.wpcf7 .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 .wpcf7 form.payment-required .wpcf7-response-output {
  padding: 15px;
  margin: 0;
  border: none;
  background: #6F6252;
  border-radius: 6px;
  width: 100%;
  font-size: 17px;
  color: #FFFFFF;
}
.wpcf7 .wpcf7 form.sent .wpcf7-response-output {
  padding: 15px;
  margin: 0;
  border: none;
  background: #6F6252;
  border-radius: 6px;
  font-size: 17px;
  color: #FFFFFF;
}
.wpcf7 .kb-field--accept {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}

section {
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
  z-index: -1;
}

.wrapper {
  max-width: 1080px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flex-box .img-box {
  display: inline-block;
}
.flex-box .text-box {
  display: inline-block;
}

figure.wp-block-table table.has-fixed-layout {
  border-collapse: collapse;
  border: none;
}
figure.wp-block-table table.has-fixed-layout td {
  border: none;
  border-bottom: 1px solid #324250;
  text-align: left;
  padding: 1em;
}
figure.wp-block-table table.has-fixed-layout td:first-child {
  width: 20%;
}

@media only screen and (max-width: 1200px) {
  html {
    font-size: 15px;
  }
  main {
    z-index: 0;
    min-width: inherit;
  }
  main .wrapper {
    max-width: inherit;
    padding: 0 20px;
  }
  .br-sp {
    display: inherit;
  }
  .br-pc {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  html {
    font-size: 16px;
    font-family: "Poppins", "source-han-sans-japanese", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    list-style: none;
    color: #FFFFFF;
    background-size: cover;
    scroll-behavior: smooth;
  }
  img {
    width: 100%;
    height: auto;
  }
  figure.wp-block-image.size-large {
    max-width: inherit;
    width: 100%;
    height: auto;
  }
  figure.wp-block-image.size-full img {
    width: 100%;
    height: auto;
  }
  p {
    line-height: 1.6em;
    margin-bottom: 20px;
    font-size: 15px;
  }
  .anchor {
    position: relative;
    width: 100%;
    display: block;
    scroll-margin-top: 80px;
  }
  section {
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
  }
  .wrapper {
    max-width: inherit;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
  }
  .wpcf7 {
    padding: 1.25rem;
  }
  .wpcf7 input[type=checkbox] {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }
  .wpcf7 input[type=checkbox]:checked::after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 9px;
  }
  .wpcf7 fieldset span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item,
  .wpcf7 fieldset .wpcf7-form-control-wrap .wpcf7-list-item {
    width: calc((100% - 15px) / 2);
  }
  .wpcf7 fieldset span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item label,
  .wpcf7 fieldset .wpcf7-form-control-wrap .wpcf7-list-item label {
    padding: 8px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
  }
  .wpcf7 fieldset span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item label input[type=checkbox],
  .wpcf7 fieldset .wpcf7-form-control-wrap .wpcf7-list-item label input[type=checkbox] {
    margin-right: 6px;
  }
  figure.wp-block-table table.has-fixed-layout {
    border-collapse: collapse;
    border: none;
  }
  figure.wp-block-table table.has-fixed-layout td {
    border: none;
    border-bottom: 1px solid #324250;
    text-align: left;
    padding: 1em;
  }
  figure.wp-block-table table.has-fixed-layout td:first-child {
    width: 30%;
  }
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 73%;
    position: relative;
    margin: 15px 0;
  }
  .gmap iframe {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 16px;
  }
  .wpcf7 table {
    border-spacing: 0;
  }
  .wpcf7 table tbody tr th, .wpcf7 table tbody tr td {
    width: 100% !important;
    display: block;
    box-sizing: border-box !important;
    padding: 15px 0;
  }
  .wpcf7 .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 .wpcf7 form.payment-required .wpcf7-response-output {
    text-align: left !important;
  }
}
@media only screen and (max-width: 500px) {
  html {
    font-size: 14px;
  }
}
header {
  position: fixed;
  width: 100%;
  z-index: 100;
}
header .header-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 60px;
}
header #logo a {
  display: block;
}
header #logo img {
  width: auto;
  height: 22px;
}
header #cvr nav.min #toggle-nav {
  display: none;
}
header #cvr nav.min .hamburger {
  display: grid;
  grid-template-columns: repeat(3, 7px);
  grid-template-rows: repeat(3, 7px);
  gap: 4px;
  box-sizing: content-box;
  width: 29px;
  height: 29px;
  place-content: center;
  cursor: pointer;
  position: relative;
  z-index: 210;
  padding: 6px;
  transition: gap 0.3s ease;
}
header #cvr nav.min .hamburger span {
  display: block;
  width: 7px;
  height: 7px;
  background: #FFFFFF;
  transition: background 0.3s;
}
header #cvr nav.min .hamburger:hover span {
  background: #BCA475;
}
header #cvr nav.min #toggle-nav:checked ~ .hamburger {
  gap: 0;
}
header #cvr nav.min .menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: transparent;
  z-index: 200;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 80px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  isolation: isolate;
}
header #cvr nav.min .menu-overlay:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-color: #06253F;
  /* background-image: url(./assets/images/common/menu_bg.png); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-blend-mode: screen;
  pointer-events: none;
}
header #cvr nav.min .menu-overlay .menu-overlay-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
header #cvr nav.min .menu-overlay .menu-overlay-bg .menu-overlay-bg-layer {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-blend-mode: screen;
  opacity: 0;
  transition: opacity 0.8s ease;
  will-change: opacity;
}
header #cvr nav.min .menu-overlay .menu-overlay-bg .menu-overlay-bg-layer.is-active {
  opacity: 0.3;
}
header #cvr nav.min .menu-overlay .menu-overlay-r ul.overlay-link {
  position: absolute;
  left: 60px;
  bottom: 60px;
}
header #cvr nav.min .menu-overlay .menu-overlay-r ul.overlay-link li {
  margin-bottom: 0;
  text-align: left;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
}
header #cvr nav.min .menu-overlay .menu-overlay-r ul.overlay-link li:last-child {
  margin-bottom: 0;
}
header #cvr nav.min .menu-overlay .menu-overlay-r ul.overlay-link li:nth-child(1) {
  transition-delay: 0s;
}
header #cvr nav.min .menu-overlay .menu-overlay-r ul.overlay-link li:nth-child(2) {
  transition-delay: 0.04s;
}
header #cvr nav.min .menu-overlay .menu-overlay-r ul.overlay-link li:nth-child(3) {
  transition-delay: 0.08s;
}
header #cvr nav.min .menu-overlay .menu-overlay-r ul.overlay-link li:nth-child(4) {
  transition-delay: 0.12s;
}
header #cvr nav.min .menu-overlay .menu-overlay-r ul.overlay-link li:nth-child(5) {
  transition-delay: 0.16s;
}
header #cvr nav.min .menu-overlay .menu-overlay-r ul.overlay-link li:nth-child(6) {
  transition-delay: 0.2s;
}
header #cvr nav.min .menu-overlay .menu-overlay-r ul.overlay-link li:nth-child(7) {
  transition-delay: 0.24s;
}
header #cvr nav.min .menu-overlay .menu-overlay-r ul.overlay-link li:nth-child(8) {
  transition-delay: 0.28s;
}
header #cvr nav.min .menu-overlay .menu-overlay-r ul.overlay-link li a {
  display: inline-block;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.08em;
  transition: opacity 0.3s;
}
header #cvr nav.min .menu-overlay .menu-overlay-r ul.overlay-link li a:hover {
  opacity: 0.6;
}
header #cvr nav.min #toggle-nav:checked ~ .menu-overlay {
  opacity: 1;
  visibility: visible;
}
header #cvr nav.min #toggle-nav:checked ~ .menu-overlay .overlay-link li {
  opacity: 1;
  transform: translateX(0);
}

body:has(#toggle-nav:checked) {
  overflow: hidden;
}

@media only screen and (max-width: 850px) {
  header .header-inner {
    padding: 14px 20px;
  }
  header #logo img {
    height: 21px;
  }
  header #cvr nav.min .menu-overlay {
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
  header #cvr nav.min .menu-overlay .menu-overlay-r {
    width: 100%;
  }
  header #cvr nav.min .menu-overlay .menu-overlay-r ul.overlay-link {
    position: static;
    left: auto;
    bottom: auto;
    text-align: center;
  }
  header #cvr nav.min .menu-overlay .menu-overlay-r ul.overlay-link li {
    margin-bottom: 22px;
    text-align: center;
    transform: translateY(24px);
  }
  header #cvr nav.min .menu-overlay .menu-overlay-r ul.overlay-link li a {
    font-size: 28px;
    padding: 4px 0;
  }
  header #cvr nav.min #toggle-nav:checked ~ .menu-overlay .overlay-link li {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 500px) {
  header #cvr nav.min .menu-overlay .menu-overlay-r ul.overlay-link li a {
    font-size: 24px;
  }
}
body.open_popup {
  overflow: hidden;
}
body.open_popup .bg_onetime_popup {
  opacity: 1;
  visibility: visible;
}

#about {
  position: fixed;
  content: "";
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}
#about.fade-in-left {
  transform: translate(-60px, -50%);
}
#about.show {
  transform: translate(0, -50%);
}
#about a {
  color: #FFFFFF;
  display: block;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}

#contact {
  position: fixed;
  content: "";
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
#contact.fade-in-right {
  transform: translate(60px, -50%);
}
#contact.show {
  transform: translate(0, -50%);
}
#contact a {
  color: #FFFFFF;
  display: block;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}

.page-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 100;
  width: 48px;
  height: 48px;
  background: #6F6252;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  display: block;
  transition: opacity 0.3s;
  text-align: center;
  margin: 0 auto;
  padding: 12px;
}
.page-top i {
  font-family: "Font Awesome 5 Free";
  opacity: 1;
  color: #FFFFFF;
  font-size: 24px;
}
.page-top:hover {
  background: #FFFFFF;
  opacity: 1;
}
.page-top:hover i {
  color: #6F6252 !important;
}
.page-top.js-show {
  opacity: 1;
}

#float-btn {
  display: none;
}

footer {
  position: fixed;
  z-index: 100;
  right: 60px;
  bottom: 60px;
}
footer .copyright {
  font-weight: 400;
  text-align: right;
  margin: 0 auto;
  color: #FFFFFF;
}

@media only screen and (max-width: 850px) {
  #float-btn {
    display: inherit;
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: calc(100% - 36px);
    z-index: 100;
  }
  #float-btn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    align-items: flex-start;
    gap: 0;
  }
  #float-btn ul li {
    display: inline-block;
    height: 60px;
    width: auto;
  }
  #float-btn ul li:nth-child(1), #float-btn ul li:nth-child(2) {
    flex: 1;
  }
  #float-btn ul li:nth-child(3), #float-btn ul li:nth-child(4) {
    width: 57px;
  }
  #float-btn ul li a {
    display: block;
    height: 60px;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 60px;
    position: relative;
    padding-left: 27px;
    width: auto;
  }
  #float-btn ul li a.line {
    color: #FFFFFF;
  }
  #float-btn ul li a.line:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    left: 10px;
    top: 19px;
    background: url(./assets/images/common/ico_line.svg) no-repeat left top;
    background-size: auto 24px;
  }
  #float-btn ul li a.web {
    background: #958879;
    color: #FFFFFF;
  }
  #float-btn ul li a.web:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    left: 10px;
    top: 19px;
    background: url(./assets/images/common/ico_web.svg) no-repeat left top;
    background-size: auto 24px;
  }
  #float-btn ul li a.tel {
    background: #ecdfce;
    color: #6F6252;
    font-weight: 700;
    letter-spacing: -0.025em;
    padding-left: 0;
  }
  #float-btn ul li a.tel:before {
    display: inherit;
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: 14px;
    top: 18px;
    background: url(./assets/images/common/ico_tel.svg) no-repeat left top;
    background-size: auto 30px;
  }
  #float-btn ul li a.instagram {
    position: relative;
  }
  #float-btn ul li a.instagram:before {
    display: inherit;
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: 14px;
    top: 18px;
    background: url(./assets/images/common/ico_instagram_gra.png) no-repeat left top;
    background-size: auto 30px;
    z-index: 1;
  }
  .page-top {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 36px;
    height: 60px;
    background: #6F6252;
    color: #FFFFFF;
    border: 1px solid #6F6252;
    display: block;
    transition: opacity 0.3s;
    text-align: center;
    margin: 0 auto;
    padding: 20px 6px;
  }
  .page-top i {
    font-family: "Font Awesome 5 Free";
    opacity: 1;
    color: #FFFFFF;
    font-size: 24px;
  }
  .page-top:hover {
    background: #FFFFFF;
    opacity: 1;
  }
  .page-top:hover i {
    color: #6F6252 !important;
  }
  .page-top.js-show {
    opacity: 1;
  }
  footer {
    background: rgba(6, 37, 63, 0.85);
    z-index: 0;
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  footer .copyright {
    width: 100%;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    color: #FFFFFF;
  }
  #about,
  #contact {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 50%;
    z-index: 2;
    transform: translateY(100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
  }
  #about a,
  #contact a {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    display: block;
    padding: 16px 10px;
    text-align: center;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }
  #about {
    right: auto;
  }
  #about a {
    background: #324250;
    border-top: 1px solid #324250;
  }
  #contact {
    left: auto;
  }
  #contact a {
    background: #BCA475;
    color: #06253F;
    border-top: 1px solid #BCA475;
  }
  #about.fade-in-left,
  #contact.fade-in-right {
    transform: translateY(100%);
  }
  #about.show,
  #contact.show {
    transform: translateY(0);
  }
}
#page-home {
  position: relative;
  z-index: 0;
}
#page-home .page-bg-movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  isolation: isolate;
}
#page-home .page-bg-movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-home .page-bg-movie .page-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #06253F;
  opacity: 0.85;
  mix-blend-mode: screen;
  pointer-events: none;
}

#home-hero {
  position: relative;
  min-height: 100svh;
  margin: 0 auto;
  margin-top: 0;
}

#information {
  position: absolute;
  left: 60px;
  bottom: 60px;
  z-index: 99;
  padding: 0;
  margin: 0;
}
#information .wrapper {
  background: #FFFFFF;
  border-radius: 24px;
  width: 900px;
  max-width: calc(100vw - 120px);
  height: 66px;
  padding: 0;
}
#information .wrapper .news-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
}
#information .wrapper .news-box h2 {
  padding: 20px;
  height: 66px;
  text-align: left;
  background: #BCA475;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  border-radius: 24px 0 0 24px;
}
#information .wrapper .article-box {
  flex: 1;
  min-width: 0;
  height: 1.6em;
  padding: 0 0 0 0;
  position: relative;
  overflow: hidden;
}
#information .wrapper .article-box .article-list {
  position: relative;
  width: 100%;
  height: 100%;
}
#information .wrapper .article-box .article-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  transform: translateX(100%);
}
#information .wrapper .article-box span.date {
  display: inline-block;
  flex-shrink: 0;
  padding-right: 20px;
  color: #BCA475;
}
#information .wrapper .article-box a {
  color: #3A3A3A;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#center-logo {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 150;
  opacity: 0;
  pointer-events: none;
  filter: blur(16px);
  transition: opacity 1s ease-out, filter 1s ease-out;
}
#center-logo.show {
  opacity: 1;
  filter: none;
}
#center-logo img {
  display: block;
  width: 360px;
  max-width: 45vw;
  height: auto;
}

@media only screen and (max-width: 850px) {
  #home-hero {
    position: relative;
    min-height: 100svh;
    margin: 0 auto;
    margin-top: 0;
  }
  #center-logo {
    top: 44%;
    filter: blur(10px);
    transition: opacity 0.8s ease-out, filter 0.8s ease-out;
  }
  #center-logo img {
    width: 240px;
    max-width: 60vw;
  }
  #information {
    left: 16px;
    right: 16px;
    bottom: 72px;
  }
  #information .wrapper {
    width: 100%;
    max-width: 100%;
    height: 56px;
    overflow: hidden;
  }
  #information .wrapper .news-box {
    gap: 0 14px;
  }
  #information .wrapper .news-box h2 {
    height: 56px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    font-size: 13px;
  }
  #information .wrapper .article-box {
    font-size: 13px;
    padding: 0;
  }
  #information .wrapper .article-box a {
    margin-right: 14px;
  }
  #information .wrapper ul.calender {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0 0;
    margin-bottom: 35px;
  }
  #information .wrapper ul.calender li {
    width: 100%;
    display: block;
    max-width: inherit;
    margin-bottom: 20px;
  }
  #information .wrapper ul.calender li img {
    width: 100%;
    height: auto;
  }
  #information .wrapper .flex-box {
    display: block;
  }
  #information .wrapper .flex-box .img-box {
    width: 100%;
    max-width: inherit;
    margin-bottom: 20px;
  }
  #information .wrapper .flex-box .img-box img {
    width: 100%;
    height: auto;
  }
  #information .wrapper .flex-box .text-box {
    width: 100%;
    max-width: inherit;
  }
  #information .wrapper .flex-box .text-box .news-box {
    margin-top: 35px;
    background: rgba(255, 255, 255, 0.45);
    padding: 20px 20px 80px 20px;
    position: relative;
  }
  #information .wrapper .flex-box .text-box .news-box h2 {
    text-align: left;
    margin-bottom: 0;
  }
  #information .wrapper .flex-box .text-box .news-box h2 span {
    display: inline-block;
  }
  #information .wrapper .flex-box .text-box .news-box .btn-more {
    position: absolute;
    right: inherit;
    left: 20px;
    top: inherit;
    bottom: 20px;
    margin: 20px 0 0 0;
  }
  #information .wrapper .flex-box .text-box .news-box .article-box {
    width: 100%;
  }
  #information .wrapper .flex-box .text-box .news-box .article-box ul {
    width: 100%;
  }
  #information .wrapper .flex-box .text-box .news-box .article-box ul li {
    text-align: left;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #D0CBC5;
  }
  #information .wrapper .flex-box .text-box .news-box .article-box ul li .date {
    display: inline-block;
    text-align: left;
    margin-right: 20px;
  }
  #information .wrapper .flex-box .text-box .news-box .article-box ul li a {
    color: #3A3A3A;
    display: inline-block;
    text-align: left;
  }
}
@media only screen and (max-width: 500px) {
  #center-logo {
    filter: blur(8px);
  }
  #center-logo img {
    width: 200px;
    max-width: 66vw;
  }
  #information .wrapper {
    height: 52px;
  }
  #information .wrapper .news-box h2 {
    height: 52px;
    font-size: 12px;
  }
  #information .wrapper .article-box {
    font-size: 12px;
  }
}
main.page {
  padding-top: 160px;
}
main.page .fadeinup {
  filter: blur(14px);
  transition: opacity 1s ease-out, transform 1s cubic-bezier(0.22, 1, 0.36, 1), filter 1s ease-out;
  will-change: filter, opacity;
}
main.page .fadeinup.show {
  filter: none;
}
main.page .page-hero.fadeinup {
  transition-delay: 0.1s;
}
main.page .breadBox.fadeinup {
  transition-delay: 0.25s;
}
main.page #page-01.fadeinup,
main.page #page-02.fadeinup,
main.page #category-content.fadeinup,
main.page #works-content.fadeinup,
main.page #service.fadeinup {
  transition-delay: 0.4s;
}
main.page .page-hero {
  position: relative;
  max-height: 240px;
  width: 100%;
  margin-top: 0;
  padding: 60px;
}
main.page .page-hero .mainimg {
  margin: 0 auto;
  text-align: center;
}
main.page .page-hero .mainimg h1 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
  margin: 0 auto 50px auto;
  color: #FFFFFF;
  uppercase: uppercase;
}

.breadBox {
  width: 100%;
  position: relative;
}
.breadBox .wrapper {
  text-align: left;
}
.breadBox .wrapper ul {
  padding: 20px 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.breadBox .wrapper ul li {
  display: inline-block;
  text-align: left;
  font-weight: 400;
  position: relative;
}
.breadBox .wrapper ul li:after {
  position: absolute;
  content: "/";
  right: 14px;
  top: 0;
}
.breadBox .wrapper ul li a {
  color: #BCA475;
  text-decoration: underline;
  padding-right: 30px;
}
.breadBox .wrapper ul li:last-child:after {
  content: "";
}

#works-content {
  padding: 10em 0 15em 0;
  background: rgba(6, 37, 63, 0.85);
}

#page-01 {
  padding: 10em 0 15em 0;
  background: rgba(6, 37, 63, 0.85);
}
#page-01 .wrapper a {
  text-decoration: underline;
}
#page-01 .wrapper h2 {
  color: #BCA475;
  text-align: left;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 3em;
}
#page-01 .wrapper h2.eng {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 1em;
}
#page-01 .wrapper h2.motto {
  font-size: 72px;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.2;
  color: #bebaba;
}
#page-01 .wrapper h2.motto span {
  color: #BCA475;
}
#page-01 .wrapper h3 {
  color: #FFFFFF;
  text-align: left;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 2em;
}
#page-01 .wrapper h4 {
  position: relative;
  font-size: 24px;
  font-weight: 700px;
  color: #6F6252;
  padding-left: 60px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  text-align: left;
}
#page-01 .wrapper h4:before {
  position: absolute;
  content: "";
  background: #6F6252;
  width: 48px;
  height: 1px;
  left: 0;
  top: 20px;
}
#page-01 .wrapper h5 {
  position: relative;
  font-size: 21px;
  font-weight: 700px;
  color: #6F6252;
  padding-left: 24px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  text-align: left;
}
#page-01 .wrapper h5:before {
  position: absolute;
  content: "●";
  color: #BCA475;
  left: 0;
  top: 5px;
  font-size: 15px;
}
#page-01 .wrapper strong {
  font-weight: 900;
  font-size: 120%;
}
#page-01 .wrapper .entry-box .entry-date {
  text-align: left;
  color: #bebaba;
  margin-bottom: 1rem;
}
#page-01 .wrapper .article-box article {
  border-bottom: 1px solid #324250;
}
#page-01 .wrapper .article-box article a {
  display: block;
  padding: 1.5em 0;
}
#page-01 .wrapper .article-box article a .text_wrap {
  display: flex;
  align-items: center;
  gap: 2em;
}
#page-01 .wrapper .article-box article a .text_wrap time {
  flex-shrink: 0;
  text-align: left;
  font-weight: 500;
  color: #bebaba;
}
#page-01 .wrapper .article-box article a .text_wrap h3 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 17px;
}
#page-01 ul {
  padding-left: 0;
  margin-left: 0;
}
#page-01 ul.wp-block-list {
  margin-bottom: 3em;
}
#page-01 ul.wp-block-list li {
  text-align: left;
  margin-bottom: 0.5em;
  line-height: 1.8;
  font-size: 17px;
  list-style: disc;
  margin-left: 25px;
}
#page-01 ol {
  padding-left: 0;
  margin-left: 0;
}
#page-01 ol.wp-block-list {
  margin-bottom: 3em;
}
#page-01 ol.wp-block-list li {
  text-align: left;
  margin-bottom: 0.5em;
  line-height: 1.8;
  font-size: 17px;
  list-style: decimal;
  margin-left: 25px;
}
#page-01 .wp-block-column {
  margin-bottom: 10em;
}
#page-01 .wp-block-column .wp-block-column {
  margin-bottom: 0;
}

@media only screen and (max-width: 850px) {
  main.page {
    padding-top: 50px;
  }
  main.page .fadeinup {
    filter: blur(8px);
    transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.8s ease-out;
  }
  main.page .page-hero.fadeinup {
    transition-delay: 0s;
  }
  main.page .breadBox.fadeinup {
    transition-delay: 0.12s;
  }
  main.page #page-01.fadeinup,
  main.page #page-02.fadeinup,
  main.page #category-content.fadeinup,
  main.page #works-content.fadeinup,
  main.page #service.fadeinup {
    transition-delay: 0.24s;
  }
  main.page .page-hero {
    position: relative;
    max-height: 210px;
    width: 100%;
    margin-top: 0;
    padding: 30px;
  }
  main.page .page-hero .mainimg {
    margin: 0 auto;
    text-align: center;
  }
  main.page .page-hero .mainimg h1 {
    font-size: 27px;
    font-weight: 500;
    position: relative;
    margin: 0 auto 0 auto;
  }
  .breadBox {
    width: 100%;
    position: relative;
  }
  .breadBox .wrapper {
    position: static;
    right: auto;
    top: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: inherit;
    text-align: left;
  }
  .breadBox .wrapper ul {
    padding: 12px 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .breadBox .wrapper ul::-webkit-scrollbar {
    display: none;
  }
  .breadBox .wrapper ul li {
    display: inline-block;
    flex-shrink: 0;
    white-space: nowrap;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    position: relative;
  }
  .breadBox .wrapper ul li:after {
    position: absolute;
    content: "/";
    right: 14px;
    top: 0;
    color: #BCA475;
  }
  .breadBox .wrapper ul li:last-child:after {
    content: "";
  }
  .breadBox .wrapper ul li a {
    text-decoration: underline;
    padding-right: 30px;
  }
  #works-content {
    padding: 7.5em 0 7.5em 0;
    background: rgba(6, 37, 63, 0.85);
  }
  #page-01 {
    padding: 7.5em 0 7.5em 0;
  }
  #page-01 .wrapper h2 {
    font-size: 24px;
  }
  #page-01 .wrapper h2.eng {
    font-size: 32px;
    margin-bottom: 0.5em;
  }
  #page-01 .wrapper h2.motto {
    font-size: 32px;
    margin-bottom: 0.5em;
  }
  #page-01 .wrapper h3 {
    font-size: 21px;
    font-weight: 700;
    position: relative;
    margin: 0 auto 20px auto;
    letter-spacing: 0.04em;
    text-align: left;
    color: #BCA475;
  }
  #page-01 .wrapper h4 {
    position: relative;
    font-size: 21px;
    font-weight: 700px;
    color: #6F6252;
    padding-left: 30px;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
    text-align: left;
  }
  #page-01 .wrapper h5 {
    position: relative;
    font-size: 18px;
    font-weight: 700px;
    color: #6F6252;
    padding-left: 21px;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
    text-align: left;
  }
  #page-01 .wrapper h5:before {
    position: absolute;
    content: "●";
    color: #BCA475;
    left: 0;
    top: 3px;
    font-size: 13px;
  }
  #page-01 .wrapper strong {
    font-weight: 900;
    font-size: 120%;
  }
  #page-01 .wrapper ul {
    padding-left: 0;
    margin-left: 0;
  }
  #page-01 .wrapper ul.wp-block-list li {
    text-align: left;
    margin-bottom: 6px;
    line-height: 1.6em;
    font-size: 15px;
    list-style: disc;
    margin-left: 15px;
    color: #FFFFFF;
  }
  #page-01 .wrapper ol {
    padding-left: 0;
    margin-left: 0;
  }
  #page-01 .wrapper ol.wp-block-list li {
    text-align: left;
    margin-bottom: 6px;
    line-height: 1.6em;
    font-size: 15px;
    list-style: decimal;
    margin-left: 15px;
    color: #FFFFFF;
  }
  #page-01 .wrapper .maker strong {
    font-size: 120%;
    letter-spacing: 0.025em;
    background-image: linear-gradient(transparent 60%, pink 60%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #3A3A3A;
  }
  #page-01 .wp-block-column {
    margin-bottom: 5em;
  }
  #page-01 .wp-block-column .wp-block-column {
    margin-bottom: 0;
  }
}
#works-content {
  padding: 80px 0 120px;
}
#works-content .wrapper {
  max-width: 1080px;
}
#works-content .works-cat-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 10px;
  margin-bottom: 64px;
}
#works-content .works-cat-nav li a {
  display: inline-block;
  padding: 7px 22px;
  border: 1px solid #BCA475;
  border-radius: 999px;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  letter-spacing: 0.06em;
  transition: background 0.3s ease, color 0.3s ease;
}
#works-content .works-cat-nav li a:hover {
  opacity: 1;
  background: #BCA475;
  color: #06253F;
}
#works-content .works-cat-nav li.is-current a {
  background: #BCA475;
  color: #06253F;
}
#works-content .works-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 40px;
}
#works-content .works-item a {
  display: block;
}
#works-content .works-item a:hover {
  opacity: 1;
}
#works-content .works-item a:hover .works-thumb img {
  opacity: 1;
  transform: scale(1.05);
}
#works-content .works-item .works-thumb {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  background: #06253F;
  border-radius: 16px;
}
#works-content .works-item .works-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, opacity 0.3s ease;
}
#works-content .works-item .works-meta {
  padding-top: 18px;
  text-align: left;
}
#works-content .works-item .works-cat {
  display: inline-block;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #BCA475;
  text-align: left;
}
#works-content .works-item .works-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
#works-content .wp-pagenavi,
#works-content .pagination {
  margin-top: 80px;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  #works-content {
    padding: 40px 0 70px;
  }
  #works-content .works-cat-nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 28px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }
  #works-content .works-cat-nav::-webkit-scrollbar {
    display: none;
  }
  #works-content .works-cat-nav li {
    flex: 0 0 auto;
  }
  #works-content .works-cat-nav li a {
    padding: 6px 15px;
    font-size: 12px;
  }
  #works-content .works-list {
    gap: 28px 14px;
  }
  #works-content .works-item .works-meta {
    padding-top: 10px;
  }
  #works-content .works-item .works-cat {
    font-size: 11px;
    margin-bottom: 5px;
  }
  #works-content .works-item .works-title {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
@media only screen and (max-width: 500px) {
  #works-content .works-list {
    gap: 22px 10px;
  }
  #works-content .works-item .works-title {
    font-size: 12px;
  }
}

.works-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding-left: 0;
  margin: 4em auto 0;
}
.works-tags li {
  list-style: none;
}
.works-tags li a {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #324250;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #bebaba;
  text-decoration: none !important;
  transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease;
}
.works-tags li a:hover {
  opacity: 1;
  border-color: #BCA475;
  color: #FFFFFF;
}
.works-tags li.is-current a {
  background: #BCA475;
  border-color: #BCA475;
  color: #06253F;
}
@media only screen and (max-width: 850px) {
  .works-tags {
    margin-top: 2.5em;
    gap: 8px;
  }
  .works-tags li a {
    padding: 4px 12px;
    font-size: 11px;
  }
}

#works-content .works-tags {
  margin-top: 3em;
}

.works-single #page-01 .wrapper .works-entry .works-cat {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #BCA475;
  margin-bottom: 12px;
  text-align: left;
}
.works-single #page-01 .wrapper .works-entry h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  margin-bottom: 32px;
}
.works-single #page-01 .wrapper .works-entry .works-eyecatch {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 40px;
}
.works-single #page-01 .wrapper .works-entry .works-eyecatch img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.works-single #page-01 .wrapper .works-entry .works-back {
  margin-top: 80px;
  text-align: center;
}
.works-single #page-01 .wrapper .works-entry .works-back a {
  display: inline-block;
  padding: 12px 40px;
  border: 1px solid #BCA475;
  border-radius: 999px;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.06em;
  transition: background 0.3s ease, color 0.3s ease;
}
.works-single #page-01 .wrapper .works-entry .works-back a:hover {
  opacity: 1;
  background: #BCA475;
  color: #06253F;
}
@media only screen and (max-width: 850px) {
  .works-single #page-01 .wrapper .works-entry .works-cat {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .works-single #page-01 .wrapper .works-entry h2 {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .works-single #page-01 .wrapper .works-entry .works-eyecatch {
    margin-bottom: 28px;
  }
  .works-single #page-01 .wrapper .works-entry .works-back {
    margin-top: 56px;
  }
  .works-single #page-01 .wrapper .works-entry .works-back a {
    display: block;
    padding: 12px 20px;
  }
}

#service {
  padding: 10em 0 15em;
  background: #06253F;
}
#service > .wrapper {
  max-width: 1080px;
}
#service .service-row {
  margin-bottom: 8em;
  border-bottom: 1px solid #324250;
  padding-bottom: 2rem;
}
#service .service-row:last-child {
  margin-bottom: 0;
}
#service .service-split {
  display: flex;
  align-items: center;
  gap: 6%;
  margin-bottom: 3em;
}
#service .service-row.is-reverse .service-split {
  flex-direction: row-reverse;
}
#service .service-head {
  flex: 1 1 0;
}
#service .service-visual {
  flex: 1 1 0;
  aspect-ratio: 4/3;
  background-color: #06253F;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  border: 1px solid rgba(188, 164, 117, 0.25);
}
#service .service-no {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  letter-spacing: 0.12em;
  color: #BCA475;
  margin-bottom: 0.6em;
}
#service .service-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-bottom: 1em;
}
#service .service-text {
  font-size: 16px;
  line-height: 1.9;
  color: #bebaba;
  margin-bottom: 0;
  text-align: left;
}
#service .service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9em 2.4em;
  padding-left: 0;
  margin-left: 0;
}
#service .service-list li {
  list-style: none;
  position: relative;
  padding-left: 1.3em;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
#service .service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 1px;
  background: #BCA475;
}
#service .service-brand-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  padding-left: 0;
  margin-left: 0;
}
#service .service-brand-list .service-brand {
  list-style: none;
}
#service .service-brand-list .service-brand a {
  display: block;
  height: 100%;
  padding: 1.75em;
  border: 1px solid #324250;
  border-radius: 12px;
  background: #FFFFFF;
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.15s ease;
}
#service .service-brand-list .service-brand a:hover {
  opacity: 1;
  border-color: #BCA475;
  transform: translateY(3px);
}
#service .service-brand-list .service-brand .service-brand-logo {
  display: block;
  height: 28px;
  width: auto;
  text-align: center;
  margin: 0 auto 0.5em auto;
}
#service .service-brand-list .service-brand .service-brand-name {
  display: block;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 0.5em;
}
#service .service-brand-list .service-brand .service-brand-text {
  display: block;
  font-size: 15px;
  line-height: 1.8;
  color: #000000;
  text-align: left;
}
@media only screen and (max-width: 850px) {
  #service {
    padding: 4em 0 7em;
  }
  #service .service-row {
    margin-bottom: 5em;
  }
  #service .service-split,
  #service .service-row.is-reverse .service-split {
    flex-direction: column;
    gap: 1.5em;
    margin-bottom: 1.5em;
  }
  #service .service-visual {
    width: 100%;
    align-self: auto;
    aspect-ratio: 16/10;
    min-height: auto;
  }
  #service .service-no {
    font-size: 17px;
  }
  #service .service-title {
    font-size: 22px;
  }
  #service .service-list {
    gap: 0.7em 1.6em;
  }
  #service .service-brand-list {
    grid-template-columns: 1fr;
    gap: 1em;
  }
  #service .service-brand-list .service-brand a {
    padding: 1.4em;
  }
}/*# sourceMappingURL=style.css.map */