@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

/* 行の高=フォントサイズ */
body {
  line-height: 1;
  letter-spacing: 0.05em;
}

/* 新規追加要素をブロック要素化 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* ulのマーカー非表示 */
ol,
ul,
li {
  list-style: none;
}

/* 引用符の非表示 */
blockquote,
q {
  quotes: none;
}

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
  background-color: #ff9;
  color: #083459;
  text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
  text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
  border: 0;
}

/* 画像を縦に並べた時に余白0 */
img {
  display: block;
  width: 100%;
  height: auto;
}

/*box-sizingを全ブラウザに対応*/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html.is-menu-scroll-lock {
  overflow: hidden;
  overscroll-behavior: none;
}

*:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

br {
  line-height: inherit;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav {
  display: block;
}

section {
  display: block;
  position: relative;
}

input[type=submit], input[type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus, input[type=button]:focus {
  outline-offset: -2px;
}

main {
  display: block;
}

sup {
  position: relative;
  top: -1ex;
  vertical-align: baseline;
}

button {
  outline: none;
}

iframe {
  display: block;
}

/*import*/
html {
  font-size: 10px;
  box-sizing: border-box;
  color: #282828;
  scroll-behavior: smooth;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
}

body.is-menu-scroll-lock {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

body.is-menu-scroll-lock .section__header--sp__nav,
body.is-menu-scroll-lock .section__header--sp__toggle,
body.is-menu-scroll-lock .js-menu-toggle {
  touch-action: auto;
}

html,
body {
  width: 100%;
}

*:focus {
  outline: none;
}

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

a {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a * {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.common__inner {
  padding-inline: 24px;
}
@media (max-width: 480px) {
  .common__inner {
    padding-inline: 5%;
  }
}

.common-ttl--en {
  color: #AD8B41;
  font-size: 2rem;
  /* font-weight: 300; */
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-align: left;
  font-family: 'Aboreto';
  text-align: center;
}
@media (max-width: 480px) {
  .common-ttl--en {
    margin-bottom: 4%;
    font-size: 1.8rem;
  }
}

.common-ttl--ja {
  font-size: 3.2rem;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 480px) {
  .common-ttl--ja {
    font-size: 2.6rem;
  }
}

.wrap__inner {
  display: grid;
  grid-template-columns: 1fr 480px;
  margin: 0 auto;
  max-width: 1184px;
  padding: 0 2rem;
}
.wrap__inner::before {
  display: block;
  position: fixed;
  content: "";
  left: 0;
  bottom: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: url(../img/wrap-bg.jpg) center center/cover fixed no-repeat;
  z-index: -1;
}
@media (max-width: 1024px) {
  .wrap__inner {
    display: block;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .wrap__inner::before {
    display: none;
  }
}

/* header*/
.section__header__inner {
  width: 442px;
  position: sticky;
  top: 0;
}
@media (max-width: 1024px) {
  .section__header__inner {
    display: none;
  }
}
.section__header__container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 13rem 0;
}
.section__header__logo {
  width: 100%;
  height: auto;
}
.section__header__logo a {
  display: block;
  width: 260px;
  height: auto;
  margin: 0 auto;
}

.section__header__nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 64px;
}
.section__header__nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  text-align: center;
}
.section__header__nav__item {
  width: 100%;
  max-width: 240px;
  text-wrap: nowrap;
}
.section__header__nav__link {
  display: block;
  position: relative;
  padding-block: 15px;
  width: 100%;
  transition: 0.4s;
  }


.section__header__nav__link__text {
  position: relative;
  display: inline-block;
  padding: 0;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0;
}
.section__header__cta {
  display: none;
}
.section__header__cta__link {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(86deg, #098943 3.96%, #055529 96.91%);

}
.section__header__cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 26px;
}
.section__header__cta__title {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 185.714%;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.section__header__cta__button {
  background: #fff;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.section__header__cta__button span {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 187.5%;
  letter-spacing: 0.05em;
  color: #023F1E;
}
.section__header__cta__button svg {
  width: 10px;
  height: 9px;
}
@media (min-width: 641px) {
  .section__header__cta:hover .section__header__cta__button {
    opacity: 0.9;
    transition: 0.3s;
  }
}
.section__header--sp {
  display: none;
  width: 480px;
  background: #fff;
  position: fixed;
  top: 0;
  left: calc((100% - 480px) / 2);
  z-index: 102;
  transition: background-color 0.3s ease;
}
@media (max-width: 1024px) {
  .section__header--sp {
    display: block;
  }
}
.section__header--sp.is-fv {
  background: #484848;
}
.section__header--sp__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  position: relative;
  z-index: 103;
  transition: background-color 0.3s ease;
  background: #fff;
}
.section__header--sp__logo {
  width: 169px;
  height: auto;
}
.section__header--sp__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.section__header--sp__toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  position: relative;
  z-index: 103;
}
.section__header--sp__toggle__lines {
  position: relative;
  width: 35px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}
.section__header--sp__toggle.is-open .section__header--sp__toggle__lines {
  width: 34px;
}
.section__header--sp__toggle__line {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  transition: background-color 0.3s ease, all 0.3s ease;
  transform-origin: center;
}
.section__header--sp__toggle__line:nth-child(2) {
  margin-left: auto;
}
.section__header--sp__toggle.is-open .section__header--sp__toggle__line:nth-child(1) {
  transform: translateY(10px) rotate(35deg);
}
.section__header--sp__toggle.is-open .section__header--sp__toggle__line:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
.section__header--sp__toggle.is-open .section__header--sp__toggle__line:nth-child(3) {
  transform: translateY(-10px) rotate(-35deg);
}
.section__header--sp__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 480px) {
  .section__header--sp__overlay {
    left: calc((100% - 480px) / 2);
    width: 480px;
  }
}
.section__header--sp__overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.section__header--sp__nav {
  position: fixed;
  top: 0;
  left: calc((100% - 480px) / 2);
  width: 480px;
  height: 100vh;
  backdrop-filter: blur(6px);
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background: #fff;
}
.section__header--sp__nav.is-open {
  opacity: 1;
  visibility: visible;
}
.section__header--sp__nav__list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0;
}
.section__header--sp__nav__item {
  text-align: center;
}
.section__header--sp__nav__link {
  display: block;
  font-size: 2rem;
  /* font-weight: 500; */
  line-height: 1.5;
  /* color: #fff; */
  text-decoration: none;
  transition: 0.3s;
}

@media (max-width: 480px) {
  .section__header--sp {
    width: 100%;
    left: 0;
  }
}

.main__inner {
  background: #fff;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .main__inner {
    width: 480px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .main__inner {
    width: 100%;
  }
}

/* ===== Scroll fade-in (matsukenhome_modelhouse 同型) ===== */
.fadein {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.fadein.is-active {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .fadein {
    opacity: 1;
    transition: none;
  }
}

/* ===== Design tokens ===== */
:root {
  --color-bg-beige: #F5F2EB;
  --color-bg-white: #fff;
  --color-gold: #B08D48;
  --color-line: #CBCBCB;
}

/* ===== FV ===== */
.section__fv {
  position: relative;
  z-index: 1;
}
.section__fv__inner {
  position: relative;
}
.section__fv__slide__cnt {
  position: relative;
  width: 100%;
  height: 810px;
  overflow: hidden;
}
@media (max-height: 809px) {
  .section__fv__slide__cnt {
    height: 700px;
  }
}
@media (max-width: 480px) {
  .section__fv__slide__cnt {
    height: 620px;
  }
}
.section__fv__slide__cnt::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 100%);
  z-index: 10;
  pointer-events: none;
}
.section__fv__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.section__fv__slide__list,
.section__fv__slide__item {
  width: 100%;
  height: 100%;
}
.section__fv__slide__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section__fv__vertical {
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center center;
  z-index: 14;
  writing-mode: vertical-lr;
  font-family: "Aboreto", serif;
  font-size: 9.8rem;
  font-weight: 300;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.45);
}
.section__fv__content {
  position: absolute;
  inset: 0;
  z-index: 13;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 56px 32px 48px;
  color: #fff;
}
@media (max-width: 480px) {
  .section__fv__content {
    padding: 5%;
  }
}
.section__fv__main {
  width: 100%;
  max-width: 100%;
}
.section__fv__title-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
}
.section__fv__line {
  flex-shrink: 0;
  width: 1px;
  height: 300px;
  background: #fff;
}
.section__fv__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.75;
  color: #fff;
  margin-bottom: 16px;
}
.section__fv__subtitle {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.92);
}
@media (max-width: 480px) {
  .section__fv__title {
    font-size: 3rem;
  }
  .section__fv__line {
    height: 250px;
  }
  .section__fv__vertical {
    font-size: 7rem;
  }
}

/* ===== CTA ===== */
.section__cta {
  background:  url(../img/cta-bg.jpg) center center / cover no-repeat;
  padding: 24px;
}

@media (max-width: 480px) {
  .section__cta {
    padding: 4%;
  }
}
.section__cta__inner {

}
.section__cta__box {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 36px 24px 32px;
  text-align: center;
}
@media (max-width: 480px) {
  .section__cta__box {
    padding: 4%;
  }
}

.section__cta__lead {
  font-size: 2rem;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  width: 328px;
  margin: 0 auto 8px;
}

@media (max-width: 480px) {
  .section__cta__lead {
    font-size: 1.8rem;
    width: 250px;
  }
}
.section__cta__gift-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
}

@media (max-width: 480px) {
  .section__cta__gift-line {
    font-size: 2rem;
  }
}

.section__cta__gift {
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0;
}
.section__cta__gift strong {
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  .section__cta__gift strong {
    font-size: 3.2rem;
  }
}
.section__cta__note {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 16px;
  margin-top: 12px;
  letter-spacing: 0.06em;
}
.section__cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #AD8B41;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0;
  padding: 22px 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

@media (max-width: 480px) {
  .section__cta__btn {
    padding: 5%;
    font-size: 1.6rem;
  }
}
.section__cta__btn::after {
  content: "";
  display: block;
  width: 0.45em;
  height: 0.45em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
  transition: border-color 0.3s ease;
}
@media (min-width: 1025px) {
  .section__cta__btn:hover {
    background: #fff;
    color: #AD8B41;
  }
}

/* ===== Concept ===== */
.section__concept {
  padding-block: 56px 0;
  background: var(--color-bg-white);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.section__concept .common__inner {
  position: relative;
  z-index: 1;
  background: url(../img/concept-bg.png) center top / 100% auto no-repeat;
}
.section__concept__worries {
  margin-bottom: 40px;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 50px;
}
@media (max-width: 480px) {
  .section__concept__worries {
    margin-top: 7%;
    margin-bottom: 6%;
    font-size: 1.6rem;
  }
}
.section__concept__worries p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #484848;
  padding: 8px 0;
}
.section__concept__solution {
  font-size: 2.3rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
}

.section__concept__gallery {
  overflow: hidden;
  margin: 0 -24px;
  width: calc(100% + 48px);
}
@media (max-width: 480px) {
  .section__concept__gallery {
    margin: 0 -5%;
    width: calc(100% + 10%);
  }
}
.section__concept__gallery .swiper-wrapper {
  transition-timing-function: linear !important;
}
.section__concept__gallery .swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.section__concept__gallery .swiper-slide img {
  width: auto;
  height: 220px;
  max-width: none;
  object-fit: cover;
  display: block;
}

/* ===== Work ===== */
.section__work {
  background: var(--color-bg-beige);
  padding-block: 80px 56px;
}
@media (max-width: 480px) {
  .section__work {
    padding-block: 14%;
  }
}
.section__work__list {
  display: flex;
  flex-direction: column;
}
.section__work__item {
  border-bottom: 1px solid var(--color-line);
}
.section__work__item:first-child {
  border-top: 1px solid var(--color-line);
  margin-top: 40px;
}
.section__work__item__header {
  padding: 24px 0 16px;
  cursor: pointer;
}

@media (max-width: 480px) {
  .section__work__item__header {
    padding: 6% 0;
  }
}
.section__work__item__num {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 10px;
}
.section__work__item__title {
  font-size: 2.4rem;
  line-height: 1.65;
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  .section__work__item__title {
    font-size: 1.8rem;
  }
}
.section__work__item__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.section__work__item__location {
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  .section__work__item__location {
    font-size: 1.4rem;
  }
}
.section__work__item__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__work__item__icon svg {
  width: 28px;
  height: 28px;
  display: block;
}
.section__work__item__icon line {
  stroke: #242424;
  stroke-width: 1px;
}
.section__work__item__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
}
.section__work__item.js-work-open .section__work__item__body {
  max-height: 520px;
}
.section__work__ba {
  position: relative;
  height: 296px;
  margin-bottom: 24px;
  overflow: hidden;
  touch-action: none;
  user-select: none;
}
@media (max-width: 480px) {
  .section__work__ba {
    height: 250px;
  }
}
.section__work__ba__after {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.section__work__ba__after img {
  width: 100%;
  height: 296px;
  object-fit: cover;
  display: block;
}

@media (max-width: 480px) {
  .section__work__ba__after img {
    height: 250px;
  }
}
.section__work__ba__before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
  z-index: 1;
}
.section__work__ba__before img {
  position: absolute;
  top: 0;
  left: 0;
  height: 296px;
  max-width: none;
  object-fit: cover;
  display: block;
}

@media (max-width: 480px) {
  .section__work__ba__before img {
    height: 250px;
  }
}
.section__work__ba__label {
  position: absolute;
  bottom: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  z-index: 4;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

@media (max-width: 480px) {
  .section__work__ba__label {
    font-size: 1.4rem;
  }
}
.section__work__ba__label--before {
  left: 10px;
}
.section__work__ba__label--after {
  right: 10px;
  left: auto;
}
.section__work__ba__nav {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 56px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: ew-resize;
}
.section__work__ba__nav::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(-50%);
  pointer-events: none;
}
.section__work__ba__nav__arrow {
  position: relative;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  pointer-events: none;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45));
}
.section__work__ba__nav__arrow--left {
  border-style: solid;
  border-width: 10px 14px 10px 0;
  border-color: transparent #fff transparent transparent;
}
.section__work__ba__nav__arrow--right {
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #fff;
}

/* ===== Strengths ===== */
.section__strengths {
  background: var(--color-bg-white);
  padding-block: 80px 56px;
}
@media (max-width: 480px) {
  .section__strengths {
    padding-block: 14%;
  }
}
.section__strengths__item {
  margin-top: 50px;
}

@media (max-width: 480px) {
  .section__strengths__item {
    margin-top: 10%;
  }
}
.section__strengths__item:last-child {
  margin-bottom: 0;
}
.section__strengths__img {
  position: relative;
  overflow: hidden;
}
.section__strengths__img img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.section__strengths__img__num {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 3.6rem;
  color: #fff;
}

@media (max-width: 480px) {
  .section__strengths__img__num {
    font-size: 2.4rem;
  }
}
.section__strengths__img__num strong {
  font-size: 7rem;
  color: #fff;
  line-height: 1;
}
@media (max-width: 480px) {
  .section__strengths__img__num strong {
    font-size: 4rem;
  }
}
.section__strengths__img__stat {
  position: absolute;
  bottom: 16px;
  right: 20px;
  font-size: 9rem;
  color: #fff;
  line-height: 1;
}
@media (max-width: 480px) {
  .section__strengths__img__stat {
    font-size: 6rem;
  }
}
.section__strengths__img__stat .wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  vertical-align: bottom;
}

.section__strengths__img__stat .wrap small {
  font-size: 4rem;
}

@media (max-width: 480px) {
  .section__strengths__img__stat .wrap small {
    font-size: 3rem;
  }
}

.section__strengths__img__stat small {
  font-size: 3rem;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .section__strengths__img__stat small {
    font-size: 2rem;
  }
}
.section__strengths__title {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DCDCDC;
}

@media (max-width: 480px) {
  .section__strengths__title {
    font-size: 2rem;
    margin-top: 4%;
    margin-bottom: 4%;
    padding-bottom: 4%;
  }
}
.section__strengths__text {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 480px) {
  .section__strengths__text {
    font-size: 1.4rem;
  }
}
/* ===== Voice ===== */
.section__voice {
  padding-block: 80px 56px;
  background: #fff;

}

@media (max-width: 480px) {
  .section__voice {
    padding-block: 14%;
  }
}
.section__voice__slider__wrap {
  position: relative;
  overflow: hidden;
}
.section__voice__slider {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.section__voice__slider .swiper-slide {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.section__voice__item {
  width: 100%;
  box-sizing: border-box;
  background: #FBF7F2;
  border: 1px solid #AD8B41;
  overflow: hidden;
  padding: 40px 30px;
  margin-top: 30px;
}

@media (max-width: 480px) {
  .section__voice__item {
    padding: 6% 4%;
    margin-top: 5%;
  }
}
.section__voice__item__img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.section__voice__item__content {
  margin-top: 24px;
}
.section__voice__item__name {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .section__voice__item__name {
    font-size: 1.8rem;
  }
}
.section__voice__item__name span {
  display: inline-block;
  font-size: 1.6rem;
  padding-left: 14px;
}
.section__voice__item__title {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .section__voice__item__title {
    font-size: 1.6rem;
  }
}
.section__voice__item__text {
  font-size: 1.4rem;
  line-height: 1.85;
}
.section__voice .swiper-pagination {
  position: relative;
  margin-top: 30px;
}
.section__voice .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #CBCBCB;
  opacity: 1;
}
.section__voice .swiper-pagination-bullet-active {
  background: var(--color-gold);
}

/* ===== Access ===== */
.section__access {
  padding-block: 80px 56px;
  background: var(--color-bg-beige);
}
@media (max-width: 480px) {
  .section__access {
    padding-block: 14%;
  }
}
.section__access__item {
  background: #fff;
  margin-bottom: 24px;
  padding: 40px 24px;
  margin-top: 40px;
}

@media (max-width: 480px) {
  .section__access__item {
    padding: 8% 4%;
    margin-bottom: 4%;
    margin-top: 8%;

  }
}
.section__access__item:last-child {
  margin-bottom: 0;
}
.section__access__item__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
  gap: 12px;

}
.section__access__item__name {
  font-size: 2.4rem;
  margin-bottom: 14px;
}
@media (max-width: 480px) {
  .section__access__item__name {
    font-size: 2rem;
  }
}
.section__access__item__area {
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.section__access__item__badge {
  display: inline-block;
  background: #AD8B41;
  color: #fff;
  font-size: 1.4rem;
  padding: 7px 10px;
  letter-spacing: 0;
  width: 141px;
  text-align: center;
  margin-bottom: 24px;
}
.section__access__item__icon {
  flex-shrink: 0;
  padding-top: 4px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__access__item__icon svg {
  width: 28px;
  height: 28px;
  display: block;
}
.section__access__item__icon line {
  stroke: #282828;
}
.section__access__item__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
}
.section__access__item.js-access-open .section__access__item__body {
  max-height: 1200px;
}
.section__access__item__body__inner {
  margin-top: 24px;
}
.section__access__slide__wrap {
  overflow: hidden;
}
.section__access__slide {
  overflow: hidden;
}
.section__access__slide .swiper-slide {
  width: 100%;
}
.section__access__slide img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.section__access .swiper-pagination {
  position: relative;
  margin-top: 20px;
}
.section__access .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #CBCBCB;
  opacity: 1;
}
.section__access .swiper-pagination-bullet-active {
  background: var(--color-gold);
}
.section__access__item__desc {
  font-size: 1.9rem;
  line-height: 1.8;
  text-align: center;
  margin: 16px 0 20px;
}

@media screen and (max-width: 480px) {
  .section__access__item__desc {
    font-size: 1.6rem;
  }
}
.section__access__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.section__access__table tr {
  border-bottom: 1px solid #6D6558;
  border-top: 1px solid #6D6558;
}
.section__access__table th,
.section__access__table td {
  padding: 14px 4px;
  font-size: 1.6rem;
}
.section__access__table th {
  width: 110px;
  font-size: 1.6rem;
}

@media (max-width: 480px) {
  .section__access__table th,
  .section__access__table td {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .section__access__table th {
   text-align: left;
   width: 70px;
  }
}
.section__access__map {
  margin-bottom: 40px;
  width: 100%;
}

@media (max-width: 480px) {
  .section__access__map {
    margin-bottom: 6%;
  }
}

.section__access__map iframe {
  display: block;
  width: 100%;
  height: 200px;
  border: 0;
}
.section__access__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #AD8B41;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 20px 0;
}

@media (max-width: 480px) {
  .section__access__btn {
    font-size: 1.6rem;
    padding: 5% 0;
  }
}
.section__access__btn::after {
  content: "";
  display: block;
  width: 0.45em;
  height: 0.45em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
}

/* ===== Process ===== */
.section__process {
  background: #fff;
  padding-block: 80px;
}
@media screen and (max-width: 480px) {
  .section__process {
    padding-block: 14%;
  }
}

.section__process__collapse {
  display: block;
  text-align: center;
}
.section__process__collapse.is-open {
  display: none !important;
}
.section__process__collapse .common-ttl--en {
  margin-bottom: 12px;
}
.section__process__collapse .common-ttl--ja {
  margin-bottom: 28px;
}
.section__process__trigger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: center;
}
.section__process__trigger__more {
  font-size: 1.8rem;
  margin-bottom: 8px;
  font-family: 'Zen Old Mincho';
  color: #2b2b2b;
}
.section__process__trigger__icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 6px;
  border-right: 1px solid #282828;
  border-bottom: 1px solid #282828;
  transform: rotate(45deg);
}
.section__process__expand {
  display: none;
  background: var(--color-bg-white);
  text-align: center;
}
.section__process__expand.is-open {
  display: block;
}
.section__process__expand .common-ttl--en {
  margin-bottom: 12px;
}
.section__process__expand .common-ttl--ja {
  margin-bottom: 40px;
}
.section__process__list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0 auto;
}
.section__process__list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: #AD8B41;
  transform: translateX(-50%);
  z-index: 0;
}
.section__process__item {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.section__process__item:last-child {
  margin-bottom: 0;
}
.section__process__item__inner {
  border: 1px solid #AD8B41;
  background: #FBF7F2;
  padding: 24px 20px;
  text-align: center;
}
.section__process__step {
  display: block;
  font-size: 1.4rem;
  color: #AD8B41;
  letter-spacing: 0;
  margin-bottom: 16px;
  text-align: left;
}
.section__process__item__title {
  font-size: 2rem;
  margin-bottom: 13px;
  text-align: left;
}
.section__process__item__text {
  font-size: 1.4rem;
  line-height: 1.75;
  text-align: left;
}
.section__process__close {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 32px auto 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: center;
}
.section__process__close__icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #282828;
  border-bottom: 1px solid #282828;
  transform: rotate(-135deg);
}
.section__process__close__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #282828;
}

/* ===== Company ===== */
.section__company {
  padding-block: 80px 0;
  background: #fff;
}
.section__company__stance__heading{
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
  color: #726751;
}

@media (max-width: 480px) {
  .section__company__stance__heading {
    font-size: 1.8rem;
    padding-top: 6%;
    margin-bottom: 6%;
  }
}
.section__company__stance__tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.section__company__stance__tab {
  padding: 8px 4px;
  background: transparent;
  border: none;
  font-size: 1.7rem;
  color: #BCBCBC;
  cursor: pointer;
  letter-spacing: 0;
  border-bottom: 2px solid #BCBCBC;
  font-family: 'Zen Old Mincho';
  width: 33%;
}
.section__company__stance__tab.js-active {
  border-bottom-color: #726751;
  color: #726751;
}
.section__company__stance__panel {
  display: none;
}
.section__company__stance__panel.js-active {
  display: block;
}
.section__company__stance__card {
  overflow: hidden;
}
.section__company__stance__img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
.section__company__stance__body {
  background: #726751;
  color: #fff;
  padding: 30px;
}
@media (max-width: 480px) {
  .section__company__stance__body {
    padding: 5%;
  }
}
.section__company__stance__body span {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.07em;
  margin-bottom: 8px;
}
.section__company__stance__title {
  font-size: 1.8rem;
  line-height: 1.55;
  margin-bottom: 12px;
}
.section__company__stance__text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #fff;
}
@media (max-width: 480px) {
  .section__company__stance__text {
    font-size: 1.4rem;
  }
}
.section__company__info {
  margin-top: 56px;
}

@media (max-width: 480px) {
  .section__company__info {
    margin-top: 10%;
  }
}
.section__company__info__heading {
  margin-bottom: 8px;
  font-size: 2.4rem;
  text-align: center;
  color: #726751;
}

@media (max-width: 480px) {
  .section__company__info__heading {
    font-size: 2rem;
  }
}

/* Company info list */
.section__company__item {
  margin-top: 30px;
}

.section__company__item__list {
  display: flex;
  gap: 32px;
  padding: 16px 0;
  border-bottom: 1px solid rgb(225, 225, 225);
}
.section__company__item__list__item {
  width: 130px;
  font-size: 1.6rem;
  line-height: 187.5%;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .section__company__item__list__item {
    font-size: 1.4rem;
  }
}
.section__company__item__list__value {
  width: calc(100% - 130px);
  font-size: 1.6rem;
  line-height: 187.5%;
}
@media (max-width: 480px) {
  .section__company {
    padding-block: 14%;
  }
  .section__company__item__list {
    gap: 16px;
  }
  .section__company__item__list__value {
    font-size: 1.4rem;
  }
}

/* ===== Contact / CF7 ===== */
.section__contact {
  padding-block: 64px 40px;
  background: #F4F0EA;
}
.section__contact__text {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 20px;
}

.section__contact__tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 32px;
  margin-bottom: 32px;
}

@media (max-width: 480px) {
  .section__contact__tabs {
    gap: 10px;
  }
}

.section__contact__tab {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  text-align: center;
  font-family: inherit;
}

.section__contact__tab--link {
  text-decoration: none;
  color: inherit;
}

.section__contact__tab--link .section__contact__tab__label {
  background: #ad8b41;
}

@media (min-width: 1025px) {
  .section__contact__tab--link:hover .section__contact__tab__label {
    background: #9a7a3a;
  }
}

.section__contact__tab--link:focus-visible {
  outline: 2px solid #ad8b41;
  outline-offset: 4px;
}

.section__contact__tab__img {
  display: block;
  overflow: hidden;
}

.section__contact__tab__img img {
  display: block;
  width: 100%;
  aspect-ratio: 600 / 380;
  object-fit: cover;
  opacity: 1;
}

.section__contact__tab__label {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 72px;
  padding: 16px 12px;
  color: #fff;
  transition: background-color 0.3s ease;
  height: 87px;
}
@media (max-width: 480px) {
  .section__contact__tab__label {
    height: 80px;
  }
}

.section__contact__tab__title {
  font-size: 1.8rem;
  line-height: 1.5;
}

.section__contact__tab__note {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media (max-width: 480px) {
  .section__contact__tab__title {
    font-size: 1.6rem;
  }
  .section__contact__tab__note {
    font-size: 1.1rem;
  }
}

.clearfix {
  margin-top: 24px;
}
.clearfix:first-child {
  margin-top: 0;
}

.item-name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 187.5%;
  letter-spacing: 0.05em;
}
.item-name span {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 185.714%;
  letter-spacing: 0.05em;
  padding: 3px 22px;
  border-radius: 30px;
}
.item-name span.item-req {
  background: #484848;
}
.item-name span.item-noreq {
  background: #CBCBCB;
}
.item-name:first-child {
  margin-top: 0;
}

.item-form {
  width: 100%;
  display: block;
  cursor: pointer;
}
.item-form span {
  width: 100%;
  display: block;
}

.wpcf7-form-control {
  width: 100%;
  display: block;
  background: #fff;
  border: 1px solid #fff;
  padding: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 187.5%;
  letter-spacing: 0.02em;
  font-family: 'Zen Old Mincho';
  color: #2b2b2b;
}

.itemform_add_search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.itemform_add_search .wpcf7-form-control-wrap {
  width: calc(100% - 96px);
}
.itemform_add_search .wpcf7c-elm-step1 {
  width: 80px;
  padding: 8px 10px;
  background: #484848;
  color: #fff;
  text-wrap: nowrap;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 185.714%;
  letter-spacing: 0.05em;
}

.form__notice {
  font-size: 1.4rem;
  line-height: 185.714%;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

.wpcf7-textarea {
  height: 240px;
}

.privacy-box {
  background: #fff;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 1.4rem;
  line-height: 185.714%;
  letter-spacing: 0.05em;
  padding: 16px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 24px;
  margin-bottom: 16px;
}

.wpcf7-checkbox {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 185.714%;
  letter-spacing: 0.05em;
}
.wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  width: 100%;
}
.wpcf7-checkbox label .wpcf7-list-item-label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wpcf7-checkbox input[type=checkbox] {
  cursor: pointer;
}
input::placeholder,
textarea::placeholder {
  color: #CBCBCB;
  font-weight: 400;
}

form [type=submit] {
  background: #484848;
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #484848;
  padding: 8px;
  margin: auto;
  margin-top: 0px;
  position: relative;
  font-size: 18px;
  opacity: 1;
  transition: 0.3s;
  color: #fff;
}
@media (min-width: 641px) {
  form [type=submit]:hover {
    background: #fff;
    color: #484848;
  }
}

.wpcf7-not-valid-tip {
  display: none !important;
}
/* ===== Footer ===== */
.section__footer {
  background: #fff;
  padding-block: 40px 36px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .section__footer {
    width: 480px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .section__footer {
    width: 100%;
  }
}
.section__footer__inner {
  text-align: center;
  padding-inline: 24px;
}
.section__footer__logo {
  width: 160px;
  margin: 0 auto 20px;
}
.section__footer__logo a {
  display: block;
  line-height: 0;
  transition: opacity 0.3s ease;
}
@media (min-width: 641px) {
  .section__footer__logo a:hover {
    opacity: 0.7;
  }
}
.section__footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.section__footer__copy {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #808080;
}

/* ===== Floating banner ===== */
.floating__banner {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 480px;
  max-width: 100%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.floating__banner.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/* 641px以上: 非表示（640px以下のみ表示） */
@media (min-width: 641px) {
  .floating__banner,
  .floating__banner.is-visible {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
/* 1024px以下: 480pxカラム中央 */
@media (max-width: 1024px) {
  .floating__banner {
    left: calc((100% - 480px) / 2);
    right: auto;
  }
}
/* 1025px以上: グリッド右カラム（480px）に合わせる */
@media (min-width: 1025px) {
  .floating__banner {
    left: auto;
    right: max(2rem, calc((100vw - 1184px) / 2 + 2rem));
  }
}
@media (max-width: 480px) {
  .floating__banner {
    left: 0;
    right: 0;
    width: 100%;
  }
}
.floating__banner__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 8px;
  padding: 0;
  background: #fff;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
}
.floating__banner__contact {
  flex-shrink: 0;
  width: 100%;
}

.floating__banner__contact img {
  width: 100%;
  height: auto;
  display: block;
}

/* フローティング表示時、最下部コンテンツが隠れないよう余白（640px以下のみ） */
@media (max-width: 640px) {
  .section__footer {
    padding-bottom: 72px;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px !important;
}

/* CF7: flex-stert → flex-start */
.section__contact .content-2.flex-start {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* ========== 全体ローディング（nagasakizaimokuten-flathouse と同型） ========== */
body.before-load {
  overflow: hidden;
}

.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.before-load .wrap,
.before-load .floating__banner {
  display: none;
}

.before-load .loading {
  opacity: 1;
}

@keyframes lp-loading-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lp-loading-circle-ani {
  0% {
    stroke-dashoffset: 157;
  }
  75% {
    stroke-dashoffset: -147;
  }
  100% {
    stroke-dashoffset: -157;
  }
}

.loading-circle {
  width: 54px;
  height: 54px;
  animation: lp-loading-spin 3s linear infinite;
}

.loading-circle circle {
  stroke: #023F1E;
  stroke-width: 4;
  stroke-dasharray: 157, 157;
  stroke-dashoffset: 0;
  fill: transparent;
  animation: lp-loading-circle-ani 1s ease infinite;
}
