@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;
}

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;
  gap: 1em 0;
}

.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;
  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: 20px;
}

.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;
}

.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;
}

.index {
  /*******************************************************************************
      メインビジュアル
  *******************************************************************************/
  /*******************************************************************************
      物件情報
  *******************************************************************************/
  /*******************************************************************************
      About
  *******************************************************************************/
  /*******************************************************************************
      古民家情報局
  *******************************************************************************/
  /*******************************************************************************
      イベント
  *******************************************************************************/
  /*******************************************************************************
      私たちができること
  *******************************************************************************/
  /*******************************************************************************
      インドアビュー
  *******************************************************************************/
  /*******************************************************************************
      ポイント（こだわり空間の実現・伝統工法への知見）
  *******************************************************************************/
  /*******************************************************************************
      その他（YouTube・Facebook）
  *******************************************************************************/
  /*******************************************************************************
      パートナー募集
  *******************************************************************************/
}

.index--mv {
  position: relative;
  margin-bottom: 60px;
}

.index--mv-copy {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1000px;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.index--mv-copy-inner {
  position: absolute;
  left: 0;
  top: clamp(30px, -105.724137931px + 0.1767241379 * 100vw, 71px);
  width: 36px;
  padding: 10px 0;
  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;
}

.index--mv-copy-inner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.loaded .index--mv-copy-inner::after {
  -webkit-animation: mvCopyBg 1.2s cubic-bezier(0.08, 0.005, 0.17, 0.995) 0.1s forwards;
  animation: mvCopyBg 1.2s cubic-bezier(0.08, 0.005, 0.17, 0.995) 0.1s forwards;
}

@-webkit-keyframes mvCopyBg {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }

  100% {
    -webkit-clip-path: inset(0 0 0% 0);
    clip-path: inset(0 0 0% 0);
  }
}

@keyframes mvCopyBg {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }

  100% {
    -webkit-clip-path: inset(0 0 0% 0);
    clip-path: inset(0 0 0% 0);
  }
}

.index--mv-copy-inner img {
  width: clamp(25px, 11.7586206897px + 0.0172413793 * 100vw, 29px);
  height: auto;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}

.loaded .index--mv-copy-inner img {
  -webkit-animation: mvCopy 1.2s cubic-bezier(0.08, 0.005, 0.17, 0.995) 0.5s forwards;
  animation: mvCopy 1.2s cubic-bezier(0.08, 0.005, 0.17, 0.995) 0.5s forwards;
}

@-webkit-keyframes mvCopy {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }

  100% {
    -webkit-clip-path: inset(0 0 0% 0);
    clip-path: inset(0 0 0% 0);
  }
}

@keyframes mvCopy {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }

  100% {
    -webkit-clip-path: inset(0 0 0% 0);
    clip-path: inset(0 0 0% 0);
  }
}

.index--mv-bg {
  position: relative;
  z-index: 2;
}

.index--mv-bg .video-oj {
  width: 100%;
  height: clamp(400px, -129.6551724138px + 0.6896551724 * 100vw, 560px);
}

.index--mv-parts {
  position: absolute;
  width: 1280px;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}

.index--mv-parts::before {
  content: "";
  width: 343px;
  height: 343px;
  background: url(../images/index/main_parts.png) no-repeat center/100% auto;
  position: absolute;
  bottom: -90px;
  right: 45px;
}

.index--propertySec {
  margin-bottom: 40px;
}

.index--propertySec .titleBox {
  margin-bottom: 45px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.index--propertySec .underLine {
  margin-left: 20px;
}

.index--propertySec .clmSet-3--item .img {
  position: relative;
}

.index--propertySec .clmSet-3--item .img > img {
  width: 100%;
  height: clamp(127px, -84.8620689655px + 0.275862069 * 100vw, 191px);
}

.index--propertySec .clmSet-3--item .img .propertyLabel {
  z-index: 1;
  position: absolute;
  left: 10px;
  width: clamp(35px, 18.4482758621px + 0.0215517241 * 100vw, 40px);
}

.index--propertySec .clmSet-3--item .img .propertyLabel img {
  width: 100%;
  height: auto;
}

.index--about {
  position: relative;
  margin-bottom: 140px;
}

.index--about-inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index--about-img {
  position: absolute;
  left: 0;
  width: 570px;
  height: 510px;
  z-index: 1;
}

.index--about-img::after {
  content: "";
  width: clamp(90px, -130.5px + 0.287109375 * 100vw, 237px);
  height: calc(100% + 64px);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #c5c5ab;
  z-index: -1;
}

.index--about-descBox {
  width: clamp(503px, -113.8888888889px + 0.4819444444 * 100vw, 850px);
  margin-left: 80px;
}

.index--about-title {
  font-weight: 500;
  font-size: 27px;
  margin-bottom: 40px;
  line-height: 1.8;
}

.index--about-txt {
  line-height: 2;
}

.index--comic {
  margin-bottom: 140px;
}
.index--comic-content {
  width: calc(100% - clamp(95px, -4.3103448276px + 0.1293103448 * 100vw, 125px));
  padding-left: 20px;
}
.index--comic .btn--style-B {
  margin-right: auto;
  margin-left: auto;
}
.index--comic-content .clmSet-3--item {
  width: min(250px, 28.66%);
  margin-bottom: 60px;
}

.index--comic-content .clmSet-3--item .img {
  width: 100%;
  height: auto;
  aspect-ratio: 250 / 352;
}
.index--comic-content .clmSet-3--item .img img {
  width: 100%;
}

.index--information,
.index--jirei {
  margin-bottom: 140px;
}

.index--information-content,
.index--jirei-content {
  width: calc(100% - clamp(95px, -4.3103448276px + 0.1293103448 * 100vw, 125px));
  padding-left: 20px;
}

.index--information-content .clmSet-3::after,
.index--jirei-content .clmSet-3::after {
  width: 250px;
}

.index--information-content .clmSet-3--item,
.index--jirei-content .clmSet-3--item {
  width: 250px;
  margin-bottom: 60px;
}

.index--information-content .clmSet-3--item .img,
.index--jirei-content .clmSet-3--item .img {
  width: 100%;
  height: clamp(122px, -33.5862068966px + 0.2025862069 * 100vw, 169px);
}

.index--information-content .clmSet-3--item .img img,
.index--jirei-content .clmSet-3--item .img img {
  width: 100%;
}

.index--information .btn--style-B,
.index--jirei .btn--style-B {
  margin-right: auto;
  margin-left: auto;
}

.index--event {
  margin-bottom: 140px;
}

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

.index--event-content .archiveLink {
  margin-bottom: 45px;
}

.index--event-content .clmSet-3--item {
  width: 250px;
  margin-bottom: 60px;
}

.index--event-content .clmSet-3--item .img {
  width: 100%;
  height: clamp(122px, -33.5862068966px + 0.2025862069 * 100vw, 169px);
}

.index--event-content .clmSet-3--item .img img {
  width: 100%;
}

.index--service {
  margin-bottom: 140px;
}

.index--service .titleBox {
  margin-bottom: 70px;
}

.index--indoor {
  margin-bottom: 140px;
}

.index--indoor-inner {
  max-width: 854px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 50px clamp(40px, 6.8965517241px + 0.0431034483 * 100vw, 50px) 80px;
  border: 1px solid #000;
}

.index--indoor-readTxt {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}

.index--indoor-ifrm {
  width: clamp(600px, 268.9655172414px + 0.4310344828 * 100vw, 700px);
  height: clamp(350px, 118.275862069px + 0.3017241379 * 100vw, 420px);
  margin-right: auto;
  margin-left: auto;
  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;
}

.index--indoor-ifrm iframe {
  width: 100%;
  height: 100%;
}

.index--point {
  padding: 85px 0;
  background: url(../images/index/point_bg.jpg) no-repeat center/cover;
}

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

.index--point-box {
  width: calc(50% - 12.5px);
  padding: 60px clamp(30px, -102.4137931034px + 0.1724137931 * 100vw, 70px);
  background-color: rgba(255, 255, 255, 0.85);
  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;
}

.index--point-title {
  font-size: clamp(27px, 17.0689655172px + 0.0129310345 * 100vw, 30px);
  font-weight: 500;
  margin-bottom: clamp(30px, -3.1034482759px + 0.0431034483 * 100vw, 40px);
}

.index--point-title + p {
  line-height: 2;
  font-size: clamp(15px, 11.6896551724px + 0.0043103448 * 100vw, 16px);
}

.index--otherInfo {
  background-color: #f1f1ea;
  padding: 80px 0;
}

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

.index--otherInfo-box {
  width: clamp(310px, 31.9310344828px + 0.3620689655 * 100vw, 394px);
}

.index--otherInfo-box .titleBox--style01 {
  font-size: 27px;
  margin-bottom: 40px;
}

.index--otherInfo-box .inner .iframe {
  margin-bottom: 30px;
  display: block;
}

.index--otherInfo-box .inner .iframe:last-child {
  margin-bottom: 0;
}

.index--otherInfo-box .inner .iframe img {
  width: 100%;
  height: 225px;
}

.index--otherInfo-box .inner .iframe img + p {
  margin-top: 15px;
}

.index--otherInfo-box .inner .fb-page,
.index--otherInfo-box .inner .fb-page span {
  width: 100% !important;
}

.index--otherInfo-box .inner .fb-page-pc {
  display: block;
}

.index--otherInfo-box .inner .fb-page-sp {
  display: none;
}

.index--otherInfo-box .link {
  margin-top: 30px;
}

.index--partner {
  padding: 100px 0 0;
  margin-bottom: 140px;
}

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

.index--partner-content .readTxt {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 35px;
}

.index--partner-content .txt {
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}

.index--partner-content .date {
  background-color: #f2f2ec;
  padding: 15px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 20px;
}

.index--partner-content .date li {
  font-size: 20px;
  margin-bottom: 10px;
}

.index--partner-content .date li:last-child {
  margin-bottom: 0;
}

.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;
}

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

  .index--about-img {
    width: clamp(450px, 21.4285714286px + 0.4285714286 * 100vw, 570px);
  }
}

@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;
  }

  .index--mv-copy-inner {
    left: 60px;
  }

  .index--about-img {
    width: clamp(190px, -538.275862069px + 0.9482758621 * 100vw, 410px);
  }

  .index--information-content .clmSet-3::after,
  .index--jirei-content .clmSet-3::after {
    width: clamp(180px, -51.724137931px + 0.3017241379 * 100vw, 250px);
  }

  .index--information-content .clmSet-3--item,
  .index--jirei-content .clmSet-3--item {
    width: clamp(180px, -51.724137931px + 0.3017241379 * 100vw, 250px);
  }

  .index--event-content .clmSet-3--item {
    width: clamp(180px, -51.724137931px + 0.3017241379 * 100vw, 250px);
  }
}

@media screen and (max-width: 850px) {
  .baseW-small {
    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;
  }

  .index--mv {
    margin-bottom: 40px;
  }

  .index--mv-copy-inner {
    width: 20px;
    top: auto;
    bottom: 30px;
    left: 30px;
    padding: 5px 0;
  }

  .index--mv-copy-inner img {
    width: 18px;
  }

  .index--mv-bg .video-oj {
    height: clamp(400px, 50.9090909091px + 1.0909090909 * 100vw, 460px);
  }

  .index--mv-parts {
    width: 100%;
  }

  .index--mv-parts::before {
    width: clamp(130px, -160.9090909091px + 0.9090909091 * 100vw, 180px);
    height: clamp(130px, -160.9090909091px + 0.9090909091 * 100vw, 180px);
    opacity: 0.45;
    right: 0px;
    bottom: -75px;
  }

  .index--propertySec .titleBox {
    margin-bottom: 25px;
  }

  .index--propertySec .clmSet-3--item .img > img {
    height: calc( 100vw / 375 * 220 );
  }

  .index--propertySec .clmSet-3--item .img .propertyLabel {
    width: calc( 100vw / 375 * 50 );
  }

  .index--about {
    margin-bottom: 100px;
  }

  .index--about-img::after {
    left: -25px;
    width: calc( 100vw / 375 * 118 );
  }

  .index--about-img {
    position: relative;
    width: calc( 100vw / 375 * 350 + 25px );
    height: calc( 100vw / 375 * 313 );
    margin-bottom: 70px;
    margin-right: -25px;
  }

  .index--about-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -25px;
  }

  .index--about-descBox {
    width: 100%;
    margin-left: 0;
  }

  .index--about-title {
    font-size: clamp(15.5px, 6.7727272727px + 0.0272727273 * 100vw, 17px);
  }

  .index--about-txt {
    font-size: 14px;
  }
  
  .index--comic-content .clmSet-3--item {
    width: 43.8%;
    margin-bottom: 40px;
  }
  .index--comic-content .postArchive--item .title {
    font-size: 16px;
  }
  .index--comic-content .clmSet-3::after {
    display: none;
  }
  
  .index--information,
  .index--jirei {
    margin-bottom: 100px;
  }

  .index--information-content,
  .index--jirei-content {
    width: calc(100% - clamp(45px, -2.8316326531px + 0.1275510204 * 100vw, 95px));
    padding-top: 15px;
    padding-left: 30px;
  }

  .index--information-content .postTab--menu,
  .index--jirei-content .postTab--menu {
    flex-wrap: wrap;
    gap: 10px;
  }

  .index--information-content .postTab--menu-item,
  .index--jirei-content .postTab--menu-item {
    padding: 0 clamp(5px, -24.0909090909px + 0.0909090909 * 100vw, 10px);
    font-size: clamp(12px, 0.3636363636px + 0.0363636364 * 100vw, 14px);
    margin-right: 0;
  }

  .index--information-content .clmSet-3--item,
  .index--jirei-content .clmSet-3--item {
    width: 100%;
    margin-bottom: 40px;
  }

  .index--information-content .clmSet-3--item .img,
  .index--jirei-content .clmSet-3--item .img {
    height: auto;
  }

  .index--information-content .clmSet-3--item .img img,
  .index--jirei-content .clmSet-3--item .img img {
    height: calc( 100vw / 375 * 170 );
  }

  .index--event {
    margin-bottom: 100px;
  }

  .index--event-content {
    width: calc(100% - clamp(45px, -2.8316326531px + 0.1275510204 * 100vw, 95px));
    padding-top: 15px;
    padding-left: 30px;
  }

  .index--event-content .archiveLink {
    margin-bottom: 30px;
  }

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

  .index--event-content .clmSet-3--item .img {
    height: auto;
  }

  .index--event-content .clmSet-3--item .img img {
    height: calc( 100vw / 375 * 170 );
  }

  .index--service .titleBox {
    margin-bottom: 45px;
  }

  .index--indoor {
    margin-bottom: 100px;
  }

  .index--indoor-inner {
    padding: 30px clamp(20px, -13.1034482759px + 0.0431034483 * 100vw, 30px) 30px;
  }

  .index--indoor-readTxt {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .index--indoor-ifrm {
    width: 100%;
    height: clamp(200px, 200px + 0 * 100vw, 200px);
  }

  .index--point {
    background: url(../images/index/point_bg_sp.jpg) no-repeat center/cover;
    padding: 40px 0;
  }

  .index--point-box {
    width: 100%;
    padding: 30px clamp(20px, -38.1818181818px + 0.1818181818 * 100vw, 30px);
    margin-bottom: 30px;
  }

  .index--point-box:last-child {
    margin-bottom: 0;
  }

  .index--point-title {
    font-size: clamp(18px, 6.3636363636px + 0.0363636364 * 100vw, 20px);
    margin-bottom: 20px;
  }

  .index--point-title + p {
    font-size: 14px;
    line-height: 1.7;
  }

  .index--otherInfo {
    padding: 50px 0;
  }

  .index--otherInfo-box {
    width: 100%;
    margin-bottom: 60px;
  }

  .index--otherInfo-box:last-child {
    margin-bottom: 0;
  }

  .index--otherInfo-box .titleBox--style01 {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .index--otherInfo-box .inner .iframe img {
    height: calc( 100vw / 375 * 183 );
  }

  .index--otherInfo-box .inner .fb-page-pc {
    display: none;
  }

  .index--otherInfo-box .inner .fb-page-sp {
    display: block;
  }

  .index--partner {
    padding: 50px 0 0;
    margin-bottom: 60px;
  }

  .index--partner-content {
    width: calc(100% - clamp(45px, -2.8316326531px + 0.1275510204 * 100vw, 95px));
    padding-left: 30px;
  }

  .index--partner-content .readTxt {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .index--partner-content .txt {
    font-size: 14px;
    line-height: 1.6;
  }

  .index--partner-content .date {
    padding: 15px;
  }

  .index--partner-content .date li {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@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);
  }
}

@media screen and (max-width: 374px) {
  .index--mv-parts::before {
    bottom: -60px;
  }
}