@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.
*/

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: border-box;
  box-sizing: border-box;
  /* 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).
*/

html,
body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
}

/**
* Correct the font sizes and margins on `h1` elements within
* `section` and `article` contexts in Chrome, Firefox, and Safari.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-size: inherit;
  margin: 0;
  padding: 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;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*********************************************************************
***
 * ベースカラー
***
 ********************************************************************/

.lozad {
  opacity: 0;
}

.lozad.fadeIn {
  -webkit-transition: all 0.6s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  opacity: 1;
}

.fade {
  -webkit-transition: all 0.5s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  transition: all 0.5s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  opacity: 0;
}

.fade.fadeIn {
  opacity: 1;
}

.animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}

.animation.animationOn:nth-child(1) {
  -webkit-animation: popAnimate 0.5s ease 0.1s 1 forwards;
  animation: popAnimate 0.5s ease 0.1s 1 forwards;
}

.animation.animationOn:nth-child(2) {
  -webkit-animation: popAnimate 0.5s ease 0.2s 1 forwards;
  animation: popAnimate 0.5s ease 0.2s 1 forwards;
}

.animation.animationOn:nth-child(3) {
  -webkit-animation: popAnimate 0.5s ease 0.3s 1 forwards;
  animation: popAnimate 0.5s ease 0.3s 1 forwards;
}

.animation.animationOn:nth-child(4) {
  -webkit-animation: popAnimate 0.5s ease 0.4s 1 forwards;
  animation: popAnimate 0.5s ease 0.4s 1 forwards;
}

.animation.animationOn:nth-child(5) {
  -webkit-animation: popAnimate 0.5s ease 0.5s 1 forwards;
  animation: popAnimate 0.5s ease 0.5s 1 forwards;
}

.animation.animationOn:nth-child(6) {
  -webkit-animation: popAnimate 0.5s ease 0.6s 1 forwards;
  animation: popAnimate 0.5s ease 0.6s 1 forwards;
}

.animation.animationOn:nth-child(7) {
  -webkit-animation: popAnimate 0.5s ease 0.7s 1 forwards;
  animation: popAnimate 0.5s ease 0.7s 1 forwards;
}

.animation.animationOn:nth-child(8) {
  -webkit-animation: popAnimate 0.5s ease 0.8s 1 forwards;
  animation: popAnimate 0.5s ease 0.8s 1 forwards;
}

.animation.animationOn:nth-child(9) {
  -webkit-animation: popAnimate 0.5s ease 0.9s 1 forwards;
  animation: popAnimate 0.5s ease 0.9s 1 forwards;
}

.animation.animationOn:nth-child(10) {
  -webkit-animation: popAnimate 0.5s ease 1s 1 forwards;
  animation: popAnimate 0.5s ease 1s 1 forwards;
}

.animation.animationOn:nth-child(11) {
  -webkit-animation: popAnimate 0.5s ease 1.1s 1 forwards;
  animation: popAnimate 0.5s ease 1.1s 1 forwards;
}

.animation.animationOn:nth-child(12) {
  -webkit-animation: popAnimate 0.5s ease 1.2s 1 forwards;
  animation: popAnimate 0.5s ease 1.2s 1 forwards;
}

.animation.animationOn:nth-child(13) {
  -webkit-animation: popAnimate 0.5s ease 1.3s 1 forwards;
  animation: popAnimate 0.5s ease 1.3s 1 forwards;
}

.animation.animationOn:nth-child(14) {
  -webkit-animation: popAnimate 0.5s ease 1.4s 1 forwards;
  animation: popAnimate 0.5s ease 1.4s 1 forwards;
}

.animation.animationOn:nth-child(15) {
  -webkit-animation: popAnimate 0.5s ease 1.5s 1 forwards;
  animation: popAnimate 0.5s ease 1.5s 1 forwards;
}

.animation.animationOn:nth-child(16) {
  -webkit-animation: popAnimate 0.5s ease 1.6s 1 forwards;
  animation: popAnimate 0.5s ease 1.6s 1 forwards;
}

.animation.animationOn:nth-child(17) {
  -webkit-animation: popAnimate 0.5s ease 1.7s 1 forwards;
  animation: popAnimate 0.5s ease 1.7s 1 forwards;
}

.animation.animationOn:nth-child(18) {
  -webkit-animation: popAnimate 0.5s ease 1.8s 1 forwards;
  animation: popAnimate 0.5s ease 1.8s 1 forwards;
}

.animation.animationOn:nth-child(19) {
  -webkit-animation: popAnimate 0.5s ease 1.9s 1 forwards;
  animation: popAnimate 0.5s ease 1.9s 1 forwards;
}

.animation.animationOn:nth-child(20) {
  -webkit-animation: popAnimate 0.5s ease 2s 1 forwards;
  animation: popAnimate 0.5s ease 2s 1 forwards;
}

.animation.animationOn:nth-child(21) {
  -webkit-animation: popAnimate 0.5s ease 2.1s 1 forwards;
  animation: popAnimate 0.5s ease 2.1s 1 forwards;
}

.animation.animationOn:nth-child(22) {
  -webkit-animation: popAnimate 0.5s ease 2.2s 1 forwards;
  animation: popAnimate 0.5s ease 2.2s 1 forwards;
}

.animation.animationOn:nth-child(23) {
  -webkit-animation: popAnimate 0.5s ease 2.3s 1 forwards;
  animation: popAnimate 0.5s ease 2.3s 1 forwards;
}

.animation.animationOn:nth-child(24) {
  -webkit-animation: popAnimate 0.5s ease 2.4s 1 forwards;
  animation: popAnimate 0.5s ease 2.4s 1 forwards;
}

.animation.animationOn:nth-child(25) {
  -webkit-animation: popAnimate 0.5s ease 2.5s 1 forwards;
  animation: popAnimate 0.5s ease 2.5s 1 forwards;
}

.animation.animationOn:nth-child(26) {
  -webkit-animation: popAnimate 0.5s ease 2.6s 1 forwards;
  animation: popAnimate 0.5s ease 2.6s 1 forwards;
}

.animation.animationOn:nth-child(27) {
  -webkit-animation: popAnimate 0.5s ease 2.7s 1 forwards;
  animation: popAnimate 0.5s ease 2.7s 1 forwards;
}

.animation.animationOn:nth-child(28) {
  -webkit-animation: popAnimate 0.5s ease 2.8s 1 forwards;
  animation: popAnimate 0.5s ease 2.8s 1 forwards;
}

.animation.animationOn:nth-child(29) {
  -webkit-animation: popAnimate 0.5s ease 2.9s 1 forwards;
  animation: popAnimate 0.5s ease 2.9s 1 forwards;
}

.animation.animationOn:nth-child(30) {
  -webkit-animation: popAnimate 0.5s ease 3s 1 forwards;
  animation: popAnimate 0.5s ease 3s 1 forwards;
}

.animation.animationOn:nth-child(31) {
  -webkit-animation: popAnimate 0.5s ease 3.1s 1 forwards;
  animation: popAnimate 0.5s ease 3.1s 1 forwards;
}

.animation.animationOn:nth-child(32) {
  -webkit-animation: popAnimate 0.5s ease 3.2s 1 forwards;
  animation: popAnimate 0.5s ease 3.2s 1 forwards;
}

.animation.animationOn:nth-child(33) {
  -webkit-animation: popAnimate 0.5s ease 3.3s 1 forwards;
  animation: popAnimate 0.5s ease 3.3s 1 forwards;
}

.animation.animationOn:nth-child(34) {
  -webkit-animation: popAnimate 0.5s ease 3.4s 1 forwards;
  animation: popAnimate 0.5s ease 3.4s 1 forwards;
}

.animation.animationOn:nth-child(35) {
  -webkit-animation: popAnimate 0.5s ease 3.5s 1 forwards;
  animation: popAnimate 0.5s ease 3.5s 1 forwards;
}

.animation.animationOn:nth-child(36) {
  -webkit-animation: popAnimate 0.5s ease 3.6s 1 forwards;
  animation: popAnimate 0.5s ease 3.6s 1 forwards;
}

.animation.animationOn:nth-child(37) {
  -webkit-animation: popAnimate 0.5s ease 3.7s 1 forwards;
  animation: popAnimate 0.5s ease 3.7s 1 forwards;
}

.animation.animationOn:nth-child(38) {
  -webkit-animation: popAnimate 0.5s ease 3.8s 1 forwards;
  animation: popAnimate 0.5s ease 3.8s 1 forwards;
}

.animation.animationOn:nth-child(39) {
  -webkit-animation: popAnimate 0.5s ease 3.9s 1 forwards;
  animation: popAnimate 0.5s ease 3.9s 1 forwards;
}

.animation.animationOn:nth-child(40) {
  -webkit-animation: popAnimate 0.5s ease 4s 1 forwards;
  animation: popAnimate 0.5s ease 4s 1 forwards;
}

.animation.animationOn:nth-child(41) {
  -webkit-animation: popAnimate 0.5s ease 4.1s 1 forwards;
  animation: popAnimate 0.5s ease 4.1s 1 forwards;
}

.animation.animationOn:nth-child(42) {
  -webkit-animation: popAnimate 0.5s ease 4.2s 1 forwards;
  animation: popAnimate 0.5s ease 4.2s 1 forwards;
}

.animation.animationOn:nth-child(43) {
  -webkit-animation: popAnimate 0.5s ease 4.3s 1 forwards;
  animation: popAnimate 0.5s ease 4.3s 1 forwards;
}

.animation.animationOn:nth-child(44) {
  -webkit-animation: popAnimate 0.5s ease 4.4s 1 forwards;
  animation: popAnimate 0.5s ease 4.4s 1 forwards;
}

.animation.animationOn:nth-child(45) {
  -webkit-animation: popAnimate 0.5s ease 4.5s 1 forwards;
  animation: popAnimate 0.5s ease 4.5s 1 forwards;
}

.animation.animationOn:nth-child(46) {
  -webkit-animation: popAnimate 0.5s ease 4.6s 1 forwards;
  animation: popAnimate 0.5s ease 4.6s 1 forwards;
}

.animation.animationOn:nth-child(47) {
  -webkit-animation: popAnimate 0.5s ease 4.7s 1 forwards;
  animation: popAnimate 0.5s ease 4.7s 1 forwards;
}

.animation.animationOn:nth-child(48) {
  -webkit-animation: popAnimate 0.5s ease 4.8s 1 forwards;
  animation: popAnimate 0.5s ease 4.8s 1 forwards;
}

.animation.animationOn:nth-child(49) {
  -webkit-animation: popAnimate 0.5s ease 4.9s 1 forwards;
  animation: popAnimate 0.5s ease 4.9s 1 forwards;
}

.animation.animationOn:nth-child(50) {
  -webkit-animation: popAnimate 0.5s ease 5s 1 forwards;
  animation: popAnimate 0.5s ease 5s 1 forwards;
}

.n-inView-group > * {
  opacity: 0;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}

.n-inView-group.n-inView-group-on > *:nth-child(1) {
  -webkit-animation: popAnimate 0.5s ease 0.1s 1 forwards;
  animation: popAnimate 0.5s ease 0.1s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(2) {
  -webkit-animation: popAnimate 0.5s ease 0.2s 1 forwards;
  animation: popAnimate 0.5s ease 0.2s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(3) {
  -webkit-animation: popAnimate 0.5s ease 0.3s 1 forwards;
  animation: popAnimate 0.5s ease 0.3s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(4) {
  -webkit-animation: popAnimate 0.5s ease 0.4s 1 forwards;
  animation: popAnimate 0.5s ease 0.4s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(5) {
  -webkit-animation: popAnimate 0.5s ease 0.5s 1 forwards;
  animation: popAnimate 0.5s ease 0.5s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(6) {
  -webkit-animation: popAnimate 0.5s ease 0.6s 1 forwards;
  animation: popAnimate 0.5s ease 0.6s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(7) {
  -webkit-animation: popAnimate 0.5s ease 0.7s 1 forwards;
  animation: popAnimate 0.5s ease 0.7s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(8) {
  -webkit-animation: popAnimate 0.5s ease 0.8s 1 forwards;
  animation: popAnimate 0.5s ease 0.8s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(9) {
  -webkit-animation: popAnimate 0.5s ease 0.9s 1 forwards;
  animation: popAnimate 0.5s ease 0.9s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(10) {
  -webkit-animation: popAnimate 0.5s ease 1s 1 forwards;
  animation: popAnimate 0.5s ease 1s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(11) {
  -webkit-animation: popAnimate 0.5s ease 1.1s 1 forwards;
  animation: popAnimate 0.5s ease 1.1s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(12) {
  -webkit-animation: popAnimate 0.5s ease 1.2s 1 forwards;
  animation: popAnimate 0.5s ease 1.2s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(13) {
  -webkit-animation: popAnimate 0.5s ease 1.3s 1 forwards;
  animation: popAnimate 0.5s ease 1.3s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(14) {
  -webkit-animation: popAnimate 0.5s ease 1.4s 1 forwards;
  animation: popAnimate 0.5s ease 1.4s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(15) {
  -webkit-animation: popAnimate 0.5s ease 1.5s 1 forwards;
  animation: popAnimate 0.5s ease 1.5s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(16) {
  -webkit-animation: popAnimate 0.5s ease 1.6s 1 forwards;
  animation: popAnimate 0.5s ease 1.6s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(17) {
  -webkit-animation: popAnimate 0.5s ease 1.7s 1 forwards;
  animation: popAnimate 0.5s ease 1.7s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(18) {
  -webkit-animation: popAnimate 0.5s ease 1.8s 1 forwards;
  animation: popAnimate 0.5s ease 1.8s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(19) {
  -webkit-animation: popAnimate 0.5s ease 1.9s 1 forwards;
  animation: popAnimate 0.5s ease 1.9s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(20) {
  -webkit-animation: popAnimate 0.5s ease 2s 1 forwards;
  animation: popAnimate 0.5s ease 2s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(21) {
  -webkit-animation: popAnimate 0.5s ease 2.1s 1 forwards;
  animation: popAnimate 0.5s ease 2.1s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(22) {
  -webkit-animation: popAnimate 0.5s ease 2.2s 1 forwards;
  animation: popAnimate 0.5s ease 2.2s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(23) {
  -webkit-animation: popAnimate 0.5s ease 2.3s 1 forwards;
  animation: popAnimate 0.5s ease 2.3s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(24) {
  -webkit-animation: popAnimate 0.5s ease 2.4s 1 forwards;
  animation: popAnimate 0.5s ease 2.4s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(25) {
  -webkit-animation: popAnimate 0.5s ease 2.5s 1 forwards;
  animation: popAnimate 0.5s ease 2.5s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(26) {
  -webkit-animation: popAnimate 0.5s ease 2.6s 1 forwards;
  animation: popAnimate 0.5s ease 2.6s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(27) {
  -webkit-animation: popAnimate 0.5s ease 2.7s 1 forwards;
  animation: popAnimate 0.5s ease 2.7s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(28) {
  -webkit-animation: popAnimate 0.5s ease 2.8s 1 forwards;
  animation: popAnimate 0.5s ease 2.8s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(29) {
  -webkit-animation: popAnimate 0.5s ease 2.9s 1 forwards;
  animation: popAnimate 0.5s ease 2.9s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(30) {
  -webkit-animation: popAnimate 0.5s ease 3s 1 forwards;
  animation: popAnimate 0.5s ease 3s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(31) {
  -webkit-animation: popAnimate 0.5s ease 3.1s 1 forwards;
  animation: popAnimate 0.5s ease 3.1s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(32) {
  -webkit-animation: popAnimate 0.5s ease 3.2s 1 forwards;
  animation: popAnimate 0.5s ease 3.2s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(33) {
  -webkit-animation: popAnimate 0.5s ease 3.3s 1 forwards;
  animation: popAnimate 0.5s ease 3.3s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(34) {
  -webkit-animation: popAnimate 0.5s ease 3.4s 1 forwards;
  animation: popAnimate 0.5s ease 3.4s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(35) {
  -webkit-animation: popAnimate 0.5s ease 3.5s 1 forwards;
  animation: popAnimate 0.5s ease 3.5s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(36) {
  -webkit-animation: popAnimate 0.5s ease 3.6s 1 forwards;
  animation: popAnimate 0.5s ease 3.6s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(37) {
  -webkit-animation: popAnimate 0.5s ease 3.7s 1 forwards;
  animation: popAnimate 0.5s ease 3.7s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(38) {
  -webkit-animation: popAnimate 0.5s ease 3.8s 1 forwards;
  animation: popAnimate 0.5s ease 3.8s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(39) {
  -webkit-animation: popAnimate 0.5s ease 3.9s 1 forwards;
  animation: popAnimate 0.5s ease 3.9s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(40) {
  -webkit-animation: popAnimate 0.5s ease 4s 1 forwards;
  animation: popAnimate 0.5s ease 4s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(41) {
  -webkit-animation: popAnimate 0.5s ease 4.1s 1 forwards;
  animation: popAnimate 0.5s ease 4.1s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(42) {
  -webkit-animation: popAnimate 0.5s ease 4.2s 1 forwards;
  animation: popAnimate 0.5s ease 4.2s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(43) {
  -webkit-animation: popAnimate 0.5s ease 4.3s 1 forwards;
  animation: popAnimate 0.5s ease 4.3s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(44) {
  -webkit-animation: popAnimate 0.5s ease 4.4s 1 forwards;
  animation: popAnimate 0.5s ease 4.4s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(45) {
  -webkit-animation: popAnimate 0.5s ease 4.5s 1 forwards;
  animation: popAnimate 0.5s ease 4.5s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(46) {
  -webkit-animation: popAnimate 0.5s ease 4.6s 1 forwards;
  animation: popAnimate 0.5s ease 4.6s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(47) {
  -webkit-animation: popAnimate 0.5s ease 4.7s 1 forwards;
  animation: popAnimate 0.5s ease 4.7s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(48) {
  -webkit-animation: popAnimate 0.5s ease 4.8s 1 forwards;
  animation: popAnimate 0.5s ease 4.8s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(49) {
  -webkit-animation: popAnimate 0.5s ease 4.9s 1 forwards;
  animation: popAnimate 0.5s ease 4.9s 1 forwards;
}

.n-inView-group.n-inView-group-on > *:nth-child(50) {
  -webkit-animation: popAnimate 0.5s ease 5s 1 forwards;
  animation: popAnimate 0.5s ease 5s 1 forwards;
}

.n-inView {
  opacity: 0;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}

.n-inView.n-inView-on:nth-child(1) {
  -webkit-animation: popAnimate 0.5s ease 0.1s 1 forwards;
  animation: popAnimate 0.5s ease 0.1s 1 forwards;
}

.n-inView.n-inView-on:nth-child(2) {
  -webkit-animation: popAnimate 0.5s ease 0.2s 1 forwards;
  animation: popAnimate 0.5s ease 0.2s 1 forwards;
}

.n-inView.n-inView-on:nth-child(3) {
  -webkit-animation: popAnimate 0.5s ease 0.3s 1 forwards;
  animation: popAnimate 0.5s ease 0.3s 1 forwards;
}

.n-inView.n-inView-on:nth-child(4) {
  -webkit-animation: popAnimate 0.5s ease 0.4s 1 forwards;
  animation: popAnimate 0.5s ease 0.4s 1 forwards;
}

.n-inView.n-inView-on:nth-child(5) {
  -webkit-animation: popAnimate 0.5s ease 0.5s 1 forwards;
  animation: popAnimate 0.5s ease 0.5s 1 forwards;
}

.n-inView.n-inView-on:nth-child(6) {
  -webkit-animation: popAnimate 0.5s ease 0.6s 1 forwards;
  animation: popAnimate 0.5s ease 0.6s 1 forwards;
}

.n-inView.n-inView-on:nth-child(7) {
  -webkit-animation: popAnimate 0.5s ease 0.7s 1 forwards;
  animation: popAnimate 0.5s ease 0.7s 1 forwards;
}

.n-inView.n-inView-on:nth-child(8) {
  -webkit-animation: popAnimate 0.5s ease 0.8s 1 forwards;
  animation: popAnimate 0.5s ease 0.8s 1 forwards;
}

.n-inView.n-inView-on:nth-child(9) {
  -webkit-animation: popAnimate 0.5s ease 0.9s 1 forwards;
  animation: popAnimate 0.5s ease 0.9s 1 forwards;
}

.n-inView.n-inView-on:nth-child(10) {
  -webkit-animation: popAnimate 0.5s ease 1s 1 forwards;
  animation: popAnimate 0.5s ease 1s 1 forwards;
}

.n-inView.n-inView-on:nth-child(11) {
  -webkit-animation: popAnimate 0.5s ease 1.1s 1 forwards;
  animation: popAnimate 0.5s ease 1.1s 1 forwards;
}

.n-inView.n-inView-on:nth-child(12) {
  -webkit-animation: popAnimate 0.5s ease 1.2s 1 forwards;
  animation: popAnimate 0.5s ease 1.2s 1 forwards;
}

.n-inView.n-inView-on:nth-child(13) {
  -webkit-animation: popAnimate 0.5s ease 1.3s 1 forwards;
  animation: popAnimate 0.5s ease 1.3s 1 forwards;
}

.n-inView.n-inView-on:nth-child(14) {
  -webkit-animation: popAnimate 0.5s ease 1.4s 1 forwards;
  animation: popAnimate 0.5s ease 1.4s 1 forwards;
}

.n-inView.n-inView-on:nth-child(15) {
  -webkit-animation: popAnimate 0.5s ease 1.5s 1 forwards;
  animation: popAnimate 0.5s ease 1.5s 1 forwards;
}

.n-inView.n-inView-on:nth-child(16) {
  -webkit-animation: popAnimate 0.5s ease 1.6s 1 forwards;
  animation: popAnimate 0.5s ease 1.6s 1 forwards;
}

.n-inView.n-inView-on:nth-child(17) {
  -webkit-animation: popAnimate 0.5s ease 1.7s 1 forwards;
  animation: popAnimate 0.5s ease 1.7s 1 forwards;
}

.n-inView.n-inView-on:nth-child(18) {
  -webkit-animation: popAnimate 0.5s ease 1.8s 1 forwards;
  animation: popAnimate 0.5s ease 1.8s 1 forwards;
}

.n-inView.n-inView-on:nth-child(19) {
  -webkit-animation: popAnimate 0.5s ease 1.9s 1 forwards;
  animation: popAnimate 0.5s ease 1.9s 1 forwards;
}

.n-inView.n-inView-on:nth-child(20) {
  -webkit-animation: popAnimate 0.5s ease 2s 1 forwards;
  animation: popAnimate 0.5s ease 2s 1 forwards;
}

.n-inView.n-inView-on:nth-child(21) {
  -webkit-animation: popAnimate 0.5s ease 2.1s 1 forwards;
  animation: popAnimate 0.5s ease 2.1s 1 forwards;
}

.n-inView.n-inView-on:nth-child(22) {
  -webkit-animation: popAnimate 0.5s ease 2.2s 1 forwards;
  animation: popAnimate 0.5s ease 2.2s 1 forwards;
}

.n-inView.n-inView-on:nth-child(23) {
  -webkit-animation: popAnimate 0.5s ease 2.3s 1 forwards;
  animation: popAnimate 0.5s ease 2.3s 1 forwards;
}

.n-inView.n-inView-on:nth-child(24) {
  -webkit-animation: popAnimate 0.5s ease 2.4s 1 forwards;
  animation: popAnimate 0.5s ease 2.4s 1 forwards;
}

.n-inView.n-inView-on:nth-child(25) {
  -webkit-animation: popAnimate 0.5s ease 2.5s 1 forwards;
  animation: popAnimate 0.5s ease 2.5s 1 forwards;
}

.n-inView.n-inView-on:nth-child(26) {
  -webkit-animation: popAnimate 0.5s ease 2.6s 1 forwards;
  animation: popAnimate 0.5s ease 2.6s 1 forwards;
}

.n-inView.n-inView-on:nth-child(27) {
  -webkit-animation: popAnimate 0.5s ease 2.7s 1 forwards;
  animation: popAnimate 0.5s ease 2.7s 1 forwards;
}

.n-inView.n-inView-on:nth-child(28) {
  -webkit-animation: popAnimate 0.5s ease 2.8s 1 forwards;
  animation: popAnimate 0.5s ease 2.8s 1 forwards;
}

.n-inView.n-inView-on:nth-child(29) {
  -webkit-animation: popAnimate 0.5s ease 2.9s 1 forwards;
  animation: popAnimate 0.5s ease 2.9s 1 forwards;
}

.n-inView.n-inView-on:nth-child(30) {
  -webkit-animation: popAnimate 0.5s ease 3s 1 forwards;
  animation: popAnimate 0.5s ease 3s 1 forwards;
}

.n-inView.n-inView-on:nth-child(31) {
  -webkit-animation: popAnimate 0.5s ease 3.1s 1 forwards;
  animation: popAnimate 0.5s ease 3.1s 1 forwards;
}

.n-inView.n-inView-on:nth-child(32) {
  -webkit-animation: popAnimate 0.5s ease 3.2s 1 forwards;
  animation: popAnimate 0.5s ease 3.2s 1 forwards;
}

.n-inView.n-inView-on:nth-child(33) {
  -webkit-animation: popAnimate 0.5s ease 3.3s 1 forwards;
  animation: popAnimate 0.5s ease 3.3s 1 forwards;
}

.n-inView.n-inView-on:nth-child(34) {
  -webkit-animation: popAnimate 0.5s ease 3.4s 1 forwards;
  animation: popAnimate 0.5s ease 3.4s 1 forwards;
}

.n-inView.n-inView-on:nth-child(35) {
  -webkit-animation: popAnimate 0.5s ease 3.5s 1 forwards;
  animation: popAnimate 0.5s ease 3.5s 1 forwards;
}

.n-inView.n-inView-on:nth-child(36) {
  -webkit-animation: popAnimate 0.5s ease 3.6s 1 forwards;
  animation: popAnimate 0.5s ease 3.6s 1 forwards;
}

.n-inView.n-inView-on:nth-child(37) {
  -webkit-animation: popAnimate 0.5s ease 3.7s 1 forwards;
  animation: popAnimate 0.5s ease 3.7s 1 forwards;
}

.n-inView.n-inView-on:nth-child(38) {
  -webkit-animation: popAnimate 0.5s ease 3.8s 1 forwards;
  animation: popAnimate 0.5s ease 3.8s 1 forwards;
}

.n-inView.n-inView-on:nth-child(39) {
  -webkit-animation: popAnimate 0.5s ease 3.9s 1 forwards;
  animation: popAnimate 0.5s ease 3.9s 1 forwards;
}

.n-inView.n-inView-on:nth-child(40) {
  -webkit-animation: popAnimate 0.5s ease 4s 1 forwards;
  animation: popAnimate 0.5s ease 4s 1 forwards;
}

.n-inView.n-inView-on:nth-child(41) {
  -webkit-animation: popAnimate 0.5s ease 4.1s 1 forwards;
  animation: popAnimate 0.5s ease 4.1s 1 forwards;
}

.n-inView.n-inView-on:nth-child(42) {
  -webkit-animation: popAnimate 0.5s ease 4.2s 1 forwards;
  animation: popAnimate 0.5s ease 4.2s 1 forwards;
}

.n-inView.n-inView-on:nth-child(43) {
  -webkit-animation: popAnimate 0.5s ease 4.3s 1 forwards;
  animation: popAnimate 0.5s ease 4.3s 1 forwards;
}

.n-inView.n-inView-on:nth-child(44) {
  -webkit-animation: popAnimate 0.5s ease 4.4s 1 forwards;
  animation: popAnimate 0.5s ease 4.4s 1 forwards;
}

.n-inView.n-inView-on:nth-child(45) {
  -webkit-animation: popAnimate 0.5s ease 4.5s 1 forwards;
  animation: popAnimate 0.5s ease 4.5s 1 forwards;
}

.n-inView.n-inView-on:nth-child(46) {
  -webkit-animation: popAnimate 0.5s ease 4.6s 1 forwards;
  animation: popAnimate 0.5s ease 4.6s 1 forwards;
}

.n-inView.n-inView-on:nth-child(47) {
  -webkit-animation: popAnimate 0.5s ease 4.7s 1 forwards;
  animation: popAnimate 0.5s ease 4.7s 1 forwards;
}

.n-inView.n-inView-on:nth-child(48) {
  -webkit-animation: popAnimate 0.5s ease 4.8s 1 forwards;
  animation: popAnimate 0.5s ease 4.8s 1 forwards;
}

.n-inView.n-inView-on:nth-child(49) {
  -webkit-animation: popAnimate 0.5s ease 4.9s 1 forwards;
  animation: popAnimate 0.5s ease 4.9s 1 forwards;
}

.n-inView.n-inView-on:nth-child(50) {
  -webkit-animation: popAnimate 0.5s ease 5s 1 forwards;
  animation: popAnimate 0.5s ease 5s 1 forwards;
}

@-webkit-keyframes popAnimate {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes popAnimate {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

html {
  scroll-padding-top: 70px;
  overflow-x: hidden;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

body {
  font-size: 16px;
  font-family: "Shippori Mincho", serif !important;
  font-style: normal;
  line-height: normal;
  opacity: 0;
  -webkit-transition: none !important;
  transition: none !important;
  overflow: hidden;
}

body.loaded {
  -webkit-transition: all 3s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  transition: all 3s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  opacity: 1;
}

body * {
  word-break: break-all;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  word-break: break-all;
}
a.underline {
  text-decoration: underline;
}

img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
ul,
ol,
dl,
dd,
p,
hr,
figure {
  margin: 0;
  padding: 0;
}

header,
nav,
main,
footer,
section {
  display: block;
}

p {
  text-align: justify;
  word-break: break-all;
}

i {
  font-style: normal;
}

a[href^="tel:"] {
  pointer-events: none;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

.fitBtn {
  position: absolute;
  right: 0;
  top: 164px;
  width: 46px;
  height: 210px;
  z-index: 3;
}

.fitBtn a {
  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: 100%;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  background-color: #f1f1ea;
  font-weight: 500;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  transition: all 0.3s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
}

.fitBtn a:hover {
  background-color: #646464;
  color: #fff;
}

.fitBtn.fnBtn {
  top: 374px;
}

.fitBtn.fnBtn a {
  background-color: #c5c5ab;
}

.fitBtn.fnBtn a:hover {
  background-color: #646464;
  color: #fff;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?dc851v");
  src: url("fonts/icomoon.eot?dc851v#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?dc851v") format("truetype"), url("fonts/icomoon.woff?dc851v") format("woff"), url("fonts/icomoon.svg?dc851v#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bed:before {
  content: "\e90d";
}

.icon-down-open:before {
  content: "\e800";
}

.icon-left-open:before {
  content: "\e801";
}

.icon-right-open:before {
  content: "\e802";
}

.icon-up-open:before {
  content: "\e803";
}

.icon-phone:before {
  content: "\e804";
}

.icon-location1:before {
  content: "\e805";
}

.icon-blank:before {
  content: "\e809";
}

.icon-check:before {
  content: "\e80a";
}

.icon-copy:before {
  content: "\e80b";
}

.icon-home:before {
  content: "\e80c";
}

.icon-line:before {
  content: "\e80d";
}

.icon-list:before {
  content: "\e80e";
}

.icon-triangle:before {
  content: "\e80f";
}

.icon-zoom:before {
  content: "\e810";
}

.icon-reload:before {
  content: "\e811";
}

.icon-back:before {
  content: "\e900";
}

.icon-arrow_top:before {
  content: "\e901";
}

.icon-calendar:before {
  content: "\e902";
}

.icon-fb:before {
  content: "\e903";
}

.icon-ig:before {
  content: "\e904";
}

.icon-mail:before {
  content: "\e905";
}

.icon-office:before {
  content: "\e906";
}

.icon-partner:before {
  content: "\e907";
}

.icon-pc:before {
  content: "\e908";
}

.icon-search:before {
  content: "\e909";
}

.icon-youtube:before {
  content: "\e90a";
}

.icon-clock:before {
  content: "\e90b";
}

.icon-location:before {
  content: "\e90c";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-facebook-squared:before {
  content: "\f308";
}

.btn--style-A {
  -webkit-transition: all 0.5s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  transition: all 0.5s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000000;
  padding: 10px;
  width: 310px;
}

.btn--style-A:hover {
  background-color: #3c3c3c;
  color: #fff;
}

.btn--style-B {
  -webkit-transition: all 0.5s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  transition: all 0.5s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  border-radius: 999px;
  max-width: 310px;
  padding: 14px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #c5c5ab;
  font-size: 15px;
  font-weight: 500;
}

.btn--style-B:hover,
.btn--style-B.is-active {
  color: #fff;
  background-color: #646464;
}

.fbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clmSet-3 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clmSet-3::after {
  content: "";
  width: calc(33.3333333333% - 51.33px);
}

.clmSet-3--item {
  width: calc(33.3333333333% - 51.33px);
  margin-bottom: 100px;
}

.titleBox--style01 {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #282828;
}

.titleBox--style01 .shoulderImg {
  display: block;
  line-height: 0;
  margin-bottom: 15px;
}

.titleBox--style01.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: clamp(95px, 50px + 0.05859375 * 100vw, 125px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.titleBox--style01.vertical .shoulderImg {
  width: 12px;
  margin-left: 20px;
  margin-bottom: 0;
}

.titleBox--style01.vertical .shoulderImg img {
  vertical-align: top;
  height: auto;
}

.titleBox--style02 {
  position: relative;
  margin-bottom: 80px;
}

.titleBox--style02::after {
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  background-color: #282828;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.titleBox--style02.line-R {
  text-align: right;
}

.titleBox--style02.line-R::after {
  right: 0;
  left: auto;
}

.titleBox--style02-txt span {
  display: block;
  width: 100%;
  font-size: 27px;
  font-weight: 400;
  padding: 0 20px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

/*******************************************************************************
    サービスのリストフォーマット
*******************************************************************************/

.serviceList {
  position: relative;
}

.serviceList--list {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.serviceList--item {
  margin-bottom: 20px;
}

.serviceList--item:last-child {
  margin-bottom: 0;
}

.serviceList--item .txtBox {
  position: absolute;
  left: 0;
  width: clamp(670px, 370px + 0.25 * 100vw, 690px);
  height: 174px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.serviceList--item .txtBox-title {
  font-size: 28px;
  font-weight: 500;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  line-height: 1.3;
  margin-left: clamp(30px, -255px + 0.37109375 * 100vw, 220px);
}

.serviceList--item .txtBox-title .num {
  margin-bottom: 5px;
  display: block;
  font-size: 38px;
  color: #9f9f9f;
  font-weight: normal;
}

.serviceList--item .txtBox-link {
  position: absolute;
  right: 60px;
  bottom: 20px;
}

.serviceList--item .txtBox-support {
  background: url(../images/service/service_item_support_bg.jpg) no-repeat center/cover;
}

.serviceList--item .txtBox-search {
  background: url(../images/service/service_item_search_bg.jpg) no-repeat center/cover;
}

.serviceList--item .txtBox-diagnose {
  background: url(../images/service/service_item_diagnose_bg.jpg) no-repeat center/cover;
}

.serviceList--item .txtBox-renovation {
  background: url(../images/service/service_item_renovation_bg.jpg) no-repeat center/cover;
}

.serviceList--item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  padding-top: 40px;
  pointer-events: none;
}

.serviceList--item .img picture {
  width: clamp(460px, 160px + 0.25 * 100vw, 480px);
}

.postArchive--item a {
  display: block;
}

.postArchive--item a:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.postArchive--item .img {
  margin-bottom: 20px;
  overflow: hidden;
  width: 282px;
  height: 191px;
}

.postArchive--item .img img {
  -webkit-transition: all 0.4s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  transition: all 0.4s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  width: 100%;
  height: 100%;
}

.postArchive--item .cat {
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #646464;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px 20px;
  margin-bottom: 15px;
}

.postArchive--item .date {
  font-size: 15px;
  color: #646464;
  margin-bottom: 10px;
}

.postArchive--item .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.4;
}

.postArchive--item .endTxt {
  color: #d1243d;
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal;
  line-height: normal;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 3px;
}

.postArchive--item .calendar,
.postArchive--item .time,
.postArchive--item .time + .location {
  font-size: 17px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal;
  line-height: normal;
  margin-bottom: 5px;
  color: #282828;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.postArchive--item .calendar .icon,
.postArchive--item .time .icon,
.postArchive--item .time + .location .icon {
  margin-right: 10px;
}

.postArchive--item .calendar .icon-location,
.postArchive--item .time .icon-location,
.postArchive--item .time + .location .icon-location {
  font-size: 20px;
}

.postArchive--item .location,
.postArchive--item .price {
  color: #646464;
  font-size: 15px;
}

.postArchive--item .excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}

/*******************************************************************************
********************************************************************************
    記事本文共通スタイル
********************************************************************************
*******************************************************************************/

.postDtailBody {
  margin-top: 45px;
  margin-bottom: 90px;
}

.postDtailBody > *:first-child {
  margin-top: 0;
}

.postDtailBody img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.postDtailBody img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.postDtailBody .wp-block-columns {
  margin-bottom: 0;
}

.postDtailBody > *:last-child {
  margin-bottom: 0;
}

.postDtailBody h1,
.postDtailBody h2 {
  font-weight: 500;
  line-height: 1.7;
}

.postDtailBody h1 a,
.postDtailBody h2 a {
  text-decoration: underline;
}

.postDtailBody h1 a:hover,
.postDtailBody h2 a:hover {
  text-decoration: none;
}

.postDtailBody h1 {
  font-size: 28px;
  line-height: 46px;
  margin-bottom: 50px;
}

.postDtailBody h2 {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 30px;
}

.postDtailBody h3 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.postDtailBody * + h2 {
  margin-top: 60px;
}

.postDtailBody p {
  margin-bottom: 30px;
  letter-spacing: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  line-height: 1.7;
}

.postDtailBody p a {
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  transition: all 0.3s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  text-decoration: underline;
}

.postDtailBody p a:hover {
  color: #000;
}

.postDtailBody a[target=_blank] {
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  transition: all 0.3s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  position: relative;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  margin-right: 3px;
}

.postDtailBody a[target=_blank]::after {
  content: "\e809";
  font-family: "icomoon";
  margin-left: 5px;
  display: inline-block;
  text-decoration: none;
  font-size: 11px;
}

.postDtailBody a[target=_blank]:hover {
  text-decoration: none;
}

.postDtailBody .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 480px;
  height: clamp(340px, 180px + 0.2083333333 * 100vw, 480px);
}

.postDtailBody .wp-block-quote,
.postDtailBody blockquote {
  background-color: #f2f0ed;
  padding: 35px 50px;
  margin: 0;
  margin-bottom: 50px;
  line-height: 1.8;
}

.postDtailBody .wp-block-quote *:last-child,
.postDtailBody blockquote *:last-child {
  margin-bottom: 0;
}

.postDtailBody ul,
.postDtailBody ol {
  margin-bottom: 50px;
  padding-left: 0;
}

.postDtailBody ul li,
.postDtailBody ol li {
  margin-bottom: 5px;
  line-height: 1.7;
}

.postDtailBody ul li:last-child,
.postDtailBody ol li:last-child {
  margin-bottom: 0;
}

.postDtailBody ul li {
  position: relative;
  padding-left: 16px;
}

.postDtailBody ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 999px;
  position: absolute;
  left: 3px;
  top: 11px;
}

.postDtailBody ol li {
  counter-increment: number;
  position: relative;
  padding-left: 20px;
}

.postDtailBody ol li::before {
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.postDtailBody .wp-block-image {
  margin-bottom: 50px;
}

.postDtailBody .wp-block-image figcaption {
  text-align: center;
}

.postDtailBody .wp-block-table table th,
.postDtailBody .wp-block-table table td {
  border: 1px solid #dbdbdb;
  padding: 10px 20px;
}

.postDtailBody .wp-block-table table tr:nth-child(even) {
  background-color: #fafafa;
}

.postDtailBody .wp-block-table table tr:nth-child(odd) {
  background-color: transparent;
}

.postDtailBody .wp-block-table table tr td:nth-child(1) {
  background-color: #FFFAEA;
  font-weight: bold;
}

.postDtailBody .wp-block-table table tr:last-child td {
  border-bottom: 0;
}

.postDtailBody .wp-block-table table th {
  background-color: #000;
  color: #fff;
  text-align: left;
}

.postDtailBody .wp-block-table table th:nth-child(1) {
  border-width: 0 1px 1px 0;
  width: 240px;
}

.postDtailBody .wp-block-table table th:nth-child(2) {
  border-width: 0 0 1px 1px;
  width: calc(100% - 240px);
}

.postDtailBody .wp-block-table table td {
  vertical-align: text-top;
}

.postDtailBody .wp-block-table table td:nth-child(1) {
  border-width: 0 1px 1px 0;
}

.postDtailBody .wp-block-table table td:nth-child(2) {
  border-width: 0 0 1px 1px;
}

.postTab--menu {
  margin-bottom: 45px;
}

.postTab--menu-item {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
  margin-right: 10px;
  font-size: 15px;
  color: #646464;
  position: relative;
  cursor: pointer;
}

.postTab--menu-item:last-child {
  margin-right: 0;
}

.postTab--menu-item::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #282828;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.postTab--menu-item.is-active::after {
  width: 80%;
}

.postTab--container {
  position: relative;
}

.postTab--container-item {
  display: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.postTab--container-item.is-show {
  display: block;
  visibility: visible;
  -webkit-animation: tab_show 0.6s ease forwards;
  animation: tab_show 0.6s ease forwards;
}

@-webkit-keyframes tab_show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tab_show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.wp-pagenavi {
  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;
}

.wp-pagenavi > span,
.wp-pagenavi a {
  -webkit-transition: all 0.2s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  transition: all 0.2s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  position: relative;
  background: #cccccc;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 3px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal;
  line-height: normal;
  font-weight: 500;
}

.wp-pagenavi > span:last-child,
.wp-pagenavi a:last-child {
  margin-right: 0;
}

.wp-pagenavi > span:hover,
.wp-pagenavi > span.current,
.wp-pagenavi a:hover,
.wp-pagenavi a.current {
  background: #999999;
  color: #fff;
}

.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  width: auto;
  padding: 5px 10px;
}

.wp-pagenavi .extend:hover {
  color: #000;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  color: #f5f5f5;
}

.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
  color: #f5f5f5;
}

.formStyle {
  max-width: 850px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal;
  line-height: normal;
}

.formStyle--hiddenValue {
  display: none;
}

.formStyle--required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f8e3ae;
  color: #7c1a1a;
  border-radius: 999px;
  padding: clamp(3px, -3.6206896552px + 0.0086206897 * 100vw, 5px) clamp(12px, 2.0689655172px + 0.0129310345 * 100vw, 15px);
  font-size: clamp(12px, 5.3793103448px + 0.0086206897 * 100vw, 14px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.formStyle--table {
  margin-bottom: 50px;
  width: 100%;
}

.formStyle tr {
  border-bottom: 1px solid #c9c9c9;
}

.formStyle tr:last-child {
  border-bottom: 0;
}

.formStyle--th,
.formStyle--td {
  font-size: clamp(14px, 7.3793103448px + 0.0086206897 * 100vw, 16px);
}

.formStyle--th {
  padding: 30px 0 30px 20px;
  width: 240px;
  font-weight: normal;
  text-align: left;
  vertical-align: text-top;
}

.formStyle--th .formStyle--required {
  margin-left: clamp(8px, -15.1724137931px + 0.0301724138 * 100vw, 15px);
}

.formStyle--th .txtAttn {
  font-size: 13px;
  color: #5f5f5f;
  display: block;
  margin-top: 10px;
}

.formStyle--td {
  padding: 30px 0 30px 20px;
  width: calc(100% - 240px);
}

.formStyle--td .insertAutoTxt {
  margin-bottom: 15px;
}

.formStyle--hopeDay-item {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
}

.formStyle--hopeDay-item:last-child {
  margin-bottom: 0;
}

.formStyle--hopeDay-item .day {
  width: clamp(230px, 114.1379310345px + 0.150862069 * 100vw, 265px);
}

.formStyle--hopeDay-item .day .inputStyle {
  margin-top: 5px;
}

.formStyle--hopeDay-item .time {
  margin-left: 20px;
  max-width: 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.formStyle--hopeDay-item .time .inputStyle-selectWrap {
  margin-left: 5px;
}

.formStyle--hopeDay-attn {
  width: 100%;
  border: 1px solid #cb0200;
  color: #cb0200;
  padding: 20px;
}

.formStyle .inputStyle {
  border: 1px solid #767676;
}

.formStyle .inputStyle:focus,
.formStyle .inputStyle:active {
  outline: none;
}

.formStyle .inputStyle::-webkit-input-placeholder {
  color: #767676;
}

.formStyle .inputStyle::-moz-placeholder {
  color: #767676;
}

.formStyle .inputStyle:-ms-input-placeholder {
  color: #767676;
}

.formStyle .inputStyle::-ms-input-placeholder {
  color: #767676;
}

.formStyle .inputStyle::placeholder {
  color: #767676;
}

.formStyle .inputStyle-txt,
.formStyle .inputStyle-select {
  border-radius: 3px;
  width: 100%;
  padding: 6px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.formStyle .inputStyle-selectWrap {
  position: relative;
}

.formStyle .inputStyle-selectWrap .inputStyle-select {
  padding: 6px 28px 6px 10px;
}

.formStyle .inputStyle-selectWrap::after {
  content: "\f107";
  font-family: "icomoon";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.formStyle .inputStyle-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.formStyle .inputStyle-zipWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.formStyle .inputStyle-zipWrap .inputStyle {
  width: 90px;
}

.formStyle .inputStyle-zipWrap .icon-zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}

.formStyle .inputStyle-zipWrap .zipLine {
  margin: 0 5px;
}

.formStyle .mwform-radio-field.horizontal-item {
  margin-right: 10px;
  margin-left: 0;
}

.formStyle .mwform-radio-field.horizontal-item:last-child {
  margin-right: 0;
}

.formStyle .mwform-radio-field label .inputStyle-radio {
  display: none;
}

.formStyle .mwform-radio-field label .inputStyle-radio:checked + .mwform-radio-field-text::after {
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  transition: all 0.3s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  opacity: 1;
}

.formStyle .mwform-radio-field label .mwform-radio-field-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  position: relative;
}

.formStyle .mwform-radio-field label .mwform-radio-field-text::before,
.formStyle .mwform-radio-field label .mwform-radio-field-text::after {
  position: absolute;
}

.formStyle .mwform-radio-field label .mwform-radio-field-text::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #5f5f5f;
  border-radius: 999px;
  left: 0;
}

.formStyle .mwform-radio-field label .mwform-radio-field-text::after {
  opacity: 0;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background-color: #5f5f5f;
  left: 3.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.formStyle--agree {
  max-width: 800px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.formStyle--agree-readTxt {
  font-family: "Shippori Mincho", serif !important;
  font-style: normal;
  line-height: normal;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 50px;
}

.formStyle--agree-innerWrap {
  border: 1px solid #c9c9c9;
  padding: 30px;
}

.formStyle--agree-title {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.4;
}

.formStyle--agree-inner {
  height: 250px;
  overflow-y: scroll;
  line-height: 1.7;
}

.formStyle--agree-inner .read {
  margin-bottom: 40px;
}

.formStyle--agree-inner .sec {
  margin-bottom: 50px;
}

.formStyle--agree-inner .sec:last-child {
  margin-bottom: 0;
}

.formStyle--agree-inner .sec-title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.formStyle--agree-inner .sec-txt {
  margin-bottom: 10px;
}

.formStyle--agree-inner .sec-txt:last-child {
  margin-bottom: 0;
}

.formStyle--agree-inner .sec-list {
  margin-bottom: 10px;
}

.formStyle--agree-inner .sec-list li {
  position: relative;
  padding-left: 16px;
}

.formStyle--agree-inner .sec-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.formStyle--agree-inner .sec .note {
  display: block;
  position: relative;
  padding-left: 18px;
}

.formStyle--agree-inner .sec .note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.formStyle--submitBox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.formStyle--submitBox button {
  cursor: pointer;
  font-family: "Shippori Mincho", serif !important;
  font-style: normal;
  line-height: normal;
  font-size: 19px;
}

.formStyle--submitBox-back {
  margin-right: 30px;
  display: none;
}

.formStyle--send {
  text-align: center;
}

.formStyle--send p {
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
}

.mw_wp_form_confirm .inputStyle-selectWrap::after,
.mw_wp_form_confirm .insertAutoTxt,
.mw_wp_form_confirm .formStyle--agree {
  display: none;
}

.mw_wp_form_confirm .formStyle--submitBox-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header--inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: clamp(115px, 100px + 0.01953125 * 100vw, 125px);
  padding-left: clamp(20px, -48.4615384615px + 0.0769230769 * 100vw, 50px);
  position: relative;
  z-index: 1001;
}

.header--logo img {
  width: clamp(135px, 90px + 0.05859375 * 100vw, 165px);
  height: auto;
}

.header--navBox-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: clamp(12px, 4.5px + 0.009765625 * 100vw, 17px);
}

.header--navBox-top-linkBox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header--navBox-top-linkBox a {
  -webkit-transition: all 0.5s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  transition: all 0.5s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  height: clamp(50px, 42.5px + 0.009765625 * 100vw, 55px);
  background-color: #c5c5ab;
  color: #646464;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  padding: 0 clamp(15px, -7.5px + 0.029296875 * 100vw, 30px);
  font-weight: 500;
}

.header--navBox-top-linkBox a .icon {
  font-size: 17px;
  margin-right: 10px;
}

.header--navBox-top-linkBox a:hover {
  background-color: #d6d6c4;
}

.header--navBox-top-linkBox :is(.access,.sell) a {
  background-color: #646464;
  color: #c5c5ab;
  padding: 0 15px;
}

.header--navBox-top-linkBox :is(.access,.sell) a:hover {
  background-color: #838383;
  color: #e2e2d5;
}

.header--navBox-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 10px;
  // margin-right: clamp(10px, -104.1025641026px + 0.1282051282 * 100vw, 60px);
  // width: clamp(550px, 385px + 0.21484375 * 100vw, 660px);
}

.header--navBox-item {
  letter-spacing: 2px;
}

.header--navBox-item a {
  color: #646464;
  font-weight: 500;
  position: relative;
}

.header--navBox-item a::after {
  -webkit-transition: all 0.5s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  transition: all 0.5s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  content: "";
  width: 0;
  height: 1px;
  background-color: #211815;
  position: absolute;
  left: -1px;
  bottom: -10px;
}

.header--navBox-item a:hover::after {
  width: 100%;
}

.header--snsBox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px;
}

.header--snsBox .item {
  margin-right: clamp(20px, 12.5px + 0.009765625 * 100vw, 25px);
}

.header--snsBox .item:last-child {
  margin-right: 0;
}

.header--snsBox .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header--snsBox .item .icon {
  -webkit-transition: all 0.5s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  transition: all 0.5s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  color: #000000;
}

.header--snsBox .item .icon-ig {
  font-size: clamp(20px, 11px + 0.01171875 * 100vw, 26px);
}

.header--snsBox .item .icon-youtube {
  font-size: clamp(15px, 6px + 0.01171875 * 100vw, 21px);
}

.header--snsBox .item .icon-fb {
  font-size: clamp(20px, 11px + 0.01171875 * 100vw, 26px);
}

.header--snsBox .item:hover .icon {
  color: #4d4d4d;
}

.header--spNavTrigger,
.header--spNavList {
  position: absolute;
  display: none;
}

.header--spNavTrigger {
  top: 30px;
  right: 20px;
  width: 35px;
  height: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.header--spNavTrigger span {
  -webkit-transition: all 0.35s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  transition: all 0.35s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  width: 100%;
  height: 1px;
  background-color: #c0b728;
  position: absolute;
}

.header--spNavTrigger span:nth-of-type(1) {
  top: 0;
}

.header--spNavTrigger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header--spNavTrigger span:nth-of-type(3) {
  bottom: 0;
}

.nav-open .header--spNavTrigger span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
  -webkit-animation: trgr_top 0.25s ease forwards, trgr_top2 0.25s ease 0.4s forwards;
  animation: trgr_top 0.25s ease forwards, trgr_top2 0.25s ease 0.4s forwards;
}

.nav-open .header--spNavTrigger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.nav-open .header--spNavTrigger span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
  -webkit-animation: trgr_bottom 0.25s ease forwards, trgr_bottom2 0.25s ease 0.4s forwards;
  animation: trgr_bottom 0.25s ease forwards, trgr_bottom2 0.25s ease 0.4s forwards;
}

@-webkit-keyframes trgr_top {
  0% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }
}

@keyframes trgr_top {
  0% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }
}

@-webkit-keyframes trgr_top2 {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }

  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}

@keyframes trgr_top2 {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }

  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}

@-webkit-keyframes trgr_bottom {
  0% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  100% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(0);
    transform: translateY(50%) rotate(0);
  }
}

@keyframes trgr_bottom {
  0% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  100% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(0);
    transform: translateY(50%) rotate(0);
  }
}

@-webkit-keyframes trgr_bottom2 {
  0% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(0);
    transform: translateY(50%) rotate(0);
  }

  100% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
    transform: translateY(50%) rotate(-45deg);
  }
}

@keyframes trgr_bottom2 {
  0% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(0);
    transform: translateY(50%) rotate(0);
  }

  100% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
    transform: translateY(50%) rotate(-45deg);
  }
}

.header--spNavList {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  padding: clamp(95px, 66.3646532438px + 0.0894854586 * 100vw, 135px) 35px 35px;
  background-color: #f1f1ea;
  z-index: 1000;
}

.header--spNavList-list {
  margin-bottom: 75px;
}

.header--spNavList-list.end {
  margin-bottom: 45px;
}

.header--spNavList-item {
  margin-bottom: 35px;
}

.header--spNavList-item:last-child {
  margin-bottom: 0;
}

.header--spNavList-item a {
  font-size: 14px;
  -webkit-clip-path: inset(100% 0% 0% 0%);
  clip-path: inset(100% 0% 0% 0%);
  -webkit-transition: all 0.5s cubic-bezier(0.35, 0.095, 0, 1) 0.2s;
  transition: all 0.5s cubic-bezier(0.35, 0.095, 0, 1) 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
}

.nav-open .header--spNavList-item a {
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
}

.header--spNavList-item.free_nights {
  margin-bottom: 10px;
}

.header--spNavList-item.free_nights a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #c2c2a2;
  color: #282828;
  padding: 15px 15px 15px 20px;
  font-size: 15px;
}

.header--spNavList-item.free_nights a .icon {
  -webkit-transition: all 0.5s cubic-bezier(0.35, 0.095, 0, 1) 0.2s;
  transition: all 0.5s cubic-bezier(0.35, 0.095, 0, 1) 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  color: #282828;
  font-size: 17px;
  margin-right: 10px;
}

.header--spNavList-item.free_nights a:hover {
  background-color: #838383;
  color: #fff;
}

.header--spNavList-item.free_nights a:hover .icon {
  color: #fff;
}

.header--spNavList-item.sell a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #646464;
  color: #fff;
  padding: 15px 15px 15px 20px;
  font-size: 15px;
}

.header--spNavList-item.sell a .icon {
  -webkit-transition: all 0.5s cubic-bezier(0.35, 0.095, 0, 1) 0.2s;
  transition: all 0.5s cubic-bezier(0.35, 0.095, 0, 1) 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  color: #c4c4a7;
  font-size: 17px;
  margin-right: 10px;
}

.header--spNavList-item.sell a:hover {
  background-color: #838383;
  color: #fff;
}

.header--spNavList .btn--style-A {
  width: 100%;
}

.header--spNavList-sns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.header--spNavList-sns .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 30px;
}

.header--spNavList-sns .item:last-child {
  margin-right: 0;
}

.header--spNavList-sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header--spNavList-sns a .icon-ig {
  font-size: 30px;
}

.header--spNavList-sns a .icon-youtube {
  font-size: 23px;
}

.header--spNavList-sns a .icon-fb {
  font-size: 26px;
}

.header--spNavList-sns + .btn {
  margin-bottom: 20px;
}

.nav-open .header--spNavList {
  opacity: 1;
  pointer-events: all;
}

.footer {
  width: 100%;
  position: relative;
  padding: 50px 0;
  background-color: #d6d6c3;
  margin-top: 100px;
}

.footer--content {
  width: calc(100% - clamp(95px, -4.3103448276px + 0.1293103448 * 100vw, 125px));
  padding: 30px;
}

.footer--content-readTxt {
  font-size: 26px;
  color: #282828;
  font-weight: 500;
  margin-bottom: 25px;
}

.footer--content-tel {
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 2px;
  color: #505050;
  margin-bottom: 60px;
}

.footer--content-linkBox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer--contact {
  width: 508px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer--contact-item {
  width: calc(50% - clamp(10px, 0.0689655172px + 0.0129310345 * 100vw, 13px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer--contact-item a {
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  transition: all 0.3s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  background-color: #fff;
  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: clamp(140px, -81.7931034483px + 0.2887931034 * 100vw, 207px);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.footer--contact-item a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer--contact-item a .icon {
  display: block;
  margin-bottom: clamp(10px, -56.2068965517px + 0.0862068966 * 100vw, 30px);
}

.footer--contact-item a .icon-mail {
  font-size: 38px;
  color: #9f9f9f;
  margin-top: 5px;
}

.footer--contact-item a .icon-pc {
  font-size: 49px;
  color: #9f9f9f;
}

.footer--contact-item:hover a {
  background-color: #adadad;
  color: #fff;
}

.footer--contact-item:hover a .icon {
  color: #fff;
}

.footer--sns-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}

.footer--sns-item:last-child {
  margin-right: 0;
}

.footer--sns-item a {
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  transition: all 0.3s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  width: 85px;
  height: clamp(70px, 20.3448275862px + 0.0646551724 * 100vw, 85px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000000;
}

.footer--sns-item a:hover {
  color: #4d4d4d;
}

.footer--sns-item .icon {
  display: block;
}

.footer--sns-item .icon-ig {
  font-size: clamp(40px, 19px + 0.02734375 * 100vw, 54px);
}

.footer--sns-item .icon-youtube {
  font-size: clamp(30px, 10.5px + 0.025390625 * 100vw, 43px);
  margin-top: 5px;
}

.footer--sns-item .icon-fb {
  font-size: clamp(39px, 21px + 0.0234375 * 100vw, 51px);
}

.footer .copy {
  margin-top: 80px;
  color: #646464;
  font-weight: 500;
  text-align: center;
}

.pageTop {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  transition: all 0.3s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  width: 63px;
  height: 63px;
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 100;
}

.pageTop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background-color: #646464;
  color: #fff;
}

.pageTop:hover {
  bottom: 30px;
}

.pageTop.is-active {
  opacity: 1;
}

/*******************************************************************************
*******************************************************************************
    下層ページ共通
*******************************************************************************
*******************************************************************************/

.lowerPage {
  /*******************************************************************************
      メインビジュアル
  *******************************************************************************/
  /*******************************************************************************
      パンクズ
  *******************************************************************************/
  /*******************************************************************************
      カテゴリーリスト
  *******************************************************************************/
}

.lowerPage--mv {
  background: url(../images/common/lower_mv.jpg) no-repeat center/cover;
  height: 192px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}

.lowerPage--mv-pageInfo {
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: clamp(20px, -25px + 0.05859375 * 100vw, 50px);
  top: 20px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal;
  line-height: normal;
  opacity: 0.7;
}

.lowerPage--mv-title {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  padding: 0 15px;
}

.lowerPage .breadcrumb {
  margin-bottom: 70px;
}

.lowerPage .breadcrumb--list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lowerPage .breadcrumb--item {
  position: relative;
  margin-right: 20px;
}

.lowerPage .breadcrumb--item:last-child {
  margin-right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lowerPage .breadcrumb--item:last-child::after {
  display: none;
}

.lowerPage .breadcrumb--item::after {
  content: ">";
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 11px;
}

.lowerPage .breadcrumb--item a,
.lowerPage .breadcrumb--item span {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal;
  line-height: normal;
  color: #646464;
}

.lowerPage--catList {
  margin-bottom: 55px;
}

.lowerPage--catList-item {
  margin-right: 20px;
  font-size: 15px;
}

.lowerPage--catList-item:last-child {
  margin-right: 0;
}

.lowerPage--catList-item a {
  position: relative;
  padding: 0 10px;
}

.lowerPage--catList-item a::after {
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  transition: all 0.3s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  content: "";
  width: 0%;
  height: 1px;
  background-color: #818181;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.lowerPage--catList-item a:hover::after {
  width: 100%;
}

.lowerPage--catList-item.is-active a::after {
  width: 100%;
}

.pc_only {
  display: inline-block;
}

.sp_only {
  display: none;
}

.ff_min {
  font-family: "Shippori Mincho", serif !important;
  font-style: normal;
  line-height: normal;
}

.wrapper {
  background: #fff;
}

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.ofi.center {
  -o-object-position: center;
  object-position: center;
}

.ofi.left {
  -o-object-position: left;
  object-position: left;
}

.ofi.right {
  -o-object-position: right;
  object-position: right;
}

.ofi.top {
  -o-object-position: top;
  object-position: top;
}

.ofi.bottom {
  -o-object-position: bottom;
  object-position: bottom;
}

.baseW {
  max-width: 1280px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.baseW-middle {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.baseW-small {
  max-width: 850px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.baseW-smaller {
  max-width: 760px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.btn-box {
  overflow: hidden;
}

.btn-box a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 15px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 600;
  position: relative;
  top: 0;
  padding: 20px 15px 20px 80px;
}

.btn-box a .icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 1.1rem;
}

.btn-box a .sub-txt {
  font-size: 1.1rem;
  font-weight: normal;
  width: 100%;
  display: block;
}

.btn-box a:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.16);
  top: 1px;
}

.underLine {
  position: relative;
}

.underLine::before,
.underLine::after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: -5px;
  background-color: #818181;
  pointer-events: none;
}

.underLine::before {
  -webkit-transition: all 0.4s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  transition: all 0.4s cubic-bezier(0.35, 0.095, 0, 1) 0s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  width: 100%;
  right: 0;
}

.underLine::after {
  -webkit-transition: all 0.4s cubic-bezier(0.35, 0.095, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.35, 0.095, 0, 1) 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  width: 0%;
  left: 0;
}

.underLine:hover::before {
  width: 0;
}

.underLine:hover::after {
  width: 100%;
}

.al-r {
  text-align: right !important;
}

.al-c {
  text-align: center !important;
}

.al-l {
  text-align: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.catList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-bottom: 20px;
}
.catList > li {
  border: 1px solid #646464;
  text-align: center;
  font-size: min(13px, 3.466vw);
  font-weight: 500;
  padding: .15em.5em;
}
.catList .cat-primary {
  order: -2;
}
.catList .cat-secondary {
  order: -1;
}


/*******************************************************************************
********************************************************************************
    物件情報
********************************************************************************
*******************************************************************************/

/*******************************************************************************
    一覧ページ・詳細共通
*******************************************************************************/

.propertyLabel {
  position: absolute;
  z-index: 1;
}

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

/*******************************************************************************
    一覧ページ
*******************************************************************************/

.pageProperty .propertyLabel {
  left: 10px;
  width: clamp(35px, 18.4482758621px + 0.0215517241 * 100vw, 40px);
}

/*******************************************************************************
    詳細ページ
*******************************************************************************/

.pagePropertyDetail--mv {
  position: relative;
  height: clamp(370px, -116.6206896552px + 0.6336206897 * 100vw, 517px);
  margin-bottom: 35px;
}

.pagePropertyDetail--mv img {
  width: 100%;
  height: 100%;
}

.pagePropertyDetail--mv .propertyLabel {
  left: clamp(30px, -36.2068965517px + 0.0862068966 * 100vw, 50px);
  width: clamp(80px, -19.3103448276px + 0.1293103448 * 100vw, 110px);
}

.pagePropertyDetail--status {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.pagePropertyDetail--status-item {
  margin-right: 50px;
  position: relative;
}

.pagePropertyDetail--status-item::after {
  content: "/";
  font-size: 20px;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagePropertyDetail--status-item:last-child {
  margin-right: 0;
}

.pagePropertyDetail--status-item:last-child::after {
  display: none;
}

.pagePropertyDetail--status-item.location {
  font-size: 20px;
}

.pagePropertyDetail--status-item.price {
  font-size: 30px;
}

.pagePropertyDetail--title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.4;
}

.pagePropertyDetail--desc {
  line-height: 2;
  margin-bottom: 30px;
}

.pagePropertyDetail--tag {
  margin-bottom: 100px;
}

.pagePropertyDetail--tag-item {
  position: relative;
  padding-left: 14px;
  margin-right: 20px;
}

.pagePropertyDetail--tag-item::before {
  content: "#";
  position: absolute;
  left: 0;
  top: 0;
}

.pagePropertyDetail--tag-item:last-child {
  margin-right: 0;
}

.pagePropertyDetail--youtube {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}

.pagePropertyDetail--youtube::after {
  content: "";
  width: calc(50% - clamp(15px, -47.8965517241px + 0.0818965517 * 100vw, 34px));
}

.pagePropertyDetail--youtube-item {
  width: calc(50% - 34px);
  margin-bottom: 30px;
}

.pagePropertyDetail--youtube-item .iframe {
  margin-bottom: 10px;
  position: relative;
}

.pagePropertyDetail--youtube-item .iframe iframe {
  width: 466px;
  height: 262px;
}

.pagePropertyDetail--plan {
  margin-bottom: 124px;
}

.pagePropertyDetail--plan-title {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}

.pagePropertyDetail--plan-slideWrap {
  position: relative;
  max-width: 750px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.pagePropertyDetail--plan-slide {
  overflow: hidden;
}

.pagePropertyDetail--plan-slide .swiper-slide {
  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;
}

.pagePropertyDetail--plan-slide .swiper-slide img {
  width: 100%;
  height: auto;
}

.pagePropertyDetail--plan-slide .swiper-pagination {
  position: static;
  margin-top: 20px;
}

.pagePropertyDetail--plan-slide .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 12px !important;
  width: 15px;
  height: 15px;
  border: 1px solid #717171;
  background-color: #fff;
}

.pagePropertyDetail--plan-slide .swiper-pagination-bullet-active {
  background-color: #717171;
}

.pagePropertyDetail--point::after {
  width: calc(33.3333333333% - 37.33px);
}

.pagePropertyDetail--point-item {
  width: calc(33.3333333333% - 37.33px);
}

.pagePropertyDetail--point-item .img {
  margin-bottom: 15px;
}

.pagePropertyDetail--point-item .img img {
  height: 205px;
}

.pagePropertyDetail--point-item .label {
  margin-bottom: 20px;
  font-size: clamp(17px, 7.0689655172px + 0.0129310345 * 100vw, 20px);
}

.pagePropertyDetail--point-item .desc {
  line-height: 1.8;
  font-size: clamp(15px, 11.6896551724px + 0.0043103448 * 100vw, 16px);
}

.pagePropertyDetail--evaluation {
  max-width: 700px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #f1f1ea;
  padding: 15px;
  margin-bottom: 100px;
}

.pagePropertyDetail--evaluation-inner {
  border: 2px solid #fff;
  padding: 20px 40px;
}

.pagePropertyDetail--evaluation-title {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
}

.pagePropertyDetail--evaluation-desc {
  line-height: 1.8;
}

.pagePropertyDetail--ppinfo {
  border-top: 1px solid #c5c5c5;
}

.pagePropertyDetail--ppinfo-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal;
  line-height: normal;
  border: 1px solid #c5c5c5;
  border-width: 0px 1px 1px 1px;
}

.pagePropertyDetail--ppinfo-item .label,
.pagePropertyDetail--ppinfo-item .txt {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pagePropertyDetail--ppinfo-item .label {
  width: 113px;
  background-color: #f1f1ea;
  padding-left: 15px;
  padding-right: 10px;
  border-right: 1px solid #c5c5c5;
}

.pagePropertyDetail--ppinfo-item .txt {
  width: calc(100% - 113px);
  padding-left: 10px;
  padding-right: 10px;
}

.pagePropertyDetail--ppinfo-item:nth-child(2n) {
  border-left: 0;
}

.pagePropertyDetail--ppinfo-attn {
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal;
  line-height: normal;
  font-size: 13px;
  position: relative;
  padding-left: 14px;
  margin-top: 15px;
}

.pagePropertyDetail--ppinfo-attn::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.pagePropertyDetail--form {
  margin-top: 120px;
}

.pagePropertyDetail--form-title {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}

.pagePropertyDetail--form-pNum {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagePropertyDetail--form-pNum span {
  display: inline-block;
  margin-right: 20px;
}

.pagePropertyDetail--form-pNum span:last-child {
  margin-right: 0;
}

.pagePropertyDetail--form-pNum span .inputStyle-txt {
  width: 70px;
  margin-left: 5px;
}

/*******************************************************************************
********************************************************************************
    イベント
********************************************************************************
*******************************************************************************/

/*******************************************************************************
    一覧ページ
*******************************************************************************/

/*******************************************************************************
    詳細ページ
*******************************************************************************/

.pageEventDetail--endEvent {
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  color: #d1243d;
  margin-bottom: 10px;
}

.pageEventDetail--title {
  font-size: clamp(35px, 18.4482758621px + 0.0215517241 * 100vw, 40px);
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.3;
}

.pageEventDetail--postStatus .item {
  margin-right: clamp(15px, -34.6551724138px + 0.0646551724 * 100vw, 30px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pageEventDetail--postStatus .item:last-child {
  margin-right: 0;
}

.pageEventDetail--postStatus .item > p {
  margin-right: clamp(15px, -34.6551724138px + 0.0646551724 * 100vw, 30px);
}

.pageEventDetail--postStatus .item > p:last-child {
  margin-right: 0;
}

.pageEventDetail--postStatus .item .cat {
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #646464;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px 20px;
  height: 26px;
}

.pageEventDetail--postStatus .item .calendar,
.pageEventDetail--postStatus .item .clock,
.pageEventDetail--postStatus .item .location {
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal;
  line-height: normal;
  font-size: clamp(18px, 4.7586206897px + 0.0172413793 * 100vw, 22px);
  font-weight: 700;
  color: #282828;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 28px;
}

.pageEventDetail--postStatus .item .calendar .icon,
.pageEventDetail--postStatus .item .clock .icon,
.pageEventDetail--postStatus .item .location .icon {
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 5px;
}

.pageEventDetail .postDtailBody + .btn .btn--style-B {
  margin: 0 auto;
}

/*******************************************************************************
********************************************************************************
    古民家情報局
********************************************************************************
*******************************************************************************/

/*******************************************************************************
    一覧ページ
*******************************************************************************/

/*******************************************************************************
    詳細ページ
*******************************************************************************/

.pageInfoDetail--title {
  font-size: clamp(35px, 18.4482758621px + 0.0215517241 * 100vw, 40px);
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.3;
}

.pageInfoDetail--postStatus .item {
  margin-right: clamp(15px, -34.6551724138px + 0.0646551724 * 100vw, 30px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pageInfoDetail--postStatus .item:last-child {
  margin-right: 0;
}

.pageInfoDetail--postStatus .item > p {
  margin-right: clamp(15px, -34.6551724138px + 0.0646551724 * 100vw, 30px);
}

.pageInfoDetail--postStatus .item > p:last-child {
  margin-right: 0;
}

.pageInfoDetail--postStatus .item .cat {
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #646464;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px 20px;
  height: 26px;
}

.pageInfoDetail--postStatus .item .day {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.3px;
  color: #646464;
}

.pageInfoDetail--catPostList-title {
  font-size: clamp(29px, 12.4482758621px + 0.0215517241 * 100vw, 34px);
  font-weight: 500;
  margin-bottom: 40px;
}

/*******************************************************************************
********************************************************************************
    物件の売却をお考えの方
********************************************************************************
*******************************************************************************/

.pageSell {
  position: relative;
  /*******************************************************************************
      タイトル
  *******************************************************************************/
  /*******************************************************************************
      リード文
  *******************************************************************************/
  /*******************************************************************************
      こんな物件大歓迎！
  *******************************************************************************/
  /*******************************************************************************
      売却相談
  *******************************************************************************/
  /*******************************************************************************
      売却までの流れ
  *******************************************************************************/
}

.pageSell--title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 50px;
  line-height: 1.3;
  color: #282828;
}

.pageSell--readTxt {
  line-height: 2;
  color: #3c3c3c;
  margin-bottom: 150px;
}

.pageSell--welcome {
  margin-bottom: 150px;
}

.pageSell--welcome-inner {
  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;
}

.pageSell--welcome-inner::before {
  content: "";
  width: calc(100% - clamp(480px, 304.5517241379px + 0.2284482759 * 100vw, 533px));
}

.pageSell--welcome-img {
  position: absolute;
  left: -2px;
  width: calc( 100vw / 1280 * 540 );
  height: 389px;
}

.pageSell--welcome-img img {
  width: 100%;
  height: 100%;
}

.pageSell--welcome-listBox {
  width: clamp(480px, 304.5517241379px + 0.2284482759 * 100vw, 533px);
}

.pageSell--welcome-listBox .note {
  margin-bottom: 10px;
  padding-left: 16px;
  position: relative;
  color: #3c3c3c;
}

.pageSell--welcome-listBox .note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.pageSell--welcome-list {
  color: #3c3c3c;
}

.pageSell--welcome-list .item {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
}

.pageSell--welcome-list .item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.pageSell--consultation {
  margin-bottom: 100px;
}

.pageSell--consultation-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pageSell--consultation-item {
  width: clamp(130px, -2.4137931034px + 0.1724137931 * 100vw, 170px);
  height: clamp(130px, -2.4137931034px + 0.1724137931 * 100vw, 170px);
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(14px, 7.3793103448px + 0.0086206897 * 100vw, 16px);
  font-weight: 500;
  color: #3c3c3c;
}

.pageSell--consultation-item.bg01 {
  background: url(../images/sell/item_bg01.png) no-repeat center;
}

.pageSell--consultation-item.bg02 {
  background: #f1f1ea;
}

.pageSell--consultation-item.bg03 {
  background: #d5d5c0;
}

.pageSell--flow {
  background-color: #f1f1ea;
  padding: 70px 0 100px;
}

.pageSell--flow-inner .pageSell--title {
  text-align: center;
}

.pageSell--flow-item {
  background-color: #fff;
  padding: 40px 50px;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.pageSell--flow-item::after {
  content: "";
  width: 4px;
  height: 60px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/sell/bg_dotted.png) repeat-y center/100% auto;
}

.pageSell--flow-item:last-child {
  margin-bottom: 0;
}

.pageSell--flow-item:last-child::after {
  display: none;
}

.pageSell--flow-item .label {
  width: clamp(270px, 170.6896551724px + 0.1293103448 * 100vw, 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.pageSell--flow-item .label--inner {
  font-size: 23px;
  font-weight: 500;
  color: #282828;
}

.pageSell--flow-item .label--inner .step {
  display: block;
  margin-bottom: 10px;
}

.pageSell--flow-item .descBox {
  width: calc(100% - clamp(270px, 170.6896551724px + 0.1293103448 * 100vw, 300px));
  color: #3c3c3c;
  line-height: 1.8;
}

.pageSell--flow-item .descBox .contactInfo {
  font-weight: 700;
}

.pageSell--flow-item .descBox .contactInfo p {
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  letter-spacing: 2px;
}

.pageSell--flow-item .descBox .contactInfo .btn--style-B {
  padding: 10px;
  font-size: 17px;
}

.pageSell--flow-item .descBox .note {
  position: relative;
  padding-left: 16px;
}

.pageSell--flow-item .descBox .note::after {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/*******************************************************************************
********************************************************************************
    私たちができること
********************************************************************************
*******************************************************************************/

.pageService {
  position: relative;
  /*******************************************************************************
      タイトル
  *******************************************************************************/
  /*******************************************************************************
      メッセージ
  *******************************************************************************/
  /*******************************************************************************
      吉武工務店のこだわり
  *******************************************************************************/
}

.pageService--title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 50px;
  line-height: 1.5;
  color: #282828;
}

.pageService--msg {
  position: relative;
  height: 440px;
  margin-bottom: 100px;
}

.pageService--msg-inner .desc {
  width: calc( 100vw / 1280 * 530 );
  letter-spacing: 1px;
  line-height: 2;
  color: #3c3c3c;
}

.pageService--msg-img {
  position: absolute;
  right: 0;
  top: 0;
  width: calc( 100vw / 1280 * 523 );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pageService--belief {
  margin-bottom: 160px;
}

.pageService--belief .sec {
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pageService--belief .sec:last-child {
  margin-bottom: 0;
}

.pageService--belief .sec .descBox {
  width: calc(100% - 330px);
}

.pageService--belief .sec .descBox .title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.5;
}

.pageService--belief .sec .descBox .txt {
  line-height: 2;
  color: #3c3c3c;
}

.pageService--cases {
  margin-top: 160px;
  background: url(../images/service/bg-cases.jpg) repeat-y 0 0/contain;
}
.pageService--cases-inner {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.pageService--cases-title {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: 60px;
  margin-right: calc(-1 * (50vw - 50%));
}
.pageService--cases-title span {
  font-size: 24px;
  font-weight: 400;
  flex: 0;
  white-space: nowrap;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.pageService--cases-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background-color: #282828;
}
.pageService--cases-heading {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: .5em;
}
.pageService--cases-photos {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 30px;
}
.pageService--cases-photos.has-arrow::before {
  content: '';
  inset: 0;
  margin: auto;
  position: absolute;
  width: 4%;
  height: 2.625rem;
  background: url(../images/service/arrow-cases.svg) no-repeat center center/contain;
}
.pageService--cases-photos.has-arrow.has-heading::before {
  transform: translateY(.75em);
}
.pageService--cases-before,
.pageService--cases-after {
  width: 46.8%;
  font-size: 20px;
}
.pageService--cases-lead {
  font-size: 24px;
  margin-top: 60px;
  padding: 0 20px;
}
.pageService--cases-lead + .pageService--cases-title {
  margin-top: 20px;
}

/*******************************************************************************
********************************************************************************
    古民家無料宿泊体験
********************************************************************************
*******************************************************************************/

.pageFreeNights {
  position: relative;
  /*******************************************************************************
      タイトル
  *******************************************************************************/
}
.pageFreeNights--content-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.pageFreeNights--box {
  background-color: #eaeae3;
  padding: 2rem;
}
.pageFreeNights--title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.5;
  color: #282828;
  text-align: center;
}
.pageFreeNights--flow {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.pageFreeNights--flow > li {
  background-color: #fff;
  padding: 1rem 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex-basis: 25%;
}
.pageFreeNights--flow-num {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 1;
}
.pageFreeNights--flow-illust {
  padding-top: 1.5rem;
}
.pageFreeNights--flow-desc {
  margin-top: 1.5rem;
  font-family: "Noto Sans JP", sans-serif !important;
}
.pageFreeNights--message {
  text-align: center;
  font-size: 24px;
  margin-top: 4rem;
}
.pageFreeNights--content .btn {
  margin-top: 4rem;
  text-align: center;
}
.pageFreeNights--content .btn--style-B {
  width: 100%;
  max-width: 474px;
  font-size: 20px;
  display: inline-flex;
}

/*******************************************************************************
********************************************************************************
    お問い合わせ
********************************************************************************
*******************************************************************************/

.pageContact {
  /*******************************************************************************
      タイトル
  *******************************************************************************/
  /*******************************************************************************
      オンライン相談
  *******************************************************************************/
  /*******************************************************************************
      他ページ遷移用ボタン
  *******************************************************************************/
  /*******************************************************************************
      送信完了
  *******************************************************************************/
  /*******************************************************************************
      インプット要素カスタム
  *******************************************************************************/
}

.pageContact--title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 50px;
  line-height: 1.3;
  color: #282828;
}

.pageContact--onlineBox {
  margin-bottom: 50px;
}

.pageContact--onlineBox-inner {
  background-color: #f1f1ea;
  padding: 40px;
}

.pageContact--onlineBox-title {
  font-size: 26px;
  margin-bottom: clamp(35px, -14.6551724138px + 0.0646551724 * 100vw, 50px);
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}

.pageContact--onlineBox-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pageContact--onlineBox-item {
  padding: 25px clamp(20px, 3.4482758621px + 0.0215517241 * 100vw, 25px);
  width: calc(33.3333333333% - clamp(15px, -18.1034482759px + 0.0431034483 * 100vw, 25px));
  background-color: #fff;
  position: relative;
  counter-increment: number;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pageContact--onlineBox-item .num {
  position: absolute;
  left: 15px;
  top: 15px;
  border: 1px solid #000;
  background-color: #fff;
  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: clamp(30px, 6.8275862069px + 0.0301724138 * 100vw, 37px);
  height: clamp(30px, 6.8275862069px + 0.0301724138 * 100vw, 37px);
}

.pageContact--onlineBox-item .num::before {
  content: counter(number);
  color: #000;
  font-size: clamp(22px, 8.7586206897px + 0.0172413793 * 100vw, 26px);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.pageContact--onlineBox-item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.pageContact--onlineBox-item .desc {
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal;
  line-height: normal;
  font-size: clamp(13px, 6.3793103448px + 0.0086206897 * 100vw, 15px);
  line-height: 1.7;
}

.pageContact--pageLink {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 70px;
}

.pageContact--pageLink-item {
  margin-right: 20px;
}

.pageContact--pageLink-item:last-child {
  margin-right: 0;
}

.pageContact--thanksPage {
  text-align: center;
}

.pageContact--thanksPage p {
  text-align: center;
  margin-bottom: 5px;
}

.pageContact .mw_wp_form_confirm .pageContact--onlineBox-inner,
.pageContact .mw_wp_form_confirm .pageContact--pageLink {
  display: none;
}

.pageContact .inputStyle-txt {
  max-width: 590px;
  width: 100%;
}

.pageContact .inputStyle-selectWrap {
  max-width: 220px;
  width: 100%;
}

.pageContact .formStyle--hopeDay-item .time {
  max-width: clamp(200px, 1.3793103448px + 0.2586206897 * 100vw, 260px);
}

.pageContact .formStyle--hopeDay-item .time .inputStyle-selectWrap {
  max-width: clamp(160px, -38.6206896552px + 0.2586206897 * 100vw, 220px);
}

@media screen and (max-width: 1280px) {
  .baseW {
    padding-left: 25px;
    padding-right: 25px;
  }

  .pageService--msg-inner .desc {
    width: clamp(440px, 142.0689655172px + 0.3879310345 * 100vw, 530px);
  }

  .pageService--msg-img {
    width: clamp(250px, -159.5px + 0.533203125 * 100vw, 523px);
  }
}

@media screen and (max-width: 1210px) {
  .pageSell--welcome-img {
    width: clamp(420px, -8.5714285714px + 0.4285714286 * 100vw, 510px);
  }
}

@media screen and (max-width: 1200px) {
  .serviceList--item .txtBox {
    width: clamp(600px, 250px + 0.35 * 100vw, 670px);
  }

  .serviceList--item .img picture {
    width: clamp(410px, 160px + 0.25 * 100vw, 460px);
  }
}

@media screen and (max-width: 1000px) {
  .serviceList--item .txtBox {
    width: clamp(450px, -46.5517241379px + 0.6465517241 * 100vw, 600px);
  }

  .serviceList--item .img picture {
    width: clamp(330px, 65.1724137931px + 0.3448275862 * 100vw, 410px);
  }

  .postArchive--item .img {
    width: clamp(188px, -66.8965517241px + 0.3318965517 * 100vw, 265px);
    height: clamp(127px, -45.1379310345px + 0.224137931 * 100vw, 179px);
  }

  .footer--content {
    padding: 30px 0 30px 30px;
  }

  .footer--contact {
    width: clamp(300px, -289.2413793103px + 0.7672413793 * 100vw, 478px);
  }

  .baseW-middle {
    padding-left: 25px;
    padding-right: 25px;
  }

  .pagePropertyDetail--youtube-item {
    width: calc(50% - 15px);
  }

  .pagePropertyDetail--youtube-item .iframe iframe {
    width: clamp(344px, -40px + 0.5 * 100vw, 460px);
    height: clamp(193px, -28.7931034483px + 0.2887931034 * 100vw, 260px);
  }

  .pagePropertyDetail--point-item .img img {
    height: clamp(139.9px, -37.3689655172px + 0.2308189655 * 100vw, 193.45px);
  }

  .pageSell--welcome-img {
    width: clamp(230px, -332.7586206897px + 0.7327586207 * 100vw, 400px);
  }

  .pageService--msg {
    height: auto;
  }

  .pageContact--onlineBox-item:nth-of-type(1) img {
    width: clamp(84px, 50.8965517241px + 0.0431034483 * 100vw, 94px);
    height: auto;
  }

  .pageContact--onlineBox-item:nth-of-type(2) img {
    width: clamp(100px, 0.6896551724px + 0.1293103448 * 100vw, 130px);
    height: auto;
  }

  .pageContact--onlineBox-item:nth-of-type(3) img {
    width: clamp(80px, 10.4827586207px + 0.0905172414 * 100vw, 101px);
    height: auto;
  }
}

@media screen and (max-width: 850px) {
  .baseW-small,
  .baseW-smaller {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }

  .fitBtn {
    display: none;
  }

  .fitBtn.fnBtn {
    display: none;
  }

  .clmSet-3--item {
    width: 100%;
    margin-bottom: 40px;
  }

  .titleBox--style01 {
    font-size: clamp(25px, 16.3903061224px + 0.0229591837 * 100vw, 34px);
  }

  .titleBox--style01 .shoulderImg {
    margin-bottom: 10px;
  }

  .titleBox--style01 .shoulderImg img {
    height: 9px;
    width: auto;
  }

  .titleBox--style01.vertical {
    width: clamp(45px, -2.8316326531px + 0.1275510204 * 100vw, 95px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .titleBox--style01.vertical .shoulderImg {
    width: 9px;
    margin-left: 10px;
  }

  .titleBox--style02-txt span {
    font-size: 24px;
  }

  .serviceList--item {
    margin-bottom: calc( 100vw / 375 * 20 );
  }

  .serviceList--item .txtBox {
    width: calc( 100vw / 375 * 300 );
    height: calc( 100vw / 375 * 249 );
    padding: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .serviceList--item .txtBox-title {
    font-size: 20px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    margin-left: 0px;
  }

  .serviceList--item .txtBox-title .num {
    font-size: 25px;
  }

  .serviceList--item .txtBox-link {
    left: 20px;
    right: auto;
  }

  .serviceList--item .txtBox-support {
    background: url(../images/service/service_item_support_bg_sp.jpg) no-repeat center/cover;
  }

  .serviceList--item .txtBox-search {
    background: url(../images/service/service_item_search_bg_sp.jpg) no-repeat center/cover;
  }

  .serviceList--item .txtBox-diagnose {
    background: url(../images/service/service_item_diagnose_bg_sp.jpg) no-repeat center/cover;
  }

  .serviceList--item .txtBox-renovation {
    background: url(../images/service/service_item_renovation_bg_sp.jpg) no-repeat center/cover;
  }

  .serviceList--item .img {
    padding-top: 100px;
  }

  .serviceList--item .img picture {
    width: calc( 100vw / 375 * 240 );
    height: calc( 100vw / 375 * 198 );
    margin-right: -25px;
  }

  .serviceList--item .img picture img {
    width: 100%;
    height: 100%;
  }

  .postArchive--item .img {
    width: 100%;
    height: calc( 100vw / 375 * 220 );
  }

  .postArchive--item .img img {
    width: 100%;
    height: auto;
  }

  .postArchive--item .cat {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .postArchive--item .date {
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
  }

  .postArchive--item .title {
    margin-bottom: 10px;
  }

  .postArchive--item .calendar,
  .postArchive--item .time,
  .postArchive--item .time + .location {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .postArchive--item .statusList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .postArchive--item .statusList-item {
    margin-right: 20px;
  }

  .postArchive--item .statusList-item:last-child {
    margin-right: 0;
  }

  .postDtailBody h1 {
    font-size: 24px;
    line-height: 39px;
  }

  .postDtailBody .wp-block-embed__wrapper iframe {
    height: clamp(230px, 125.0381679389px + 0.2798982188 * 100vw, 340px);
  }

  .postDtailBody .wp-block-quote,
  .postDtailBody blockquote {
    padding: 25px;
  }

  .postDtailBody .wp-block-image {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .postDtailBody .wp-block-table table th,
  .postDtailBody .wp-block-table table td {
    padding: 10px;
  }

  .postDtailBody .wp-block-table table th:nth-child(1) {
    width: 35%;
  }

  .postDtailBody .wp-block-table table th:nth-child(2) {
    width: 65%;
  }

  .postTab--menu-item.is-active::after {
    width: 90%;
  }

  .formStyle--table {
    margin-bottom: 30px;
  }

  .formStyle--th,
  .formStyle--td {
    display: block;
  }

  .formStyle--th {
    width: 100%;
    padding: 15px;
    background-color: #f1f1ea;
  }

  .formStyle--td {
    width: 100%;
    padding: 20px 15px;
  }

  .formStyle--hopeDay-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .formStyle--hopeDay-item .day {
    width: 100%;
    margin-bottom: 10px;
  }

  .formStyle--hopeDay-item .day:last-child {
    margin-bottom: 0;
  }

  .formStyle .inputStyle-txt,
  .formStyle .inputStyle-select {
    height: 40px;
  }

  .formStyle .inputStyle-txt[name=detail],
  .formStyle .inputStyle-select[name=detail] {
    height: 170px;
  }

  .formStyle .mwform-radio-field.horizontal-item {
    margin-bottom: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .formStyle--agree-innerWrap {
    padding: 30px 20px;
  }

  .formStyle--agree-title {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .formStyle--agree-inner .sec-title {
    font-size: 15px;
  }

  .formStyle--agree-inner .sec-txt {
    font-size: 14px;
  }

  .formStyle--agree-inner .sec-list li {
    font-size: 14px;
  }

  .formStyle--submitBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .formStyle--submitBox .btn {
    width: 100%;
  }

  .formStyle--submitBox button {
    font-size: 14px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .formStyle--submitBox-back {
    margin-bottom: 20px;
    margin-right: 0px;
  }

  .header--logo {
    height: clamp(80px, 54.9440715884px + 0.0782997763 * 100vw, 115px);
  }

  .header--logo img {
    width: clamp(100px, 53.4675615213px + 0.1454138702 * 100vw, 165px);
  }

  .header--navBox {
    display: none;
  }

  .header--spNavTrigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1002;
  }

  .header--spNavList {
    display: block;
    -webkit-transition: all 0.25s cubic-bezier(0.35, 0.095, 0, 1) 0s;
    transition: all 0.25s cubic-bezier(0.35, 0.095, 0, 1) 0s;
    -webkit-transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
    transition-timing-function: cubic-bezier(0.35, 0.095, 0, 1);
  }

  .footer {
    padding: 30px 0 10px;
  }

  .footer--content {
    width: calc(100% - clamp(45px, -2.8316326531px + 0.1275510204 * 100vw, 95px));
  }

  .footer--content-readTxt {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .footer--content-tel {
    font-size: clamp(25px, 14.4770408163px + 0.0280612245 * 100vw, 36px);
    letter-spacing: 1.5px;
    margin-bottom: 20px;
  }

  .footer--contact {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer--contact-item a {
    font-size: 12px;
    height: clamp(102px, 65.6479591837px + 0.0969387755 * 100vw, 140px);
  }

  .footer--contact-item a .icon-mail {
    font-size: 18px;
  }

  .footer--contact-item a .icon-pc {
    font-size: 23px;
  }

  .footer--sns {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer--sns-item {
    margin-right: 20px;
  }

  .footer--sns-item a {
    font-size: 11px;
    width: 100%;
    height: clamp(60px, 50.4336734694px + 0.0255102041 * 100vw, 70px);
  }

  .footer--sns-item .icon-ig {
    font-size: clamp(35px, 29.2602040816px + 0.0153061224 * 100vw, 41px);
  }

  .footer--sns-item .icon-youtube {
    font-size: clamp(28px, 26.0867346939px + 0.0051020408 * 100vw, 30px);
  }

  .footer--sns-item .icon-fb {
    font-size: clamp(35px, 30.2168367347px + 0.012755102 * 100vw, 40px);
  }

  .footer .copy {
    margin-top: 25px;
    font-size: 10px;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
  }

  .pageTop {
    width: 43px;
    height: 43px;
    right: 10px;
    bottom: 10px;
  }

  .pageTop a {
    font-size: 12px;
  }

  .pageTop:hover {
    bottom: 15px;
  }

  .lowerPage--mv {
    margin-bottom: 20px;
  }

  .lowerPage--mv-pageInfo {
    left: 10px;
    top: 10px;
    padding-right: 10px;
    font-size: 11px;
  }

  .lowerPage--mv-title {
    font-size: 28px;
  }

  .lowerPage .breadcrumb {
    margin-bottom: 40px;
  }

  .lowerPage .breadcrumb--item::after {
    top: 57%;
  }

  .lowerPage .breadcrumb--item a,
  .lowerPage .breadcrumb--item span {
    font-size: 12px;
  }

  .lowerPage--catList-item {
    width: calc(50% - 10px);
  }

  .lowerPage--catList-item:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .lowerPage--catList-item a {
    display: block;
    text-align: center;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: inline-block;
  }

  .pageProperty .propertyLabel {
    width: calc( 100vw / 375 * 50 );
  }

  .pagePropertyDetail--mv {
    height: auto;
  }

  .pagePropertyDetail--mv .propertyLabel {
    left: calc( 100vw / 375 * 20 );
    width: calc( 100vw / 375 * 50 );
  }

  .pagePropertyDetail--status-item::after {
    font-size: 17px;
  }

  .pagePropertyDetail--status-item.location {
    font-size: 17px;
  }

  .pagePropertyDetail--status-item.price {
    font-size: 25px;
  }

  .pagePropertyDetail--title {
    font-size: 25px;
  }

  .pagePropertyDetail--tag {
    margin-bottom: 70px;
  }

  .pagePropertyDetail--tag-item {
    margin-bottom: 5px;
  }

  .pagePropertyDetail--youtube {
    margin-bottom: 70px;
  }

  .pagePropertyDetail--youtube::after {
    display: none;
  }

  .pagePropertyDetail--youtube-item {
    width: 100%;
  }

  .pagePropertyDetail--youtube-item .iframe iframe {
    width: 100%;
    height: clamp(152px, -27.6868008949px + 0.5615212528 * 100vw, 403px);
  }

  .pagePropertyDetail--youtube-item .cap {
    font-size: 14px;
  }

  .pagePropertyDetail--plan {
    margin-bottom: 80px;
  }

  .pagePropertyDetail--plan-slide .swiper-pagination {
    margin-top: 10px;
  }

  .pagePropertyDetail--point {
    margin-bottom: 30px;
  }

  .pagePropertyDetail--point-item .img img {
    width: 100%;
    height: auto;
  }

  .pagePropertyDetail--evaluation-inner {
    padding: 20px 15px;
  }

  .pagePropertyDetail--evaluation-title {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .pagePropertyDetail--evaluation-desc {
    font-size: 15px;
  }

  .pagePropertyDetail--ppinfo-item {
    width: 100%;
  }

  .pagePropertyDetail--ppinfo-item .label,
  .pagePropertyDetail--ppinfo-item .txt {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .pagePropertyDetail--ppinfo-item .label {
    width: 90px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }

  .pagePropertyDetail--ppinfo-item .txt {
    width: calc(100% - 90px);
  }

  .pagePropertyDetail--ppinfo-item:nth-child(2n) {
    border-left: 1px solid #c5c5c5;
  }

  .pagePropertyDetail--form {
    margin-top: 90px;
  }

  .pagePropertyDetail--form-title {
    font-size: clamp(22px, 4.5454545455px + 0.0545454545 * 100vw, 25px);
    line-height: 1.3;
  }

  .pagePropertyDetail--form-pNum span {
    margin-right: 15px;
  }

  .pagePropertyDetail--form-pNum span .inputStyle-txt {
    width: 50px;
  }

  .pageEventDetail--title {
    font-size: clamp(25px, -4.0909090909px + 0.0909090909 * 100vw, 30px);
  }

  .pageEventDetail--postStatus .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .pageEventDetail--postStatus .item:last-child {
    margin-bottom: 0;
  }

  .pageEventDetail--postStatus .item .cat {
    font-size: 13px;
  }

  .pageEventDetail--postStatus .item .calendar,
  .pageEventDetail--postStatus .item .clock,
  .pageEventDetail--postStatus .item .location {
    font-size: clamp(15px, -8.2727272727px + 0.0727272727 * 100vw, 19px);
    padding-left: 24px;
  }

  .pageEventDetail--postStatus .item .clock,
  .pageEventDetail--postStatus .item .location {
    margin-bottom: 10px;
  }

  .pageInfoDetail--title {
    font-size: clamp(25px, -4.0909090909px + 0.0909090909 * 100vw, 30px);
  }

  .pageInfoDetail--postStatus .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .pageInfoDetail--postStatus .item:last-child {
    margin-bottom: 0;
  }

  .pageInfoDetail--postStatus .item .cat {
    font-size: 13px;
    padding: 2px 10px;
  }

  .pageInfoDetail--postStatus .item .day {
    font-size: 14px;
  }

  .pageInfoDetail--catPostList-title {
    font-size: clamp(19px, -10.0909090909px + 0.0909090909 * 100vw, 24px);
  }

  .pageSell--title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .pageSell--readTxt {
    margin-bottom: 100px;
  }

  .pageSell--welcome {
    margin-bottom: 80px;
  }

  .pageSell--welcome-inner::before {
    display: none;
  }

  .pageSell--welcome-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .pageSell--welcome-img {
    position: relative;
    width: calc(100% + 50px);
    height: calc( 100vw / 375 * 203 );
    left: auto;
  }

  .pageSell--welcome-img img {
    position: absolute;
    left: 24px;
    width: calc( 100vw / 375 * 282 );
    height: 100%;
  }

  .pageSell--welcome-listBox {
    width: calc( 100vw / 375 * 270 );
    margin-left: 0;
    margin-top: 20px;
  }

  .pageSell--welcome-listBox .note {
    font-size: 14px;
  }

  .pageSell--welcome-list .item {
    font-size: 14px;
  }

  .pageSell--consultation {
    margin-bottom: 60px;
  }

  .pageSell--consultation-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pageSell--consultation-item {
    width: calc( 100vw / 375 * 140 );
    height: calc( 100vw / 375 * 140 );
    margin-bottom: 15px;
  }

  .pageSell--consultation-item:nth-child(2n) {
    margin-left: 20px;
  }

  .pageSell--consultation-item:last-child {
    margin-bottom: 0;
  }

  .pageSell--flow {
    padding: 50px 0 80px;
  }

  .pageSell--flow-item {
    padding: 20px 25px;
    margin-bottom: 40px;
  }

  .pageSell--flow-item::after {
    height: 40px;
    bottom: -40px;
  }

  .pageSell--flow-item .label {
    width: 100%;
  }

  .pageSell--flow-item .label--inner {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .pageSell--flow-item .label--inner .step img {
    width: auto;
    height: 22px;
  }

  .pageSell--flow-item .descBox {
    width: 100%;
    font-size: 14px;
  }

  .pageSell--flow-item .descBox .contactInfo p {
    font-size: clamp(13px, 1.3636363636px + 0.0363636364 * 100vw, 15px);
    letter-spacing: clamp(0.8px, -6.1818181818px + 0.0218181818 * 100vw, 2px);
  }

  .pageSell--flow-item .descBox .contactInfo .btn--style-B {
    font-size: clamp(13px, 1.3636363636px + 0.0363636364 * 100vw, 15px);
  }

  .pageService--title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .pageService--msg-inner .desc {
    font-size: 14px;
  }

  .pageService--msg-img {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }

  .pageService--msg-img img {
    width: calc( 100vw / 375 * 350 );
    height: auto;
  }

  .pageService--belief .sec .img {
    margin-bottom: 20px;
    width: 100%;
  }

  .pageService--belief .sec .img img {
    width: 100%;
    height: auto;
  }

  .pageService--belief .sec .descBox {
    width: 100%;
  }

  .pageService--belief .sec .descBox .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .pageService--cases {
    background-image: url(../images/service/bg-cases-sp.jpg);
  }
  .pageService--cases-photos {
    flex-direction: column;
    gap: 10vw;
    margin-top: 10vw;
  }
  .pageService--cases-photos.has-arrow::before {
    width: 6vw;
    height: 5.966vw;
    background-image: url(../images/service/arrow-cases-sp.svg);
    transform: translateY(0);
  }
  .pageService--cases-photos.has-arrow.has-heading::before,
  .pageService--cases-photos.has-arrow.has-heading-sp::before {
    transform: translateY(.5em);
  }
  .pageService--cases-before,
  .pageService--cases-after {
    width: 100%;
  }
  

  .pageFreeNights--content-inner {
    max-width: 86vw;
  }
  .pageFreeNights--title {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .pageFreeNights--flow {
    flex-direction: column;
    gap: 1rem;
  }
  .pageFreeNights--flow > li {
    flex-basis: 100%;
  }
  .pageFreeNights--flow-desc {
    font-size: 13px;
  }
  .pageFreeNights--content .btn--style-B {
    font-size: 3.33vw;
  }

  .pageContact--title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .pageContact--onlineBox-inner {
    padding: clamp(20px, -38.1818181818px + 0.1818181818 * 100vw, 30px);
  }

  .pageContact--onlineBox-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .pageContact--onlineBox-item:last-child {
    margin-bottom: 0;
  }

  .pageContact--pageLink-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .pageContact--pageLink-item .btn--style-B {
    max-width: none;
  }

  .pageContact--pageLink-item:last-child {
    margin-bottom: 0;
  }

  .pageContact .inputStyle-txt {
    max-width: none;
  }

  .pageContact .inputStyle-selectWrap {
    max-width: none;
  }
}

@media screen and (max-width: 375px) {
  .titleBox--style01 {
    font-size: clamp(22px, 4.2222222222px + 0.0555555556 * 100vw, 25px);
  }

  .footer--content {
    padding: clamp(20px, -39.2592592593px + 0.1851851852 * 100vw, 30px) 0 0 clamp(20px, -39.2592592593px + 0.1851851852 * 100vw, 30px);
  }

  .footer--content-tel {
    font-size: clamp(20px, -9.6296296296px + 0.0925925926 * 100vw, 25px);
  }

  .lowerPage .breadcrumb--item a,
  .lowerPage .breadcrumb--item span {
    font-size: clamp(10px, -1.6363636364px + 0.0363636364 * 100vw, 12px);
  }

  .pageService--msg-img img {
    width: clamp(290px, -59.0909090909px + 1.0909090909 * 100vw, 350px);
    height: auto;
  }
}

/*******************************************************************************
    漫画で知る古民家ページ
*******************************************************************************/
.pageComic--content .postArchive--item .img {
  height: auto;
  aspect-ratio: 250 / 352;
}


@media screen and (max-width: 767px) {
    .pageComic--content .clmSet-3--item {
        width: 43.8%;
        margin-bottom: 40px;
    }
    .pageComic--content .postArchive--item .title {
      font-size: 16px;
    }
}

/*******************************************************************************
********************************************************************************
    施工事例
********************************************************************************
*******************************************************************************/

/*******************************************************************************
    一覧ページ・詳細共通
*******************************************************************************/


/*******************************************************************************
    一覧ページ
*******************************************************************************/

/*******************************************************************************
    詳細ページ
*******************************************************************************/

.jirei_list {
  img {
    height: auto !important;
  }
  .section_title {
      font-size: 1.5rem;
      padding-bottom: 4px;
      margin-bottom: 30px;
      border-bottom: 2px dotted #000;
  }
}

.jirei_list .category {
  display: grid;
  grid-template-columns: repeat(auto-fill, 135px);
  gap: 10px 5px;
  margin-bottom: 35px;
}


.jirei_list ul.category li {
  width: 135px;
  height: 30px;
  background-image: url(../images/jirei/category_bg.png);
}

.jirei_list ul.category li:hover,
.jirei_list ul.category li.active {
  background-image: url(../images/jirei/category_bg_active.png);
}

.jirei_list ul.category li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 22px;
  text-decoration: none;
  color: #000;
  line-height: 30px;
  font-size: .75rem;
  box-sizing: border-box;
  
}

.jirei_list ul.category li:hover a {
  color: #fff !important;
}

.jirei_list ul.category li.active a {
  color: #ffffff;
}

.jirei_list ul.category li.active:hover a {
  color: #ffffff !important;
}

.jirei_list ul.category li.blank {
  display: none;
}

/*
 * jirei
 */

.jirei_list h2.section_title span {
  display: inline-block;
  border: 1px solid #FB621C;
  color: #FB621C;
  font-size: 0.5em;
  line-height: 22px;
  text-align: center;
  margin-left: 12px;
  border-radius: 18px;
  position: relative;
  top: -4px;
  padding: 0 1em;
}

.jirei_header {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 20px;
}

.jirei_list .main .desc {
  font-size: .9375rem;
}


.jirei_list .main .detail {
  font-size: .875rem;
}

.jirei_list .main .detail table {
  border-collapse: separate;
  border-spacing: 2px;
  margin-top: -2px;
  float: right;
}

.jirei_list .main .detail tr th {
  white-space: nowrap;
  background-color: #FFEAD4;
  margin-bottom: 1px;
}

.jirei_list .main .detail tr th,
.jirei_list .main .detail tr td {
  padding: 6px 20px;
}

.jirei_list .description {
  font-size: .9375rem;
  margin-top: 15px;
}

.jirei_list .photo_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 50px 0;
  vertical-align: top;
}

.jirei_list .photo_list h3 {
  grid-column: span 2;
}

.jirei_list .photo_list h3.before {
  width: 115px; 
}

.jirei_list .photo_list .item .photo {
  width: 100%;
  margin-bottom: 5px;
}

.jirei_list .photo_list .item .caption {
  font-size: .9375rem;
}

/**
 *  SP
 */

@media (max-width: 750px) {
  .jirei_list .category {
    grid-template-columns: repeat(auto-fill, 110px);
  }
  .jirei_list ul.category li {
    width: 110px;
    background-image: url(../images/jirei/category_bg_sp.png);
  }
  .jirei_list ul.category li:hover,
  .jirei_list ul.category li.active {
  background-image: url(../images/jirei/category_bg_active_sp.png);
}
  .jirei_list ul.category li a {
    font-size: 11px;
    padding-left: 20px;
  }
  
  .jirei_list ul.category li.blank {
    background-image: none;
    display: inline-block;
  }
  
  
  /*
   * jirei
   */
  .jirei_header {
    grid-template-columns: 1fr;
  }
  .jirei_list .main .photo {
    float:none;
    width: 100%;
  }
  
  .jirei_list .main .desc {
    float: none;
    font-size: .9375rem;
    width: 100%;
    margin-top: 10px;
  }
  
  .jirei_list .photo_list {
    grid-template-columns: 1fr;
  }
  .jirei_list .photo_list h3 {
    grid-column: 1;
  }
  .jirei_list .photo_list .item {
    width: 100%;
  }
  
}

/*******************************************************************************
********************************************************************************
    アクセス
********************************************************************************
*******************************************************************************/
.pageAccess--content {
  .section_title {
      font-size: 1.5rem;
      padding-bottom: 4px;
      margin-top: 60px;
      margin-bottom: 30px;
      border-bottom: 2px dotted #000;
  }
  .map {
    margin-top: 60px;
    
    .img {
      margin-top: 30px;
    }
  }
  .gmap {
    margin-top: 30px;
    iframe {
      width: 100%;
    }
  }
  .route_instruction {
    display: flex;
    flex-direction: column;
    gap: .5em;
    margin-top: 30px;
    
    dt {
      flex: 0;
      white-space: nowrap;
    }
    dd {
      padding-left: 1em;
    }
  }
}
