@charset "UTF-8";
.gFooter .note .wrap::before, .gFooter .ci .data::before, .gFooter .ci .copyright::before, .gFooter .note .wrap::after, .gFooter .ci .data::after, .gFooter .ci .copyright::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.gFooter .note .wrap::before, .gFooter .ci .data::before, .gFooter .ci .copyright::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.gFooter .note .wrap::after, .gFooter .ci .data::after, .gFooter .ci .copyright::after {
  margin-top: calc((1em - 1lh) / 2);
}

@media screen and (hover: hover) and (pointer: fine) {
  .hov, .gFooter .pagetop, .btn--contact {
    transition: opacity 0.4s;
  }
  @supports (filter: brightness(100%)) {
    .hov, .gFooter .pagetop, .btn--contact {
      transition-property: filter;
    }
  }
  .hov:hover, .gFooter .pagetop:hover, .btn--contact:hover {
    opacity: 0.8;
  }
  @supports (filter: brightness(100%)) {
    .hov:hover, .gFooter .pagetop:hover, .btn--contact:hover {
      filter: brightness(110%);
      opacity: 1;
    }
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  form-sizing: content;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

select::-ms-expand {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 100px;
}
@media screen and (max-width: 1080px) and (min-width: 641px) {
  :root {
    font-size: 9.2592592593vw;
  }
}
@media screen and (max-width: 640px) {
  :root {
    font-size: 15.625vw;
  }
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  /*scroll-padding-top: 1.5rem;

  @include sp {
  	scroll-padding-top: .2rem;
  }*/
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 0.24rem;
    line-height: 1.5;
  }
}

.wrap {
  width: 10rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .wrap {
    width: auto;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
@media screen and (min-width: 641px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@-webkit-keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 25%, 0);
  }
}
@keyframes updown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 25%, 0);
  }
}
.gHeader {
  height: 0.8rem;
  background: #000;
}
@media screen and (max-width: 640px) {
  .gHeader {
    padding: 0 0.8rem 0 0;
  }
}
.gHeader .siteTitle {
  display: flex;
  align-items: center;
  width: 5.2rem;
  height: 0.8rem;
  margin: 0 auto;
  font-size: 1px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .gHeader .siteTitle {
    width: 4.56rem;
  }
}
.gHeader .gNav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}
.gHeader .gNav .btn--menu {
  display: grid;
  place-items: center;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #fff;
}
.gHeader .gNav .btn--menu input,
.gHeader .gNav .btn--menu .bar {
  grid-area: 1/1;
}
.gHeader .gNav .btn--menu input {
  visibility: hidden;
}
.gHeader .gNav .btn--menu .bar {
  display: grid;
  width: 0.4rem;
  height: 0.22rem;
  background-image: linear-gradient(#000, #000);
  background-position: 50% 50%;
  background-size: 100% 0.02rem;
  background-repeat: no-repeat;
  transition: background-size 0.2s;
}
.gHeader .gNav .btn--menu .bar::before, .gHeader .gNav .btn--menu .bar::after {
  content: "";
  display: block;
  height: 0.02rem;
  grid-area: 1/1;
  align-self: center;
  justify-self: stretch;
  background: #000;
  transition: transform 0.2s;
}
.gHeader .gNav .btn--menu .bar::before {
  transform: translate3D(0, calc(-0.11rem + 0.01rem), 0);
}
.gHeader .gNav .btn--menu .bar::after {
  transform: translate3D(0, calc(0.11rem - 0.01rem), 0);
}
.gHeader .gNav .btn--menu:has(input:checked) .bar {
  background-size: 0 0.02rem;
}
.gHeader .gNav .btn--menu:has(input:checked) .bar::before {
  transform: translate3D(0, 0, 0) rotate(135deg);
}
.gHeader .gNav .btn--menu:has(input:checked) .bar::after {
  transform: translate3D(0, 0, 0) rotate(45deg);
}
.gHeader .gNav .btn--menu:has(input:checked) ~ .navigation {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 640px) {
  .gHeader .gNav .btn--menu:has(input:checked) ~ .navigation {
    -webkit-clip-path: none;
            clip-path: none;
    transform: translate3d(0, 0, 0);
  }
}
.gHeader .gNav .navigation {
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  padding: 0 0 0 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: -webkit-clip-path 0.4s;
  transition: clip-path 0.4s;
  transition: clip-path 0.4s, -webkit-clip-path 0.4s;
}
@media screen and (max-width: 640px) {
  .gHeader .gNav .navigation {
    height: 100dvh;
    padding: 0;
    background: #000;
    -webkit-clip-path: none;
            clip-path: none;
    transform: translate3d(100%, 0, 0);
    transition-property: transform;
  }
}
.gHeader .gNav .navigation .menu {
  box-sizing: border-box;
  height: 100vh;
  padding: 1rem 0 1rem 0.25rem;
  background: #000;
  overflow-y: scroll;
  scrollbar-width: none;
}
@media screen and (max-width: 640px) {
  .gHeader .gNav .navigation .menu {
    height: 100dvh;
    padding: 0.5rem 0.7rem 1.3rem;
    overflow-y: scroll;
  }
}
.gHeader .gNav .navigation .menu::-webkit-scrollbar {
  display: none;
}
.gHeader .gNav .navigation .list {
  width: 4rem;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .gHeader .gNav .navigation .list {
    width: auto;
  }
}
.gHeader .gNav .navigation .list li {
  border-bottom: 1px solid #fff;
}
.gHeader .gNav .navigation .list a {
  display: block;
  padding: 0 0 0 0.3rem;
  background: url(../imgs/arw01.svg) calc(100% - 0.14rem) 50%/0.06rem auto no-repeat;
  line-height: 0.6rem;
  font-size: 0.18rem;
}
@media screen and (max-width: 640px) {
  .gHeader .gNav .navigation .list a {
    padding: 0 0 0 0.4rem;
    background-position: calc(100% - 0.2rem) 50%;
    line-height: 0.75rem;
    font-size: 0.22rem;
  }
}
.gHeader .gNav .navigation .list a.off {
  opacity: 0.5;
  pointer-events: none;
}
.gHeader .gNav .navigation .btn--takuchinomori {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 4rem;
  height: 0.6rem;
  margin: 0.5rem 0 0;
  padding: 0 0 0 0.3rem;
  background: url(../imgs/ico-ext.svg) calc(100% - 0.16rem) 50%/0.16rem auto no-repeat;
  font-size: 0.18rem;
  box-shadow: inset 0 0 0 1px currentColor;
}
@media screen and (max-width: 640px) {
  .gHeader .gNav .navigation .btn--takuchinomori {
    width: auto;
    height: 0.75rem;
    margin: 0.6rem 0 0;
    padding: 0 0 0 0.35rem;
    background-position: calc(100% - 0.2rem) 50%;
    background-size: 0.2rem auto;
    font-size: 0.22rem;
  }
}
.gHeader .gNav .navigation .btn--takuchinomori .small {
  font-size: 0.12rem;
}
@media screen and (max-width: 640px) {
  .gHeader .gNav .navigation .btn--takuchinomori .small {
    font-size: 0.15rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .gHeader .gNav .navigation .btn--takuchinomori {
    background-image: url(../imgs/ico-ext.svg), linear-gradient(90deg, #fff 50%, #000 50%);
    background-position: calc(100% - 0.16rem) 50%, 100% 0;
    background-size: 0.16rem auto, 200% 100%;
    transition: 0.4s;
    transition-property: background-position, color;
  }
  .gHeader .gNav .navigation .btn--takuchinomori:hover {
    background-image: url(../imgs/ico-ext_r.svg), linear-gradient(90deg, #fff 50%, #000 50%);
    background-position: calc(100% - 0.16rem) 50%, 0 0;
    color: #000;
  }
}
.gHeader .gNav .navigation .btn--contact {
  display: none;
  /*@include sp {
  	display: flex;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  }*/
}

.main {
  background: #000;
}
.main .pageTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  position: relative;
  background: 50% 50%/cover no-repeat;
}
@media screen and (max-width: 640px) {
  .main .pageTitle {
    height: 1.8rem;
  }
}
.main .pageTitle .caption {
  padding: 0.06rem;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.1rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .main .pageTitle .caption {
    padding: 0.08rem;
    font-size: 0.2rem;
  }
}
.main .fadeUp {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
  transition: 0.8s;
  transition-property: opacity, transform;
}
.main .fadeUp.scrollIn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.main figure:has(figcaption.bottomRightOut) {
  position: relative;
}
.main figcaption.bottomRightOut {
  padding: 0.06rem 0 0;
  position: absolute;
  top: 100%;
  right: 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.1rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .main figcaption.bottomRightOut {
    padding: 0.15rem 0 0;
    position: static;
    font-size: 0.2rem;
    text-align: right;
  }
}

.gFooter {
  padding: 0.2rem 0 0;
  background-color: #000;
}
.gFooter .note .wrap {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .gFooter .note .wrap {
    font-size: 0.2rem;
    line-height: 1.2;
  }
}
.gFooter .navigation {
  margin: 0.55rem 0 0;
}
@media screen and (max-width: 640px) {
  .gFooter .navigation {
    margin: 0.5rem 0 0;
  }
}
.gFooter .navigation ul {
  display: flex;
}
@media screen and (max-width: 640px) {
  .gFooter .navigation ul {
    flex-wrap: wrap;
    gap: 0.12rem 0;
  }
}
.gFooter .navigation ul li {
  box-sizing: border-box;
  width: 14.2857142857%;
  border-right: 1px solid currentColor;
}
@media screen and (max-width: 640px) {
  .gFooter .navigation ul li {
    width: 50%;
  }
  .gFooter .navigation ul li:nth-child(odd) {
    border-left: 1px solid currentColor;
  }
}
.gFooter .navigation ul li:first-child {
  border-left: 1px solid currentColor;
}
.gFooter .navigation ul a {
  display: block;
  font-size: 0.1rem;
  line-height: 3;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .gFooter .navigation ul a {
    font-size: 0.2rem;
  }
}
.gFooter .navigation ul a.off {
  opacity: 0.5;
  pointer-events: none;
}
.gFooter .link {
  margin: 0.5rem 0 0;
  padding: 0.18rem 0;
  background: #35391c;
}
@media screen and (max-width: 640px) {
  .gFooter .link {
    padding: 0.24rem 0;
  }
}
.gFooter .link ul {
  display: flex;
}
@media screen and (max-width: 640px) {
  .gFooter .link ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.06rem 0;
  }
}
.gFooter .link ul li {
  flex-grow: 1;
  border-right: 1px solid currentColor;
}
@media screen and (max-width: 640px) {
  .gFooter .link ul li {
    flex-grow: 0;
    padding: 0 0.1rem;
  }
  .gFooter .link ul li:nth-child(3), .gFooter .link ul li:nth-child(4) {
    border-left: 1px solid currentColor;
  }
}
.gFooter .link ul li:first-child {
  border-left: 1px solid currentColor;
}
.gFooter .link ul a {
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .gFooter .link ul a {
    font-size: 0.2rem;
    line-height: 1.1;
  }
}
.gFooter .ci {
  padding: 0.34rem 0 0.28rem;
  background: #fff;
  color: #231815;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .gFooter .ci {
    padding: 0.45rem 0 1.2rem;
    font-size: 0.2rem;
    line-height: 1.25;
  }
}
.gFooter .ci .wrap {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto;
  gap: 0.14rem;
}
@media screen and (max-width: 640px) {
  .gFooter .ci .wrap {
    display: block;
    padding-left: 0.45rem;
  }
}
.gFooter .ci .logo {
  display: block;
}
.gFooter .ci .logo--01 {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 1.75rem;
}
@media screen and (max-width: 640px) {
  .gFooter .ci .logo--01 {
    width: 3.5rem;
  }
}
.gFooter .ci .logo--02 {
  grid-row: 1/3;
  grid-column: 2/3;
  align-self: flex-end;
  justify-self: flex-end;
  width: 0.73rem;
}
@media screen and (max-width: 640px) {
  .gFooter .ci .logo--02 {
    width: 1.46rem;
    margin: 0.45rem 0 0;
  }
}
.gFooter .ci .logo img {
  width: 100%;
}
.gFooter .ci .data {
  grid-row: 2/4;
  grid-column: 1/2;
}
@media screen and (max-width: 640px) {
  .gFooter .ci .data {
    padding: 0.3rem 0 0;
  }
}
.gFooter .ci .copyright {
  grid-row: 3/4;
  grid-column: 2/3;
  justify-self: flex-end;
}
@media screen and (max-width: 640px) {
  .gFooter .ci .copyright {
    padding: 0.15rem 0 0;
  }
}
.gFooter .pagetop {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  position: fixed;
  bottom: 0;
  right: 0;
  background: url(../imgs/patetop.svg) 0 0/contain no-repeat;
}
@media screen and (max-width: 640px) {
  .gFooter .pagetop {
    right: 0.1rem;
    bottom: 0.9rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .gFooter .pagetop {
    transition-property: opacity, transform;
  }
  @supports (filter: brightness(100%)) {
    .gFooter .pagetop {
      transition-property: filter, transform;
    }
  }
}

.main:has(.hero.scrollIn) ~ .gFooter .pagetop,
.main:has(.pageTitle.scrollIn) ~ .gFooter .pagetop {
  transform: translate3d(0, 100%, 0);
}
@media screen and (max-width: 640px) {
  .main:has(.hero.scrollIn) ~ .gFooter .pagetop,
.main:has(.pageTitle.scrollIn) ~ .gFooter .pagetop {
    transform: translate3d(0, 1.5rem, 0);
  }
}

.btn--contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 2.2rem;
  position: fixed;
  top: 1rem;
  right: 0;
  z-index: 9001;
  background: #aa8b44;
  writing-mode: vertical-rl;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.24rem;
}
@media screen and (max-width: 640px) {
  .btn--contact {
    gap: 0.08rem;
    width: 100%;
    height: 0.8rem;
    top: auto;
    bottom: 0;
    writing-mode: horizontal-tb;
    font-size: 0.28rem;
    transition: transform 0.4s;
  }
  .btn--contact::before {
    content: "";
    display: block;
    width: 0.37rem;
    aspect-ratio: 37/28;
    background: url(../imgs/ico-mail.svg) 0 0/contain no-repeat;
  }
}

@media screen and (max-width: 640px) {
  .main:has(.hero.scrollIn) ~ .btn--contact,
.main:has(.pageTitle.scrollIn) ~ .btn--contact {
    transform: translate3d(0, 100%, 0);
  }
}
/*# sourceMappingURL=common.css.map */