@charset "UTF-8";
/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
@import url("https://use.typekit.net/avw0abw.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600");
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  font-family: sans-serif; /* 3 */
  line-height: 1.5; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted; /* 1 */
  text-decoration: none; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%; /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border-style: none; /* 1 */
  color: inherit; /* 1 */
  font-size: 1em; /* 1 */
  margin: 0; /* 3 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/* sans-serif */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/* monospace */
@font-face {
  font-family: "SourceHanCodeJP-Regular";
  src: local("SourceHanCodeJP-Regular");
}
@font-face {
  font-family: "Myrica M";
  src: local("Myrica M");
}
@font-face {
  font-family: "MyricaM M";
  src: local("MyricaM M");
}
@font-face {
  font-family: "Ricty Diminished Discord";
  src: local("Ricty Diminished Discord");
}
@font-face {
  font-family: "Migu 1M";
  src: local("Migu 1M");
}
@font-face {
  font-family: "Rounded M+ 1m regular";
  src: local("Rounded M+ 1m regular");
}
@font-face {
  font-family: "Rounded Mgen+ 1m regular";
  src: local("Rounded Mgen+ 1m regular");
}
@font-face {
  font-family: "VL ゴシック";
  src: local("VL ゴシック");
}
/* グローバル変数
----------------------------------------------------------------------------------------------------*/
/* Font size
----------------------------------------------------------------------------------------------------*/
/* Easing
----------------------------------------------------------------------------------------------------*/
/* Break points - SP:Smart phone, TB:Tablet, DT:Desktop, WS:Wide screen
----------------------------------------------------------------------------------------------------*/
@media (max-width: 599px) {
  body {
    font-size: 0.875rem;
  }
  .onlySP {
    display: inline;
  }
  .onlyTB {
    display: none;
  }
  .underTB {
    display: inline;
  }
  .overTB {
    display: none !important;
  }
  .onlyDT {
    display: none;
  }
  .overDT {
    display: none;
  }
  .overWS {
    display: none;
  }
}
@media (max-width: 899px) {
  body {
    font-size: 95%;
  }
  .onlySP {
    display: inline;
  }
  .onlyTB {
    display: inline;
  }
  .underTB {
    display: inline;
  }
  .overTB {
    display: none;
  }
  .onlyDT {
    display: none;
  }
  .overDT {
    display: none;
  }
  .overWS {
    display: none;
  }
}
@media (min-width: 600px) {
  body {
    font-size: 95%;
  }
  .onlySP {
    display: none;
  }
  .onlyTB {
    display: inline;
  }
  .underTB {
    display: inline;
  }
  .overTB {
    display: inline;
  }
  .onlyDT {
    display: none;
  }
  .overDT {
    display: none;
  }
  .overWS {
    display: none;
  }
}
@media (min-width: 900px) {
  body {
    font-size: 100%;
  }
  .onlySP {
    display: none;
  }
  .onlyTB {
    display: none;
  }
  .underTB {
    display: none;
  }
  .overTB {
    display: inline;
  }
  .onlyDT {
    display: inline;
  }
  .overDT {
    display: inline;
  }
  .overWS {
    display: none;
  }
}
@media (min-width: 1280px) {
  body {
    font-size: 110%;
  }
  .onlySP {
    display: none;
  }
  .onlyTB {
    display: none;
  }
  .underTB {
    display: none;
  }
  .overTB {
    display: inline;
  }
  .onlyDT {
    display: none;
  }
  .overDT {
    display: inline;
  }
  .overWS {
    display: inline;
  }
}
/* Reset
----------------------------------------------------------------------------------------------------*/
* {
  line-height: 1.5;
}

html {
  height: 100%;
  margin: 0;
}

body {
  position: relative;
  margin: 0;
  color: #3e3e3e;
  background: #fff;
  font-family: proxima-nova-condensed, sans-serif, "Noto Sans JP", sans-serif, sans-serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

article {
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.8;
  word-wrap: break-word;
}

._center {
  text-align: center;
}

._hi-line, body#detail .cont#doc .works__txt, body#property .cont .cont__inner .works__txt, body#home .cont#works .cont__inner .works__txt {
  line-height: 2.1;
}

._hi-line2, body#home .cont#about .cont__inner .cont__main .about__text p {
  line-height: 2.4;
}

._margin1 {
  margin-top: 1.2rem;
}

._margin2 {
  margin-top: 2rem;
}

._margin3 {
  margin-top: 3.2rem;
}

a {
  color: #a9803d;
  text-decoration: none;
}
a._icon_arrow-back::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f104";
  font-size: 1em;
  font-weight: 300;
  margin-right: 0.9em;
}
a._icon_arrow::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  font-size: 0.6em;
  font-weight: 300;
  margin: 0 0.3em;
}
a._icon_newtab::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f08e";
  font-size: 0.6em;
  font-weight: 400;
  margin-left: 0.6em;
  vertical-align: 0.2em;
}

@media (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
small {
  font-size: 0.6rem;
}

img {
  vertical-align: bottom;
}

figure {
  margin: 0;
}

.visually-hidden {
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.round, body#property .cont .cont__inner .pagination .nav-links {
  border-radius: 12px;
  overflow: hidden;
}
.round._r-small, body#property .cont .cont__inner .pagination ._r-small.nav-links {
  border-radius: 3px;
}

::-moz-selection {
  color: #f7f4f4;
  background: #a9803d;
  text-shadow: none;
}

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

/* Animation
----------------------------------------------------------------------------------------------------*/
@media (min-width: 900px) {
  a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .img-zoom {
    display: block;
  }
  .img-zoom .img-wrapper {
    display: block;
    overflow: hidden;
  }
  .img-zoom .img-wrapper img {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .img-zoom:hover img {
    -webkit-transform: scale(1.06, 1.06);
            transform: scale(1.06, 1.06);
  }
  .img-fadeout {
    display: block;
  }
  .img-fadeout .img-wrapper {
    background-color: #fff;
  }
  .img-fadeout .img-wrapper img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .img-fadeout:hover img {
    opacity: 0.7;
  }
  .fadein {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.4;
  }
  .fadein:hover, .fadein.selected {
    opacity: 1;
  }
  .fadeout.selected, header .bc-nav .bc-nav__item a.selected,
  header .bc-nav span a.selected, header .header__inner .header__item a.selected, header .header__inner .header__logo a.selected {
    opacity: 0.7;
  }
  .fadeout, header .bc-nav .bc-nav__item a,
  header .bc-nav span a, header .header__inner .header__item a, header .header__inner .header__logo a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .fadeout:hover, header .bc-nav .bc-nav__item a:hover,
  header .bc-nav span a:hover, header .header__inner .header__item a:hover, header .header__inner .header__logo a:hover, .fadeout.selected, header .bc-nav .bc-nav__item a.selected,
  header .bc-nav span a.selected, header .header__inner .header__item a.selected, header .header__inner .header__logo a.selected {
    opacity: 0.7;
  }
}
/* Tile
----------------------------------------------------------------------------------------------------*/
.tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.tiles._center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.tiles._v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 600px) {
  .tiles._rebirth {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.tile {
  color: #333;
}
@media (max-width: 599px) {
  .tiles.colsp1 .tile {
    width: 100%;
  }
  .tiles.colsp2 .tile {
    width: 50%;
  }
  .tiles.colsp3 .tile {
    width: 33.3333333333%;
  }
  .tiles.colsp4 .tile {
    width: 25%;
  }
  .tiles.colsp5 .tile {
    width: 20%;
  }
  .tiles.colsp6 .tile {
    width: 16.6666666666%;
  }
  .tiles.colsp7 .tile {
    width: 14.2857142857%;
  }
  .tiles.colsp8 .tile {
    width: 12.5%;
  }
  .tiles.colsp9 .tile {
    width: 11.1111111111%;
  }
  .tiles.colsp10 .tile {
    width: 10%;
  }
  .tiles.colsp11 .tile {
    width: 9.0909090909%;
  }
}
@media (min-width: 600px) {
  .tiles.coltb1 .tile {
    width: 100%;
  }
  .tiles.coltb2 .tile {
    width: 50%;
  }
  .tiles.coltb3 .tile {
    width: 33.3333333333%;
  }
  .tiles.coltb4 .tile {
    width: 25%;
  }
  .tiles.coltb5 .tile {
    width: 20%;
  }
  .tiles.coltb6 .tile {
    width: 16.6666666666%;
  }
  .tiles.coltb7 .tile {
    width: 14.2857142857%;
  }
  .tiles.coltb8 .tile {
    width: 12.5%;
  }
  .tiles.coltb9 .tile {
    width: 11.1111111111%;
  }
  .tiles.coltb10 .tile {
    width: 10%;
  }
  .tiles.coltb11 .tile {
    width: 9.0909090909%;
  }
}
@media (min-width: 900px) {
  .tiles.colpc1 .tile {
    width: 100%;
  }
  .tiles.colpc2 .tile {
    width: 50%;
  }
  .tiles.colpc3 .tile {
    width: 33.3333333333%;
  }
  .tiles.colpc4 .tile {
    width: 25%;
  }
  .tiles.colpc5 .tile {
    width: 20%;
  }
  .tiles.colpc6 .tile {
    width: 16.6666666666%;
  }
  .tiles.colpc7 .tile {
    width: 14.2857142857%;
  }
  .tiles.colpc8 .tile {
    width: 12.5%;
  }
  .tiles.colpc9 .tile {
    width: 11.1111111111%;
  }
  .tiles.colpc10 .tile {
    width: 10%;
  }
  .tiles.colpc11 .tile {
    width: 9.0909090909%;
  }
}
@media (min-width: 1280px) {
  .tiles.coldp1 .tile {
    width: 100%;
  }
  .tiles.coldp2 .tile {
    width: 50%;
  }
  .tiles.coldp3 .tile {
    width: 33.3333333333%;
  }
  .tiles.coldp4 .tile {
    width: 25%;
  }
  .tiles.coldp5 .tile {
    width: 20%;
  }
  .tiles.coldp6 .tile {
    width: 16.6666666666%;
  }
  .tiles.coldp7 .tile {
    width: 14.2857142857%;
  }
  .tiles.coldp8 .tile {
    width: 12.5%;
  }
  .tiles.coldp9 .tile {
    width: 11.1111111111%;
  }
  .tiles.coldp10 .tile {
    width: 10%;
  }
  .tiles.coldp11 .tile {
    width: 9.0909090909%;
  }
}

/* Common
----------------------------------------------------------------------------------------------------*/
.attention {
  color: #ff4545;
}

.big {
  font-size: 1.4rem;
}

.bold {
  font-weight: bold;
}

.underline {
  border-bottom: 1px solid;
}

.cancel {
  text-decoration: line-through;
}

.center {
  text-align: center;
}

.circle {
  border-radius: 100%;
}

.float, body#detail .cont#cover .cont__inner .item__rate, .btn {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 3px 6px rgba(169, 128, 61, 0.1);
          box-shadow: 0 3px 6px rgba(169, 128, 61, 0.1);
}
@media (min-width: 600px) {
  .float:hover, body#detail .cont#cover .cont__inner .item__rate:hover, .btn:hover {
    -webkit-box-shadow: 0 3px 6px rgba(169, 128, 61, 0.3);
            box-shadow: 0 3px 6px rgba(169, 128, 61, 0.3);
  }
}

.round, body#property .cont .cont__inner .pagination .nav-links {
  border-radius: 0.8rem;
}

img.rpsimg {
  width: 100%;
  height: auto;
  max-width: none;
}

/* Contents
----------------------------------------------------------------------------------------------------*/
article {
  margin-top: 99px;
}
body#home article {
  margin-top: 60px;
}
body.dark article {
  color: #bea5a0;
  background: #a9803d;
}
body.dark article a {
  color: #f7f4f4;
}
body.dark article .cont__ttl .cont__name._primary {
  color: #a9803d;
  -webkit-text-fill-color: #f9f1df;
  -webkit-text-stroke: 2px #a9803d;
}
body.dark article .cont__ttl .cont__name._secondary {
  color: #a9803d;
}

.cont {
  position: relative;
  padding: 2.4rem 0;
}
@media (min-width: 600px) {
  .cont {
    padding: 4.8rem 0;
  }
}
.cont .cont__inner {
  width: 88%;
  max-width: 1280px;
  margin: 0 auto;
}
.cont .cont__inner._sizeXS {
  max-width: 540px;
}
.cont .cont__inner._sizeS {
  max-width: 768px;
}
.cont .cont__inner._sizeL {
  max-width: 1440px;
}
.cont .cont__ttl {
  margin-bottom: 2.4rem;
  text-align: center;
}
.cont .cont__ttl .cont__name._primary {
  display: block;
  color: #a9803d;
  -webkit-text-fill-color: #f9f1df;
  -webkit-text-stroke: 2px #a9803d;
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 4rem;
}
@media (min-width: 900px) {
  .cont .cont__ttl .cont__name._primary {
    font-size: 6rem;
  }
}
.cont .cont__ttl .cont__name._primary {
  line-height: 1;
  letter-spacing: 0.06em;
}
.cont .cont__ttl .cont__name._secondary {
  color: #a9803d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-top: 1.2rem;
}
.cont .cont__ttl::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  margin: 1em auto 0;
  background-color: #a9803d;
}
.cont#reserve {
  margin-top: 0;
  padding-top: 0;
}
.cont#reserve .cont__inner {
  width: 100%;
}
@media (max-width: 599px) {
  .cont#reserve .cont__inner {
    border-radius: 0;
  }
}
@media (min-width: 900px) {
  .cont#reserve .cont__inner {
    width: 60%;
    max-width: 480px;
  }
}
.cont#reserve .cont__inner {
  padding: 2rem;
  background: #d3a224;
  text-align: center;
}
.cont#reserve .cont__ttl {
  color: #f7f4f4;
  font-family: proxima-nova-condensed, sans-serif;
}
.cont#reserve .cont__ttl {
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 0.9em;
}

.btn {
  display: inline-block;
  width: 88%;
  max-width: 480px;
  margin-top: 2em;
  padding: 0.9em 1.8em;
  border: 1px solid #ccc;
  border-radius: 1.4em;
  text-align: center;
  line-height: 1;
  color: #d3a224;
  background: #fff;
  cursor: pointer;
}
@media (min-width: 600px) {
  .btn {
    margin-top: 3em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn:hover {
    color: #a9803d;
    border-color: #a9803d;
  }
}

.swiper-pagination {
  position: relative;
}
.swiper-pagination.swiper-pagination-bullet {
  background-color: #d3a224;
}
.swiper-pagination.swiper-pagination-bullet-active {
  background-color: #a9803d;
}

/*--------------------------------------------------
Header
--------------------------------------------------*/
header {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 15px;
}
@media (min-width: 900px) {
  header {
    position: fixed;
  }
}
header .header__inner {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 3% 0 3%;
}
@media (min-width: 600px) {
  header .header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 60px;
    padding-top: 2rem;
  }
}
header .header__inner {
  width: 100%;
  /* Header logo
  --------------------------------------------------*/
}
header .header__inner .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media (max-width: 599px) {
  header .header__inner .header__logo {
    width: 96%;
  }
}
header .header__inner .header__logo a {
  display: block;
  width: 120px;
  margin-bottom: 0.4rem;
  margin-right: 1.4rem;
}
header .header__inner .header__logo a .rpsimg {
  width: 100%;
}
header .header__inner .header__logo p {
  margin: 0;
  color: #a9803d;
  font-size: 0.6rem;
}
header .header__inner {
  /* Header list
  --------------------------------------------------*/
}
header .header__inner .header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media (min-width: 600px) {
  header .header__inner .header__list {
    margin: 0 0 0 3.2rem;
    font-size: 1.2rem;
  }
}
header .header__inner .header__item._reserve {
  margin-left: auto;
}
header .header__inner .header__item a {
  display: block;
}
@media (min-width: 900px) {
  header .header__inner .header__item a {
    margin-right: 15px;
  }
}
header .header__inner .header__item a {
  padding: 0.6rem;
}
header .header__inner {
  /* Hamburger button
  --------------------------------------------------*/
}
header .header__inner .hmb-btn,
header .header__inner .hmb-btn span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .header__inner .hmb-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
header .header__inner .hmb-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #a9803d;
}
header .header__inner .hmb-btn span:nth-of-type(1) {
  width: 100%;
  top: 0;
  -webkit-animation: bar1 0.5s forwards;
          animation: bar1 0.5s forwards;
}
header .header__inner .hmb-btn span:nth-of-type(2) {
  width: 70%;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: all 0.2s 0.2s;
  transition: all 0.2s 0.2s;
}
header .header__inner .hmb-btn span:nth-of-type(3) {
  width: 40%;
  bottom: 0;
  -webkit-animation: bar3 0.5s forwards;
          animation: bar3 0.5s forwards;
}
@-webkit-keyframes bar1 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes bar1 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes bar3 {
  0% {
    width: 100%;
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    width: 40%;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes bar3 {
  0% {
    width: 100%;
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    width: 40%;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
header .header__inner .hmb-btn.active span:nth-of-type(1) {
  -webkit-animation: active-bar1 0.5s forwards;
          animation: active-bar1 0.5s forwards;
}
@-webkit-keyframes active-bar1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}
@keyframes active-bar1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}
header .header__inner .hmb-btn.active span:nth-of-type(2) {
  width: 0;
}
header .header__inner .hmb-btn.active span:nth-of-type(3) {
  -webkit-animation: active-bar3 0.5s forwards;
          animation: active-bar3 0.5s forwards;
}
@-webkit-keyframes active-bar3 {
  0% {
    width: 40%;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    width: 100%;
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    width: 100%;
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes active-bar3 {
  0% {
    width: 40%;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    width: 100%;
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    width: 100%;
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}
header {
  /* Breadcrumbs
  --------------------------------------------------*/
}
header .bc-nav {
  background-color: #f7f4f4;
}
body.dark header .bc-nav {
  background-color: #a9803d;
}
body#home header .bc-nav {
  display: none;
}
header .bc-nav .bc-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  overflow: auto;
  overflow-scrolling: touch;
  white-space: nowrap;
  padding: 0.6rem 6%;
}
header .bc-nav .bc-nav__item,
header .bc-nav span {
  line-height: 1;
}
header .bc-nav .bc-nav__item::before,
header .bc-nav span::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  font-weight: 300;
  padding: 0 0.4rem;
}
header .bc-nav .bc-nav__item:first-child, header .bc-nav .bc-nav__item.home,
header .bc-nav span:first-child,
header .bc-nav span.home {
  font-size: 1.06em;
}
header .bc-nav .bc-nav__item:first-child::before, header .bc-nav .bc-nav__item.home::before,
header .bc-nav span:first-child::before,
header .bc-nav span.home::before {
  display: none;
}
header .bc-nav .bc-nav__item[property=name],
header .bc-nav span[property=name] {
  display: inline-block;
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.dark header .bc-nav .bc-nav__item a, body.dark header .bc-nav .bc-nav__item::before,
body.dark header .bc-nav span a,
body.dark header .bc-nav span::before {
  color: #f7f4f4;
}
header {
  /* Hamburger menu
  --------------------------------------------------*/
}
header .hmb-menu {
  position: fixed;
  z-index: 99999997;
  top: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100vh;
}
@media (min-width: 900px) {
  header .hmb-menu {
    width: 360px;
  }
}
header .hmb-menu {
  padding: 50px 20px;
  border-bottom: 1px solid #f9f1df;
  background: #fff;
  overflow-y: auto;
}
header .hmb-menu .hmb-menu__list {
  position: relative;
  margin: 1.6rem auto;
  border-top: 1px solid #f9f1df;
}
header .hmb-menu .hmb-menu__item {
  position: relative;
  border-bottom: 1px solid #f9f1df;
}
header .hmb-menu .hmb-menu__toggle {
  display: none;
}
header .hmb-menu .hmb-menu__label,
header .hmb-menu .hmb-menu__list2 {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
header .hmb-menu .hmb-menu__label,
header .hmb-menu .hmb-menu__link {
  display: block;
  padding: 2em 1em;
  line-height: 1;
}
header .hmb-menu .hmb-menu__label {
  cursor: pointer;
  /*
  @include BP(overDT) {
    display: none;
  }
  */
}
header .hmb-menu .hmb-menu__label::after, header .hmb-menu .hmb-menu__label::before {
  content: "";
  position: absolute;
  right: 1em;
  top: 2em;
  width: 1px;
  height: 1em;
  background-color: #d3a224;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .hmb-menu .hmb-menu__label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
header .hmb-menu .hmb-menu__link[target=_blank]::after {
  position: absolute;
  right: 0.5em;
  top: 2em;
  font-family: "Font Awesome 6 Pro";
  content: "\f14c";
  font-weight: 300;
}
header .hmb-menu .hmb-menu__link.fb::before, header .hmb-menu .hmb-menu__link.tw::before, header .hmb-menu .hmb-menu__link.ig::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 300;
  margin-right: 0.4rem;
}
header .hmb-menu .hmb-menu__link.fb::before {
  content: "\f09a";
}
header .hmb-menu .hmb-menu__link.tw::before {
  content: "\f099";
}
header .hmb-menu .hmb-menu__link.ig::before {
  content: "\f16d";
}
header .hmb-menu .hmb-menu__toggle:checked + .hmb-menu__label::before {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}
header .hmb-menu .hmb-menu__toggle:checked + .hmb-menu__label::after {
  -webkit-transform: rotate(270deg) !important;
          transform: rotate(270deg) !important;
}
header .hmb-menu .hmb-menu__list2 {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
header .hmb-menu .hmb-menu__toggle:checked + .hmb-menu__label + .hmb-menu__list2 {
  padding: 0.4rem 0;
}
header .hmb-menu .hmb-menu__toggle:checked + .hmb-menu__label + .hmb-menu__list2[data-item="3"] {
  height: calc(7.8em + 0.8rem);
}
header .hmb-menu .hmb-menu__toggle:checked + .hmb-menu__label + .hmb-menu__list2[data-item="4"] {
  height: calc(10.4em + 0.8rem);
}
header .hmb-menu .hmb-menu__toggle:checked + .hmb-menu__label + .hmb-menu__list2[data-item="5"] {
  height: calc(13em + 0.8rem);
}
header .hmb-menu .hmb-menu__toggle:checked + .hmb-menu__label + .hmb-menu__list2[data-item="6"] {
  height: calc(15.6em + 0.8rem);
}
header .hmb-menu .hmb-menu__toggle:checked + .hmb-menu__label + .hmb-menu__list2[data-item="7"] {
  height: calc(18.2em + 0.8rem);
}
header .hmb-menu .hmb-menu__toggle:checked + .hmb-menu__label + .hmb-menu__list2[data-item="8"] {
  height: calc(20.8em + 0.8rem);
}
header .hmb-menu .hmb-menu__toggle:checked + .hmb-menu__label + .hmb-menu__list2[data-item="9"] {
  height: calc(23.4em + 0.8rem);
}
header .hmb-menu .hmb-menu__toggle:checked + .hmb-menu__label + .hmb-menu__list2[data-item="10"] {
  height: calc(26em + 0.8rem);
}
header .hmb-menu .hmb-menu__toggle:checked + .hmb-menu__label + .hmb-menu__list2 {
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
header .hmb-menu .hmb-menu__item2 {
  display: block;
  width: 100%;
  padding: 0.5em 1em 0.5em 2em;
  font-size: 1em;
  line-height: 1;
}

.Form-Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 1.5em;
}
.Form-Item.align-top {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.Form-Item.last-child {
  margin-bottom: 0;
}

.Form-Item-Label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 600px) {
  .Form-Item-Label {
    max-width: 240px;
    margin-bottom: 0;
  }
}

.Form-Item-Label-Required {
  display: inline-block;
  margin-right: 0.6em;
  padding: 0.6em 0.9em;
  color: #FFF;
  background-color: #d3a224;
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 0.6rem;
  font-weight: 500;
  line-height: 1;
}

.Form-Item-Input,
.Form-Item-Textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 48%;
  height: 48px;
  margin-left: 2%;
  padding: 0.5em;
  border: 1px solid #FFF;
  border-radius: 4px;
  background: #FFF;
  font-size: 16px;
}
.Form-Item-Input:first-of-type,
.Form-Item-Textarea:first-of-type {
  margin-left: 0;
}
.Form-Item-Input:focus,
.Form-Item-Textarea:focus {
  border: 1px solid #a9803d;
  outline: none;
}

.Form-Item-Textarea {
  width: 100%;
  height: 240px;
}

.Form-Item-Checkbox {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 599px) {
  .Form-Item-Checkbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.Form-Item-Checkbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Form-Item-Checkbox input[type=checkbox] {
  width: 30px;
  height: 30px;
  margin-right: 1em;
  padding: 0;
  border: 1px solid #a9803d;
  accent-color: #a9803d;
}
.Form-Item-Checkbox .mfp_err {
  padding-top: 0 !important;
}

/*--------------------------------------------------
Footer
--------------------------------------------------*/
footer {
  padding-bottom: 15px !important;
}
footer .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 600px) {
  footer .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: baseline;
  }
}
footer .footer__logo {
  width: 120px;
}
footer .footer__logo .rpsimg {
  width: 100%;
}
footer .footer__copy {
  margin: 0.6rem 0 2.4rem;
  color: #a9803d;
  font-size: 0.6rem;
}

/*--------------------------------------------------
Index
--------------------------------------------------*/
body#home::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
}
@media (min-width: 900px) {
  body#home::before {
    width: 100%;
    height: 100vw;
  }
}
body#home::before {
  background: url(../img/logo-material-xl.svg) no-repeat bottom right;
  background-size: 90%;
  opacity: 0.2;
}
body#home::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
}
@media (min-width: 900px) {
  body#home::after {
    width: 100%;
    height: 100vw;
  }
}
body#home::after {
  margin-top: -20%;
  background: url(../img/logo-material-xl.svg) no-repeat top center;
  background-size: cover;
  opacity: 0.2;
}
@media (max-width: 599px) {
  body#home .header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 599px) {
  body#home .header__list {
    margin: 70vh 0 0 0;
  }
}
body#home article {
  margin-top: 0;
}
body#home {
  /* Form Send Message
  --------------------------------------------------*/
}
body#home #send:target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4.2em;
  margin-bottom: -1px;
  color: #ffffff;
  background-color: #64cdd8;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-animation: cssAnimation 0.5s ease-in-out 5s forwards;
          animation: cssAnimation 0.5s ease-in-out 5s forwards;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
body#home #send:not(:target) {
  display: none;
}
@-webkit-keyframes cssAnimation {
  to {
    height: 0;
    overflow: hidden;
  }
}
@keyframes cssAnimation {
  to {
    height: 0;
    overflow: hidden;
  }
}
body#home {
  /* Hero
  --------------------------------------------------*/
}
body#home #hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100dvh;
  margin: 0;
}
@media (min-width: 600px) {
  body#home #hero {
    padding-bottom: 0;
    height: calc(100vh - 5em);
  }
}
body#home #hero .hero__logo {
  width: 40%;
}
@media (min-width: 600px) {
  body#home #hero .hero__logo {
    width: 25%;
  }
}
@media (min-width: 900px) {
  body#home #hero .hero__logo {
    width: 15%;
  }
}
body#home {
  /* News
  --------------------------------------------------*/
}
@media (min-width: 600px) {
  body#home .cont#news {
    padding: 1.8em 0;
  }
}
body#home .cont#news .cont__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 600px) {
  body#home .cont#news .cont__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body#home .cont#news .cont__inner .cont__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
body#home .cont#news .cont__inner .cont__ttl::after {
  display: none;
}
@media (min-width: 600px) {
  body#home .cont#news .cont__inner .cont__ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body#home .cont#news .cont__inner .cont__ttl::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    margin: 0 1em;
    background-color: #a9803d;
  }
}
body#home .cont#news .cont__inner .cont__ttl .cont__name._primary {
  -webkit-text-fill-color: #a9803d;
  -webkit-text-stroke: 0px;
  font-size: 15px;
}
body#home .cont#news .cont__inner .cont__main {
  width: 100%;
}
body#home .cont#news .cont__inner .cont__main .cont__main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 600px) {
  body#home .cont#news .cont__inner .cont__main .cont__main-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body#home .cont#news .cont__inner .cont__main .cont__main-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body#home .cont#news .cont__inner .cont__main .cont__main-list .cont__main-item--t {
  width: 100%;
}
@media (min-width: 600px) {
  body#home .cont#news .cont__inner .cont__main .cont__main-list .cont__main-item--t {
    width: 4.5em;
  }
}
body#home .cont#news .cont__inner .cont__main .cont__main-list .cont__main-item--t {
  color: #a9803d;
  font-weight: 700;
}
body#home .cont#news .cont__inner .cont__main .cont__main-list .cont__main-item--d {
  width: 100%;
}
@media (min-width: 600px) {
  body#home .cont#news .cont__inner .cont__main .cont__main-list .cont__main-item--d {
    width: calc(100% - 5.5em);
  }
}
body#home .cont#news .cont__inner .cont__main .cont__main-list .cont__main-item--d a {
  border-bottom: 1px solid #d3a224;
}
body#home {
  /* link to Property
  --------------------------------------------------*/
}
body#home .cont#property {
  background-color: #fff;
}
body#home .cont#property .cont__inner .cont__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 1.2em 1.2em 0;
}
@media (min-width: 600px) {
  body#home .cont#property .cont__inner .cont__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0.3em 2.4em 0;
  }
}
body#home .cont#property .cont__inner .cont__main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #d3a224;
  background: #f9f1df;
}
body#home .cont#property .cont__inner .cont__main::after {
  margin-bottom: 0.3em;
  font-size: 1em;
  vertical-align: 0em;
}
@media (max-width: 599px) {
  body#home .cont#property .cont__inner .cont__main::after {
    position: absolute;
    right: 1em;
    bottom: 0.9em;
    margin-bottom: 0;
  }
}
body#home .cont#property .cont__inner .cont__main .cont__img {
  width: 120px;
  height: 120px;
}
body#home .cont#property .cont__inner .cont__main .cont__ttl {
  margin: 0 0 0.3em;
}
@media (min-width: 600px) {
  body#home .cont#property .cont__inner .cont__main .cont__ttl {
    text-align: left;
  }
}
body#home .cont#property .cont__inner .cont__main .cont__ttl .cont__name._primary {
  color: #a9803d;
  -webkit-text-fill-color: #a9803d;
  -webkit-text-stroke: 0px;
  margin-bottom: 0.6em;
  font-size: 1.2rem;
}
@media (min-width: 600px) {
  body#home .cont#property .cont__inner .cont__main .cont__ttl .cont__name._primary {
    margin-bottom: 0.3em;
    font-size: 1.4rem;
  }
}
body#home .cont#property .cont__inner .cont__main .cont__ttl .cont__name._secondary {
  font-size: 1.4rem;
}
@media (min-width: 600px) {
  body#home .cont#property .cont__inner .cont__main .cont__ttl .cont__name._secondary {
    font-size: 1.6rem;
  }
}
body#home .cont#property .cont__inner .cont__main .cont__ttl .cont__name._secondary {
  font-weight: 400;
}
body#home .cont#property .cont__inner .cont__main .cont__ttl::after {
  display: none;
}
body#home {
  /* Overview
  --------------------------------------------------*/
}
body#home .cont#overview {
  background-color: #f9f1df;
}
body#home .cont#overview .cont__inner .cont__ttl .cont__name._primary {
  -webkit-text-fill-color: #fff;
}
body#home .cont#overview .cont__inner .cont__main {
  margin: 0 auto;
}
body#home .cont#overview .cont__inner .cont__main .cont__main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.8rem;
}
@media (min-width: 600px) {
  body#home .cont#overview .cont__inner .cont__main .cont__main-list {
    font-size: 15px;
  }
}
body#home .cont#overview .cont__inner .cont__main .cont__main-list .cont__main-item--t {
  width: 4.5em;
  padding: 1.8em 0;
  color: #a9803d;
  font-weight: 700;
  -moz-text-align-last: justify;
       text-align-last: justify;
  border-top: 1px solid #a9803d;
}
body#home .cont#overview .cont__inner .cont__main .cont__main-list .cont__main-item--t:last-of-type {
  border-bottom: 1px solid #a9803d;
}
body#home .cont#overview .cont__inner .cont__main .cont__main-list .cont__main-item--d {
  width: calc(100% - 4.5em);
  padding: 1.8em 0 1.8em 1.8em;
  border-top: 1px solid #fff;
}
body#home .cont#overview .cont__inner .cont__main .cont__main-list .cont__main-item--d:last-of-type {
  border-bottom: 1px solid #fff;
}
body#home {
  /* About
  --------------------------------------------------*/
}
body#home .cont#about .cont__inner .cont__main .about__copy {
  margin: 4rem 0 2.4rem;
  color: #a9803d;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (min-width: 600px) {
  body#home .cont#about .cont__inner .cont__main .about__copy {
    font-size: 1.4rem;
    text-align: center;
  }
}
body#home .cont#about .cont__inner .cont__main .about__text p {
  margin-bottom: 1em;
}
body#home {
  /* Purpose
  --------------------------------------------------*/
}
body#home .cont#purpose {
  overflow: hidden;
  background-color: #f9f1df;
}
body#home .cont#purpose .cont__inner .cont__ttl .cont__name._primary {
  -webkit-text-fill-color: #fff;
}
body#home .cont#purpose .cont__inner .tiles .tile {
  position: relative;
  margin-bottom: 1.6rem;
  padding: 1.6rem;
  text-align: center;
}
@media (min-width: 900px) {
  body#home .cont#purpose .cont__inner .tiles .tile {
    text-align: left;
  }
}
body#home .cont#purpose .cont__inner .tiles .tile .purpose__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/img-purpose-bg.svg") no-repeat center center;
  background-size: contain;
}
@media (min-width: 900px) {
  body#home .cont#purpose .cont__inner .tiles .tile .purpose__bg {
    background-size: 90%;
  }
}
body#home .cont#purpose .cont__inner .tiles .tile .purpose__bg._no2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
body#home .cont#purpose .cont__inner .tiles .tile .purpose__bg._no3 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
body#home .cont#purpose .cont__inner .tiles .tile .purpose__bg._no4 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 900px) {
  body#home .cont#purpose .cont__inner .tiles .tile .purpose__bg._no1 {
    background-position: top;
  }
  body#home .cont#purpose .cont__inner .tiles .tile .purpose__bg._no2 {
    background-position: bottom;
  }
  body#home .cont#purpose .cont__inner .tiles .tile .purpose__bg._no4 {
    background-position: top;
  }
}
body#home .cont#purpose .cont__inner .purpose__num {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  body#home .cont#purpose .cont__inner .purpose__num {
    margin: 0;
  }
}
body#home .cont#purpose .cont__inner .purpose__num {
  color: #a9803d;
  background: url("../img/logo-material.svg") no-repeat center center;
  background-size: contain;
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 2rem;
}
body#home .cont#purpose .cont__inner .purpose__txt {
  position: relative;
  z-index: 1;
  color: #848484;
  font-size: 15px;
}
@media (min-width: 900px) {
  body#home .cont#purpose .cont__inner .purpose__txt {
    margin-left: 1.2rem;
  }
}
@media (min-width: 1280px) {
  body#home .cont#purpose .cont__inner .purpose__txt {
    font-size: 1.2rem;
  }
}
body#home .cont#purpose .cont__inner .purpose__txt {
  font-weight: bold;
}
body#home .cont#purpose .cont__inner .purpose__txt .bold {
  color: #a9803d;
}
body#home .cont#purpose .cont__inner .cont__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
body#home .cont#purpose .cont__inner .cont__more .purpose__num {
  width: 60px;
  height: 60px;
  margin: 0;
  font-size: 1.6rem;
}
body#home .cont#purpose .cont__inner .cont__more .purpose__txt {
  margin-left: 1.2rem;
}
body#home {
  /* Works
  --------------------------------------------------*/
}
body#home .cont#works .cont__inner .tiles .tile {
  margin-bottom: 3.2rem;
}
@media (min-width: 600px) {
  body#home .cont#works .cont__inner .tiles .tile {
    margin-bottom: 0;
    padding: 1.6rem;
  }
}
body#home .cont#works .cont__inner .works__img img {
  border-radius: 12px;
}
body#home .cont#works .cont__inner .works__img {
  margin-bottom: 1.6rem;
}
body#home .cont#works .cont__inner .works__copy {
  color: #a9803d;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
/* Contact
--------------------------------------------------*/
.cont#contact {
  overflow: hidden;
  background-color: #f9f1df;
}
.cont#contact .cont__inner .cont__ttl .cont__name._primary {
  -webkit-text-fill-color: #fff;
}
.cont#contact .cont__inner .contact__txt {
  margin-bottom: 3em;
}
.cont#contact .cont__inner .contact__txt small {
  font-size: 0.8rem !important;
}

/*--------------------------------------------------
Index
--------------------------------------------------*/
body.layer2 .cont {
  padding-top: 6em;
}
body.layer2 article {
  margin-top: 0;
}

body#property {
  background-color: #f7f4f4;
}
body#property::after {
  content: "";
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
}
@media (min-width: 900px) {
  body#property::after {
    width: 100%;
    height: 100vw;
  }
}
body#property::after {
  margin-top: -20%;
  background: url(../img/logo-material-xl.svg) no-repeat top center;
  background-size: cover;
  opacity: 0.2;
}
body#property {
  /* Contents
  --------------------------------------------------*/
}
body#property .cont .cont__inner .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.4rem;
  padding: 0.8rem;
  background-color: #fff;
}
@media (min-width: 600px) {
  body#property .cont .cont__inner .pagination .nav-links {
    margin: 0 0.8rem;
  }
}
body#property .cont .cont__inner .tiles .tile {
  margin-bottom: 3.2rem;
}
@media (min-width: 600px) {
  body#property .cont .cont__inner .tiles .tile {
    margin-bottom: 1.2rem;
    padding: 0.8rem;
  }
}
body#property .cont .cont__inner .item {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1.6rem;
}
body#property .cont .cont__inner .item__cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.9em;
  background-color: #fff;
}
body#property .cont .cont__inner .item__img {
  width: 100%;
}
body#property .cont .cont__inner .item__img:before {
  content: "";
  position: absolute;
  display: block;
  padding-top: 50%;
}
body#property .cont .cont__inner .item__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
body#property .cont .cont__inner .item__rate {
  padding: 0.9em 0.6em;
  text-align: center;
}
body#property .cont .cont__inner .item__rate .rate__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.3em;
}
body#property .cont .cont__inner .item__rate .rate__num {
  color: #d3a224;
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 2.4em !important;
  line-height: 1;
}
body#property .cont .cont__inner .item__rate .rate__date_app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #777;
  font-size: 0.8rem;
  font-weight: bold;
}
body#property .cont .cont__inner .item__rate .icon {
  vertical-align: -0.125em;
}
body#property .cont .cont__inner .item__rate .icon._star {
  width: 1.8em;
  height: 1.8em;
  margin: 0 0.2em 0.15em 0;
}
body#property .cont .cont__inner .item__rate .icon._check {
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.2em;
}
body#property .cont .cont__inner .item__name {
  margin-bottom: 0.3em;
  color: #a9803d;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
body#property .cont .cont__inner .item__add {
  font-size: 0.8rem;
}
body#property .cont .cont__inner .item__overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.8rem;
  line-height: 1.5;
}
body#property .cont .cont__inner .item__overview dt {
  width: 36%;
  margin-top: 0.3em;
  color: #777;
}
body#property .cont .cont__inner .item__overview dt .icon {
  width: 0.9em;
  height: 0.9em;
  vertical-align: -0.125em;
}
body#property .cont .cont__inner .item__overview dt .icon._date_comp {
  width: 1em;
  height: 1em;
}
body#property .cont .cont__inner .item__overview dd {
  width: 48%;
  margin-top: 0.3em;
}
body#property .cont .cont__inner .item .pallet-prime {
  fill: #d3a224;
}
body#property .cont .cont__inner .item .pallet-gray2 {
  fill: #d9d9d9;
}
body#property .cont .cont__inner .works__copy {
  color: #a9803d;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
/*--------------------------------------------------
Index
--------------------------------------------------*/
body#detail {
  background-color: #f7f4f4;
}
body#detail::after {
  content: "";
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
}
@media (min-width: 900px) {
  body#detail::after {
    width: 100%;
    height: 100vw;
  }
}
body#detail::after {
  margin-top: -20%;
  background: url(../img/logo-material-xl.svg) no-repeat top center;
  background-size: cover;
  opacity: 0.2;
}
body#detail article {
  font-family: "Noto Sans JP", sans-serif;
}
body#detail .cont__name._secondary {
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: normal;
}
body#detail {
  /* Overview
  --------------------------------------------------*/
}
body#detail .cont#cover .cont__inner .tiles .tile {
  margin-bottom: 1.6rem;
}
@media (min-width: 600px) {
  body#detail .cont#cover .cont__inner .tiles .tile {
    margin-bottom: 0;
    width: 49%;
  }
}
@media (max-width: 599px) {
  body#detail .cont#cover .cont__inner .tiles .tile .imgSwiper {
    width: 113.63636363%;
    margin-left: -6.81818181%;
    margin-bottom: 12px;
  }
}
body#detail .cont#cover .cont__inner .item {
  margin-bottom: 1.6rem;
}
body#detail .cont#cover .cont__inner .item__tmb {
  margin-top: 6px;
}
body#detail .cont#cover .cont__inner .item__tmb .swiper-slide {
  cursor: pointer;
}
body#detail .cont#cover .cont__inner .item__name {
  margin-bottom: 0.1em;
  color: #a9803d;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
body#detail .cont#cover .cont__inner .item__add {
  color: #777;
  font-size: 15px;
}
body#detail .cont#cover .cont__inner .item__rate {
  background-color: #fff;
  margin-top: 1em;
  padding: 2.1em 1.5em;
  color: #777;
}
body#detail .cont#cover .cont__inner .item__rate .icon {
  vertical-align: -0.125em;
}
body#detail .cont#cover .cont__inner .item__rate .icon._star {
  width: 2.4em;
  height: 2.4em;
  margin: 0 0.2em 0.2em;
}
body#detail .cont#cover .cont__inner .item__rate .icon._check {
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.2em;
}
body#detail .cont#cover .cont__inner .item__rate .rate__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.3em;
}
body#detail .cont#cover .cont__inner .item__rate .rate__ttl {
  font-size: 0.8rem;
  line-height: 1.4;
}
body#detail .cont#cover .cont__inner .item__rate .rate__num {
  margin: 0 0.3em;
  color: #d3a224;
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
body#detail .cont#cover .cont__inner .item__rate .rate__date_app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #989898;
  font-size: 0.8rem;
  font-weight: bold;
}
body#detail .cont#cover .cont__inner .item__rate .rate__subttl {
  margin-top: 2.1em;
  padding-top: 1.5em;
  border-top: 1px solid #ccc;
  font-size: 0.6rem;
  line-height: 1;
}
body#detail .cont#cover .cont__inner .item__rate .rate__cats {
  display: grid;
  grid-template-columns: 2fr 1fr;
  width: 100%;
  margin-top: 0.4rem;
}
body#detail .cont#cover .cont__inner .item__rate .rate__cats .rate__cat {
  margin-top: 0.4rem;
  font-size: 0.8rem;
}
body#detail .cont#cover .cont__inner .item__rate .rate__cats .rate__stars {
  margin-top: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body#detail .cont#cover .cont__inner .item__rate .rate__cats .rate__stars .icon._star {
  width: 15px;
  height: 15px;
  margin: 0 0.1em;
}
body#detail .cont#cover .cont__inner .item .pallet-prime {
  fill: #d3a224;
}
body#detail .cont#cover .cont__inner .item .pallet-gray2 {
  fill: #d9d9d9;
}
body#detail {
  /* Overview
  --------------------------------------------------*/
}
body#detail .cont#overview {
  background-color: #f9f1df;
}
body#detail .cont#overview .cont__inner .cont__ttl .cont__name._primary {
  -webkit-text-fill-color: #fff;
}
body#detail .cont#overview .cont__inner .cont__main {
  margin: 0 auto;
}
body#detail .cont#overview .cont__inner .cont__main .cont__main-list {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media (min-width: 600px) {
  body#detail .cont#overview .cont__inner .cont__main .cont__main-list {
    grid-template-columns: 1fr 2fr 1fr 2fr;
  }
}
body#detail .cont#overview .cont__inner .cont__main .cont__main-list .cont__main-item--t {
  padding: 1.5em 0;
  color: #a9803d;
  border-top: 1px solid #a9803d;
}
body#detail .cont#overview .cont__inner .cont__main .cont__main-list .cont__main-item--t:last-of-type {
  border-bottom: 1px solid #a9803d;
}
@media (min-width: 600px) {
  body#detail .cont#overview .cont__inner .cont__main .cont__main-list .cont__main-item--t:nth-last-of-type(2) {
    border-bottom: 1px solid #a9803d;
  }
}
body#detail .cont#overview .cont__inner .cont__main .cont__main-list .cont__main-item--d {
  padding: 1.5em 0 1.5em 1.2em;
  border-top: 1px solid #fff;
}
body#detail .cont#overview .cont__inner .cont__main .cont__main-list .cont__main-item--d:last-of-type, body#detail .cont#overview .cont__inner .cont__main .cont__main-list .cont__main-item--d:nth-last-of-type(2) {
  border-bottom: 1px solid #fff;
}
body#detail {
  /* Renovation
  --------------------------------------------------*/
}
@media (min-width: 600px) {
  body#detail .cont#renovation .cont__inner .tiles {
    width: calc(100% + 2rem);
  }
}
body#detail .cont#renovation .cont__inner .tiles .tile {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  body#detail .cont#renovation .cont__inner .tiles .tile {
    margin-bottom: 1.4rem;
  }
}
body#detail .cont#renovation .cont__inner .works__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.3em;
}
@media (min-width: 600px) {
  body#detail .cont#renovation .cont__inner .works__img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body#detail .cont#renovation .cont__inner .works__img img {
    width: calc(100% - 2rem);
  }
  body#detail .cont#renovation .cont__inner .works__img::after {
    content: url(../img/icon-angle-right-sharp-regular.svg);
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    margin: 0 auto;
  }
}
body#detail .cont#renovation .cont__inner .works__copy {
  margin-bottom: 0.8rem;
  color: #777;
  font-weight: 700;
  line-height: 1;
}
body#detail .cont#renovation .cont__inner .works__copy .num {
  margin-right: 0.2em;
  color: #a9803d;
  font-size: 1.2em;
}
body#detail .cont#renovation .cont__inner .works__copy::after {
  content: url(../img/icon-chevron-down-sharp-regular.svg);
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0 auto 2rem;
  text-align: center;
}
@media (min-width: 600px) {
  body#detail .cont#renovation .cont__inner .works__copy::after {
    display: none;
  }
}
body#detail .cont#renovation .cont__inner .tile:last-of-type .works__img::after,
body#detail .cont#renovation .cont__inner .tile:last-of-type .works__copy::after {
  display: none;
}
body#detail {
  /* Document
  --------------------------------------------------*/
}
body#detail .cont#doc {
  background-color: #f9f1df;
}
body#detail .cont#doc .swiper {
  padding: 0 6%;
}
@media (min-width: 1454.5454545455px) {
  body#detail .cont#doc .swiper {
    padding: 0 calc((100vw - 1280px) / 2);
  }
}
body#detail .cont#doc .swiper a:focus {
  outline: none;
}
body#detail .cont#doc .doc__img {
  margin-bottom: 1em;
}
body#detail .cont#doc .doc__ttl {
  color: #a9803d;
  font-weight: 700;
  line-height: 1;
}
/* Back Button
--------------------------------------------------*/
.cont#backbtn {
  padding: 1em 0;
}