/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../assets/scss/styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .pc1:not(.sp) {
    display: none;
  }
  .pc2:not(.sp) {
    display: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 1920px) {
  .sp:not(.pc1) {
    display: none;
  }
  .pc2:not(.pc1) {
    display: none;
  }
}
@media screen and (min-width: 1921px) and (max-width: px) {
  .sp:not(.pc2) {
    display: none;
  }
  .pc1:not(.pc2) {
    display: none;
  }
}
:root {
  --font-yu-gothic: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --font-garamond: "Cormorant Garamond", serif;
  --font-shippori: "Shippori Mincho", serif;
  --font-yu-mincho: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --color-base: #e2eaea;
  --color-accent01: #72bbb8;
  --color-accent02: #615d53;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (max-width: 750px) {
  html {
    font-size: calc(1000vw / 750);
  }
}
@media (min-width: 751px) and (max-width: 1920px) {
  html {
    font-size: calc(1000vw / 1920);
  }
}
@media (min-width: 1921px) {
  html {
    font-size: 62.5%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-shippori);
  color: var(--color-accent02);
}
body.fixed {
  overflow: hidden;
}

main {
  overflow: hidden;
  background: #eaeae2 url("/images/common/bg.webp") repeat;
}

img {
  width: 100%;
  height: auto;
}

a {
  transition: 0.15s ease;
}

:target {
  scroll-margin-top: 13.3rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  :target {
    scroll-margin-top: 10rem;
  }
}

.sp {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .pc {
    display: none;
  }
}

.loading {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100svh;
  z-index: 10;
  background-color: #fff;
}
.loading p {
  position: absolute;
  top: 45svh;
  left: 8rem;
  z-index: 3;
  color: var(--color-accent02);
  font-size: 4rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .loading p {
    top: 50svh;
    left: 3rem;
    font-size: 3.6rem;
    line-height: 2;
  }
}
.loading p span {
  font-size: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .loading p span {
    font-size: 4.8rem;
  }
}

.common-fixed-banner {
  position: fixed;
  z-index: 5;
  right: 2.2rem;
  bottom: 2.2rem;
  width: 32rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .common-fixed-banner {
    right: 3rem;
    bottom: 3rem;
  }
}
.common-fixed-banner a {
  position: relative;
  display: block;
}
.common-fixed-banner a:focus {
  filter: brightness(1.1);
}
@media (hover: hover) and (pointer: fine) {
  .common-fixed-banner a:where(:-moz-any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
  .common-fixed-banner a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
}
.common-fixed-banner a::before {
  content: "";
  position: absolute;
  top: -2rem;
  right: 3.5rem;
  background: url("/images/common/banner-line-decoration.svg") no-repeat center/contain;
  width: 2.8rem;
  aspect-ratio: 33/18;
}
@keyframes fade-left {
  100% {
    translate: 0 0;
  }
}

.common-wrapper {
  width: 152rem;
  margin-inline: auto;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .common-wrapper {
    width: initial;
    padding-inline: 4rem;
  }
}

.common-inner {
  padding-inline: calc(50% - 60rem);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .common-inner {
    padding-inline: 4rem;
  }
}

.common-link {
  width: 28rem;
  margin: 0 auto;
}
.common-link a {
  position: relative;
  height: 5rem;
  display: grid;
  place-content: center;
  background-color: var(--color-accent01);
  font-size: 2.2rem;
  color: #fff;
}
.common-link a span {
  position: relative;
  z-index: 2;
}
.common-link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-accent02);
  transition: 0.3s ease-in-out;
}
.common-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2rem;
  translate: 0 -50%;
  width: 4rem;
  height: 1px;
  background-color: var(--color-accent02);
  transition: 0.3s ease;
}
.common-link a:focus::before {
  width: 100%;
}
.common-link a:focus:after {
  width: 0;
}
@media (hover: hover) and (pointer: fine) {
  .common-link a:where(:-moz-any-link, :enabled, summary):hover::before {
    width: 100%;
  }
  .common-link a:where(:any-link, :enabled, summary):hover::before {
    width: 100%;
  }
  .common-link a:where(:-moz-any-link, :enabled, summary):hover:after {
    width: 0;
  }
  .common-link a:where(:any-link, :enabled, summary):hover:after {
    width: 0;
  }
}

.lower .mv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80rem;
  position: relative;
  width: 100%;
  padding-left: 20rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .lower .mv {
    height: 40rem;
    padding-left: 4rem;
  }
}
.lower .mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  animation: fade 0.8s 0.2s ease-in-out forwards;
}
@keyframes fade {
  to {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.lower .mv h2 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 5rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .lower .mv h2 {
    font-size: 4rem;
    line-height: 1.4;
  }
}
.lower .mv h2::before {
  content: attr(data-text);
  display: block;
  color: var(--color-accent01);
  font-family: var(--font-garamond);
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .lower .mv h2::before {
    font-size: 2.6rem;
  }
}

.breadcrumb {
  padding: 2rem;
}
.breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.breadcrumb ol li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
}
.breadcrumb ol li:not(:first-of-type)::before {
  content: "";
  display: block;
  border-top: 1px solid var(--color-accent02);
  border-right: 1px solid var(--color-accent02);
  width: 0.8rem;
  aspect-ratio: 1;
  transform: rotate(45deg);
}
.breadcrumb ol li:last-of-type {
  pointer-events: none;
}

.common-heading {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .common-heading {
    font-size: 4.4rem;
  }
}
.common-heading::before {
  content: attr(data-text);
  display: block;
  color: var(--color-accent01);
  font-family: var(--font-garamond);
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .common-heading::before {
    font-size: 2.6rem;
  }
}

.common-faq {
  background-color: var(--color-base);
  padding-block: 10rem;
}
.common-faq dl {
  margin-top: 8rem;
}
.common-faq dl div {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .common-faq dl div {
    font-size: 2.4rem;
  }
}
.common-faq dl div + div {
  margin-top: 2rem;
}
.common-faq dl div dt {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 1rem;
  background-color: #fff;
  padding: 3rem 4rem;
  cursor: pointer;
  font-weight: initial;
}
.common-faq dl div dt::before {
  content: "Q.";
  color: var(--color-accent01);
  font-family: var(--font-garamond);
  font-size: 2.6rem;
  font-weight: 600;
}
.common-faq dl div dt::after {
  content: "";
  position: absolute;
  top: 4.4rem;
  right: 4rem;
  width: 1rem;
  aspect-ratio: 1;
  border: 1px solid var(--color-accent01);
  border-width: 1px 1px 0 0;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out;
}
.common-faq dl div dd {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
}
.common-faq dl div dd .inner {
  overflow: hidden;
  background-color: #fff;
}
.common-faq dl div dd .inner .body {
  padding: 0 4rem 2rem;
}
.common-faq dl div dd .inner .body p {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
.common-faq dl div dd .inner .body p::before {
  content: "A.";
  color: var(--color-accent01);
  font-family: var(--font-garamond);
  font-size: 2.6rem;
  font-weight: 600;
}
.common-faq dl div.is-open dt::after {
  transform: rotate(-45deg);
}
.common-faq dl div.is-open dd {
  grid-template-rows: 1fr;
}

.common-method {
  padding-top: 20rem;
  background: linear-gradient(to bottom, transparent 70%, var(--color-base) 70%);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .common-method {
    padding-top: 8rem;
  }
}
.common-method .content {
  display: grid;
  place-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 64rem;
  background-color: #fff;
  border: 1px solid var(--color-base);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .common-method .content {
    padding-inline: 4rem;
  }
}
.common-method .content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  margin: auto;
  width: 64rem;
  height: 120rem;
  background: url("/images/common/bg-asa.svg") repeat center/88rem auto;
  opacity: 0.5;
  transform: rotate(90deg);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .common-method .content::before {
    background-size: 60rem auto;
  }
}
.common-method .content::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: auto;
  width: min(90rem, 100%);
  height: 100%;
  background-color: #fff;
  opacity: 0.9;
  -webkit-backdrop-filter: blur(10rem);
          backdrop-filter: blur(10rem);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .common-method .content::after {
    height: 56rem;
  }
}
.common-method .content > p {
  text-align: center;
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .common-method .content > p {
    font-size: 2.2rem;
  }
}
.common-method ul {
  display: flex;
  justify-content: center;
  gap: 10rem;
  margin-top: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .common-method ul {
    gap: 4rem;
  }
}
.common-method ul li figure {
  display: grid;
  place-items: center;
  padding-inline: 2rem;
  width: 14rem;
  aspect-ratio: 1;
  border: 1px solid rgba(166, 154, 91, 0.4);
  border-radius: 50%;
  background-color: #fff;
}
.common-method ul li span {
  display: block;
  text-align: center;
  margin-top: 2rem;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.common-contact {
  position: relative;
  z-index: 1;
  background-color: var(--color-base);
}
.common-contact h2 {
  position: relative;
  padding-top: 2rem;
}
.common-contact .common-inner {
  position: relative;
  display: grid;
  place-content: center;
  height: 40rem;
  margin-top: 8rem;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("/images/common/contact-bg.webp") no-repeat center 100%/100% auto;
  color: #fff;
  text-align: center;
}
.common-contact .common-inner::before, .common-contact .common-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 1px;
  height: 5rem;
}
.common-contact .common-inner::before {
  top: -5rem;
  background-color: var(--color-accent02);
}
.common-contact .common-inner::after {
  top: 0;
  background-color: #fff;
}
.common-contact .tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .common-contact .tel {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.common-contact .tel .number {
  font-size: 4rem;
  letter-spacing: 0.06em;
  transition: 0.3s ease-in-out;
}
.common-contact .tel .number:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .common-contact .tel .number:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .common-contact .tel .number:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .common-contact .tel .number {
    font-size: 4.8rem;
  }
}
.common-contact .tel .number .text {
  font-size: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .common-contact .tel .number .text {
    font-size: 3.2rem;
  }
}
.common-contact .tel .time {
  font-size: 2.2rem;
  letter-spacing: 0.06em;
}
.common-contact ul {
  display: flex;
  justify-content: center;
  gap: 3.2rem;
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .common-contact ul {
    margin-top: 6rem;
  }
}
.common-contact ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-width: 30rem;
  height: 7rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .common-contact ul li a {
    width: 20rem;
    height: 6rem;
  }
}
.common-contact ul li a::before {
  content: "";
  position: absolute;
  right: 2.4rem;
  z-index: 2;
  width: 1rem;
  aspect-ratio: 1;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.common-contact ul li a:focus {
  border-color: var(--color-accent01);
  background-color: var(--color-accent01);
}
@media (hover: hover) and (pointer: fine) {
  .common-contact ul li a:where(:-moz-any-link, :enabled, summary):hover {
    border-color: var(--color-accent01);
    background-color: var(--color-accent01);
  }
  .common-contact ul li a:where(:any-link, :enabled, summary):hover {
    border-color: var(--color-accent01);
    background-color: var(--color-accent01);
  }
}

.site-header {
  position: fixed;
  width: 100%;
  z-index: 6;
  transition: 0.2s ease;
}
.site-header.is-active {
  background-color: rgba(114, 187, 184, 0.7);
  -webkit-backdrop-filter: blur(3rem);
          backdrop-filter: blur(3rem);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header.drawer-open {
    -webkit-backdrop-filter: initial;
            backdrop-filter: initial;
    background-color: rgba(35, 24, 21, 0.92);
  }
}
.site-header .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem 3rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .wrapper {
    height: 10rem;
    padding: 1rem 1rem 1rem 2rem;
  }
}
.site-header .title {
  display: flex;
  gap: 3.2rem;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .title {
    gap: 2.4rem;
  }
}
.site-header .logo {
  position: relative;
  z-index: 7;
  display: block;
  width: 20rem;
}
.site-header h1 {
  position: relative;
  z-index: 7;
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
.site-header .drawer-button {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .drawer-button {
    display: inline-block;
  }
  .site-header .drawer-button button {
    position: relative;
    z-index: 10;
    width: 10rem;
    padding-inline: 2rem;
    height: 8rem;
  }
  .site-header .drawer-button button .line {
    position: relative;
    display: block;
    height: 1px;
    background-color: #fff;
    transition: 0.3s ease;
  }
  .site-header .drawer-button button .line::before, .site-header .drawer-button button .line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: 0.3s ease;
  }
  .site-header .drawer-button button .line::before {
    top: -1.8rem;
  }
  .site-header .drawer-button button .line::after {
    top: 1.8rem;
  }
  .site-header .drawer-button button[aria-expanded=true] {
    border: none;
  }
  .site-header .drawer-button button[aria-expanded=true] .line {
    background-color: transparent;
    height: 1px;
  }
  .site-header .drawer-button button[aria-expanded=true] .line::before, .site-header .drawer-button button[aria-expanded=true] .line::after {
    top: 0;
    background-color: #fff;
    height: 1px;
  }
  .site-header .drawer-button button[aria-expanded=true] .line::before {
    transform: rotate(45deg);
  }
  .site-header .drawer-button button[aria-expanded=true] .line::after {
    width: 100%;
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .drawer-menu {
    position: fixed;
    z-index: 1;
    top: 10rem;
    right: 0;
    display: block;
    width: 100%;
    height: calc(100% - 10rem);
    overflow-y: scroll;
    min-height: calc(100lvh - 10rem);
    background-color: rgba(35, 24, 21, 0.92);
    padding: 4svh 4rem 10rem;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-out;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .drawer-menu[data-expanded=true] {
    visibility: visible;
    opacity: 1;
  }
}
.site-header nav {
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header nav {
    display: flex;
    flex-direction: column-reverse;
  }
}
.site-header nav .inner {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-top: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header nav .inner {
    gap: 15rem;
    flex-direction: column;
    margin-top: initial;
  }
}
.site-header .menu-list {
  display: flex;
  gap: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .menu-list {
    flex-direction: column;
    justify-content: center;
    gap: 8rem;
  }
}
.site-header .menu-list > li {
  padding-block: 2rem;
}
.site-header .menu-list > li > a,
.site-header .menu-list > li > span {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 0.6rem;
  letter-spacing: 0.02em;
}
.site-header .menu-list > li > a:hover,
.site-header .menu-list > li > span:hover {
  opacity: 0.75;
}
.site-header .menu-list > li > a:hover::before,
.site-header .menu-list > li > span:hover::before {
  left: 0;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .menu-list > li > a,
  .site-header .menu-list > li > span {
    display: block;
    padding: 3.2rem 3.2rem 3.2rem 2.4rem;
    font-size: 4rem;
    border-bottom: 1px solid #fff;
  }
}
.site-header .menu-list > li > a::before,
.site-header .menu-list > li > span::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  width: 0;
  height: 1px;
  background-color: var(--color-accent01);
  transition: width 0.2s ease;
}
.site-header .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .menu-list > li > a::after {
    content: "";
    width: 1.8rem;
    aspect-ratio: 1;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 751px) {
  .site-header .menu-list > li.dropdown:hover .details {
    opacity: 1;
    visibility: visible;
  }
}
.site-header .menu-list > li.dropdown span {
  cursor: pointer;
}
.site-header .menu-list > li.dropdown .details {
  display: flex;
  justify-content: center;
  gap: 6rem;
  width: min(140rem, 100%);
  padding: 4rem 2rem;
  transition: 0.2s ease;
}
@media screen and (min-width: 751px) {
  .site-header .menu-list > li.dropdown .details {
    position: absolute;
    z-index: 5;
    top: 13.2rem;
    left: 50%;
    translate: -50% 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .menu-list > li.dropdown .details {
    flex-direction: column;
    padding: 4rem 2.4rem 0;
  }
}
.site-header .menu-list > li.dropdown .details > span {
  padding-top: 2rem;
  color: var(--color-accent02);
  writing-mode: vertical-rl;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .menu-list > li.dropdown .details > span {
    display: none;
  }
}
.site-header .menu-list > li.dropdown .details > span::before {
  content: attr(data-text);
  display: block;
  margin-left: 1rem;
  color: var(--color-accent01);
  font-family: var(--font-garamond);
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .menu-list > li.dropdown .details > span::before {
    font-size: 2.6rem;
  }
}
.site-header .menu-list > li.dropdown .details ul {
  display: flex;
  flex-wrap: wrap;
  width: min(116rem, 100%);
  gap: 4rem;
  border-left: 1px solid rgba(166, 154, 91, 0.4);
  padding: 2rem 0 2rem 7rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .menu-list > li.dropdown .details ul {
    gap: 2rem 0;
    border-left: initial;
    padding: initial;
  }
}
.site-header .menu-list > li.dropdown .details ul li {
  width: calc((100% - 16rem) / 5);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .menu-list > li.dropdown .details ul li {
    width: 50%;
  }
}
.site-header .menu-list > li.dropdown .details ul li a {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-accent02);
  line-height: 2;
}
.site-header .menu-list > li.dropdown .details ul li a:focus {
  opacity: 0.75;
}
@media (hover: hover) and (pointer: fine) {
  .site-header .menu-list > li.dropdown .details ul li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
  .site-header .menu-list > li.dropdown .details ul li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .menu-list > li.dropdown .details ul li a {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    color: #fff;
    font-size: 3.4rem;
  }
  .site-header .menu-list > li.dropdown .details ul li a::before {
    content: "";
    display: block;
    width: 4rem;
    height: 1px;
    background-color: #fff;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .menu-list > li.dropdown .details ul li a figure {
    display: none;
  }
}
.site-header .tel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .tel {
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 8rem;
  }
}
.site-header .tel .number {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-yu-mincho);
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .tel .number {
    gap: 1.6rem;
    font-size: 6rem;
  }
}
.site-header .tel .number::before {
  content: "";
  width: 2.1rem;
  aspect-ratio: 26/34;
  background: url("/images/common/icon-tel.svg") no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .tel .number::before {
    width: 3.6rem;
    translate: 0 -0.4rem;
  }
}
.site-header .tel .text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .tel .text {
    font-size: 3.2rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
}
.site-header .contact {
  display: flex;
  gap: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .contact {
    width: 100%;
    justify-content: space-between;
  }
}
.site-header .contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-width: 19rem;
  height: 5rem;
  background-color: var(--color-accent01);
  font-size: 2rem;
  font-weight: 700;
}
.site-header .contact a:focus {
  filter: brightness(1.15);
}
@media (hover: hover) and (pointer: fine) {
  .site-header .contact a:where(:-moz-any-link, :enabled, summary):hover {
    filter: brightness(1.15);
  }
  .site-header .contact a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.15);
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .contact a {
    gap: 2rem;
    min-width: 32rem;
    height: 8rem;
    font-size: 3.6rem;
  }
}
.site-header .contact a:nth-of-type(1)::before {
  content: "";
  width: 2.8rem;
  aspect-ratio: 28/21;
  background: url("/images/common/icon-mail.svg") no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .contact a:nth-of-type(1)::before {
    width: 4.6rem;
  }
}
.site-header .contact a:nth-of-type(2)::before {
  content: "";
  width: 2.4rem;
  aspect-ratio: 21/20;
  background: url("/images/common/icon-line.svg") no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .contact a:nth-of-type(2)::before {
    width: 4.8rem;
  }
}

.site-footer {
  background-color: var(--color-accent01);
  padding-block: 10rem 2rem;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer {
    padding: 10rem 4rem 15rem;
    font-size: 2.2rem;
  }
}
.site-footer .wrapper {
  display: grid;
  grid-template-columns: 24rem auto max-content;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer .wrapper {
    flex-wrap: wrap;
    grid-template-columns: initial;
    justify-content: center;
    gap: 8rem;
  }
}
.site-footer .wrapper a:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .site-footer .wrapper a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .site-footer .wrapper a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer .logo {
    width: 32rem;
    margin-inline: auto;
  }
}
.site-footer .menu-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer .menu-list {
    flex-direction: initial;
    flex-wrap: wrap;
    gap: 3rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer .menu-list li {
    width: calc((100% - 3rem) / 2);
  }
}
.site-footer .menu-list li a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.6rem;
  line-height: 1.28;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer .menu-list li a {
    font-size: 2.2rem;
  }
}
.site-footer .menu-list li a::before {
  content: "";
  width: 1.8rem;
  height: 1px;
  background-color: #fff;
}
.site-footer .shop {
  display: flex;
  gap: 5rem;
}
.site-footer .shop h2 {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer .shop h2 {
    font-size: 2.6rem;
  }
}
.site-footer .shop dl div {
  display: flex;
}
.site-footer .shop dl div + div {
  margin-top: 2rem;
}
.site-footer .shop dl div dt {
  opacity: 0.9;
}
.site-footer .shop dl div dt::after {
  content: "：";
}
.site-footer .shop .address {
  margin-top: 3rem;
}
.site-footer .shop .address p {
  line-height: 1.6;
}
.site-footer .shop .address a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
  border-bottom: 1px solid #fff;
  font-size: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer .shop .address a {
    font-size: 2.2rem;
  }
}
.site-footer .contact {
  margin-top: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer .contact {
    margin-top: 8rem;
  }
}
.site-footer .contact p {
  position: relative;
  text-align: center;
}
.site-footer .contact p span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-inline: 2rem;
  font-size: 2rem;
  background-color: var(--color-accent01);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer .contact p span {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.site-footer .contact p::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.site-footer .contact ul {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-block: 4rem 6rem;
}
.site-footer .contact ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 15rem;
  height: 5rem;
  border: 1px solid #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer .contact ul li a {
    width: 16rem;
    height: 6rem;
    font-size: 2.2rem;
  }
}
.site-footer .contact ul li a:focus {
  border-color: var(--color-accent01);
  background-color: var(--color-accent01);
}
@media (hover: hover) and (pointer: fine) {
  .site-footer .contact ul li a:where(:-moz-any-link, :enabled, summary):hover {
    border-color: var(--color-accent01);
    background-color: var(--color-accent01);
  }
  .site-footer .contact ul li a:where(:any-link, :enabled, summary):hover {
    border-color: var(--color-accent01);
    background-color: var(--color-accent01);
  }
}
.site-footer .contact ul li.tel span {
  width: 1.8rem;
}
.site-footer .contact ul li.mail span {
  width: 2.2rem;
  translate: 0 -0.2rem;
}
.site-footer .contact ul li.line span {
  width: 2.4rem;
  translate: 0 -0.1rem;
}
.site-footer .copy {
  display: block;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer .copy {
    font-size: 1.4rem;
  }
}

#top.hidden {
  visibility: hidden;
}
#top main h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top main h2 {
    font-size: 4.4rem;
  }
}
#top main h2::before {
  content: attr(data-text);
  display: block;
  color: var(--color-accent01);
  font-family: var(--font-garamond);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top main h2::before {
    font-size: 2.6rem;
  }
}
#top .common-wrapper h2 {
  display: flex;
  flex-direction: column;
  writing-mode: vertical-rl;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .common-wrapper h2 {
    writing-mode: initial;
    flex-direction: column;
    text-align: center;
  }
}
#top .common-inner h2 {
  text-align: center;
}
#top .mv {
  position: relative;
  width: 100%;
  height: 100svh;
}
#top .mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#top .mv .splide .splide__slide {
  height: 100svh;
}
#top .mv .splide .splide__slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .mv .splide .splide__slide.is-active img, #top .mv .splide .splide__slide.is-prev img, #top .mv .splide .splide__slide img.is-prev {
  animation: scale 10s cubic-bezier(0.61, 1, 0.88, 1) forwards;
}
@keyframes scale {
  100% {
    transform: scale(1.06);
  }
}
#top .mv p {
  position: absolute;
  top: 45vh;
  left: 8rem;
  z-index: 3;
  color: #fff;
  font-size: 4rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .mv p {
    top: 50svh;
    left: 3rem;
    font-size: 3.6rem;
    line-height: 2;
  }
}
#top .mv p span {
  font-size: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .mv p span {
    font-size: 4.8rem;
  }
}
#top .bg {
  position: relative;
}
#top .bg::before {
  content: "";
  position: absolute;
  top: -10rem;
  width: 50%;
  height: 130rem;
  background-color: var(--color-base);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .bg::before {
    width: 83%;
    height: 118rem;
  }
}
#top .bg section {
  position: relative;
}
#top .bg section h2 {
  position: relative;
  z-index: 2;
}
#top .bg section::before, #top .bg section::after {
  content: "";
  position: absolute;
  z-index: 1;
}
#top .bg section .common-wrapper {
  display: flex;
  gap: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .bg section .common-wrapper {
    flex-direction: column;
    justify-content: space-between;
    gap: 5rem;
  }
}
#top .bg section .body {
  position: relative;
  z-index: 2;
  width: min(72rem, 100%);
}
#top .bg section .body .catch {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
#top .bg section .body .description {
  margin-top: 4rem;
  font-family: var(--font-yu-gothic);
  font-size: 2rem;
  line-height: 2.1;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .bg section .body .description {
    margin-top: 3rem;
    font-size: 2.2rem;
  }
}
#top .about {
  margin-top: 25rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .about {
    margin-top: 20rem;
    padding-bottom: 58rem;
  }
}
#top .about::before {
  top: 24rem;
  left: calc(50% - 97rem);
  background: url("/images/common/decoration-cloud01.webp") no-repeat center/contain;
  width: 44.3rem;
  aspect-ratio: 443/118;
  opacity: 0.8;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .about::before {
    top: -5rem;
    left: 2rem;
    width: 31rem;
  }
}
#top .about::after {
  top: 44rem;
  left: calc(50% - 92rem);
  background: url("/images/common/decoration-cloud02.webp") no-repeat center/contain;
  width: 21.4rem;
  aspect-ratio: 250/71;
  opacity: 0.8;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .about::after {
    display: none;
  }
}
#top .about h2::before {
  margin-top: 1rem;
}
#top .about figure {
  position: absolute;
  left: calc(50% + 18rem);
  top: -5rem;
  width: min(76.6rem, 100%);
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .about figure {
    top: initial;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .about figure::after {
    content: "";
    position: absolute;
    background: url("/images/common/decoration-cloud02.webp") no-repeat center/contain;
    aspect-ratio: 250/71;
    top: 0rem;
    right: -1rem;
    width: 19rem;
  }
}
#top .service {
  margin-top: 30rem;
  padding-bottom: 28rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .service {
    margin-top: 10rem;
    padding-bottom: 56rem;
  }
}
#top .service::before {
  top: 23rem;
  right: 22rem;
  background: url("/images/common/decoration-cloud02.webp") no-repeat center/contain;
  width: 25rem;
  aspect-ratio: 250/71;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .service::before {
    top: -6rem;
    right: initial;
    left: 2rem;
    width: 22rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .service::after {
    top: 8rem;
    right: -7rem;
    width: 37rem;
    aspect-ratio: 443/118;
    background: url("/images/common/decoration-cloud01.webp") no-repeat center/contain;
  }
}
#top .service .common-wrapper {
  flex-direction: row-reverse;
}
#top .service figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 70rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .service figure {
    top: initial;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
  }
}
#top .service .common-link {
  margin: 5rem 0 0 auto;
}
#top .items {
  position: relative;
  z-index: 2;
  padding-block: 10rem 15rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .items {
    padding: 15rem 4rem;
  }
}
#top .items ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 8rem;
}
#top .items ul li {
  width: calc((100% - 6rem) / 3);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .items ul li {
    width: calc((100% - 3rem) / 2);
  }
}
#top .items ul li a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 370/170;
  color: #fff;
}
#top .items ul li a figure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#top .items ul li a figure::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 20%;
  background-color: #72bbb8 ;
  transition: width 0.4s ease-out;
}
#top .items ul li a figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease-out;
}
#top .items ul li a dl {
  position: relative;
  width: 100%;
  height: 100%;
}
#top .items ul li a dl dt {
  width: 100%;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem; /* テキストとアイコンの間隔 */
}

#top .items ul li a dl dt i {
  position: relative;
  font-size: 2.7rem; /* アイコンサイズ（テキストと同じ高さに調整） */
  margin-left: 5px;
  top: 0.05em;
}


@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .items ul li a dl dt {
    bottom: 0.1rem;
    font-size: 2.3rem;
  }
}
#top .items ul li a:focus figure img {
  transform: scale(1.05);
}
#top .items ul li a:focus dl dd {
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) and (pointer: fine) {
  #top .items ul li a:where(:-moz-any-link, :enabled, summary):hover figure img {
    transform: scale(1.05);
  }
  #top .items ul li a:where(:any-link, :enabled, summary):hover figure img {
    transform: scale(1.05);
  }
  #top .items ul li a:where(:-moz-any-link, :enabled, summary):hover dl dd {
    opacity: 1;
    visibility: visible;
  }
  #top .items ul li a:where(:any-link, :enabled, summary):hover dl dd {
    opacity: 1;
    visibility: visible;
  }
}
#top .items .decorations span {
  position: absolute;
  z-index: -1;
  width: -moz-fit-content;
  width: fit-content;
}
#top .items .decorations span:nth-of-type(1) {
  top: 12rem;
  left: calc(50% + 22rem);
  width: 25rem;
  filter: drop-shadow(2px 2px 0.8rem rgba(162, 162, 162, 0.4));
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .items .decorations span:nth-of-type(1) {
    top: 22rem;
    left: initial;
    right: 3rem;
    width: 19rem;
  }
}
#top .items .decorations span:nth-of-type(2) {
  top: 3rem;
  right: calc(50% + 22rem);
  width: 44rem;
  filter: drop-shadow(2px 2px 0.8rem rgba(160, 160, 160, 0.4));
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .items .decorations span:nth-of-type(2) {
    top: 11rem;
    left: -2rem;
    right: initial;
    width: 31rem;
    transform: scaleX(-1);
  }
}
#top .items .decorations span:nth-of-type(3) {
  top: 20rem;
  right: calc(50% + 19rem);
  width: 17rem;
  filter: drop-shadow(2px 2px 0.8rem rgba(160, 160, 160, 0.4));
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .items .decorations span:nth-of-type(3) {
    display: none;
  }
}
#top .items .decorations span:nth-of-type(4) {
  top: 125rem;
  right: calc(50% - 90rem);
  width: 42rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .items .decorations span:nth-of-type(4) {
    top: initial;
    bottom: 4rem;
    right: initial;
    left: -2rem;
    width: 30rem;
  }
}
#top .items .decorations span:nth-of-type(5) {
  top: 150rem;
  right: calc(50% + 45rem);
  width: 42rem;
  transform: scaleX(-1);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .items .decorations span:nth-of-type(5) {
    top: initial;
    bottom: 8rem;
    right: -2rem;
    width: 30rem;
  }
}
#top .works {
  position: relative;
  z-index: 2;
  padding-block: 5rem 7rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .works {
    padding-block: 8rem 6rem;
  }
}
#top .works::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 32rem;
  right: 0;
  width: calc(100% - 20rem);
  height: 38rem;
  background-color: var(--color-base);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .works::before {
    width: calc(100% - 4rem);
  }
}
#top .works .inner {
  width: min(120rem, 100%);
  margin-inline: auto;
}
#top .works h2 {
  text-align: center;
}
#top .works .works-slider {
  margin-top: 8rem;
}
#top .works .works-slider .splide__arrow {
  height: initial;
  aspect-ratio: 1/1;
  background-color: initial;
  opacity: 1;
  background-color: var(--color-accent01);
  width: 5rem;
  transition: opacity 0.2s ease;
}
#top .works .works-slider .splide__arrow:hover {
  opacity: 0.8;
}
#top .works .works-slider .splide__arrow::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
#top .works .works-slider .splide__arrow--prev {
  left: 8.5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .works .works-slider .splide__arrow--prev {
    left: 2.4rem;
  }
}
#top .works .works-slider .splide__arrow--prev::before {
  transform: rotate(-135deg);
  margin-left: 0.6rem;
}
#top .works .works-slider .splide__arrow--next {
  right: 8.5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .works .works-slider .splide__arrow--next {
    right: 2.4rem;
  }
}
#top .works .works-slider .splide__arrow--next::before {
  transform: rotate(45deg);
  margin-right: 0.6rem;
}
#top .works .works-slider .splide__arrow svg {
  display: none;
}
#top .works .works-slider .splide__slide {
  width: 40rem;
}
#top .works ul li figure {
  position: relative;
}
#top .works ul li figure img {
  background: #fff;
  aspect-ratio: 370/240;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .works ul li .body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 10rem;
  padding-block: 1.6rem 3rem;
  border-bottom: 1px solid var(--color-accent01);
  letter-spacing: 0.06em;
}
#top .works ul li .body .description {
  font-size: 1.8rem;
  line-height: 1.3;
}
#top .works ul li .body .price {
  font-size: 1.8rem;
  line-height: 1.09;
  letter-spacing: 0.06em;
}
#top .works ul li .body .price span {
  display: inline-block;
  margin-inline: 0.6rem;
  color: #c8b974;
  font-size: 3.6rem;
  font-weight: 500;
}
#top .works .common-link {
  margin: 5rem auto;
}

.columns {
  padding: 15rem;
  background-color: #f9f9f9;
}

#top .columns h2 {
  text-align: center;
}

.columns-wrapper {
  width: 80%;
  margin: 0 auto;
  padding: 7rem;
  display: flex;
  flex-direction: column; /* 記事を縦に並べる */
  gap: 20px;
}

.column-item {
  display: flex; /* 左にサムネイル、右にタイトルを並べる */
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  transition: transform 0.3s;
}

.column-item a{
  display: flex;
}

.column-item:hover {
  transform: translateY(-5px);
}

.column-thumbnail img {
  width: 150px; /* サムネイルの横幅 */
  height: auto;
}

.column-content {
  flex: 1; /* タイトル部分がサムネイルと比率調整 */
  margin-left: 2rem;
}

.column-title {
  font-size: 18px;
  font-weight: bold;
  margin: 15px;
}

.column-excerpt {
  font-size: 14px;
  color: #666;
  margin: 0 15px 15px;
}

.more-link {
  text-align: center;
  margin-top: 20px;
}

.more-link a {
  font-size: 16px;
  color: #007bff;
  text-decoration: none;
}

.more-link a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .columns{
    padding: 15rem 2rem;
  }
  .columns-wrapper{
    width: 100%;
    padding: 0;
  }
  .column-content{
    margin-left: 0.5rem;
  }
  .column-thumbnail img{
    width: 100px;
  }
  .column-title{
    font-size: 16px;
  }
  .column-excerpt{
    font-size: 12px;
  }
  .common-link{
    margin: 5rem auto;
  }
}


#top .company {
  position: relative;
  z-index: 2;
  padding-block: 20rem;
}
#top .company::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20rem;
  left: calc(50% - 102rem);
  background: url("/images/common/decoration-wave02.webp") no-repeat center/contain;
  width: 42rem;
  aspect-ratio: 420/181;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .company::before {
    top: 67rem;
    left: 54rem;
    width: 20rem;
    opacity: 1;
  }
}
#top .company .common-wrapper {
  display: flex;
  gap: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .company .common-wrapper {
    flex-direction: column;
    gap: 5rem;
  }
}
#top .company .body {
  display: flex;
  justify-content: space-between;
  width: min(120rem, 100%);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .company .body {
    flex-direction: column;
    gap: 8rem;
  }
}
#top .company .body dl {
  align-items: flex-end;
  display: grid;
  grid-template-columns: max-content 1fr;
}
#top .company .body dl div {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .company .body dl div {
    font-size: 2.2rem;
  }
}
#top .company .body dl div:not(:first-of-type) {
  padding-top: 2rem;
}
#top .company .body dl div::after {
  content: "";
  grid-column: span 2;
  width: 100%;
  height: 1px;
  background-color: var(--color-accent01);
  margin-top: 2rem;
}
#top .company .body dl dt {
  padding-left: 2rem;
  font-weight: 500;
}
#top .company .body dl dd {
  padding-right: 2rem;
  font-family: var(--font-yu-gothic);
  font-weight: 500;
}
#top .company .body iframe {
  display: block;
  width: min(50rem, 100%);
  height: 45rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .company .body iframe {
    width: 100%;
  }
}

.intro {
  position: relative;
  z-index: 1;
  padding-block: 10rem;
}
.intro .common-wrapper {
  text-align: center;
}
.intro .catch {
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.intro .catch span {
  display: inline-block;
  font-feature-settings: "palt";
  font-size: 4rem;
}
.intro .description {
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .intro .description {
    text-align: initial;
    font-size: 2.2rem;
  }
}
.detail {
  position: relative;
  z-index: 1;
  padding-block: 2.4rem;
  background-color: var(--color-base);
}
.detail .common-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .detail .common-wrapper {
    flex-direction: column;
    height: initial;
  }
}
.detail .common-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100%;
  margin-inline: calc(50% - 50vw);
  box-shadow: 0 0 2rem rgba(166, 154, 91, 0.3);
  background-color: #fff;
}
.detail figure {
  position: relative;
  width: 75rem;
  height: 48rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .detail figure {
    width: 100%;
    height: initial;
    padding-bottom: 8rem;
  }
}
.detail figure::before {
  content: "BERG BERG";
  position: absolute;
  top: 0rem;
  left: -6rem;
  font-family: var(--font-garamond);
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 9.4rem;
  color: rgba(166, 154, 91, 0.4);
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .detail figure::before {
    top: -6.2rem;
    left: 0;
    writing-mode: initial;
    font-size: 9rem;
  }
}
.detail figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .detail figure img {
    width: 100%;
    height: auto;
  }
}
.detail .body {
  position: relative;
  padding-right: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .detail .body {
    padding: 8rem 0 0 0;
  }
}
.detail h3 {
  font-size: 3rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .detail h3 {
    text-align: center;
  }
}
.detail h3 span {
  font-size: 4rem;
}
.detail .item-list {
  display: flex;
  justify-content: center;
  gap: 8rem;
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .detail .item-list {
    margin-block: 8rem 10rem;
  }
}
.detail .item-list li {
  position: relative;
  padding: 4rem 1rem 2rem;
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  letter-spacing: 0.3em;
}
.detail .item-list li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -2rem;
  translate: -50% 0;
  width: 1px;
  height: 4rem;
  background-color: var(--color-accent01);
  transition: 0.3s ease;
}
.works {
  position: relative;
  z-index: 2;
  padding-block: 15rem 8rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .works {
    padding-block: 10rem 6rem;
  }
}
.works::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 40rem;
  right: 0;
  width: calc(100% - 20rem);
  height: 36rem;
  background-color: var(--color-base);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .works::before {
    top: 38rem;
    width: calc(100% - 4rem);
    height: 33rem;
  }
}
.works .inner {
  width: min(120rem, 100%);
  margin-inline: auto;
}
.works h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .works h2 {
    font-size: 4.4rem;
  }
}
.works h2::before {
  content: attr(data-text);
  display: block;
  color: var(--color-accent01);
  font-family: var(--font-garamond);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .works h2::before {
    font-size: 2.6rem;
  }
}
.works .works-slider {
  margin-top: 8rem;
}
.works .works-slider .splide__arrow {
  height: initial;
  aspect-ratio: 1/1;
  background-color: initial;
  opacity: 1;
  background-color: var(--color-accent01);
  width: 5rem;
  transition: opacity 0.2s ease;
}
.works .works-slider .splide__arrow:hover {
  opacity: 0.8;
}
.works .works-slider .splide__arrow::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.works .works-slider .splide__arrow--prev {
  left: 8.5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .works .works-slider .splide__arrow--prev {
    left: 2.4rem;
  }
}
.works .works-slider .splide__arrow--prev::before {
  transform: rotate(-135deg);
  margin-left: 0.6rem;
}
.works .works-slider .splide__arrow--next {
  right: 8.5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .works .works-slider .splide__arrow--next {
    right: 2.4rem;
  }
}
.works .works-slider .splide__arrow--next::before {
  transform: rotate(45deg);
  margin-right: 0.6rem;
}
.works .works-slider .splide__arrow svg {
  display: none;
}
.works .works-slider .splide__slide {
  width: 40rem;
}
.works ul li figure {
  position: relative;
}
.works ul li figure img {
  aspect-ratio: 370/240;
  -o-object-fit: contain;
     object-fit: contain;
}
.works ul li .body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 10rem;
  padding-block: 1rem 2rem;
  border-bottom: 1px solid var(--color-accent01);
  letter-spacing: 0.06em;
}
.works ul li .body .description {
  font-size: 2rem;
  line-height: 1.4;
}
.works ul li .body .price {
  white-space: nowrap;
  font-size: 2rem;
  line-height: 1.09;
}
.works ul li .body .price span {
  display: inline-block;
  margin-inline: 0.6rem 0.3rem;
  color: var(--color-accent01);
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* 画像を背景のようにカバー */
.mv img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

/* オーバーレイ（任意） */
.mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}



#iphone .mv {
  background: url("/images/top/iphone.webp") no-repeat center/cover;
}

#ipad .mv {
  background: url("/images/top/ipad.webp") no-repeat center/cover;
}

#ipad-pro .mv {
  background: url("/images/top/ipad-pro.webp") no-repeat center bottom/cover;
}

#ipad-mini .mv {
  background: url("/images/top/ipad-mini.webp") no-repeat center bottom/cover;
}

#apple-watch .mv {
  background: url("/images/top/apple-watch.webp") no-repeat center/cover;
}

#galaxy .mv {
  background: url("/images/top/galaxy.webp") no-repeat center/cover;
}

#xperia .mv {
  background: url("/images/top/xperia.webp") no-repeat center bottom/cover;
}

#huawei .mv {
  background: url("/images/top/huawei.webp") no-repeat center bottom/cover;
}

#oppo .mv {
  background: url("/images/top/oppo.webp") no-repeat center/cover;
}

#xiaomi .mv {
  background: url("/images/top/xiaomi.webp") no-repeat center/cover;
}

#google-pixel .mv {
  background: url("/images/top/google-pixel.webp") no-repeat center/cover;
}

#surface .mv {
  background: url("/images/top/surface.webp") no-repeat center/cover;
}

#macbook .mv {
  background: url("/images/top/macbook.webp") no-repeat center/cover;
}

#switch .mv {
  background: url("/images/top/switch.webp") no-repeat center right/cover;
}

#lenovo .mv {
  background: url("/images/top/lenovo.webp") no-repeat center/cover;
}

#column .mv {
  background: url("/images/top/column.webp") no-repeat center/cover;
}

#archive .mv {
  background: url("/images/top/archive.PNG") no-repeat center/cover;
}

#contact .mv {
  background: url("/images/top/contact.webp") no-repeat center left 14%/cover;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #contact .mv {
    background-position: top left 13%;
  }
}
#contact .common-method {
  padding-top: 10rem;
}
#contact.complete .form {
  padding-block: 8rem 12rem;
}
#contact.complete .form .inner hgroup p {
  margin-top: 5rem;
}
#contact .form {
  padding-block: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #contact .form {
    padding-top: 0;
  }
}
#contact .form .inner {
  padding: 8rem 8rem;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #contact .form .inner {
    padding: 8rem 4rem;
  }
}
#contact .form .inner hgroup h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  letter-spacing: 0.04em;
  font-size: 3.2rem;
}
#contact .form .inner hgroup h3::before {
  content: "";
  background: url("/images/common/icon-mail-line.svg") no-repeat center/contain;
  width: 5.6rem;
  aspect-ratio: 494/361;
}
#contact .form .inner hgroup p {
  margin-top: 2.4rem;
  text-align: center;
  font-family: var(--font-yu-gothic);
  font-size: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #contact .form .inner hgroup p {
    font-size: 2.2rem;
  }
}
#contact .form .inner .content {
  margin-top: 6.4rem;
  font-family: var(--font-yu-gothic);
  font-size: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #contact .form .inner .content {
    font-size: 1.8rem;
  }
}
#contact .form .content .screen-reader-response ul {
  margin-top: 2rem;
  color: #da2f1c;
}
#contact .form .content .screen-reader-response ul li {
  line-height: 2;
}
#contact .form .content .wpcf7-response-output {
  display: none;
}
#contact .form .content .contact-list {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 4rem 6rem;
  padding-block: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #contact .form .content .contact-list {
    gap: 4rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
}
#contact .form .content .contact-list > div {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  align-items: baseline;
  font-family: var(--font-yu-gothic);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #contact .form .content .contact-list > div {
    grid-column: 1;
    gap: 1rem;
  }
}
#contact .form .content .contact-list > div:not(:last-of-type):after {
  content: "";
  width: 100%;
  grid-column: span 2;
  display: block;
  border-top: 1px solid var(--color-base);
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #contact .form .content .contact-list > div:not(:last-of-type):after {
    display: none;
  }
}
#contact .form .content .contact-list > div.required dt::before {
  content: "必須";
  background-color: #da2f1c;
  color: #fff;
}
#contact .form .content .contact-list dt {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #contact .form .content .contact-list dt {
    gap: 1.6rem;
  }
}
#contact .form .content .contact-list dt::before {
  content: "任意";
  background-color: rgba(234, 234, 226, 0.3);
  padding: 0.6rem 1.6rem;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #contact .form .content .contact-list dt::before {
    font-size: 1.6rem;
  }
}
#contact .form .content .contact-list dd input:not([type=radio]):not([type=file]),
#contact .form .content .contact-list dd textarea {
  padding: 2rem 2rem;
  width: 100%;
  background-color: rgba(234, 234, 226, 0.3);
  border: 1px solid var(--color-base);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #contact .form .content .contact-list dd input:not([type=radio]):not([type=file]),
  #contact .form .content .contact-list dd textarea {
    padding: 1.8rem 2rem;
  }
}
#contact .form .content .contact-list dd input::-moz-placeholder, #contact .form .content .contact-list dd textarea::-moz-placeholder {
  color: rgba(97, 93, 83, 0.4);
}
#contact .form .content .contact-list dd input::placeholder,
#contact .form .content .contact-list dd textarea::placeholder {
  color: rgba(97, 93, 83, 0.4);
}
#contact .form .content .contact-list dd .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.4rem;
  color: #da2f1c;
}
#contact .form .content .contact-list dd .radio-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 4rem;
}
#contact .form .content .contact-list dd .radio-buttons label {
  cursor: pointer;
}
#contact .form .content .contact-list dd .radio-buttons label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
#contact .form .content .contact-list dd .radio-buttons label span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
#contact .form .content .contact-list dd .radio-buttons label span::before {
  content: "";
  border-radius: 50%;
  border: 1px solid var(--color-accent01);
  width: 16px;
  aspect-ratio: 1;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #contact .form .content .contact-list dd .radio-buttons label span::before {
    width: 12px;
  }
}
#contact .form .content .contact-list dd .radio-buttons label input:checked + span::after {
  content: "";
  position: absolute;
  left: 3px;
  border-radius: 50%;
  width: 10px;
  aspect-ratio: 1;
  background-color: var(--color-accent01);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #contact .form .content .contact-list dd .radio-buttons label input:checked + span::after {
    left: 3px;
    width: 6px;
  }
}
#contact .form .content .contact-list dd .picture-list li + li {
  margin-top: 4rem;
}
#contact .form .content .contact-list dd .picture-list li p {
  display: flex;
  align-items: center;
  gap: 4rem;
}
#contact .form .content .policy label {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
#contact .form .content .policy label input {
  position: relative;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--color-accent01);
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#contact .form .content .policy label span a {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
#contact .form .content .policy label span a:focus {
  opacity: 0.75;
}
@media (hover: hover) and (pointer: fine) {
  #contact .form .content .policy label span a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
  #contact .form .content .policy label span a:where(:any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
}
#contact .form .content .policy label input:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0.9rem;
  width: 1rem;
  height: 1.8rem;
  border-right: 0.3rem solid var(--color-accent01);
  border-bottom: 0.3rem solid var(--color-accent01);
  transform: rotate(45deg);
}
#contact .form .content .submit {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5rem auto 0;
  background-color: var(--color-accent01);
  font-family: var(--font-shippori);
  color: #fff;
  letter-spacing: 0.03em;
}
#contact .form .content .submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-accent02);
  transition: 0.3s ease-in-out;
}
#contact .form .content .submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2rem;
  translate: 0 -50%;
  width: 4rem;
  height: 1px;
  background-color: var(--color-accent02);
  transition: 0.3s ease;
}
#contact .form .content .submit:hover::before {
  width: 100%;
}
#contact .form .content .submit:hover::after {
  width: 0;
}
#contact .form .content .submit input {
  position: relative;
  padding: 1.8rem 4rem;
}
#contact:not(.complete) .form {
  background-color: var(--color-base);
}
#contact:not(.complete) .form .inner {
  background-color: #fff;
}

#error {
  display: grid;
  width: 100%;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  min-height: 100vh;
  background: #eaeae2 url("/images/common/bg.webp") repeat;
}
#error main {
  height: 100%;
}
#error main .mv {
  height: 50rem;
}
#error main .common-inner {
  padding-block: 8rem 15rem;
}
#error main p {
  font-size: 3.2rem;
  font-weight: 500;
}
#error main .common-link {
  margin-top: 8rem;
}

#sitemap .mv {
  background: url("/images/sitemap/mv.webp") no-repeat center left 14%/cover;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #sitemap .mv {
    background-position: top left 20%;
  }
}

#policy .mv {
  background: url("/images/contact/mv.webp") no-repeat center left 14%/cover;
}
#purchase .mv {
  background: url("/images/purchase/mv.webp") no-repeat center left 14%/cover;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #policy .mv {
    background-position: top left 20%;
  }
}
#policy article {
  padding-block: 8rem 15rem;
}
#policy article p,
#policy article ul,
#policy article ol,
#policy article dl {
  font-family: var(--font-yu-gothic);
  font-size: 2rem;
  line-height: 2;
}
#policy article section:first-of-type {
  margin-top: 8rem;
}
#policy article section + section {
  margin-top: 8rem;
}
#policy article section h3 {
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-bottom: 3.2rem;
}
#policy article section h3::before {
  content: "第" attr(data-number) "条";
  display: block;
  font-size: 2.4rem;
}
#policy article section ol {
  margin-block: 2em;
  list-style-type: none;
  counter-reset: item;
}
#policy article section ol li {
  padding-left: 1em;
  text-indent: -1em;
}
#policy article section ol li::before {
  content: counter(item) ". ";
  counter-increment: item;
  width: 1rem;
}
#policy article section ul li::before {
  content: "・";
}
#policy article section dl {
  align-items: flex-end;
  display: grid;
  grid-template-columns: max-content max-content;
  margin-top: 2em;
}
#policy article section dl div {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #policy article section dl div {
    font-size: 2.2rem;
  }
}
#policy article section dl div:not(:first-of-type) {
  padding-top: 2rem;
}
#policy article section dl div::after {
  content: "";
  grid-column: span 2;
  width: 100%;
  height: 1px;
  background-color: var(--color-accent01);
  margin-top: 2rem;
  opacity: 0.2;
}
#policy article section dl dt {
  padding-left: 2rem;
  font-weight: 500;
}
#policy article section dl dd {
  padding-right: 4rem;
  font-weight: 500;
}

/*# sourceMappingURL=styles.css.map*/

/* archive-purchase.css */
.archive-works {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #f9f9f9;
}

.archive-works h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.work-item {
  background-color: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.work-item figure {
  position: relative;
}

.work-item img {
  aspect-ratio: 370/240;
  object-fit: cover;
}

.work-details {
  padding: 20px;
  text-align: left;
}

.work-details h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #333;
}

.work-details .description,
.work-details .price {
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 8px;
  color: #666;
}

.work-details .price span {
  font-size: 3.6rem;
  font-weight: bold;
  color: var(--color-accent01);
}

.pagination {
  margin-top: 20px;
  text-align: center;
}

.pagination a {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 12px;
  color: #0073e6;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination a:hover {
  background-color: #0073e6;
  color: #fff;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .works-grid {
    grid-template-columns: repeat(2, 1fr); /* デスクトップでは3列 */
  }
  .work-details{
    padding: 10px;
    text-align: left;
  }
}

/* ===========================
   Single Column (sc-*) base
   =========================== */

:root {
  --sc-text: #615d53;
  --sc-muted: #666;
  --sc-border: #e6e6e6;
  --sc-accent: #72bbb8; /* ご指定色に合わせた控えめのアクセント */
  --sc-bg: #fff;
}

#sc-container {
  background: var(--sc-bg);
}

.sc-article {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 24px 80px;
  color: var(--sc-text);
  line-height: 1.85;
  font-size: 16px;
  word-break: break-word;
}

/* タイトル・メタ */
.sc-title {
  font-size: clamp(18px, 3.2vw, 2rem);
  line-height: 1.35;
  margin: 0 0 12px;
  font-weight: 700;
}

.sc-meta {
  font-size: 13px;
  color: var(--sc-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  margin-bottom: 20px;
}
.sc-thumb {
  margin: 24px 0 0;
}
.sc-thumb img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* 本文要素（一般的な組版） */
.sc-content p {
  margin: 1.2em 0;
}
.sc-content ul,
.sc-content ol {
  margin: 0 0 1.2em 1.4em;
  padding: 0;
}
.sc-content li {
  margin: .3em 0;
  list-style: initial;
}
.sc-content strong { font-weight: 700; }
.sc-content em { font-style: italic; }
.sc-content a { color: var(--sc-accent); text-decoration: underline; }
.sc-content img,
.sc-content iframe {
  max-width: 100%;
  height: auto;
}
.sc-content blockquote {
  margin: 1.4em 0;
  padding: 12px 16px;
  border-left: 4px solid var(--sc-accent);
  background: #f8fbfb;
  color: #333;
}
.sc-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2em 0;
  font-size: 15px;
}
.sc-content th,
.sc-content td {
  padding: 10px 12px;
  border: 1px solid var(--sc-border);
}
.sc-content th {
  background: #fafafa;
  font-weight: 600;
}

/* ===========================
   見出し（このテンプレ内だけに適用）
   =========================== */

/* h2：下線＋細い帯、落ち着いたアクセント。派手さ抑制 */
.sc-article h2 {
  position: relative;
  margin: 2.0em 0 .9em;
  padding: .45em 0 .55em;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.35;
  font-weight: 700;
  border-bottom: 1px solid var(--sc-border);
}
.sc-article h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, var(--sc-accent), rgba(114,187,184,0));
}

/* h3：左ボーダー＋薄背景。控えめなセクション見出し */
.sc-article h3 {
  margin: 1.6em 0 .6em;
  padding: .4em .8em;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.45;
  font-weight: 700;
  border-left: 4px solid var(--sc-accent);
  background: #f6faf9;
  border-radius: 4px;
}

/* 余白・補助 */
.sc-article .wp-caption {
  max-width: 100%;
}
.sc-article .wp-caption-text {
  font-size: 12px;
  color: var(--sc-muted);
  text-align: center;
  margin-top: 6px;
}

/* フッター（タグ・ページャー） */
.sc-footer {
  margin-top: 40px;
  border-top: 1px solid var(--sc-border);
  padding-top: 20px;
}
.sc-tags {
  font-size: 13px;
  color: var(--sc-muted);
  margin-bottom: 16px;
}
.sc-pager {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
}
.sc-pager a {
  color: var(--sc-accent);
  text-decoration: none;
}
.sc-pager a:hover { text-decoration: underline; }

/* ===========================
   レスポンシブ
   =========================== */

@media (max-width: 768px) {
  #sc-container {
    padding: 0 1rem;
  }

  .sc-article {
    padding: 28px 16px 60px;
    font-size: 15.5px;
    line-height: 1.9;
  }
  .sc-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}

/* ================
   Archive: column
   Scope: .ac-*
   ================ */
:root{
  --ac-text:#1a1a1a;
  --ac-muted:#666;
  --ac-border:#e7e7e7;
  --ac-bg:#fff;
  --ac-card:#fff;
  --ac-shadow: 0 6px 18px rgba(0,0,0,.06);
  --ac-accent:#72bbb8; /* ご指定色 */
}

.ac{ background:var(--ac-bg); color:var(--ac-text); }

.column-ac {
  color: var(--color-accent01);
  font-size: 4rem;
  text-align: center;
  font-weight: 600;
  padding-top: 8rem;
  padding-bottom: 2rem;
}

/* Hero */
.ac__hero{
  max-width: 1120px;
  margin: 0 auto;
  padding: 48px 20px 20px;
  text-align: left;
}
.ac__title{
  font-size: clamp(22px, 2.8vw, 32px);
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 8px;
}
.ac__lead{
  color: var(--ac-muted);
  font-size: clamp(14px, 1.5vw, 16px);
}

/* Grid */
.ac__grid{
  max-width: 1120px;
  margin: 20px auto 48px;
  padding: 0 20px;

  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
}

/* Card */
.ac-card{
  background: var(--ac-card);
  border: 1px solid var(--ac-border);
  border-radius: 12px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ac-card:hover{
  transform: translateY(-2px);
  box-shadow: var(--ac-shadow);
  border-color: rgba(0,0,0,.05);
}

.ac-card__link{
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.ac-card__thumb{
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f5f7f7;
}
.ac-card__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ac-card__body{
  padding: 14px 16px 18px;
}

.ac-card__title{
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 6px;
}

.ac-card__meta{
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  align-items: center;
  font-size: 12.5px;
  color: var(--ac-muted);
  margin-bottom: 8px;
}
.ac-card__date{ white-space: nowrap; }
.ac-card__cats a{
  color: var(--ac-accent);
  text-decoration: none;
}
.ac-card__cats a:hover{ text-decoration: underline; }

.ac-card__excerpt{
  font-size: 14.5px;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

/* Pagination */
.ac__pagination{
  max-width: 1120px;
  margin: 0 auto 64px;
  padding: 0 20px;
  text-align: center;
}
.ac__pagination .nav-links{
  display: inline-flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.ac__pagination .page-numbers{
  display: inline-block;
  min-width: 40px;
  padding: 8px 12px;
  border: 1px solid var(--ac-border);
  border-radius: 8px;
  text-decoration: none;
  color: var(--ac-text);
  background: #fff;
  font-size: 14px;
}
.ac__pagination .page-numbers.current{
  background: var(--ac-accent);
  color: #fff;
  border-color: transparent;
}
.ac__pagination .page-numbers:hover{
  border-color: rgba(0,0,0,.2);
}

/* Empty */
.ac__empty{
  max-width: 1120px;
  margin: 20px auto 64px;
  padding: 0 20px;
  color: var(--ac-muted);
}

/* ===================
   Responsive
   =================== */
@media (max-width: 1024px){
  .ac__grid{
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 20px;
  }
}
@media (max-width: 640px){
  .ac__hero{ padding: 28px 16px 10px; }
  .ac__grid{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 16px;
  }
  .ac-card__body{ padding: 12px 14px 16px; }
  .ac-card__excerpt{ font-size: 14px; line-height: 1.75; }
}
