@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
}

details {
  display: block;
}

input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 300 75%/1.5 "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #ffffff;
  color: #000000;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

/* select {
	-moz-appearance: none;    // Firefox 40+
	-webkit-appearance: none; // Chrome 45+

	&::-ms-expand {
		display: none;        // Edge 12+, Internet Explorer 11-
	}

	&::-ms-value {
		color: currentColor;  // Edge 12+, Internet Explorer 11-
	}
} */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/*  ==========================================================================
    Konoma - REISM Renovation Series #38
    Figma: konoma-lp-review  PC 7:836 (1280) / SP 7:952 (375)
    ========================================================================== */
/*  Variables
    ========================================================================== */
/*  Base
    ========================================================================== */
html {
  background-color: #fffff5;
}

body {
  background-color: #fffff5;
  color: #a67959;
  font-family: "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
}

img, svg, video {
  display: block;
  max-width: 100%;
}

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

p, h1, h2, h3 {
  margin: 0;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

a.fadeout {
  transition: opacity 0.3s ease;
}
a.fadeout:hover {
  opacity: 0.5;
}

@media only screen and (min-width: 1000px) {
  .onlySP {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  .onlyPC {
    display: none;
  }
}
@media only screen and (max-width: 1176px) {
  .onlyDesign {
    display: none;
  }
}
.onlyTB {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1176px) {
  .onlyTB {
    display: inline;
  }
}
/*  Layout : 全幅の行 + 中央 1177px のコンテンツ列
    セクション境界の 1px 罫線は .l-row の border-top が担う（重複させない）
    ========================================================================== */
.l-row {
  border-top: 1px solid #a67959;
}
body > .l-row:first-of-type {
  border-top: 0;
}
.l-row--dot {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect x='3' y='3' width='1' height='1' fill='%23a67959'/%3E%3C/svg%3E");
}

.l-inner {
  box-sizing: border-box;
  max-width: 1177px;
  margin: 0 auto;
  background-color: #fffff5;
}
@media only screen and (min-width: 768px) {
  .l-inner {
    border-right: 1px solid #a67959;
    border-left: 1px solid #a67959;
  }
}

.grid-material, .grid-feature {
  display: grid;
  gap: 1px;
  background-color: #a67959;
}
@media only screen and (max-width: 767px) {
  .grid-material, .grid-feature {
    overflow: hidden;
  }
}

.cell {
  position: relative;
  min-width: 0;
  min-height: 0;
  background-color: #fffff5;
}
.cell--dot {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect x='3' y='3' width='1' height='1' fill='%23a67959'/%3E%3C/svg%3E");
}
.cell--img {
  position: relative;
  overflow: hidden;
}
.cell--img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.cell--img > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  Parts
    ========================================================================== */
.divider {
  width: 100%;
  height: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #a67959;
}

.chevron {
  flex: none;
  width: 30px;
  height: 12px;
}

.keyword {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-align: center;
  color: #a67959;
}
@media only screen and (min-width: 768px) {
  .keyword {
    gap: 16px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .keyword {
    gap: 12px;
    font-size: 12px;
  }
}
.keyword > span {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@supports not (text-box-trim: trim-both) {
  .keyword > span::before, .keyword > span::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .keyword > span::before {
    margin-bottom: -0.49875em;
  }
  .keyword > span::after {
    margin-top: -0.37625em;
  }
}
.keyword__icon {
  flex: none;
}
@media only screen and (min-width: 768px) {
  .keyword__icon {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .keyword__icon {
    width: 12px;
    height: 12px;
  }
}

.shape {
  position: absolute;
  inset: -1px;
  box-sizing: border-box;
  background-color: #fffff5;
  border: 1px solid #a67959;
}
.shape--quarter {
  border-radius: 0 999px 0 0;
}
.shape--circle {
  border-radius: 999px;
}
.shape--half {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px 999px 0 0;
}
.shape--diagonal {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 0H100L0 100Z' fill='%23fffff5'/%3E%3Cpath d='M100 0L0 100' fill='none' stroke='%23a67959' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
  background-size: 100% 100%;
}

.band,
.btn-entry {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background-color: #a67959;
  color: #fffff5;
  transition: background-color 0.3s ease;
}
.band:hover,
.btn-entry:hover {
  background-color: #eea900;
}

/*  Header
    ========================================================================== */
.site-header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .site-header {
    height: 79px;
    padding: 0 48px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header {
    padding: 52px 24px 12px;
  }
}
@media only screen and (min-width: 768px) {
  .site-header__logo img {
    width: 96.97px;
    height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header__logo img {
    width: 72.73px;
    height: 24px;
  }
}

/*  Title
    ========================================================================== */
.title {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .title {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    min-height: 714px;
    background-color: #a67959;
  }
}
.title__body {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fffff5;
}
@media only screen and (min-width: 768px) {
  .title__body {
    grid-area: 1/1;
    gap: 48px;
    padding: 96px 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  .title__body {
    padding: 64px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .title__body {
    gap: 40px;
    padding: 80px 32px;
  }
}
.title__media {
  display: flex;
  flex-direction: column;
  background-color: #fffff5;
}
@media only screen and (min-width: 768px) {
  .title__media {
    grid-area: 1/2;
  }
}
.title__logo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .title__konoma {
    width: 300px;
    height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .title__konoma {
    width: 240px;
    height: 38px;
  }
}
.title__series {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.16em;
}
@supports not (text-box-trim: trim-both) {
  .title__series::before, .title__series::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .title__series::before {
    margin-bottom: -0.49875em;
  }
  .title__series::after {
    margin-top: -0.37625em;
  }
}
@media only screen and (min-width: 768px) {
  .title__series {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .title__series {
    font-size: 14px;
  }
}
.title__copy {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .title__copy {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .title__copy {
    gap: 32px;
  }
}
.title__lead {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@supports not (text-box-trim: trim-both) {
  .title__lead::before, .title__lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .title__lead::before {
    margin-bottom: -0.57969em;
  }
  .title__lead::after {
    margin-top: -0.43731em;
  }
}
@media only screen and (min-width: 768px) {
  .title__lead {
    margin-right: -0.16em;
  }
}
@media only screen and (max-width: 767px) {
  .title__lead {
    margin-right: -0.08em;
  }
}
@media only screen and (min-width: 768px) {
  .title__lead {
    font-size: 24px;
    line-height: 1.75;
    letter-spacing: 0.16em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  .title__lead {
    font-size: 20px;
    letter-spacing: 0.08em;
    margin-right: -0.08em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 899px) {
  .title__lead {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .title__lead {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
}
.title__text {
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  .title__text {
    gap: 32px;
    font-size: 16px;
    line-height: 2.25;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  .title__text {
    gap: 24px;
    font-size: 14px;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .title__text {
    gap: 24px;
    font-size: 14px;
    line-height: 2;
  }
}
.title__text p {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  margin-right: -0.08em;
}
@media only screen and (min-width: 768px) {
  @supports not (text-box-trim: trim-both) {
    .title__text p::before, .title__text p::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
    }
    .title__text p::before {
      margin-bottom: -0.86469em;
    }
    .title__text p::after {
      margin-top: -0.65231em;
    }
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  @supports not (text-box-trim: trim-both) {
    .title__text p::before, .title__text p::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
    }
    .title__text p::before {
      margin-bottom: -0.72219em;
    }
    .title__text p::after {
      margin-top: -0.54481em;
    }
  }
}
@media only screen and (max-width: 767px) {
  @supports not (text-box-trim: trim-both) {
    .title__text p::before, .title__text p::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
    }
    .title__text p::before {
      margin-bottom: -0.72219em;
    }
    .title__text p::after {
      margin-top: -0.54481em;
    }
  }
}

.hero {
  position: relative;
  overflow: hidden;
  background-color: #a67959;
}
@media only screen and (min-width: 768px) {
  .hero {
    flex: 1 0 0;
    min-height: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    height: 425px;
  }
}
.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sound-toggle {
  position: absolute;
  right: 16px;
  bottom: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background-color: rgba(255, 255, 245, 0.85);
  border: 1px solid #a67959;
  border-radius: 999px;
  color: #a67959;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .sound-toggle {
    right: 24px;
    bottom: 24px;
  }
}
.sound-toggle:hover {
  background-color: #a67959;
  color: #fffff5;
}
.sound-toggle__icon {
  width: 24px;
  height: 24px;
}
.sound-toggle__icon--on {
  display: none;
}
.sound-toggle.is-unmuted .sound-toggle__icon--off {
  display: none;
}
.sound-toggle.is-unmuted .sound-toggle__icon--on {
  display: block;
}

@media only screen and (min-width: 768px) {
  .band {
    padding: 24px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .band {
    padding: 24px 32px;
  }
}
.band__text {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
@supports not (text-box-trim: trim-both) {
  .band__text::before, .band__text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .band__text::before {
    margin-bottom: -0.57969em;
  }
  .band__text::after {
    margin-top: -0.43731em;
  }
}
@media only screen and (min-width: 768px) {
  .band__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .band__text {
    font-size: 14px;
  }
}
.band__account {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.16em;
}
@media only screen and (min-width: 768px) {
  .band__account {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .band__account {
    font-size: 14px;
  }
}
.band__name {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@supports not (text-box-trim: trim-both) {
  .band__name::before, .band__name::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .band__name::before {
    margin-bottom: -0.49875em;
  }
  .band__name::after {
    margin-top: -0.37625em;
  }
}
.band__ig {
  flex: none;
  width: 14px;
  height: 14px;
}
.band__text + .chevron {
  margin-right: -8px;
}

/*  Section title
    ========================================================================== */
.sec-ttl {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sec-ttl {
    height: 118px;
    padding: 0 48px;
    font-size: 20px;
    letter-spacing: 0.12em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  .sec-ttl {
    letter-spacing: 0.08em;
  }
}
@media only screen and (max-width: 767px) {
  .sec-ttl {
    display: block;
    padding: 48px 36px;
    font-size: 16px;
    letter-spacing: 0.08em;
  }
  @supports not (text-box-trim: trim-both) {
    .sec-ttl::before, .sec-ttl::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
    }
    .sec-ttl::before {
      margin-bottom: -0.57969em;
    }
    .sec-ttl::after {
      margin-top: -0.43731em;
    }
  }
}

@media only screen and (min-width: 768px) {
  .spacer {
    height: 118px;
  }
}
@media only screen and (max-width: 767px) {
  .spacer {
    height: 110px;
  }
}

/*  Feature grid (main-1) : PC 4x4 正方グリッド / SP 2 列
    ========================================================================== */
@media only screen and (min-width: 768px) {
  .grid-feature {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-feature .cell:nth-child(1) {
    grid-area: 1/1;
  }
  .grid-feature .cell:nth-child(2) {
    grid-area: 1/2;
  }
  .grid-feature .cell:nth-child(3) {
    grid-area: 1/3;
  }
  .grid-feature .cell:nth-child(4) {
    grid-area: 1/4;
  }
  .grid-feature .cell:nth-child(5) {
    grid-area: 2/3;
  }
  .grid-feature .cell:nth-child(6) {
    grid-area: 2/4;
  }
  .grid-feature .cell:nth-child(7) {
    grid-area: 2/1;
  }
  .grid-feature .cell:nth-child(8) {
    grid-area: 2/2;
  }
  .grid-feature .cell:nth-child(9) {
    grid-area: 3/1;
  }
  .grid-feature .cell:nth-child(10) {
    grid-area: 3/2;
  }
  .grid-feature .cell:nth-child(11) {
    grid-area: 3/3;
  }
  .grid-feature .cell:nth-child(12) {
    grid-area: 3/4;
  }
  .grid-feature .cell:nth-child(13) {
    grid-area: 4/3;
  }
  .grid-feature .cell:nth-child(14) {
    grid-area: 4/4;
  }
  .grid-feature .cell:nth-child(15) {
    grid-area: 4/1;
  }
  .grid-feature .cell:nth-child(16) {
    grid-area: 4/2;
  }
}
@media only screen and (max-width: 767px) {
  .grid-feature {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-feature .cell--keyword,
.grid-feature .cell--dot,
.grid-feature .cell--blank {
    aspect-ratio: 1;
  }
}
.grid-feature .cell--keyword {
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-feature .cell--text {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .grid-feature .cell--text {
    padding: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  .grid-feature .cell--text {
    padding: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .grid-feature .cell--text {
    padding: 40px 24px;
  }
}

.feature__ttl {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .feature__ttl {
    margin-bottom: 28px;
    font-size: 16px;
    letter-spacing: 0.12em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  .feature__ttl {
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
@media only screen and (max-width: 767px) {
  .feature__ttl {
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
.feature__label {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  flex: 1 1 auto;
  min-width: 0;
}
@supports not (text-box-trim: trim-both) {
  .feature__label::before, .feature__label::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .feature__label::before {
    margin-bottom: -0.57969em;
  }
  .feature__label::after {
    margin-top: -0.43731em;
  }
}
@media only screen and (min-width: 768px) {
  .feature__label {
    margin-right: -0.12em;
  }
}
@media only screen and (max-width: 767px) {
  .feature__label {
    margin-right: -0.08em;
  }
}
.feature__num {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  flex: none;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@supports not (text-box-trim: trim-both) {
  .feature__num::before, .feature__num::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .feature__num::before {
    margin-bottom: -0.49875em;
  }
  .feature__num::after {
    margin-top: -0.37625em;
  }
}
@media only screen and (min-width: 768px) {
  .feature__num {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  .feature__num {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .feature__num {
    font-size: 32px;
  }
}
.feature__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  .feature__body {
    font-size: 14px;
    line-height: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  .feature__body {
    gap: 16px;
    font-size: 12px;
    line-height: 1.85;
  }
}
@media only screen and (max-width: 767px) {
  .feature__body {
    font-size: 13px;
    line-height: 1.75;
  }
}
.feature__body p {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  margin-right: -0.08em;
}
@media only screen and (min-width: 768px) {
  @supports not (text-box-trim: trim-both) {
    .feature__body p::before, .feature__body p::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
    }
    .feature__body p::before {
      margin-bottom: -0.72219em;
    }
    .feature__body p::after {
      margin-top: -0.54481em;
    }
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  @supports not (text-box-trim: trim-both) {
    .feature__body p::before, .feature__body p::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
    }
    .feature__body p::before {
      margin-bottom: -0.63669em;
    }
    .feature__body p::after {
      margin-top: -0.48031em;
    }
  }
}
@media only screen and (max-width: 767px) {
  @supports not (text-box-trim: trim-both) {
    .feature__body p::before, .feature__body p::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
    }
    .feature__body p::before {
      margin-bottom: -0.57969em;
    }
    .feature__body p::after {
      margin-top: -0.43731em;
    }
  }
}

/*  Material grid (main-2) : PC 画像1/8 + 本文3/8 を 2 組 / SP 2 列
    ========================================================================== */
@media only screen and (min-width: 768px) {
  .grid-material {
    grid-template-columns: repeat(2, 1fr 3fr);
  }
  .grid-material .cell--img::before {
    padding-top: 113.3106%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-material {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-material .cell--text {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .grid-material .cell--text {
    padding: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .grid-material .cell--text {
    padding: 32px 16px 32px 24px;
  }
}

.material__ttl {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  margin-bottom: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.75;
}
@supports not (text-box-trim: trim-both) {
  .material__ttl::before, .material__ttl::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .material__ttl::before {
    margin-bottom: -0.57969em;
  }
  .material__ttl::after {
    margin-top: -0.43731em;
  }
}
@media only screen and (min-width: 768px) {
  .material__ttl {
    margin-right: -0.12em;
  }
}
@media only screen and (max-width: 767px) {
  .material__ttl {
    margin-right: -0.08em;
  }
}
@media only screen and (min-width: 768px) {
  .material__ttl {
    font-size: 16px;
    letter-spacing: 0.12em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  .material__ttl {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
@media only screen and (max-width: 767px) {
  .material__ttl {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
.material__body {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  margin-right: -0.08em;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  @supports not (text-box-trim: trim-both) {
    .material__body::before, .material__body::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
    }
    .material__body::before {
      margin-bottom: -0.72219em;
    }
    .material__body::after {
      margin-top: -0.54481em;
    }
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  @supports not (text-box-trim: trim-both) {
    .material__body::before, .material__body::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
    }
    .material__body::before {
      margin-bottom: -0.57969em;
    }
    .material__body::after {
      margin-top: -0.43731em;
    }
  }
}
@media only screen and (max-width: 767px) {
  @supports not (text-box-trim: trim-both) {
    .material__body::before, .material__body::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
    }
    .material__body::before {
      margin-bottom: -0.57969em;
    }
    .material__body::after {
      margin-top: -0.43731em;
    }
  }
}
@media only screen and (min-width: 768px) {
  .material__body {
    font-size: 14px;
    line-height: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  .material__body {
    font-size: 13px;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767px) {
  .material__body {
    font-size: 13px;
    line-height: 1.75;
  }
}

/*  Making of (main-3)
    ========================================================================== */
.making {
  box-sizing: border-box;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect x='3' y='3' width='1' height='1' fill='%23a67959'/%3E%3C/svg%3E");
}
@media only screen and (min-width: 768px) {
  .making {
    padding: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .making {
    padding: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .making {
    min-height: 634px;
  }
}
.making__box {
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
  background-color: #fffff5;
  border: 1px solid #a67959;
}
@media only screen and (min-width: 768px) {
  .making__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .making__box {
    flex-direction: column;
    border-radius: 64px;
  }
}
.making__body {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
@media only screen and (min-width: 768px) {
  .making__body {
    gap: 40px;
    padding: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  .making__body {
    gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .making__body {
    gap: 32px;
    padding: 64px 32px 40px;
  }
}
.making__img {
  position: relative;
  overflow: hidden;
  min-width: 0;
}
.making__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.making__img > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .making__img {
    height: 240px;
  }
  .making__img::before {
    padding-top: 0;
  }
}
.making__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.16em;
}
@media only screen and (min-width: 768px) {
  .making__label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .making__label {
    font-size: 12px;
  }
}
.making__label-text {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@supports not (text-box-trim: trim-both) {
  .making__label-text::before, .making__label-text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .making__label-text::before {
    margin-bottom: -0.49875em;
  }
  .making__label-text::after {
    margin-top: -0.37625em;
  }
}
.making__ttl {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.75;
}
@supports not (text-box-trim: trim-both) {
  .making__ttl::before, .making__ttl::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .making__ttl::before {
    margin-bottom: -0.57969em;
  }
  .making__ttl::after {
    margin-top: -0.43731em;
  }
}
@media only screen and (min-width: 768px) {
  .making__ttl {
    margin-right: -0.12em;
  }
}
@media only screen and (max-width: 767px) {
  .making__ttl {
    margin-right: -0.08em;
  }
}
@media only screen and (min-width: 768px) {
  .making__ttl {
    font-size: 20px;
    letter-spacing: 0.12em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  .making__ttl {
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 899px) {
  .making__ttl {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .making__ttl {
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}
.making__text {
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  .making__text {
    gap: 32px;
    font-size: 16px;
    line-height: 2.25;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  .making__text {
    gap: 24px;
    font-size: 14px;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .making__text {
    gap: 24px;
    font-size: 14px;
    line-height: 2;
  }
}
.making__text p {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  margin-right: -0.08em;
}
@media only screen and (min-width: 768px) {
  @supports not (text-box-trim: trim-both) {
    .making__text p::before, .making__text p::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
    }
    .making__text p::before {
      margin-bottom: -0.86469em;
    }
    .making__text p::after {
      margin-top: -0.65231em;
    }
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  @supports not (text-box-trim: trim-both) {
    .making__text p::before, .making__text p::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
    }
    .making__text p::before {
      margin-bottom: -0.72219em;
    }
    .making__text p::after {
      margin-top: -0.54481em;
    }
  }
}
@media only screen and (max-width: 767px) {
  @supports not (text-box-trim: trim-both) {
    .making__text p::before, .making__text p::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
    }
    .making__text p::before {
      margin-bottom: -0.72219em;
    }
    .making__text p::after {
      margin-top: -0.54481em;
    }
  }
}

.slash {
  flex: none;
  color: #a67959;
}
@media only screen and (min-width: 768px) {
  .slash {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .slash {
    width: 12px;
    height: 12px;
  }
}

/*  Event (Room Tour)
    ========================================================================== */
.event {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .event {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background-color: #a67959;
  }
}
.event__img {
  position: relative;
  overflow: hidden;
}
.event__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.event__img > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .event__img {
    grid-area: 1/1;
  }
}
@media only screen and (max-width: 767px) {
  .event__img {
    border-top: 1px solid #a67959;
  }
}
.event__dot {
  display: flex;
  background-color: #fffff5;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect x='3' y='3' width='1' height='1' fill='%23a67959'/%3E%3C/svg%3E");
}
@media only screen and (min-width: 768px) {
  .event__dot {
    grid-area: 1/2;
  }
}
.event__circle {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fffff5;
  border: 1px solid #a67959;
}
@media only screen and (min-width: 768px) {
  .event__circle {
    gap: 40px;
    margin: -1px;
    border-radius: 999px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  .event__circle {
    gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .event__circle {
    gap: 32px;
    padding: 48px 32px;
    border-radius: 188px;
  }
}
.event__detail {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .event__detail {
    gap: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  .event__detail {
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .event__detail {
    gap: 24px;
  }
}
.event__ttl {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
@supports not (text-box-trim: trim-both) {
  .event__ttl::before, .event__ttl::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .event__ttl::before {
    margin-bottom: -0.57969em;
  }
  .event__ttl::after {
    margin-top: -0.43731em;
  }
}
@media only screen and (min-width: 768px) {
  .event__ttl {
    font-size: 20px;
    letter-spacing: 0.12em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  .event__ttl {
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}
@media only screen and (max-width: 767px) {
  .event__ttl {
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}
.event__date {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: "Afacad Flux", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  @supports not (text-box-trim: trim-both) {
    .event__date::before, .event__date::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
    }
    .event__date::before {
      margin-bottom: -1.35375em;
    }
    .event__date::after {
      margin-top: -1.02125em;
    }
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  @supports not (text-box-trim: trim-both) {
    .event__date::before, .event__date::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
    }
    .event__date::before {
      margin-bottom: -1.06875em;
    }
    .event__date::after {
      margin-top: -0.80625em;
    }
  }
}
@media only screen and (max-width: 767px) {
  @supports not (text-box-trim: trim-both) {
    .event__date::before, .event__date::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
    }
    .event__date::before {
      margin-bottom: -1.06875em;
    }
    .event__date::after {
      margin-top: -0.80625em;
    }
  }
}
.event__day {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  .event__day {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  .event__day {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .event__day {
    font-size: 20px;
  }
}
.event__wday {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.16em;
}
@media only screen and (min-width: 768px) {
  .event__wday {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  .event__wday {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .event__wday {
    font-size: 14px;
  }
}
.event__action {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .event__circle {
    padding: 6% 8%;
  }
}

.btn-entry {
  padding: 21px 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .btn-entry {
    gap: 8px;
    font-size: 16px;
    letter-spacing: 0.12em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1176px) {
  .btn-entry {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
@media only screen and (max-width: 767px) {
  .btn-entry {
    gap: 8px;
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
.btn-entry__label {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@supports not (text-box-trim: trim-both) {
  .btn-entry__label::before, .btn-entry__label::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .btn-entry__label::before {
    margin-bottom: -0.57969em;
  }
  .btn-entry__label::after {
    margin-top: -0.43731em;
  }
}

/*  Property link
    ========================================================================== */
.property {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .property {
    height: 293px;
  }
}
@media only screen and (max-width: 767px) {
  .property {
    padding: 80px 24px;
  }
}
.property__name {
  display: flex;
  align-items: baseline;
  color: #555555;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .property__name {
    gap: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .property__name {
    gap: 4px;
  }
}
.property__no {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@supports not (text-box-trim: trim-both) {
  .property__no::before, .property__no::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .property__no::before {
    margin-bottom: -0.49875em;
  }
  .property__no::after {
    margin-top: -0.37625em;
  }
}
@media only screen and (min-width: 768px) {
  .property__no {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .property__no {
    font-size: 20px;
  }
}
.property__place {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.75;
}
@supports not (text-box-trim: trim-both) {
  .property__place::before, .property__place::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .property__place::before {
    margin-bottom: -0.57969em;
  }
  .property__place::after {
    margin-top: -0.43731em;
  }
}
@media only screen and (min-width: 768px) {
  .property__place {
    font-size: 20px;
    letter-spacing: 0.12em;
  }
}
@media only screen and (max-width: 767px) {
  .property__place {
    font-size: 16px;
    letter-spacing: 0.12em;
  }
}

.btn-property {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #ff5800;
  border-radius: 999px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.75;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .btn-property {
    padding: 24px 32px;
    font-size: 16px;
    letter-spacing: 0.12em;
  }
}
@media only screen and (max-width: 767px) {
  .btn-property {
    padding: 16px 32px;
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
.btn-property:hover {
  opacity: 0.8;
}
.btn-property__label {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@supports not (text-box-trim: trim-both) {
  .btn-property__label::before, .btn-property__label::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .btn-property__label::before {
    margin-bottom: -0.57969em;
  }
  .btn-property__label::after {
    margin-top: -0.43731em;
  }
}
.btn-property__icon {
  flex: none;
  width: 14px;
  height: 14px;
}

/*  Footer
    ========================================================================== */
.site-footer {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .site-footer {
    height: 63px;
    padding: 0 48px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer {
    display: block;
    padding: 24px 48px 48px;
    font-size: 14px;
  }
  @supports not (text-box-trim: trim-both) {
    .site-footer::before, .site-footer::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
    }
    .site-footer::before {
      margin-bottom: -0.49875em;
    }
    .site-footer::after {
      margin-top: -0.37625em;
    }
  }
}
