@charset "UTF-8";
/* ========================================
リセットCSS
======================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  overflow-wrap: break-word;
}

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

iframe {
  max-width: 100%;
  vertical-align: middle;
}

span {
  font: inherit;
  letter-spacing: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address {
  font: inherit;
}

input,
button,
textarea,
select {
  color: inherit;
  font: inherit;
  vertical-align: middle;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

/* ========================================
変数・関数
======================================== */
:root {
  --color-black: #342C29;
  --color-gold: #9A6B20;
  --font-base:"FP-ヒラギノUD角ゴ StdN W3", sans-serif;
  --font-en: FuturaLTPro-Medium , "FP-ヒラギノUD角ゴ StdN W3", sans-serif;
  --z-index-gnav: 10;
  --z-index-gnavbtn: 11;
}

/* ========================================
mixin
======================================== */
/* ========================================
ベースCSS
======================================== */
body {
  color: var(--color-black);
  font-family: var(--font-base);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  background: #EAE6E1;
  min-height: 100vh;
}

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

/* CLEAR-FIX */
/* ========================================
モジュール・パーツ m-
======================================== */
.m-inner {
  width: 89.7510980966%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .m-inner {
    width: 90%;
  }
}

.m-textBox {
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .m-textBox {
    font-size: 16px;
  }
}
.m-textBox p + P {
  margin-top: 2.8em;
}
@media screen and (max-width: 767px) {
  .m-textBox p + P {
    margin-top: 2em;
  }
}
.m-textBox a {
  text-decoration: underline;
}

/* ========================================
補助的に使用 u-
======================================== */
@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

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

.u-ib {
  display: inline-block !important;
}

.u-text-center {
  text-align: center !important;
}
.u-text-left {
  text-align: left !important;
}
.u-text-right {
  text-align: right !important;
}

.u-weight-100 {
  font-weight: 100 !important;
}

.u-weight-200 {
  font-weight: 200 !important;
}

.u-weight-300 {
  font-weight: 300 !important;
}

.u-weight-400 {
  font-weight: 400 !important;
}

.u-weight-500 {
  font-weight: 500 !important;
}

.u-weight-600 {
  font-weight: 600 !important;
}

.u-weight-700 {
  font-weight: 700 !important;
}

.u-weight-800 {
  font-weight: 800 !important;
}

.u-weight-900 {
  font-weight: 900 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

/* ========================================
header
======================================== */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 45px;
}

.gNavBtn {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px 0;
  width: 72px;
  height: 74px;
  background: url(/assets/image/common/btn_bg.svg) center/contain no-repeat;
  position: fixed;
  top: 35px;
  right: 12px;
  z-index: var(--z-index-gnavbtn);
}
@media screen and (min-width: 768px) {
  .gNavBtn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gNavBtn {
    display: flex;
  }
}
.gNavBtn span {
  display: block;
  width: 28px;
  height: 2px;
  background: #9A6B20;
  transition: 0.3s;
}
.is-menuActive .gNavBtn span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.is-menuActive .gNavBtn span:nth-child(2) {
  opacity: 0;
}
.is-menuActive .gNavBtn span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .gNav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: var(--z-index-gnav);
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0s 0.4s, opacity 0.3s 0s;
  }
  .is-menuActive .gNav {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0s 0s, opacity 0.3s 0s;
  }
}
.gNav__primary {
  display: flex;
  align-items: center;
  gap: 0 5.8565153734vw;
}
@media screen and (max-width: 767px) {
  .gNav__primary {
    flex-direction: column;
    gap: 35px 0;
    width: 100%;
    height: 100%;
    padding-top: 130px;
    background: url(/assets/image/common/gnav_bg.svg) left 70% top -104px/793px 812px no-repeat;
  }
}
.gNav__primary a {
  display: block;
  padding: 5px 0;
  color: var(--color-gold);
  font-family: var(--font-en);
  font-size: min(2.2135416667vw, 20px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .gNav__primary a {
    font-size: 20px;
  }
}
.gNav__primary a::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  transform: scale(0, 1);
}
@media (hover: hover) {
  .gNav__primary a:hover::after {
    transform: scale(1, 1);
  }
}

.pageAbout .gNav__primary .-about a::after {
  transform: scale(1, 1);
}

.pageService .gNav__primary .-service a::after {
  transform: scale(1, 1);
}

.pageWorks .gNav__primary .-works a::after {
  transform: scale(1, 1);
}

.pageNews .gNav__primary .-news a::after {
  transform: scale(1, 1);
}

.pageContact .gNav__primary .-contact a::after {
  transform: scale(1, 1);
}

/* ========================================
footer
======================================== */
.footer {
  position: sticky;
  top: 100vh;
}
.footer__copyright {
  display: block;
  padding: 20px 0;
  font-family: var(--font-en);
  color: var(--color-gold);
  font-size: 12px;
  text-align: center;
}

/* ========================================
メニュー
======================================== */
/* ========================================
共通で使うレイアウト l-
======================================== */
html:has(.pageHome) {
  width: 100%;
  height: 100%;
}

.pageHome {
  width: 100%;
  height: 100%;
}
.pageHome::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/assets/image/common/bg-pc.png) center bottom/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  animation: pageFadein 2s 0.6s forwards;
}
.pageHome .header__logo,
.pageHome .gNav__primary,
.pageHome .footer__copyright {
  opacity: 0;
  animation: pageFadein 2s 0s forwards;
}

@keyframes pageFadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.commonMain {
  text-align: center;
  padding: 280px 0 100px;
}
@media screen and (max-width: 767px) {
  .commonMain {
    padding: 160px 0 80px;
  }
}

.pageNews__content dl + dl {
  margin-top: 3em;
}
.pageNews__content dt {
  margin-bottom: 1em;
  color: #ED292A;
  font-size: 13px;
}

/* ========================================
トップページ home
======================================== *//*# sourceMappingURL=style.css.map */