@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
========================================================================== */
@import url("https://use.typekit.net/khj4srz.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* Sections
========================================================================== */
body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

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

/* Grouping content
========================================================================== */
figcaption, figure {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

main {
  display: block; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Links
========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

/* Text-level semantics
========================================================================== */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

ul, li, ol, dt, dd {
  list-style: none; }

/* Embedded content
========================================================================== */
audio, video {
  display: inline-block; }

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

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

/* Forms
========================================================================== */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

input {
  overflow: visible; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

/* Interactive
========================================================================== */
details {
  display: block; }

summary {
  display: list-item; }

menu {
  display: block; }

/* Scripting
========================================================================== */
canvas {
  display: inline-block; }

template {
  display: none; }

/* Hidden
========================================================================== */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }

[data-whatinput='mouse'] button {
  outline: 0; }

pre {
  overflow: auto; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* clearfix */
/* HEADER */
/* BEM用のテスト構成
header__logo
header__btn
header__menu
header__ornament
*/
/* ** TYPE01 **
<li><a href=""><span class="date"></span><span class="category"></span><h* class="title"></h*></a></li>
*/
/* HEADER */
/* INFO */
/* [TYPE01-FORMAT]
<li class="item"><p>
<span class="item-date"></span>
<span class="item-category"></span>
<span class="item-title"></span>
</p></li><!-- /.item -->
*/
/* [TYPE02-FORMAT]
<li class="item"><a href="">
<div class="item-thumbnail"><img src="/common/images/noimage.png"></div>
<div class="item-info"><p class="item-title"></p></div>
</a></li><!-- /.item -->
*/
/* CONTACT FORM 7 */
/* MAILFORMPRO */
/* MW WP FORM */
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
html {
  line-height: 1.6; }
  @media screen and (min-width: 960px) {
    html {
      font-size: 16px; } }
  @media screen and (max-width: 959px) {
    html {
      font-size: 14px; } }

h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, th, td, address, li, dt, dd {
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px; }

/* =========================================================
	element style
========================================================= */
html, body {
  height: 100%; }

body {
  color: #252525;
  font-family: YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

input, textarea, button {
  font-family: YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

a {
  color: #000; }

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

@media screen and (min-width: 960px) {
  .media-PC {
    display: block; } }
@media screen and (max-width: 959px) {
  .media-PC {
    display: none; } }

@media screen and (min-width: 960px) {
  .media-Tablet {
    display: none; } }
@media screen and (max-width: 959px) {
  .media-Tablet {
    display: block; } }

@media screen and (min-width: 768px) {
  .media-NoSP {
    display: block; } }
@media screen and (max-width: 767px) {
  .media-NoSP {
    display: none; } }

@media screen and (min-width: 768px) {
  .media-SP {
    display: none; } }
@media screen and (max-width: 767px) {
  .media-SP {
    display: block; } }

.fr {
  float: right; }

.fl {
  float: left; }

.imgC, .tC {
  text-align: center; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR {
  text-align: right; }

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

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

.pt5 {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

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

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

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

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

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

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

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

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

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

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

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

.pt35 {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

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

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

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

.pt45 {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

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

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.mr0 {
  margin-right: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.clear {
  clear: both; }

.clear-fix {
  zoom: 1; }
  .clear-fix:before, .clear-fix:after {
    content: "";
    display: table;
    height: 0;
    visibility: hidden; }
  .clear-fix:after {
    clear: both; }

br.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    br.sp {
      display: block; } }

/* =========================================================
	general
========================================================= */
/* text */
span.bold {
  font-weight: bold; }
span.accent {
  color: #DB361A; }
span.underline {
  text-decoration: underline; }

p.left {
  text-align: left; }
p.right {
  text-align: right; }
p.center {
  text-align: center; }

.btn, .btn-stable {
  margin-top: 40px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .btn, .btn-stable {
      position: absolute;
      z-index: 1;
      width: 100%;
      bottom: -20px; } }
  .btn a, .btn-stable a {
    position: relative;
    display: inline-block;
    width: 260px;
    height: 60px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    font: 300 20px/1.1 "trajan-sans-pro", serif;
    letter-spacing: .1em;
    padding-top: 18px;
    background-color: white;
    text-decoration: none;
    -webkit-transition: background-color 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition: background-color 0.75s cubic-bezier(0.19, 1, 0.22, 1); }
    .btn a:hover, .btn-stable a:hover {
      background-color: #C4AA8D; }
    .btn a:before, .btn-stable a:before {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      position: absolute;
      right: 33px;
      top: 23px;
      background-image: url(/svg/works-brn-outer.svg);
      background-size: cover; }
    @media screen and (max-width: 767px) {
      .btn a, .btn-stable a {
        width: 160px;
        height: 40px;
        border-radius: 20px;
        font-size: 14px;
        padding-top: 13px; }
        .btn a:before, .btn-stable a:before {
          right: 18px;
          top: 16px;
          width: 7.8px;
          height: 7.8px; } }
  @media screen and (max-width: 767px) {
    .btn-stable {
      position: relative;
      bottom: 0; } }
  .btn.noicon a:before, .noicon.btn-stable a:before {
    content: none; }

.table {
  width: 100%; }
  .table tr {
    line-height: 1.8;
    border-bottom: dotted 1px #ddd; }
    .table tr th, .table tr td {
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .table tr th, .table tr td {
          font-size: 14px; } }
    .table tr th {
      width: 250px;
      padding: 15px 0 15px 15px;
      text-align: left; }
      @media screen and (max-width: 959px) {
        .table tr th {
          width: 140px; } }
    .table tr td {
      margin-left: 250px;
      padding: 15px 0; }
    .table tr:first-of-type {
      border-top: dotted 1px #ddd; }
  @media screen and (max-width: 959px) {
    .table.spdb tr th {
      display: block;
      width: 100%;
      background: #f5f5f5; }
    .table.spdb tr td {
      display: block;
      width: 100%;
      margin-left: 0; } }

/* =========================================================
	common comprnent
========================================================= */
.article__title {
  text-align: center;
  color: #252525; }
  .article__title p.en-title {
    font: 300 3vw/1.1 "trajan-sans-pro", serif;
    letter-spacing: .08em; }
    .article__title p.en-title span {
      font-size: 5vw;
      font-weight: bold; }
    @media screen and (max-width: 767px) {
      .article__title p.en-title {
        font-size: 33px; }
        .article__title p.en-title span {
          font-size: 53px; } }
  .article__title p.ja-title {
    margin-top: 40px;
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .article__title p.ja-title {
        margin-top: 35px;
        font-size: 14px;
        letter-spacing: .1em; } }
  .article__title.ja {
    width: 80vw;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .article__title.ja {
        width: 100%;
        padding: 0 20px; } }
    .article__title.ja h2 {
      font-size: 4vw;
      text-align: left;
      letter-spacing: .15em;
      line-height: 1.5;
      font-weight: 200; }
      @media screen and (max-width: 767px) {
        .article__title.ja h2 {
          font-size: 7vw; } }
      .article__title.ja h2 small {
        font-size: 2.5vw; }
        @media screen and (max-width: 767px) {
          .article__title.ja h2 small {
            font-size: 5.5vw; } }
    .article__title.ja + .article__main {
      margin-top: 100px; }
      @media screen and (max-width: 959px) {
        .article__title.ja + .article__main {
          margin-top: 60px; } }
  .article__title.center h2 {
    text-align: center; }
.article__main {
  width: 80vw;
  margin: 0 auto; }
  @media screen and (max-width: 959px) {
    .article__main {
      width: 100%;
      padding: 0 20px; } }
  .article__main p {
    font: normal 20px/2 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: .1em; }
    @media screen and (max-width: 959px) {
      .article__main p {
        font-size: 13px; } }
    .article__main p + p {
      margin-top: 20px; }
.article.insert-img .fig {
  display: inline-block;
  position: relative;
  max-width: 80%; }
  .article.insert-img .fig p {
    margin-top: 10px;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.15em;
    opacity: .8;
    width: 100%;
    text-align: right; }
    @media screen and (max-width: 767px) {
      .article.insert-img .fig p {
        font-size: 10px; } }
.article.insert-img.right .article__main {
  text-align: right; }
  .article.insert-img.right .article__main .fig p {
    text-align: left; }
.article.insert-img.center .article__main {
  text-align: center; }
  .article.insert-img.center .article__main .fig.p {
    text-align: center; }
.article .cap {
  width: 61%;
  margin: 0 auto; }
  @media screen and (max-width: 959px) {
    .article .cap {
      width: 100%; } }
  .article .cap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ddd; }
    .article .cap dl dt {
      font-family: "trajan-sans-pro", serif;
      width: 200px;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .article .cap dl dt {
          width: 100px; } }
    .article .cap dl dd {
      font-family: YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    .article .cap dl dt, .article .cap dl dd {
      font-size: 16px;
      line-height: 3; }
      @media screen and (max-width: 767px) {
        .article .cap dl dt, .article .cap dl dd {
          font-size: 12px; } }
.article.colored {
  padding: 14vw 0;
  background-color: #C4AA8D; }
  @media screen and (max-width: 959px) {
    .article.colored {
      padding: 150px 0; } }
.article + .article {
  margin-top: 300px; }
  @media screen and (max-width: 959px) {
    .article + .article {
      margin-top: 160px; } }
  .article + .article.mtshort {
    margin-top: 100px; }
    @media screen and (max-width: 959px) {
      .article + .article.mtshort {
        margin-top: 40px; } }

/* =========================================================
	list
========================================================= */
.list-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 90px; }
  @media screen and (max-width: 767px) {
    .list-step {
      margin-top: 50px; } }
  .list-step .item {
    width: calc(1 / 3 * 100% - 0.66667 *3vw);
    margin: 0 1vw 4vw 1vw; }
    .list-step .item p {
      text-align: center; }
      .list-step .item p:nth-of-type(1) {
        border-bottom: 1px solid #ddd;
        margin: 0 auto 20px;
        padding: 5px 0;
        font-size: 14px; }
        @media screen and (max-width: 767px) {
          .list-step .item p:nth-of-type(1) {
            font-size: 12px; } }
      .list-step .item p:nth-of-type(2) {
        font-size: 1.5vw;
        margin: 0 auto 15px;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          .list-step .item p:nth-of-type(2) {
            font-size: 16px; } }
      .list-step .item p:nth-of-type(3) {
        font-size: 14px; }
        @media screen and (max-width: 767px) {
          .list-step .item p:nth-of-type(3) {
            font-size: 12px; } }
  @media screen and (max-width: 767px) {
    .list-step {
      width: calc(100%);
      padding: 4vw 2vw; }
      .list-step .item {
        width: calc(50% - 4vw);
        margin: 0 2vw;
        margin-bottom: 8vw; } }
.list-info-under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list-info-under .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 10px);
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .list-info-under .item {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #ddd; } }
    .list-info-under .item a {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-decoration: none; }
      .list-info-under .item a:hover {
        opacity: .6; }
    .list-info-under .item__thumbnial {
      width: 200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 200px;
      overflow: hidden; }
      @media all and (-ms-high-contrast: none) {
        .list-info-under .item__thumbnial {
          display: block; } }
    .list-info-under .item__contents {
      width: calc(100% - 200px);
      padding-left: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .list-info-under .item__contents p {
        text-align: left;
        margin-top: 0;
        line-height: 1.6; }
    .list-info-under .item__date {
      color: #C4AA8D;
      font-weight: bold; }
    .list-info-under .item__pos {
      font-size: 15px;
      font-style: italic;
      opacity: .7; }
      @media screen and (max-width: 767px) {
        .list-info-under .item__pos {
          font-size: 10px; } }
    .list-info-under .item__state {
      font-family: "trajan-sans-pro", serif;
      font-size: 11px;
      background: #546D8F;
      color: white;
      text-align: center !important;
      width: 120px;
      border-radius: 5px;
      margin-top: 5px !important; }
      .list-info-under .item__state.creating {
        background: #62867C; }
      .list-info-under .item__state.lamauve {
        background: #845E96; }
      @media screen and (max-width: 767px) {
        .list-info-under .item__state {
          font-size: 10px; } }
    @media screen and (max-width: 767px) {
      .list-info-under .item {
        width: 100%;
        padding: 20px 10px;
        margin: 0;
        border-bottom: 1px solid #ddd; }
        .list-info-under .item__thumbnial {
          width: 100px;
          height: 100px; }
        .list-info-under .item__contents {
          width: calc(100% - 100px); } }
    .list-info-under .item.active a {
      padding: 10px;
      border: 1px solid #C4AA8D;
      margin-right: 10px;
      background: rgba(196, 170, 141, 0.1); }
      @media screen and (max-width: 767px) {
        .list-info-under .item.active a {
          padding: 5px;
          margin-right: 0; } }
    .list-info-under .item.active .item__thumbnial {
      width: 178px;
      height: 178px; }
      @media screen and (max-width: 767px) {
        .list-info-under .item.active .item__thumbnial {
          width: 88px;
          height: 88px; } }

ul.list li {
  position: relative;
  padding-left: 1em;
  line-height: 2.1;
  font-size: 20px; }
  ul.list li:last-child {
    margin-bottom: 0; }
  ul.list li:before {
    position: absolute;
    display: block;
    content: '';
    top: 20px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #DB361A;
    border-radius: 100%; }
@media screen and (max-width: 959px) {
  ul.list li {
    font-size: 14px; }
    ul.list li:before {
      top: 11px; } }

.postdetail__title {
  text-align: center;
  margin-top: 100px; }
  .postdetail__title span {
    font: normal 3.5vw/1.5 "trajan-sans-pro", serif;
    color: #C4AA8D; }
  .postdetail__title h2 {
    font: normal 3.5vw/1.5 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .postdetail__title + .article {
    margin-top: 170px; }
  .postdetail__title span.date {
    font: normal 1.3vw/1.5 "trajan-sans-pro", serif;
    color: #C4AA8D;
    letter-spacing: .1em; }
  @media screen and (max-width: 767px) {
    .postdetail__title {
      margin-top: 50px; }
      .postdetail__title span {
        font: normal 7.5vw/1.5 "trajan-sans-pro", serif;
        color: #C4AA8D; }
      .postdetail__title h2 {
        font: normal 6.5vw/1.5 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      .postdetail__title + .article {
        margin-top: 50px; }
      .postdetail__title span.date {
        font: normal 3vw/1.5 "trajan-sans-pro", serif;
        color: #C4AA8D; } }
.postdetail__subtitle {
  margin-bottom: -40px; }
  .postdetail__subtitle .taxname {
    display: block;
    max-width: 450px;
    border-top: 1px solid #212121;
    border-bottom: 1px solid;
    text-align: center;
    padding: 11px 0;
    font-size: 20px;
    letter-spacing: .1em;
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .postdetail__subtitle {
      margin-bottom: 0; }
      .postdetail__subtitle .taxname {
        font-size: 14px;
        margin-top: 20px;
        max-width: 330px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd; } }
.postdetail__contents {
  position: relative;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px; }
  .postdetail__contents.bordered {
    border: 1px solid #ddd;
    padding: 50px; }
    @media screen and (min-width: 768px) {
      .postdetail__contents.bordered {
        margin-top: 90px !important; } }
    @media screen and (max-width: 767px) {
      .postdetail__contents.bordered {
        padding: 20px;
        border-right: 0;
        border-left: 0; } }
  .postdetail__contents.cnt-ref {
    margin-top: 0 !important; }
    @media screen and (min-width: 768px) {
      .postdetail__contents.cnt-ref {
        margin-top: 50px !important; } }
.postdetail__h2 {
  font: normal 3vw/1.5 "trajan-sans-pro", serif;
  margin-bottom: 40px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .postdetail__h2 {
      font-size: 6vw;
      margin-bottom: 20px; } }
.postdetail__freearea p {
  font: normal 20px/2 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  @media screen and (max-width: 767px) {
    .postdetail__freearea p {
      font-size: 14px; } }
.postdetail__freearea h3 {
  font-size: 22px !important;
  padding: 10px;
  border-radius: 3px;
  background: #C4AA8D;
  color: white;
  padding-left: 20px !important; }
  .postdetail__freearea h3:before {
    content: none !important; }
.postdetail__freearea h4 {
  font-size: 20px;
  font-weight: bold; }
.postdetail__freearea h5 {
  font-size: 16px; }
.postdetail__freearea h3, .postdetail__freearea h4, .postdetail__freearea h5 {
  margin-top: 60px;
  position: relative;
  padding-left: 30px; }
  .postdetail__freearea h3:before, .postdetail__freearea h4:before, .postdetail__freearea h5:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 100%;
    background: #C4AA8D; }
.postdetail__freearea h3:before {
  height: calc(100% - 10px); }
.postdetail__freearea h5:before {
  background: #212121; }
.postdetail__freearea p + p,
.postdetail__freearea p + img,
.postdetail__freearea img + p,
.postdetail__freearea h3 + p,
.postdetail__freearea h4 + p,
.postdetail__freearea h5 + p {
  margin-top: 30px; }
.postdetail__freearea strong {
  font-weight: bold; }
@media screen and (max-width: 959px) {
  .postdetail__freearea h3 {
    font-size: 18px !important; }
  .postdetail__freearea h4 {
    font-size: 16px; }
  .postdetail__freearea h5 {
    font-size: 14px;
    font-weight: bold; }
  .postdetail__freearea h3, .postdetail__freearea h4, .postdetail__freearea h5 {
    margin-top: 30px;
    padding-left: 15px; }
    .postdetail__freearea h3:before, .postdetail__freearea h4:before, .postdetail__freearea h5:before {
      width: 2px; }
  .postdetail__freearea p + img,
  .postdetail__freearea img + p,
  .postdetail__freearea h3 + p,
  .postdetail__freearea h4 + p,
  .postdetail__freearea h5 + p {
    margin-top: 15px; } }
.postdetail .article + .article {
  margin-top: 170px; }
  @media screen and (max-width: 767px) {
    .postdetail .article + .article {
      margin-top: 50px; } }

#ac_map {
  padding-top: 100px; }
  @media screen and (max-width: 767px) {
    #ac_map {
      padding-top: 30px; } }

#map {
  width: 100%;
  height: 450px;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    #map {
      width: 100%;
      height: 400px;
      margin-top: 30px; } }

/* =========================================================
	#wrapper
========================================================= */
#wrapper {
  width: 100%;
  margin: 0 auto;
  background: white; }

html {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  html::-webkit-scrollbar {
    display: none; }

/* =========================================================
 underpage
========================================================= */
/* =========================================================
	pagetitle
========================================================= */
.pagetitle__en {
  text-align: center;
  font: bold 8vw/1.1 "trajan-sans-pro", serif;
  letter-spacing: .08em;
  padding: 9vw 0 0; }
  @media screen and (max-width: 767px) {
    .pagetitle__en {
      font-size: 10vw;
      padding: 34vw 0 0; } }
  .pagetitle__en small {
    display: block;
    font-size: 3.5vw;
    font-weight: 300; }
.pagetitle__title {
  display: block;
  text-align: center;
  font: bold 30px/1 "trajan-sans-pro", serif;
  padding: 4vw 0; }
  @media screen and (max-width: 767px) {
    .pagetitle__title {
      font-size: 16px; } }
.pagetitle + .article {
  margin-top: 40px; }

#js-cover {
  position: fixed;
  z-index: 9;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: white;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease; }
  #js-cover.on {
    opacity: 0; }

/* =========================================================
	header
========================================================= */
.header__logo {
  position: fixed;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .header__logo.on {
    opacity: 1; }
  .header__logo .logo {
    position: fixed;
    display: inline-block;
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1); }
    @media screen and (min-width: 960px) {
      .header__logo .logo {
        -webkit-transform: translateX(calc( 50vw - 50px )) translateY(calc(50vh - 90px));
                transform: translateX(calc( 50vw - 50px )) translateY(calc(50vh - 90px)); } }
    @media screen and (max-width: 959px) {
      .header__logo .logo {
        -webkit-transform: translateX(calc( 50vw - 30px )) translateY(calc(50vh - 80px));
                transform: translateX(calc( 50vw - 30px )) translateY(calc(50vh - 80px)); } }
    @media screen and (min-width: 960px) {
      .header__logo .logo img {
        width: 100px; } }
    @media screen and (max-width: 959px) {
      .header__logo .logo img {
        width: 60px; } }
  .header__logo .copy {
    position: fixed;
    display: block;
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1); }
    @media screen and (min-width: 960px) {
      .header__logo .copy {
        -webkit-transform: translateX(calc( 50vw - 130px )) translateY(calc(50vh + 32px));
                transform: translateX(calc( 50vw - 130px )) translateY(calc(50vh + 32px)); } }
    @media screen and (max-width: 959px) {
      .header__logo .copy {
        -webkit-transform: translateX(calc( 50vw - 80px )) translateY(calc(50vh - 10px));
                transform: translateX(calc( 50vw - 80px )) translateY(calc(50vh - 10px)); } }
    @media screen and (min-width: 960px) {
      .header__logo .copy img {
        width: 260px; } }
    @media screen and (max-width: 959px) {
      .header__logo .copy img {
        width: auto; } }
.header__menu {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 8; }
  @media screen and (max-width: 959px) {
    .header__menu {
      top: 20px;
      right: 20px; } }
.header__sns {
  position: fixed;
  z-index: 8; }
  @media screen and (min-width: 768px) {
    .header__sns {
      bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .header__sns {
      bottom: 20px; } }
  .header__sns ul > li:hover {
    opacity: .6; }
  @media screen and (min-width: 768px) {
    .header__sns ul > li:nth-child(1) {
      margin-left: 37px; } }
  @media screen and (max-width: 767px) {
    .header__sns ul > li:nth-child(1) {
      margin-left: 17px; } }
  .header__sns ul > li:nth-child(2) {
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .header__sns ul > li:nth-child(2) {
        margin-left: 32px; } }
    @media screen and (max-width: 767px) {
      .header__sns ul > li:nth-child(2) {
        margin-left: 12px; } }

@media screen and (min-width: 960px) {
  body:not(#home-page) .header__logo .logo {
    -webkit-transform: translateX(calc( 100vw - 140px )) translateY(calc(100vh - 140px));
            transform: translateX(calc( 100vw - 140px )) translateY(calc(100vh - 140px)); } }
@media screen and (max-width: 959px) {
  body:not(#home-page) .header__logo .logo {
    -webkit-transform: translateX(calc( 100vw - 80px )) translateY(calc(100vh - 80px));
            transform: translateX(calc( 100vw - 80px )) translateY(calc(100vh - 80px)); } }
@media screen and (min-width: 960px) {
  body:not(#home-page) .header__logo .copy {
    -webkit-transform: translateX(calc( 40px )) translateY(calc(40px));
            transform: translateX(calc( 40px )) translateY(calc(40px)); } }
@media screen and (max-width: 959px) {
  body:not(#home-page) .header__logo .copy {
    -webkit-transform: translateX(calc( 20px )) translateY(calc(20px));
            transform: translateX(calc( 20px )) translateY(calc(20px)); } }

.menu__btn {
  position: relative;
  z-index: 1;
  cursor: pointer; }
  .menu__btn figure {
    display: block;
    width: 16px;
    height: 2px;
    background: #212121;
    -webkit-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1), width 0.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1), width 0.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1), width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1), width 0.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1); }
    @media screen and (min-width: 768px) {
      .menu__btn figure {
        width: 22px;
        height: 3px; }
        .menu__btn figure + figure {
          margin-top: 8px; }
        .menu__btn figure:first-child {
          width: 42px; } }
    @media screen and (max-width: 767px) {
      .menu__btn figure {
        width: 16px;
        height: 2px; }
        .menu__btn figure + figure {
          margin-top: 5px; }
        .menu__btn figure:first-child {
          width: 28px; } }
  .menu__btn.on figure:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(34%, 34%);
            transform: rotate(45deg) translate(34%, 34%); }
  .menu__btn.on figure:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px); }
  .menu__btn.on figure:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(34%, -34%);
            transform: rotate(-45deg) translate(34%, -34%);
    width: 100%; }
.menu__main {
  position: fixed;
  right: 0;
  top: 0;
  max-width: 100%;
  width: 0;
  height: 100%;
  background: white;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: width 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .menu__main::-webkit-scrollbar {
    display: none; }
  .menu__main.on {
    width: 800px; }
    @media screen and (max-width: 959px) {
      .menu__main.on {
        width: 100%; } }
  .menu__main ul.list-tabmenu {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 28vw;
    margin: 0 auto;
    padding: 3vw;
    overflow-x: hidden;
    min-width: 300px; }
    @media screen and (max-width: 767px) {
      .menu__main ul.list-tabmenu {
        width: 92vw;
        padding: 20vw 4vw 8vw; } }
    .menu__main ul.list-tabmenu li a {
      font: normal 1.2em/1.4 "trajan-sans-pro", serif;
      text-decoration: none;
      cursor: pointer; }
      .menu__main ul.list-tabmenu li a:hover {
        text-decoration: underline; }
    .menu__main ul.list-tabmenu li.on a {
      text-decoration: underline; }
  .menu__main .list-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .menu__main .list-info .item {
      width: 100%;
      border-bottom: 1px solid #ddd; }
      .menu__main .list-info .item a {
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 40px; }
      .menu__main .list-info .item__thumbnial {
        width: 200px; }
      .menu__main .list-info .item__contents {
        width: calc(100% - 200px);
        padding-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .menu__main .list-info .item__contents p {
          text-align: left;
          margin-top: 0;
          line-height: 1.6;
          font-size: 20px; }
          @media screen and (max-width: 767px) {
            .menu__main .list-info .item__contents p {
              font-size: 14px; } }
      .menu__main .list-info .item__date {
        color: #C4AA8D;
        font-weight: bold; }
      .menu__main .list-info .item__pos {
        font-size: 15px !important;
        font-style: italic;
        opacity: .7; }
        @media screen and (max-width: 767px) {
          .menu__main .list-info .item__pos {
            font-size: 10px !important; } }
      .menu__main .list-info .item__state {
        font-family: "trajan-sans-pro", serif;
        font-size: 11px !important;
        background: #546D8F;
        color: white;
        text-align: center !important;
        width: 120px;
        border-radius: 5px;
        margin-top: 5px !important;
        line-height: 2 !important; }
        .menu__main .list-info .item__state.creating {
          background: #62867C; }
        .menu__main .list-info .item__state.lamauve {
          background: #845E96; }
        @media screen and (max-width: 767px) {
          .menu__main .list-info .item__state {
            font-size: 10px !important; } }
      @media screen and (max-width: 767px) {
        .menu__main .list-info .item {
          padding: 20px;
          margin: 0;
          border-bottom: 1px solid #ddd; }
          .menu__main .list-info .item a {
            padding: 0; }
          .menu__main .list-info .item__thumbnial {
            width: 100px; }
          .menu__main .list-info .item__contents {
            width: calc(100% - 100px); } }
  .menu__main .list-infoitem > li {
    border-bottom: 1px solid #ddd; }
    .menu__main .list-infoitem > li a {
      display: block;
      text-decoration: none;
      text-align: center;
      padding: 50px 0; }
      .menu__main .list-infoitem > li a:hover {
        opacity: .6; }
    .menu__main .list-infoitem > li span {
      display: block;
      font: 300 3.5vw/1 "trajan-sans-pro", serif;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .menu__main .list-infoitem > li span {
          font-size: 10vw; } }
  .menu__main .list-cntmenu {
    overflow-x: hidden;
    min-width: 400px; }
    @media screen and (max-width: 767px) {
      .menu__main .list-cntmenu {
        min-width: 100vw; } }
    .menu__main .list-cntmenu > li {
      display: none; }
      .menu__main .list-cntmenu > li .sublink a {
        display: block;
        margin: 30px 0;
        text-align: center;
        text-decoration: none;
        font: 500 20px/1 "trajan-sans-pro", serif;
        opacity: .6; }
        @media screen and (max-width: 767px) {
          .menu__main .list-cntmenu > li .sublink a {
            font-size: 5vw; } }
      .menu__main .list-cntmenu > li .btn, .menu__main .list-cntmenu > li .btn-stable {
        margin-top: 0;
        padding: 40px 0; }
      .menu__main .list-cntmenu > li.on {
        display: block; }
    .menu__main .list-cntmenu .lamauve img {
      width: 270px; }
      @media screen and (max-width: 767px) {
        .menu__main .list-cntmenu .lamauve img {
          width: auto; } }
    .menu__main .list-cntmenu .lamauve p {
      color: #875A98; }
    .menu__main .list-cntmenu h2 {
      text-align: left;
      font-size: 12px;
      padding: 0 37px; }
      @media screen and (max-width: 767px) {
        .menu__main .list-cntmenu h2 {
          margin-top: 40px;
          text-align: center;
          padding: 0 20px;
          margin: 20px 0; } }
      .menu__main .list-cntmenu h2 span {
        display: block;
        margin-top: 8px;
        font-size: 24px;
        font-family: "trajan-sans-pro", serif;
        font-weight: bold; }
    @media screen and (max-width: 767px) {
      .menu__main .list-cntmenu .btn, .menu__main .list-cntmenu .btn-stable {
        position: relative;
        bottom: 0; } }

/* =========================================================
	footer
========================================================= */
.footer {
  width: 70vw;
  height: calc(100vh - 250px);
  margin: 0 auto;
  margin-top: 250px;
  padding-top: 15vh; }
  @media screen and (max-width: 767px) {
    .footer {
      padding-top: 0; } }
  .footer.line {
    height: auto;
    margin: 20px auto 30px; }
    @media screen and (max-width: 767px) {
      .footer.line {
        margin: 60px auto 0px; } }
  .footer .list-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 3.4vw; }
    .footer .list-footer li {
      text-align: center;
      margin: 0 30px; }
      .footer .list-footer li p {
        font: 300 2vw/1 "trajan-sans-pro", serif; }
      .footer .list-footer li a {
        display: block;
        margin-top: 30px;
        font: 300 20px/1 "trajan-sans-pro", serif;
        text-decoration: none;
        -webkit-transition: opacity .1 ease;
        transition: opacity .1 ease;
        cursor: pointer; }
        .footer .list-footer li a:hover {
          opacity: .6; }
    @media screen and (max-width: 767px) {
      .footer .list-footer {
        margin-left: 0;
        margin-top: 100px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .footer .list-footer li {
          width: 100%;
          margin: 0; }
          .footer .list-footer li p {
            font-size: 22px; }
          .footer .list-footer li a {
            font-size: 14px;
            letter-spacing: 0; }
          .footer .list-footer li + li {
            margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    .footer {
      width: calc(100% - 40px); } }
  .footer .list-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 200px;
    margin: 0 auto;
    padding: 150px 0; }
    .footer .list-sns li + li {
      margin-left: 50px; }
    .footer .list-sns a:hover {
      opacity: .6; }
    @media screen and (max-width: 767px) {
      .footer .list-sns {
        padding: 50px 0; }
        .footer .list-sns li + li {
          margin-left: 16px; } }
  .footer .copyright {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .footer .copyright {
        padding-bottom: 50px;
        font-size: 10px; } }
  .footer.works {
    height: auto; }
  .footer.page {
    width: 80vw;
    padding-top: 0;
    margin-top: 150px; }
    @media screen and (max-width: 959px) {
      .footer.page {
        width: 100%;
        margin-top: 90px; } }
    .footer.page .footer__image {
      text-align: center; }
      @media screen and (max-width: 767px) {
        .footer.page .footer__image {
          height: 210px; }
          .footer.page .footer__image img {
            max-height: 100%; } }
    .footer.page .list-footer {
      margin-left: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .footer.page .list-footer li {
        margin: 50px; }
        @media screen and (max-width: 959px) {
          .footer.page .list-footer li {
            margin: 0; } }
        .footer.page .list-footer li strong {
          font-weight: bold; }
        .footer.page .list-footer li.mtspace p {
          margin-top: 29px; }
          @media screen and (max-width: 767px) {
            .footer.page .list-footer li.mtspace p {
              margin-top: 0; } }
      .footer.page .list-footer a {
        padding: 0 20px 20px;
        margin-top: 0; }
        .footer.page .list-footer a:hover {
          opacity: .6; }
        @media screen and (max-width: 959px) {
          .footer.page .list-footer a {
            padding: 40px;
            border-bottom: 1px solid #ddd; } }
        .footer.page .list-footer a p {
          font-weight: bold;
          padding: 30px 0; }
          @media screen and (max-width: 959px) {
            .footer.page .list-footer a p {
              padding-top: 0;
              padding-bottom: 15px;
              font-size: 35px; } }
          .footer.page .list-footer a p small {
            font-weight: normal;
            font-size: 0.6em;
            display: block;
            margin-bottom: 8px; }
      @media screen and (max-width: 959px) {
        .footer.page .list-footer {
          margin-top: 0; } }
    .footer.page .copyright {
      margin-bottom: 50px; }
      @media screen and (max-width: 959px) {
        .footer.page .copyright {
          margin: 30px auto;
          padding-bottom: 0; } }

/* home page
========================================================= */
#home-page .mv {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1; }
  #home-page .mv__copy {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1; }
    #home-page .mv__copy p {
      text-align: center;
      color: white;
      font: 300 8.66667vw/1.1 "trajan-sans-pro", serif;
      letter-spacing: .08em; }
      #home-page .mv__copy p span {
        font-weight: bold; }
      @media screen and (max-width: 767px) {
        #home-page .mv__copy p {
          font-size: 43px; } }
  #home-page .mv__bk--pc {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    width: 100%; }
    #home-page .mv__bk--pc div {
      width: 50%;
      overflow: hidden; }
      #home-page .mv__bk--pc div img {
        opacity: 0;
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transform: scale(1.1) translateY(5%);
                transform: scale(1.1) translateY(5%);
        -webkit-transition: opacity 1.5s ease, -webkit-transform 20s cubic-bezier(0.19, 1, 0.22, 1);
        transition: opacity 1.5s ease, -webkit-transform 20s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 20s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.5s ease;
        transition: transform 20s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.5s ease, -webkit-transform 20s cubic-bezier(0.19, 1, 0.22, 1); }
      #home-page .mv__bk--pc div.on img {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
                transform: scale(1) translateY(0); }
    @media screen and (max-width: 767px) {
      #home-page .mv__bk--pc {
        display: none; } }
  #home-page .mv__bk--sp {
    position: relative; }
    #home-page .mv__bk--sp div {
      width: 100%;
      overflow: hidden; }
      #home-page .mv__bk--sp div img {
        opacity: 0;
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transform: scale(1.1) translateY(5%);
                transform: scale(1.1) translateY(5%);
        -webkit-transition: opacity 1.5s ease, -webkit-transform 20s cubic-bezier(0.19, 1, 0.22, 1);
        transition: opacity 1.5s ease, -webkit-transform 20s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 20s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.5s ease;
        transition: transform 20s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.5s ease, -webkit-transform 20s cubic-bezier(0.19, 1, 0.22, 1); }
      #home-page .mv__bk--sp div.on img {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
                transform: scale(1) translateY(0); }
    @media screen and (min-width: 768px) {
      #home-page .mv__bk--sp {
        display: none; } }
  #home-page .mv__under {
    position: relative;
    height: calc(66vw + 164px + 18vw);
    z-index: 0; }
    @media screen and (max-width: 767px) {
      #home-page .mv__under {
        height: calc(204.5vw + 168px); } }
    #home-page .mv__under .ucopy {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      opacity: 0; }
      #home-page .mv__under .ucopy p {
        text-align: center;
        color: #252525;
        font: 300 8.66667vw/1.1 "trajan-sans-pro", serif;
        letter-spacing: .08em; }
        #home-page .mv__under .ucopy p span {
          font-weight: bold; }
        @media screen and (max-width: 767px) {
          #home-page .mv__under .ucopy p {
            font-size: 43px; } }
  #home-page .mv__new {
    position: absolute;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      #home-page .mv__new {
        right: 69px;
        top: 16px; } }
    @media screen and (min-width: 768px) {
      #home-page .mv__new {
        right: 121px;
        top: 35px; }
        #home-page .mv__new img {
          width: 100px; } }
#home-page .cnt-first-pc {
  margin-top: 126px; }
  #home-page .cnt-first-pc p {
    color: #252525;
    font: normal 20px/2 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: .05em;
    text-align: center; }
    #home-page .cnt-first-pc p + p {
      margin-top: 30px; }
    @media screen and (min-width: 1260px) {
      #home-page .cnt-first-pc p br.pc-1260 {
        display: none; } }
  @media screen and (max-width: 767px) {
    #home-page .cnt-first-pc {
      display: none; } }
#home-page .cnt-first-sp {
  margin-top: 46px; }
  #home-page .cnt-first-sp p {
    color: #252525;
    font: normal 14px/2 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: .1em;
    text-align: center; }
    #home-page .cnt-first-sp p + p {
      margin-top: 10px; }
  @media screen and (min-width: 768px) {
    #home-page .cnt-first-sp {
      display: none; } }
#home-page .cnt-works--new {
  position: relative;
  margin-top: 300px;
  width: 100%;
  height: 100vh; }
  @media screen and (min-width: 768px) {
    #home-page .cnt-works--new {
      overflow: hidden; } }
  @media screen and (max-width: 767px) {
    #home-page .cnt-works--new {
      height: auto;
      margin-top: 140px; } }
  #home-page .cnt-works--new .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%; }
    @media screen and (min-width: 768px) {
      #home-page .cnt-works--new .sticky {
        overflow: hidden; } }
    @media screen and (max-width: 767px) {
      #home-page .cnt-works--new .sticky {
        height: calc(200vw + 260px); } }
  #home-page .cnt-works--new .works-header {
    text-align: center;
    color: #252525;
    font: 300 3vw/1.1 "trajan-sans-pro", serif;
    letter-spacing: .08em; }
    @media screen and (min-width: 768px) {
      #home-page .cnt-works--new .works-header {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
    #home-page .cnt-works--new .works-header span {
      font-size: 5vw;
      font-weight: bold; }
    #home-page .cnt-works--new .works-header h2 {
      margin-top: 40px;
      font-size: 20px; }
    @media screen and (max-width: 767px) {
      #home-page .cnt-works--new .works-header {
        font-size: 33px; }
        #home-page .cnt-works--new .works-header span {
          font-size: 53px; }
        #home-page .cnt-works--new .works-header h2 {
          margin-top: 35px;
          font-size: 14px; } }
    #home-page .cnt-works--new .works-header .wbtn {
      margin-top: 40px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #home-page .cnt-works--new .works-header .wbtn {
          position: absolute;
          z-index: 1;
          width: 100%;
          bottom: -20px; } }
      #home-page .cnt-works--new .works-header .wbtn a {
        position: relative;
        display: inline-block;
        width: 260px;
        height: 60px;
        border-radius: 30px;
        -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
        font-size: 20px;
        padding-top: 18px;
        background-color: white;
        text-decoration: none;
        -webkit-transition: background-color 0.75s cubic-bezier(0.19, 1, 0.22, 1);
        transition: background-color 0.75s cubic-bezier(0.19, 1, 0.22, 1); }
        #home-page .cnt-works--new .works-header .wbtn a:hover {
          background-color: #C4AA8D; }
        #home-page .cnt-works--new .works-header .wbtn a:before {
          content: "";
          display: block;
          width: 14px;
          height: 14px;
          position: absolute;
          right: 33px;
          top: 23px;
          background-image: url(/svg/works-brn-outer.svg);
          background-size: cover; }
        @media screen and (max-width: 767px) {
          #home-page .cnt-works--new .works-header .wbtn a {
            width: 160px;
            height: 40px;
            border-radius: 20px;
            font-size: 14px;
            padding-top: 13px; }
            #home-page .cnt-works--new .works-header .wbtn a:before {
              right: 18px;
              top: 16px;
              width: 7.8px;
              height: 7.8px; } }
  @media screen and (min-width: 768px) {
    #home-page .cnt-works--new .list-works-rev,
    #home-page .cnt-works--new .list-works {
      position: absolute;
      top: 0;
      width: 33%;
      opacity: 0;
      -webkit-filter: blur(1px);
              filter: blur(1px);
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2s cubic-bezier(0.22, 1, 0.36, 1);
      transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2s cubic-bezier(0.22, 1, 0.36, 1);
      transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1), filter 2s cubic-bezier(0.22, 1, 0.36, 1), transform 2s cubic-bezier(0.22, 1, 0.36, 1);
      transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1), filter 2s cubic-bezier(0.22, 1, 0.36, 1), transform 2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2s cubic-bezier(0.22, 1, 0.36, 1); }
      #home-page .cnt-works--new .list-works-rev.left,
      #home-page .cnt-works--new .list-works.left {
        left: 0; }
      #home-page .cnt-works--new .list-works-rev.right,
      #home-page .cnt-works--new .list-works.right {
        right: 0; }
      #home-page .cnt-works--new .list-works-rev.on,
      #home-page .cnt-works--new .list-works.on {
        opacity: 1;
        -webkit-filter: blur(0px);
                filter: blur(0px);
        -webkit-transform: scale(1);
                transform: scale(1); }
      #home-page .cnt-works--new .list-works-rev.rev,
      #home-page .cnt-works--new .list-works.rev {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
        #home-page .cnt-works--new .list-works-rev.rev .item,
        #home-page .cnt-works--new .list-works.rev .item {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        #home-page .cnt-works--new .list-works-rev.rev.on,
        #home-page .cnt-works--new .list-works.rev.on {
          -webkit-transform: scale(1) rotate(180deg);
                  transform: scale(1) rotate(180deg); }
      #home-page .cnt-works--new .list-works-rev .item,
      #home-page .cnt-works--new .list-works .item {
        position: relative;
        width: 100%;
        background-size: cover;
        background-position: center; }
        #home-page .cnt-works--new .list-works-rev .item:hover,
        #home-page .cnt-works--new .list-works .item:hover {
          opacity: .6; }
        #home-page .cnt-works--new .list-works-rev .item a,
        #home-page .cnt-works--new .list-works .item a {
          position: absolute;
          top: 0;
          display: block;
          width: 100%;
          height: 100%; }
        #home-page .cnt-works--new .list-works-rev .item:before,
        #home-page .cnt-works--new .list-works .item:before {
          content: "";
          display: block;
          padding-top: 100%; }
        #home-page .cnt-works--new .list-works-rev .item__btn,
        #home-page .cnt-works--new .list-works .item__btn {
          position: absolute;
          bottom: 10px;
          right: 10px; } }
  @media screen and (max-width: 767px) {
    #home-page .cnt-works--new .list-works-rev,
    #home-page .cnt-works--new .list-works {
      position: absolute;
      top: 260px;
      width: 50%;
      height: 200vw;
      overflow: hidden; }
      #home-page .cnt-works--new .list-works-rev.left,
      #home-page .cnt-works--new .list-works.left {
        left: 0; }
      #home-page .cnt-works--new .list-works-rev.right,
      #home-page .cnt-works--new .list-works.right {
        right: 0; }
      #home-page .cnt-works--new .list-works-rev.rev,
      #home-page .cnt-works--new .list-works.rev {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
        #home-page .cnt-works--new .list-works-rev.rev .item,
        #home-page .cnt-works--new .list-works.rev .item {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      #home-page .cnt-works--new .list-works-rev .item,
      #home-page .cnt-works--new .list-works .item {
        position: relative;
        width: 100%;
        background-size: cover;
        background-position: center; }
        #home-page .cnt-works--new .list-works-rev .item:hover,
        #home-page .cnt-works--new .list-works .item:hover {
          opacity: .6; }
        #home-page .cnt-works--new .list-works-rev .item a,
        #home-page .cnt-works--new .list-works .item a {
          position: absolute;
          top: 0;
          display: block;
          width: 100%;
          height: 100%; }
        #home-page .cnt-works--new .list-works-rev .item:before,
        #home-page .cnt-works--new .list-works .item:before {
          content: "";
          display: block;
          padding-top: 100%; }
        #home-page .cnt-works--new .list-works-rev .item__btn,
        #home-page .cnt-works--new .list-works .item__btn {
          position: absolute;
          bottom: 10px;
          right: 10px; } }
  @media screen and (max-width: 767px) {
    #home-page .cnt-works--new.reform .sticky {
      height: calc(200vw + 224px); }
    #home-page .cnt-works--new.reform .list-works {
      top: 224px; } }
#home-page .cnt-about {
  margin-top: 290px; }
  @media screen and (max-width: 767px) {
    #home-page .cnt-about {
      margin-top: 162px; } }
  #home-page .cnt-about .about__title {
    text-align: center;
    color: #252525;
    font: 300 3vw/1.1 "trajan-sans-pro", serif;
    letter-spacing: .08em; }
    #home-page .cnt-about .about__title span {
      font-size: 5vw;
      font-weight: bold; }
    #home-page .cnt-about .about__title h2 {
      margin-top: 40px;
      font-size: 20px; }
    @media screen and (max-width: 767px) {
      #home-page .cnt-about .about__title {
        font-size: 33px; }
        #home-page .cnt-about .about__title span {
          font-size: 53px; }
        #home-page .cnt-about .about__title h2 {
          margin-top: 28px;
          font-size: 14px; } }
  #home-page .cnt-about .about__main {
    position: relative; }
    #home-page .cnt-about .about__main .item-company {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 150px;
      height: 100vh;
      padding: 40px; }
      @media screen and (max-width: 767px) {
        #home-page .cnt-about .about__main .item-company {
          position: relative;
          height: auto;
          margin-top: 70px;
          padding: 0;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      @media screen and (max-width: 767px) {
        #home-page .cnt-about .about__main .item-company.rev {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-flow: wrap-reverse;
                  flex-flow: wrap-reverse; } }
      @media screen and (max-width: 767px) {
        #home-page .cnt-about .about__main .item-company.lamauve .item__tumbnial {
          height: 225px; } }
      #home-page .cnt-about .about__main .item-company.lamauve p {
        color: #875A98; }
        @media screen and (min-width: 768px) {
          #home-page .cnt-about .about__main .item-company.lamauve p.en-title {
            background: #875A98;
            padding: 35px;
            width: 32vw;
            margin: 0 auto; }
            #home-page .cnt-about .about__main .item-company.lamauve p.en-title > img {
              width: 10vw !important; }
            #home-page .cnt-about .about__main .item-company.lamauve p.en-title > span {
              width: 20vw !important;
              margin: 0 auto !important;
              margin-top: 20px !important; } }
        @media screen and (max-width: 767px) {
          #home-page .cnt-about .about__main .item-company.lamauve p.en-title {
            background: #875A98;
            padding: 35px;
            width: 100vw;
            margin-top: 0px !important; } }
        #home-page .cnt-about .about__main .item-company.lamauve p.en-title img {
          display: block;
          margin: 0 auto; }
        @media screen and (min-width: 768px) {
          #home-page .cnt-about .about__main .item-company.lamauve p.en-title > img {
            width: 150px; } }
        #home-page .cnt-about .about__main .item-company.lamauve p.en-title span {
          display: block;
          margin-top: 20px; }
          @media screen and (min-width: 768px) {
            #home-page .cnt-about .about__main .item-company.lamauve p.en-title span img {
              width: 300px; } }
      #home-page .cnt-about .about__main .item-company.lamauve .btn a, #home-page .cnt-about .about__main .item-company.lamauve .btn-stable a {
        color: #875A98; }
        #home-page .cnt-about .about__main .item-company.lamauve .btn a:before, #home-page .cnt-about .about__main .item-company.lamauve .btn-stable a:before {
          background-image: url(/svg/btn-ornament-lm.svg); }
      #home-page .cnt-about .about__main .item-company .item__tumbnial {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center; }
        #home-page .cnt-about .about__main .item-company .item__tumbnial#js-company {
          background-image: url(/images/index/company@2x.jpg?20200930); }
        #home-page .cnt-about .about__main .item-company .item__tumbnial#js-kraftmans {
          background-image: url(/images/index/kraftmans@2x.jpg?20200930); }
        #home-page .cnt-about .about__main .item-company .item__tumbnial#js-lamauve {
          background-image: url(/images/index/lamauve@2x.jpg?20200930); }
        @media screen and (max-width: 767px) {
          #home-page .cnt-about .about__main .item-company .item__tumbnial {
            height: 43vw; }
            #home-page .cnt-about .about__main .item-company .item__tumbnial#js-company {
              background-image: url(/images/index/company-sp@2x.jpg?20200930); }
            #home-page .cnt-about .about__main .item-company .item__tumbnial#js-kraftmans {
              background-image: url(/images/index/kraftmans-sp@2x.jpg?20200930); }
            #home-page .cnt-about .about__main .item-company .item__tumbnial#js-lamauve {
              background-image: url(/images/index/lamauve-sp@2x.jpg?20200930); } }
      #home-page .cnt-about .about__main .item-company .item__copy {
        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%;
        text-align: center; }
        #home-page .cnt-about .about__main .item-company .item__copy p.en-title {
          font: 300 3vw/1.1 "trajan-sans-pro", serif; }
          @media screen and (max-width: 767px) {
            #home-page .cnt-about .about__main .item-company .item__copy p.en-title {
              font-size: 33px;
              margin-top: 28px; } }
        #home-page .cnt-about .about__main .item-company .item__copy p:not(.en-title) {
          margin-top: 30px;
          font: normal 20px/2 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
          @media screen and (max-width: 767px) {
            #home-page .cnt-about .about__main .item-company .item__copy p:not(.en-title) {
              margin-top: 25px;
              font-size: 14px; } }
        #home-page .cnt-about .about__main .item-company .item__copy .btn-more {
          margin-top: 30px; }
      @media screen and (max-width: 767px) {
        #home-page .cnt-about .about__main .item-company .btn, #home-page .cnt-about .about__main .item-company .btn-stable {
          position: relative;
          bottom: 0;
          margin-top: 30px; } }
#home-page .cnt-info {
  margin-top: 150px; }
  #home-page .cnt-info .article__main p {
    margin-top: 60px;
    text-align: center;
    font: normal 20px/1.4 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    @media screen and (max-width: 767px) {
      #home-page .cnt-info .article__main p {
        margin-top: 40px;
        font-size: 12px; } }
  #home-page .cnt-info .article__main .info-insert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70vw;
    padding: 17px 0;
    border-top: 1px dashed rgba(37, 37, 37, 0.2);
    border-bottom: 1px dashed rgba(37, 37, 37, 0.2);
    margin: 0 auto;
    margin-top: 40px; }
    #home-page .cnt-info .article__main .info-insert a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-decoration: none;
      width: 100%; }
      #home-page .cnt-info .article__main .info-insert a:hover {
        opacity: .6; }
    #home-page .cnt-info .article__main .info-insert dt {
      font: normal 20px/1 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      opacity: .5;
      width: 110px; }
    #home-page .cnt-info .article__main .info-insert dd {
      width: calc(100% - 110px);
      padding-left: 40px;
      font: normal 20px/1 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    @media screen and (max-width: 767px) {
      #home-page .cnt-info .article__main .info-insert {
        margin-top: 20px;
        width: 100%;
        padding: 12px 0; }
        #home-page .cnt-info .article__main .info-insert dt, #home-page .cnt-info .article__main .info-insert dd {
          font-size: 12px;
          line-height: 1.4;
          letter-spacing: .08em; }
        #home-page .cnt-info .article__main .info-insert dt {
          width: 80px; }
        #home-page .cnt-info .article__main .info-insert dd {
          width: calc(100% - 80px);
          padding-left: 0; } }
  #home-page .cnt-info .article__main .blog__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70vw;
    margin: 0 auto;
    margin-top: 40px;
    padding: 17px 0;
    border-top: 1px solid rgba(37, 37, 37, 0.2);
    border-bottom: 1px solid rgba(37, 37, 37, 0.2); }
    #home-page .cnt-info .article__main .blog__category li {
      position: relative;
      width: 100%;
      font: normal 20px/1 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      cursor: pointer;
      text-align: center; }
      #home-page .cnt-info .article__main .blog__category li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -18px;
        margin: 0 auto;
        height: 2px;
        width: 0px;
        background: #252525;
        -webkit-transition: width .3s ease;
        transition: width .3s ease; }
      #home-page .cnt-info .article__main .blog__category li.on:before {
        width: 50px; }
      #home-page .cnt-info .article__main .blog__category li#js-anc-lamauve.on {
        color: #845E96; }
      #home-page .cnt-info .article__main .blog__category li#js-anc-lamauve:before {
        background: #875A98; }
    @media screen and (max-width: 767px) {
      #home-page .cnt-info .article__main .blog__category {
        width: 100%;
        margin-top: 20px;
        padding: 12px; }
        #home-page .cnt-info .article__main .blog__category li {
          font-size: 12px; }
          #home-page .cnt-info .article__main .blog__category li:before {
            bottom: -13px; } }
  #home-page .cnt-info .article__main .list__wrapper {
    display: none;
    width: 70vw;
    margin: 0 auto;
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      #home-page .cnt-info .article__main .list__wrapper {
        position: relative;
        margin-top: 0;
        width: 100%; } }
    #home-page .cnt-info .article__main .list__wrapper .list-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #home-page .cnt-info .article__main .list__wrapper .list-info .item {
        width: calc(50% - 10px);
        margin-bottom: 20px; }
        #home-page .cnt-info .article__main .list__wrapper .list-info .item a {
          text-decoration: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          #home-page .cnt-info .article__main .list__wrapper .list-info .item a:hover {
            opacity: .6; }
        #home-page .cnt-info .article__main .list__wrapper .list-info .item__thumbnial {
          width: 200px; }
        #home-page .cnt-info .article__main .list__wrapper .list-info .item__contents {
          width: calc(100% - 200px);
          padding-left: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          #home-page .cnt-info .article__main .list__wrapper .list-info .item__contents p {
            text-align: left;
            margin-top: 0; }
            #home-page .cnt-info .article__main .list__wrapper .list-info .item__contents p + p {
              margin-top: 20px; }
        @media screen and (max-width: 767px) {
          #home-page .cnt-info .article__main .list__wrapper .list-info .item {
            width: 100%;
            padding: 20px;
            margin: 0;
            border-bottom: 1px solid #ddd; }
            #home-page .cnt-info .article__main .list__wrapper .list-info .item__thumbnial {
              width: 100px; }
            #home-page .cnt-info .article__main .list__wrapper .list-info .item__contents {
              width: calc(100% - 100px); } }
    #home-page .cnt-info .article__main .list__wrapper.on {
      display: block; }
    @media screen and (max-width: 767px) {
      #home-page .cnt-info .article__main .list__wrapper .btn, #home-page .cnt-info .article__main .list__wrapper .btn-stable {
        position: relative;
        bottom: 0;
        margin-top: 40px; } }
#home-page .cnt-showroom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 400px;
  margin: 0 auto;
  margin-top: 300px;
  text-decoration: none; }
  @media screen and (max-width: 767px) {
    #home-page .cnt-showroom a {
      height: 420px;
      margin-top: 160px;
      width: calc(100% - 40px);
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  #home-page .cnt-showroom a .showroom__image {
    width: calc(100% - 500px);
    background-position: center;
    background-size: cover;
    background-image: url(/images/index/showroom@2x.jpg); }
    @media screen and (max-width: 767px) {
      #home-page .cnt-showroom a .showroom__image {
        height: 285px;
        width: 100%;
        background-image: url(/images/index/showroom-sp@2x.jpg); } }
  #home-page .cnt-showroom a .showroom__title {
    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: 500px;
    background: #252525;
    color: white; }
    #home-page .cnt-showroom a .showroom__title .en-title {
      font: 300 3vw/1.1 "trajan-sans-pro", serif;
      text-align: center; }
    #home-page .cnt-showroom a .showroom__title h2 {
      font: 300 20px/1 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      padding: 13px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      margin-top: 15px;
      text-align: center; }
    @media screen and (max-width: 767px) {
      #home-page .cnt-showroom a .showroom__title {
        height: calc(100% - 180px);
        /*no img*/
        width: 100%; }
        #home-page .cnt-showroom a .showroom__title .en-title {
          font-size: 33px;
          letter-spacing: 0.13em; }
        #home-page .cnt-showroom a .showroom__title h2 {
          letter-spacing: .3em; }
          #home-page .cnt-showroom a .showroom__title h2 span {
            font-size: 14px; } }

/* about page
========================================================= */
#about-page .table {
  margin-top: 110px; }
  @media screen and (max-width: 959px) {
    #about-page .table {
      margin-top: 60px; } }

/* blog page
========================================================= */
#blog-lamauve-page .series,
#blog-construction-page .series,
#blog-reform-page .series {
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    #blog-lamauve-page .series,
    #blog-construction-page .series,
    #blog-reform-page .series {
      margin-bottom: 30px;
      margin-top: 100px; } }
  #blog-lamauve-page .series .ja-title,
  #blog-construction-page .series .ja-title,
  #blog-reform-page .series .ja-title {
    line-height: 1.6; }
    #blog-lamauve-page .series .ja-title span,
    #blog-construction-page .series .ja-title span,
    #blog-reform-page .series .ja-title span {
      color: #C4AA8D;
      font-weight: bold; }
#blog-lamauve-page .article__main.p0,
#blog-construction-page .article__main.p0,
#blog-reform-page .article__main.p0 {
  width: 100%;
  padding: 0 !important; }

#privacy-page .article + .article {
  margin-top: 110px; }
#privacy-page .article__title + .article__main {
  margin-top: 60px; }
#privacy-page .article__main .table,
#privacy-page .article__main .list {
  margin-top: 30px; }

#showroom-page .cnt-gallary p.en-title,
#works-construction-page .cnt-gallary p.en-title,
#works-reform-page .cnt-gallary p.en-title {
  margin-bottom: 30px; }
#showroom-page #gallery2,
#showroom-page #gallery,
#works-construction-page #gallery2,
#works-construction-page #gallery,
#works-reform-page #gallery2,
#works-reform-page #gallery {
  margin-bottom: 50px;
  position: relative;
  text-align: center; }
  #showroom-page #gallery2 #zoom2,
  #showroom-page #gallery2 #zoom,
  #showroom-page #gallery #zoom2,
  #showroom-page #gallery #zoom,
  #works-construction-page #gallery2 #zoom2,
  #works-construction-page #gallery2 #zoom,
  #works-construction-page #gallery #zoom2,
  #works-construction-page #gallery #zoom,
  #works-reform-page #gallery2 #zoom2,
  #works-reform-page #gallery2 #zoom,
  #works-reform-page #gallery #zoom2,
  #works-reform-page #gallery #zoom {
    margin-bottom: 50px; }
    #showroom-page #gallery2 #zoom2 li,
    #showroom-page #gallery2 #zoom li,
    #showroom-page #gallery #zoom2 li,
    #showroom-page #gallery #zoom li,
    #works-construction-page #gallery2 #zoom2 li,
    #works-construction-page #gallery2 #zoom li,
    #works-construction-page #gallery #zoom2 li,
    #works-construction-page #gallery #zoom li,
    #works-reform-page #gallery2 #zoom2 li,
    #works-reform-page #gallery2 #zoom li,
    #works-reform-page #gallery #zoom2 li,
    #works-reform-page #gallery #zoom li {
      height: 480px; }
      @media screen and (max-width: 959px) {
        #showroom-page #gallery2 #zoom2 li,
        #showroom-page #gallery2 #zoom li,
        #showroom-page #gallery #zoom2 li,
        #showroom-page #gallery #zoom li,
        #works-construction-page #gallery2 #zoom2 li,
        #works-construction-page #gallery2 #zoom li,
        #works-construction-page #gallery #zoom2 li,
        #works-construction-page #gallery #zoom li,
        #works-reform-page #gallery2 #zoom2 li,
        #works-reform-page #gallery2 #zoom li,
        #works-reform-page #gallery #zoom2 li,
        #works-reform-page #gallery #zoom li {
          height: 370px; } }
      #showroom-page #gallery2 #zoom2 li span,
      #showroom-page #gallery2 #zoom li span,
      #showroom-page #gallery #zoom2 li span,
      #showroom-page #gallery #zoom li span,
      #works-construction-page #gallery2 #zoom2 li span,
      #works-construction-page #gallery2 #zoom li span,
      #works-construction-page #gallery #zoom2 li span,
      #works-construction-page #gallery #zoom li span,
      #works-reform-page #gallery2 #zoom2 li span,
      #works-reform-page #gallery2 #zoom li span,
      #works-reform-page #gallery #zoom2 li span,
      #works-reform-page #gallery #zoom li span {
        height: 480px;
        margin: 0 auto;
        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;
        vertical-align: middle; }
        @media screen and (max-width: 959px) {
          #showroom-page #gallery2 #zoom2 li span,
          #showroom-page #gallery2 #zoom li span,
          #showroom-page #gallery #zoom2 li span,
          #showroom-page #gallery #zoom li span,
          #works-construction-page #gallery2 #zoom2 li span,
          #works-construction-page #gallery2 #zoom li span,
          #works-construction-page #gallery #zoom2 li span,
          #works-construction-page #gallery #zoom li span,
          #works-reform-page #gallery2 #zoom2 li span,
          #works-reform-page #gallery2 #zoom li span,
          #works-reform-page #gallery #zoom2 li span,
          #works-reform-page #gallery #zoom li span {
            width: 100%;
            height: 100%;
            padding: 15px; }
            #showroom-page #gallery2 #zoom2 li span img,
            #showroom-page #gallery2 #zoom li span img,
            #showroom-page #gallery #zoom2 li span img,
            #showroom-page #gallery #zoom li span img,
            #works-construction-page #gallery2 #zoom2 li span img,
            #works-construction-page #gallery2 #zoom li span img,
            #works-construction-page #gallery #zoom2 li span img,
            #works-construction-page #gallery #zoom li span img,
            #works-reform-page #gallery2 #zoom2 li span img,
            #works-reform-page #gallery2 #zoom li span img,
            #works-reform-page #gallery #zoom2 li span img,
            #works-reform-page #gallery #zoom li span img {
              max-height: 100%; } }
      #showroom-page #gallery2 #zoom2 li img,
      #showroom-page #gallery2 #zoom li img,
      #showroom-page #gallery #zoom2 li img,
      #showroom-page #gallery #zoom li img,
      #works-construction-page #gallery2 #zoom2 li img,
      #works-construction-page #gallery2 #zoom li img,
      #works-construction-page #gallery #zoom2 li img,
      #works-construction-page #gallery #zoom li img,
      #works-reform-page #gallery2 #zoom2 li img,
      #works-reform-page #gallery2 #zoom li img,
      #works-reform-page #gallery #zoom2 li img,
      #works-reform-page #gallery #zoom li img {
        margin: 0; }
  #showroom-page #gallery2 .bx-wrapper,
  #showroom-page #gallery .bx-wrapper,
  #works-construction-page #gallery2 .bx-wrapper,
  #works-construction-page #gallery .bx-wrapper,
  #works-reform-page #gallery2 .bx-wrapper,
  #works-reform-page #gallery .bx-wrapper {
    position: relative; }
    #showroom-page #gallery2 .bx-wrapper .bx-controls-direction a,
    #showroom-page #gallery .bx-wrapper .bx-controls-direction a,
    #works-construction-page #gallery2 .bx-wrapper .bx-controls-direction a,
    #works-construction-page #gallery .bx-wrapper .bx-controls-direction a,
    #works-reform-page #gallery2 .bx-wrapper .bx-controls-direction a,
    #works-reform-page #gallery .bx-wrapper .bx-controls-direction a {
      position: absolute;
      top: 50%;
      margin-top: -23px;
      outline: 0;
      width: 24px;
      height: 47px;
      text-indent: -9999px;
      z-index: 7; }
    #showroom-page #gallery2 .bx-wrapper .bx-controls-direction .bx-prev,
    #showroom-page #gallery .bx-wrapper .bx-controls-direction .bx-prev,
    #works-construction-page #gallery2 .bx-wrapper .bx-controls-direction .bx-prev,
    #works-construction-page #gallery .bx-wrapper .bx-controls-direction .bx-prev,
    #works-reform-page #gallery2 .bx-wrapper .bx-controls-direction .bx-prev,
    #works-reform-page #gallery .bx-wrapper .bx-controls-direction .bx-prev {
      left: 10px;
      background: url(/common/images/ctrl-prv.png) no-repeat 0 0; }
      @media screen and (max-width: 767px) {
        #showroom-page #gallery2 .bx-wrapper .bx-controls-direction .bx-prev,
        #showroom-page #gallery .bx-wrapper .bx-controls-direction .bx-prev,
        #works-construction-page #gallery2 .bx-wrapper .bx-controls-direction .bx-prev,
        #works-construction-page #gallery .bx-wrapper .bx-controls-direction .bx-prev,
        #works-reform-page #gallery2 .bx-wrapper .bx-controls-direction .bx-prev,
        #works-reform-page #gallery .bx-wrapper .bx-controls-direction .bx-prev {
          left: 0; } }
    #showroom-page #gallery2 .bx-wrapper .bx-controls-direction .bx-next,
    #showroom-page #gallery .bx-wrapper .bx-controls-direction .bx-next,
    #works-construction-page #gallery2 .bx-wrapper .bx-controls-direction .bx-next,
    #works-construction-page #gallery .bx-wrapper .bx-controls-direction .bx-next,
    #works-reform-page #gallery2 .bx-wrapper .bx-controls-direction .bx-next,
    #works-reform-page #gallery .bx-wrapper .bx-controls-direction .bx-next {
      right: 10px;
      background: url(/common/images/ctrl-nxt.png) no-repeat 0 0; }
      @media screen and (max-width: 767px) {
        #showroom-page #gallery2 .bx-wrapper .bx-controls-direction .bx-next,
        #showroom-page #gallery .bx-wrapper .bx-controls-direction .bx-next,
        #works-construction-page #gallery2 .bx-wrapper .bx-controls-direction .bx-next,
        #works-construction-page #gallery .bx-wrapper .bx-controls-direction .bx-next,
        #works-reform-page #gallery2 .bx-wrapper .bx-controls-direction .bx-next,
        #works-reform-page #gallery .bx-wrapper .bx-controls-direction .bx-next {
          right: 0; } }
  #showroom-page #gallery2 #bx-pager2,
  #showroom-page #gallery2 #bx-pager,
  #showroom-page #gallery #bx-pager2,
  #showroom-page #gallery #bx-pager,
  #works-construction-page #gallery2 #bx-pager2,
  #works-construction-page #gallery2 #bx-pager,
  #works-construction-page #gallery #bx-pager2,
  #works-construction-page #gallery #bx-pager,
  #works-reform-page #gallery2 #bx-pager2,
  #works-reform-page #gallery2 #bx-pager,
  #works-reform-page #gallery #bx-pager2,
  #works-reform-page #gallery #bx-pager {
    margin-top: 30px;
    text-align: left;
    max-width: 990px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #showroom-page #gallery2 #bx-pager2,
      #showroom-page #gallery2 #bx-pager,
      #showroom-page #gallery #bx-pager2,
      #showroom-page #gallery #bx-pager,
      #works-construction-page #gallery2 #bx-pager2,
      #works-construction-page #gallery2 #bx-pager,
      #works-construction-page #gallery #bx-pager2,
      #works-construction-page #gallery #bx-pager,
      #works-reform-page #gallery2 #bx-pager2,
      #works-reform-page #gallery2 #bx-pager,
      #works-reform-page #gallery #bx-pager2,
      #works-reform-page #gallery #bx-pager {
        display: none; } }
    #showroom-page #gallery2 #bx-pager2 li,
    #showroom-page #gallery2 #bx-pager li,
    #showroom-page #gallery #bx-pager2 li,
    #showroom-page #gallery #bx-pager li,
    #works-construction-page #gallery2 #bx-pager2 li,
    #works-construction-page #gallery2 #bx-pager li,
    #works-construction-page #gallery #bx-pager2 li,
    #works-construction-page #gallery #bx-pager li,
    #works-reform-page #gallery2 #bx-pager2 li,
    #works-reform-page #gallery2 #bx-pager li,
    #works-reform-page #gallery #bx-pager2 li,
    #works-reform-page #gallery #bx-pager li {
      display: inline-block;
      width: 100px;
      height: 100px;
      background: #252525;
      margin: 0 5px 10px; }
      #showroom-page #gallery2 #bx-pager2 li img,
      #showroom-page #gallery2 #bx-pager li img,
      #showroom-page #gallery #bx-pager2 li img,
      #showroom-page #gallery #bx-pager li img,
      #works-construction-page #gallery2 #bx-pager2 li img,
      #works-construction-page #gallery2 #bx-pager li img,
      #works-construction-page #gallery #bx-pager2 li img,
      #works-construction-page #gallery #bx-pager li img,
      #works-reform-page #gallery2 #bx-pager2 li img,
      #works-reform-page #gallery2 #bx-pager li img,
      #works-reform-page #gallery #bx-pager2 li img,
      #works-reform-page #gallery #bx-pager li img {
        width: 100px;
        height: 100px; }
      #showroom-page #gallery2 #bx-pager2 li a,
      #showroom-page #gallery2 #bx-pager li a,
      #showroom-page #gallery #bx-pager2 li a,
      #showroom-page #gallery #bx-pager li a,
      #works-construction-page #gallery2 #bx-pager2 li a,
      #works-construction-page #gallery2 #bx-pager li a,
      #works-construction-page #gallery #bx-pager2 li a,
      #works-construction-page #gallery #bx-pager li a,
      #works-reform-page #gallery2 #bx-pager2 li a,
      #works-reform-page #gallery2 #bx-pager li a,
      #works-reform-page #gallery #bx-pager2 li a,
      #works-reform-page #gallery #bx-pager li a {
        opacity: 0.5; }
        #showroom-page #gallery2 #bx-pager2 li a.active, #showroom-page #gallery2 #bx-pager2 li a:hover,
        #showroom-page #gallery2 #bx-pager li a.active,
        #showroom-page #gallery2 #bx-pager li a:hover,
        #showroom-page #gallery #bx-pager2 li a.active,
        #showroom-page #gallery #bx-pager2 li a:hover,
        #showroom-page #gallery #bx-pager li a.active,
        #showroom-page #gallery #bx-pager li a:hover,
        #works-construction-page #gallery2 #bx-pager2 li a.active,
        #works-construction-page #gallery2 #bx-pager2 li a:hover,
        #works-construction-page #gallery2 #bx-pager li a.active,
        #works-construction-page #gallery2 #bx-pager li a:hover,
        #works-construction-page #gallery #bx-pager2 li a.active,
        #works-construction-page #gallery #bx-pager2 li a:hover,
        #works-construction-page #gallery #bx-pager li a.active,
        #works-construction-page #gallery #bx-pager li a:hover,
        #works-reform-page #gallery2 #bx-pager2 li a.active,
        #works-reform-page #gallery2 #bx-pager2 li a:hover,
        #works-reform-page #gallery2 #bx-pager li a.active,
        #works-reform-page #gallery2 #bx-pager li a:hover,
        #works-reform-page #gallery #bx-pager2 li a.active,
        #works-reform-page #gallery #bx-pager2 li a:hover,
        #works-reform-page #gallery #bx-pager li a.active,
        #works-reform-page #gallery #bx-pager li a:hover {
          opacity: 1; }

#privacy-page .table,
#recruit-page .table {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    #privacy-page .table.spdb th,
    #recruit-page .table.spdb th {
      width: 350px; } }

#showroom-page #gallery {
  margin-bottom: 0;
  position: relative;
  text-align: center; }
  #showroom-page #gallery #zoom {
    margin-bottom: 0; }
    @media screen and (min-width: 960px) {
      #showroom-page #gallery #zoom ul {
        height: 100%; } }
    #showroom-page #gallery #zoom li {
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
      @media screen and (max-width: 959px) {
        #showroom-page #gallery #zoom li {
          height: 370px; } }
      #showroom-page #gallery #zoom li span {
        width: 1088px;
        height: auto;
        margin: 0 auto;
        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;
        vertical-align: middle; }
        @media screen and (max-width: 959px) {
          #showroom-page #gallery #zoom li span {
            height: 100%;
            width: 100%;
            padding: 15px; } }
      #showroom-page #gallery #zoom li img {
        margin: auto; }
#showroom-page .bx-pager {
  display: none; }

#lamauve-page .lamauve-logo {
  padding-top: 90px; }
  @media screen and (max-width: 767px) {
    #lamauve-page .lamauve-logo {
      padding-top: 55px; } }
  #lamauve-page .lamauve-logo .inner {
    position: relative;
    width: 100%;
    height: 450px;
    background-image: url(/images/lamauve/bk.jpg);
    background-size: contain;
    background-repeat: repeat; }
    @media screen and (max-width: 767px) {
      #lamauve-page .lamauve-logo .inner {
        position: relative;
        width: 100%;
        height: 300px;
        background-image: url(/images/lamauve/bk.jpg);
        background-size: contain;
        background-repeat: repeat; } }
    #lamauve-page .lamauve-logo .inner img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 767px) {
        #lamauve-page .lamauve-logo .inner img {
          width: 160px; } }
@media screen and (min-width: 960px) {
  #lamauve-page .lamauve-nav {
    padding: 40px 0 35px;
    text-align: center; }
    #lamauve-page .lamauve-nav .gnav {
      display: inline-block;
      margin-left: -93px; }
      #lamauve-page .lamauve-nav .gnav li {
        float: left;
        position: relative;
        padding: 0 85px; }
        #lamauve-page .lamauve-nav .gnav li:before {
          content: "";
          position: absolute;
          top: 10px;
          right: -5px;
          display: block;
          width: 13px;
          height: 1px;
          background: #845E96; }
        #lamauve-page .lamauve-nav .gnav li:last-child:before {
          content: none; }
      #lamauve-page .lamauve-nav .gnav a {
        font-size: 30px;
        color: #845E96;
        font-family: "trajan-sans-pro", serif;
        text-decoration: none; } }
@media screen and (max-width: 959px) {
  #lamauve-page .lamauve-nav {
    padding: 15px 0;
    text-align: center; }
    #lamauve-page .lamauve-nav .gnav {
      display: inline-block; }
      #lamauve-page .lamauve-nav .gnav li {
        position: relative;
        padding: 0 5px; }
        #lamauve-page .lamauve-nav .gnav li img {
          width: 24px; }
        #lamauve-page .lamauve-nav .gnav li:nth-child(1), #lamauve-page .lamauve-nav .gnav li:nth-child(3) {
          padding: 15px; }
      #lamauve-page .lamauve-nav .gnav a {
        font-size: 16px;
        color: #845E96;
        font-family: "trajan-sans-pro", serif;
        text-decoration: none; } }
#lamauve-page .lamauve-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  #lamauve-page .lamauve-mv div.img:nth-child(1) {
    -webkit-box-flex: 286;
        -ms-flex-positive: 286;
            flex-grow: 286; }
  #lamauve-page .lamauve-mv div.img:nth-child(2) {
    -webkit-box-flex: 459;
        -ms-flex-positive: 459;
            flex-grow: 459; }
  #lamauve-page .lamauve-mv div.img:nth-child(3) {
    -webkit-box-flex: 745;
        -ms-flex-positive: 745;
            flex-grow: 745; }
  #lamauve-page .lamauve-mv div.img:nth-child(1) {
    background-image: url(/images/lamauve/mv01.jpg); }
  #lamauve-page .lamauve-mv div.img:nth-child(2) {
    background-image: url(/images/lamauve/mv02.jpg); }
  #lamauve-page .lamauve-mv div.img:nth-child(3) {
    background-image: url(/images/lamauve/mv03.jpg); }
  #lamauve-page .lamauve-mv div.img {
    height: 40vw;
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 5px; }
  @media screen and (max-width: 959px) {
    #lamauve-page .lamauve-mv div.img {
      min-height: 40vw; } }
#lamauve-page .lamauve-contents {
  padding: 100px 0;
  text-align: center; }
  #lamauve-page .lamauve-contents.cnt-sp {
    display: none; }
    @media screen and (max-width: 959px) {
      #lamauve-page .lamauve-contents.cnt-sp {
        display: block; } }
  #lamauve-page .lamauve-contents.cnt-pc {
    display: none; }
    @media screen and (min-width: 960px) {
      #lamauve-page .lamauve-contents.cnt-pc {
        display: block; } }
  @media screen and (max-width: 959px) {
    #lamauve-page .lamauve-contents {
      padding: 50px 0; } }
  #lamauve-page .lamauve-contents p {
    font-size: 24px;
    letter-spacing: .08em;
    line-height: 2; }
    @media screen and (max-width: 959px) {
      #lamauve-page .lamauve-contents p {
        font-size: 14px; } }
  #lamauve-page .lamauve-contents .mauve {
    padding: 40px 0;
    color: #845E96; }
    #lamauve-page .lamauve-contents .mauve h2 {
      font-size: 34px;
      font-family: "trajan-sans-pro", serif;
      letter-spacing: .08em;
      margin-bottom: 15px; }
      #lamauve-page .lamauve-contents .mauve h2 span {
        display: block;
        font-size: 22px;
        margin-top: 10px;
        font-family: YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      @media screen and (max-width: 959px) {
        #lamauve-page .lamauve-contents .mauve h2 {
          font-size: 20px; }
          #lamauve-page .lamauve-contents .mauve h2 span {
            font-size: 14px; } }
    #lamauve-page .lamauve-contents .mauve p {
      font-size: 22px;
      line-height: 2; }
      @media screen and (max-width: 959px) {
        #lamauve-page .lamauve-contents .mauve p {
          font-size: 14px; } }
#lamauve-page .lamauve-footer {
  padding-top: 70px;
  margin-bottom: 20px;
  width: 100%;
  padding-bottom: 60px;
  background-image: url(/images/lamauve/bk2.jpg);
  background-size: contain;
  background-repeat: repeat;
  text-align: center; }
  #lamauve-page .lamauve-footer .img {
    margin-bottom: 30px; }
    #lamauve-page .lamauve-footer .img img {
      width: 300px; }
  #lamauve-page .lamauve-footer a {
    font-size: 22px;
    color: #D1BF8A;
    letter-spacing: .08em;
    font-family: "trajan-sans-pro", serif;
    text-decoration: none; }
  #lamauve-page .lamauve-footer p {
    margin-top: 55px;
    font-size: 22px;
    color: #D1BF8A;
    font-family: YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: .12em;
    line-height: 2; }
  #lamauve-page .lamauve-footer p.copyright {
    font-size: 14px;
    font-family: "trajan-sans-pro", serif; }
  @media screen and (max-width: 959px) {
    #lamauve-page .lamauve-footer {
      padding-top: 50px; }
      #lamauve-page .lamauve-footer .img img {
        width: 200px; }
      #lamauve-page .lamauve-footer a {
        font-size: 14px; }
      #lamauve-page .lamauve-footer p {
        margin-top: 30px;
        font-size: 14px; } }

#showroom-page .form .mw_wp_form .error-area,
#contact-page .form .mw_wp_form .error-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  background: rgba(236, 24, 52, 0.1);
  border: 1px solid #ec1834;
  color: #ec1834;
  text-align: center; }
#showroom-page .form .mw_wp_form.mw_wp_form_error .error-area,
#contact-page .form .mw_wp_form.mw_wp_form_error .error-area {
  display: block; }
#showroom-page .form .mw_wp_form .confilm-area,
#contact-page .form .mw_wp_form .confilm-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  margin-top: 60px;
  background: rgba(18, 124, 179, 0.1);
  border: 1px solid #127CB3;
  color: #127CB3;
  text-align: center; }
#showroom-page .form .mw_wp_form.mw_wp_form_confirm .confilm-area,
#contact-page .form .mw_wp_form.mw_wp_form_confirm .confilm-area {
  display: block; }
#showroom-page .form .mw_wp_form dl .error,
#contact-page .form .mw_wp_form dl .error {
  display: inline-block;
  margin-top: 20px;
  margin-right: 8px;
  color: #ec1834;
  padding: 13px 13px 15px;
  background: rgba(236, 24, 52, 0.1); }
  #showroom-page .form .mw_wp_form dl .error + .error,
  #contact-page .form .mw_wp_form dl .error + .error {
    left: 200px; }
#showroom-page .form .mw_wp_form dd,
#contact-page .form .mw_wp_form dd {
  position: relative; }
#showroom-page .form .mw_wp_form dt,
#contact-page .form .mw_wp_form dt {
  position: relative;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 24px;
  border-bottom: 1px solid #DDDDDD; }
  #showroom-page .form .mw_wp_form dt:before,
  #contact-page .form .mw_wp_form dt:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 24px;
    background: #C4AA8D;
    top: 50%;
    left: 0; }
  #showroom-page .form .mw_wp_form dt span.must,
  #contact-page .form .mw_wp_form dt span.must {
    display: inline-block;
    margin-left: 8px;
    padding: 5px 10px 6px;
    border-radius: 2px;
    border: 1px solid #C4AA8D;
    color: #C4AA8D;
    font-size: 14px;
    line-height: 1; }
#showroom-page .form .mw_wp_form dd.flex-col4,
#contact-page .form .mw_wp_form dd.flex-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #showroom-page .form .mw_wp_form dd.flex-col4 > span:not(.error),
  #contact-page .form .mw_wp_form dd.flex-col4 > span:not(.error) {
    width: calc((100% - 30px)/4); }
    #showroom-page .form .mw_wp_form dd.flex-col4 > span:not(.error):nth-of-type(4),
    #contact-page .form .mw_wp_form dd.flex-col4 > span:not(.error):nth-of-type(4) {
      padding-right: 0; }
    @media screen and (max-width: 959px) {
      #showroom-page .form .mw_wp_form dd.flex-col4 > span:not(.error),
      #contact-page .form .mw_wp_form dd.flex-col4 > span:not(.error) {
        width: 100%;
        padding-left: 0;
        margin: 0;
        margin-top: 8px; } }
#showroom-page .form .mw_wp_form dd.flex-col2,
#contact-page .form .mw_wp_form dd.flex-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #showroom-page .form .mw_wp_form dd.flex-col2 > span:not(.error),
  #contact-page .form .mw_wp_form dd.flex-col2 > span:not(.error) {
    width: calc((100% - 8px)/2); }
    #showroom-page .form .mw_wp_form dd.flex-col2 > span:not(.error):nth-of-type(2),
    #contact-page .form .mw_wp_form dd.flex-col2 > span:not(.error):nth-of-type(2) {
      padding-right: 0; }
  #showroom-page .form .mw_wp_form dd.flex-col2 > input,
  #contact-page .form .mw_wp_form dd.flex-col2 > input {
    width: calc((100% - 8px)/2);
    padding-right: 8px; }
    #showroom-page .form .mw_wp_form dd.flex-col2 > input:nth-of-type(2),
    #contact-page .form .mw_wp_form dd.flex-col2 > input:nth-of-type(2) {
      margin-right: 0; }
#showroom-page .form .mw_wp_form .mwform-radio-field-text,
#contact-page .form .mw_wp_form .mwform-radio-field-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: #F4F5F7;
  font-size: 16px !important;
  cursor: pointer; }
  #showroom-page .form .mw_wp_form .mwform-radio-field-text:before, #showroom-page .form .mw_wp_form .mwform-radio-field-text:after,
  #contact-page .form .mw_wp_form .mwform-radio-field-text:before,
  #contact-page .form .mw_wp_form .mwform-radio-field-text:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: ''; }
  #showroom-page .form .mw_wp_form .mwform-radio-field-text:before,
  #contact-page .form .mw_wp_form .mwform-radio-field-text:before {
    opacity: 0; }
  #showroom-page .form .mw_wp_form .mwform-radio-field-text:after,
  #contact-page .form .mw_wp_form .mwform-radio-field-text:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    left: 15px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 2px;
    background: white; }
  #showroom-page .form .mw_wp_form .mwform-radio-field-text:before,
  #contact-page .form .mw_wp_form .mwform-radio-field-text:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    left: 21px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #C4AA8D;
    z-index: 1; }
  #showroom-page .form .mw_wp_form .mwform-radio-field-text:after,
  #contact-page .form .mw_wp_form .mwform-radio-field-text:after {
    border-radius: 100%; }
#showroom-page .form .mw_wp_form .mwform-zip-field,
#contact-page .form .mw_wp_form .mwform-zip-field {
  max-width: 300px;
  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; }
  #showroom-page .form .mw_wp_form .mwform-zip-field input,
  #contact-page .form .mw_wp_form .mwform-zip-field input {
    margin: 0 10px !important; }
#showroom-page .form .mw_wp_form input[type=radio],
#contact-page .form .mw_wp_form input[type=radio] {
  display: none; }
#showroom-page .form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:after,
#contact-page .form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:after {
  border-color: #C4AA8D; }
#showroom-page .form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before,
#contact-page .form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before {
  opacity: 1; }
#showroom-page .form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text,
#contact-page .form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text {
  background: #C4AA8D;
  color: white; }
#showroom-page .form .mw_wp_form input[type=file],
#contact-page .form .mw_wp_form input[type=file] {
  margin-top: 20px; }
#showroom-page .form .mw_wp_form input[type="text"], #showroom-page .form .mw_wp_form input[type="email"], #showroom-page .form .mw_wp_form input[type="url"], #showroom-page .form .mw_wp_form textarea,
#contact-page .form .mw_wp_form input[type="text"],
#contact-page .form .mw_wp_form input[type="email"],
#contact-page .form .mw_wp_form input[type="url"],
#contact-page .form .mw_wp_form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border: solid 1px #DDDDDD;
  background: #F4F5F7;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px; }
  @media screen and (max-width: 959px) {
    #showroom-page .form .mw_wp_form input[type="text"], #showroom-page .form .mw_wp_form input[type="email"], #showroom-page .form .mw_wp_form input[type="url"], #showroom-page .form .mw_wp_form textarea,
    #contact-page .form .mw_wp_form input[type="text"],
    #contact-page .form .mw_wp_form input[type="email"],
    #contact-page .form .mw_wp_form input[type="url"],
    #contact-page .form .mw_wp_form textarea {
      margin-top: 8px; } }
#showroom-page .form .mw_wp_form .mwform-tel-field,
#contact-page .form .mw_wp_form .mwform-tel-field {
  width: 100%; }
#showroom-page .form .mw_wp_form .mwform-tel-field input[type="text"],
#contact-page .form .mw_wp_form .mwform-tel-field input[type="text"] {
  width: 120px; }
  @media screen and (max-width: 959px) {
    #showroom-page .form .mw_wp_form .mwform-tel-field input[type="text"],
    #contact-page .form .mw_wp_form .mwform-tel-field input[type="text"] {
      width: calc((100% - 32px)/3); } }
#showroom-page .form .mw_wp_form select,
#contact-page .form .mw_wp_form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: 400;
  cursor: pointer;
  background: none;
  z-index: 1;
  line-height: 24px;
  border: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  font-size: 18px !important;
  border: 1px solid #DDDDDD;
  background-color: #F4F5F7;
  border-radius: 5px; }
#showroom-page .form .contact-policy,
#contact-page .form .contact-policy {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background: #F4F5F7; }
  #showroom-page .form .contact-policy .section,
  #contact-page .form .contact-policy .section {
    margin-top: 30px; }
  #showroom-page .form .contact-policy .section-title,
  #contact-page .form .contact-policy .section-title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 24px;
    border: 0; }
    #showroom-page .form .contact-policy .section-title:before,
    #contact-page .form .contact-policy .section-title:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 24px;
      background: #E60012;
      top: 0;
      left: 0; }
    #showroom-page .form .contact-policy .section-title + .section-main,
    #contact-page .form .contact-policy .section-title + .section-main {
      margin-top: 15px; }
  #showroom-page .form .contact-policy .inner,
  #contact-page .form .contact-policy .inner {
    max-height: 200px;
    overflow-y: scroll; }
  @media screen and (max-width: 767px) {
    #showroom-page .form .contact-policy,
    #contact-page .form .contact-policy {
      padding: 15px; } }
#showroom-page .form .button,
#contact-page .form .button {
  text-align: center;
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    #showroom-page .form .button,
    #contact-page .form .button {
      margin-top: 30px; } }
#showroom-page .form input[type="submit"],
#contact-page .form input[type="submit"] {
  background: #C4AA8D;
  color: white;
  border: 0;
  padding: 20px;
  min-width: 365px;
  font: bold 1rem/1 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease; }
  @media screen and (max-width: 959px) {
    #showroom-page .form input[type="submit"],
    #contact-page .form input[type="submit"] {
      padding: 15px 20px;
      min-width: 300px; } }
  #showroom-page .form input[type="submit"]:hover,
  #contact-page .form input[type="submit"]:hover {
    background: #212121; }
#showroom-page .form .btns,
#contact-page .form .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 959px) {
    #showroom-page .form .btns,
    #contact-page .form .btns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-flow: wrap-reverse;
              flex-flow: wrap-reverse; } }
@media screen and (min-width: 960px) {
  #showroom-page .form .mw_wp_form_confirm .btns .button:nth-of-type(1),
  #contact-page .form .mw_wp_form_confirm .btns .button:nth-of-type(1) {
    margin-right: 40px; } }
#showroom-page .form p + .mw_wp_form,
#contact-page .form p + .mw_wp_form {
  margin-top: 50px; }
#showroom-page .form .address,
#contact-page .form .address {
  padding: 15px; }
  #showroom-page .form .address dl,
  #contact-page .form .address dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      #showroom-page .form .address dl,
      #contact-page .form .address dl {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    #showroom-page .form .address dl dt,
    #contact-page .form .address dl dt {
      width: 20%;
      border: 0;
      margin-bottom: 0;
      padding: 0 0 0 10px; }
      #showroom-page .form .address dl dt:before,
      #contact-page .form .address dl dt:before {
        height: 100%;
        opacity: .6; }
      @media screen and (max-width: 767px) {
        #showroom-page .form .address dl dt,
        #contact-page .form .address dl dt {
          width: 100%;
          margin-bottom: 10px; }
          #showroom-page .form .address dl dt .error,
          #contact-page .form .address dl dt .error {
            margin-top: 0;
            margin-left: 10px;
            font-size: 13px;
            padding: 7px 10px 8px; } }
    #showroom-page .form .address dl dd,
    #contact-page .form .address dl dd {
      width: 80%; }
      #showroom-page .form .address dl dd input,
      #contact-page .form .address dl dd input {
        margin: 0 !important; }
      @media screen and (max-width: 767px) {
        #showroom-page .form .address dl dd,
        #contact-page .form .address dl dd {
          width: 100%; } }
#showroom-page .form .col3,
#contact-page .form .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    #showroom-page .form .col3,
    #contact-page .form .col3 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  #showroom-page .form .col3 .mwform-radio-field,
  #contact-page .form .col3 .mwform-radio-field {
    width: 100%; }
    @media screen and (max-width: 767px) {
      #showroom-page .form .col3 .mwform-radio-field,
      #contact-page .form .col3 .mwform-radio-field {
        margin-left: 0; } }
#showroom-page .form .error-area,
#contact-page .form .error-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  background: rgba(236, 24, 52, 0.1);
  border: 1px solid #ec1834;
  color: #ec1834;
  text-align: center; }
#showroom-page .form.mw_wp_form_error .error-area,
#contact-page .form.mw_wp_form_error .error-area {
  display: block; }
#showroom-page .form .confilm-area,
#contact-page .form .confilm-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  margin-top: 60px;
  background: rgba(18, 124, 179, 0.1);
  border: 1px solid #127CB3;
  color: #127CB3;
  text-align: center; }
#showroom-page .form.mw_wp_form_confirm .confilm-area,
#contact-page .form.mw_wp_form_confirm .confilm-area {
  display: block; }
#showroom-page .form .form-title,
#contact-page .form .form-title {
  margin-top: 30px; }
  #showroom-page .form .form-title h3,
  #contact-page .form .form-title h3 {
    margin: 0 !important; }
#showroom-page .form .contact-tel dt,
#contact-page .form .contact-tel dt {
  padding-bottom: 10px;
  border-bottom: 2px solid #DDDDDD;
  font-size: 1.1em;
  font-weight: 600; }
#showroom-page .form .contact-tel dd span,
#contact-page .form .contact-tel dd span {
  color: #C4AA8D;
  font-size: 2.5em;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    #showroom-page .form .contact-tel dd span,
    #contact-page .form .contact-tel dd span {
      display: block; } }
  #showroom-page .form .contact-tel dd span i,
  #contact-page .form .contact-tel dd span i {
    margin-right: 5px;
    font-size: 0.8em; }
#showroom-page .form .step,
#contact-page .form .step {
  display: table;
  table-layout: fixed;
  background: #fff; }
  #showroom-page .form .step .item,
  #contact-page .form .step .item {
    display: table-cell;
    width: 33.3333%;
    padding: 30px 30px 20px;
    vertical-align: top;
    border-right: 1px dashed #DDDDDD;
    text-align: center; }
    #showroom-page .form .step .item:last-child,
    #contact-page .form .step .item:last-child {
      border-right: none; }
  @media screen and (max-width: 959px) {
    #showroom-page .form .step,
    #contact-page .form .step {
      display: block; }
      #showroom-page .form .step .item,
      #contact-page .form .step .item {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px dashed #DDDDDD; }
        #showroom-page .form .step .item:last-child,
        #contact-page .form .step .item:last-child {
          border: none; } }
  #showroom-page .form .step h4,
  #contact-page .form .step h4 {
    margin-bottom: 15px;
    color: #C4AA8D;
    font-size: 18px;
    font-weight: 600; }
    #showroom-page .form .step h4 span,
    #contact-page .form .step h4 span {
      display: block;
      width: 30px;
      margin: 0 auto 5px;
      background: #C4AA8D;
      color: #fff;
      font-size: 16px;
      line-height: 31px;
      border-radius: 15px; }
  #showroom-page .form .step i,
  #contact-page .form .step i {
    display: block;
    margin: 0 auto 15px;
    color: #C4AA8D;
    font-size: 80px; }
#showroom-page .form dl,
#contact-page .form dl {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 20px 0px;
  border-bottom: 1px dotted #e5e5e5; }
  #showroom-page .form dl:first-of-type,
  #contact-page .form dl:first-of-type {
    border-top: 1px dotted #e5e5e5; }
  #showroom-page .form dl .error,
  #contact-page .form dl .error {
    display: inline-block;
    margin-top: 20px;
    margin-right: 8px;
    color: #ef2027;
    padding: 13px 13px 15px;
    background: rgba(236, 24, 52, 0.1); }
    #showroom-page .form dl .error + .error,
    #contact-page .form dl .error + .error {
      left: 200px; }
  #showroom-page .form dl dt:before,
  #contact-page .form dl dt:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  #showroom-page .form dl dt.num,
  #contact-page .form dl dt.num {
    position: relative;
    padding-left: 40px; }
    #showroom-page .form dl dt.num:before,
    #contact-page .form dl dt.num:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      background: #ef2027;
      border-radius: 15px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      line-height: 28px;
      text-align: center;
      padding: 0 0 0 2px; }
      @media screen and (max-width: 959px) {
        #showroom-page .form dl dt.num:before,
        #contact-page .form dl dt.num:before {
          width: 26px;
          height: 26px;
          font-size: 14px;
          line-height: 24px;
          top: 35%;
          padding: 1px 0 0 0; } }
  #showroom-page .form dl p.red,
  #contact-page .form dl p.red {
    color: #DB361A; }
  #showroom-page .form dl:nth-child(2) dt.num:before,
  #contact-page .form dl:nth-child(2) dt.num:before {
    content: "1"; }
  #showroom-page .form dl:nth-child(3) dt.num:before,
  #contact-page .form dl:nth-child(3) dt.num:before {
    content: "2"; }
  #showroom-page .form dl:nth-child(4) dt.num:before,
  #contact-page .form dl:nth-child(4) dt.num:before {
    content: "3"; }
  #showroom-page .form dl:nth-child(5) dt.num:before,
  #contact-page .form dl:nth-child(5) dt.num:before {
    content: "4"; }
  #showroom-page .form dl:nth-child(6) dt.num:before,
  #contact-page .form dl:nth-child(6) dt.num:before {
    content: "5"; }
  #showroom-page .form dl:nth-child(7) dt.num:before,
  #contact-page .form dl:nth-child(7) dt.num:before {
    content: "6"; }
  #showroom-page .form dl:nth-child(8) dt.num:before,
  #contact-page .form dl:nth-child(8) dt.num:before {
    content: "7"; }
  #showroom-page .form dl:nth-child(9) dt.num:before,
  #contact-page .form dl:nth-child(9) dt.num:before {
    content: "8"; }
  #showroom-page .form dl:nth-child(10) dt.num:before,
  #contact-page .form dl:nth-child(10) dt.num:before {
    content: "9"; }
  #showroom-page .form dl dd,
  #showroom-page .form dl dt,
  #contact-page .form dl dd,
  #contact-page .form dl dt {
    display: table-cell;
    font-size: 100%;
    text-align: left;
    vertical-align: middle;
    padding: 0px;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    -o-border-image: initial !important;
       border-image: initial !important; }
    #showroom-page .form dl dd .must,
    #showroom-page .form dl dt .must,
    #contact-page .form dl dd .must,
    #contact-page .form dl dt .must {
      float: right; }
    @media screen and (max-width: 959px) {
      #showroom-page .form dl dd,
      #showroom-page .form dl dt,
      #contact-page .form dl dd,
      #contact-page .form dl dt {
        display: block;
        font-size: 14px !important; }
        #showroom-page .form dl dd .must,
        #showroom-page .form dl dt .must,
        #contact-page .form dl dd .must,
        #contact-page .form dl dt .must {
          font-size: 11px !important; } }
  #showroom-page .form dl dt,
  #contact-page .form dl dt {
    width: 300px; }
    @media screen and (max-width: 959px) {
      #showroom-page .form dl dt,
      #contact-page .form dl dt {
        width: 100%; } }
  #showroom-page .form dl dd,
  #contact-page .form dl dd {
    padding-left: 20px; }
    @media screen and (max-width: 959px) {
      #showroom-page .form dl dd,
      #contact-page .form dl dd {
        padding-left: 0 !important; } }
  #showroom-page .form dl.sub > dd,
  #contact-page .form dl.sub > dd {
    position: relative; }
    #showroom-page .form dl.sub > dd dl,
    #contact-page .form dl.sub > dd dl {
      padding: 10px 0;
      border: 0; }
      #showroom-page .form dl.sub > dd dl dt,
      #contact-page .form dl.sub > dd dl dt {
        width: 130px; }
        @media screen and (max-width: 959px) {
          #showroom-page .form dl.sub > dd dl dt,
          #contact-page .form dl.sub > dd dl dt {
            width: 100%; } }
#showroom-page .form input[type="number"], #showroom-page .form input[type="text"], #showroom-page .form input[type="email"], #showroom-page .form input[type="url"], #showroom-page .form input[type="tel"], #showroom-page .form textarea,
#contact-page .form input[type="number"],
#contact-page .form input[type="text"],
#contact-page .form input[type="email"],
#contact-page .form input[type="url"],
#contact-page .form input[type="tel"],
#contact-page .form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border: solid 1px #DDDDDD;
  background: #F4F5F7;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px !important; }
#showroom-page .form input.short,
#contact-page .form input.short {
  width: 130px !important; }
  @media screen and (max-width: 959px) {
    #showroom-page .form input.short,
    #contact-page .form input.short {
      width: 120px !important; } }
#showroom-page .form select,
#contact-page .form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: 400;
  cursor: pointer;
  background: none;
  z-index: 1;
  line-height: 24px;
  border: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  font-size: 18px !important;
  border: 1px solid #DDDDDD;
  background-color: white;
  border-radius: 5px; }
#showroom-page .form input[type=radio], #showroom-page .form input[type=checkbox],
#contact-page .form input[type=radio],
#contact-page .form input[type=checkbox] {
  display: none; }
#showroom-page .form .mwform-checkbox-field-text,
#showroom-page .form .mwform-radio-field-text,
#contact-page .form .mwform-checkbox-field-text,
#contact-page .form .mwform-radio-field-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: white;
  font-size: 16px !important;
  cursor: pointer; }
  #showroom-page .form .mwform-checkbox-field-text:before, #showroom-page .form .mwform-checkbox-field-text:after,
  #showroom-page .form .mwform-radio-field-text:before,
  #showroom-page .form .mwform-radio-field-text:after,
  #contact-page .form .mwform-checkbox-field-text:before,
  #contact-page .form .mwform-checkbox-field-text:after,
  #contact-page .form .mwform-radio-field-text:before,
  #contact-page .form .mwform-radio-field-text:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: ''; }
  #showroom-page .form .mwform-checkbox-field-text:before,
  #showroom-page .form .mwform-radio-field-text:before,
  #contact-page .form .mwform-checkbox-field-text:before,
  #contact-page .form .mwform-radio-field-text:before {
    opacity: 0; }
  #showroom-page .form .mwform-checkbox-field-text:after,
  #showroom-page .form .mwform-radio-field-text:after,
  #contact-page .form .mwform-checkbox-field-text:after,
  #contact-page .form .mwform-radio-field-text:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    left: 15px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 2px;
    background: white; }
  #showroom-page .form .mwform-checkbox-field-text:before,
  #showroom-page .form .mwform-radio-field-text:before,
  #contact-page .form .mwform-checkbox-field-text:before,
  #contact-page .form .mwform-radio-field-text:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    left: 21px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #C4AA8D;
    z-index: 1; }
  #showroom-page .form .mwform-checkbox-field-text:after,
  #showroom-page .form .mwform-radio-field-text:after,
  #contact-page .form .mwform-checkbox-field-text:after,
  #contact-page .form .mwform-radio-field-text:after {
    border-radius: 100%; }
@media screen and (max-width: 959px) {
  #showroom-page .form .mwform-checkbox-field,
  #showroom-page .form .mwform-radio-field,
  #contact-page .form .mwform-checkbox-field,
  #contact-page .form .mwform-radio-field {
    margin-top: 10px; } }
#showroom-page .form input[type=checkbox],
#showroom-page .form input[type=radio],
#contact-page .form input[type=checkbox],
#contact-page .form input[type=radio] {
  display: none; }
#showroom-page .form input[type=checkbox]:checked + .mwform-checkbox-field-text:after,
#showroom-page .form input[type=radio]:checked + .mwform-radio-field-text:after,
#contact-page .form input[type=checkbox]:checked + .mwform-checkbox-field-text:after,
#contact-page .form input[type=radio]:checked + .mwform-radio-field-text:after {
  border-color: #C4AA8D; }
#showroom-page .form input[type=checkbox]:checked + .mwform-checkbox-field-text:before,
#showroom-page .form input[type=radio]:checked + .mwform-radio-field-text:before,
#contact-page .form input[type=checkbox]:checked + .mwform-checkbox-field-text:before,
#contact-page .form input[type=radio]:checked + .mwform-radio-field-text:before {
  opacity: 1; }
#showroom-page .form input[type=file],
#contact-page .form input[type=file] {
  margin-top: 20px; }
#showroom-page .form .button,
#contact-page .form .button {
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    #showroom-page .form .button:first-of-type,
    #contact-page .form .button:first-of-type {
      margin-top: 15px; } }
#showroom-page .form .button input,
#contact-page .form .button input {
  display: block;
  max-width: 270px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: #C4AA8D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-align: center; }
  #showroom-page .form .button input:hover,
  #contact-page .form .button input:hover {
    opacity: 0.8; }
  @media screen and (max-width: 767px) {
    #showroom-page .form .button input,
    #contact-page .form .button input {
      width: 200px !important;
      min-width: 0;
      height: 40px;
      font-size: 14px; } }
#showroom-page .form .flex-c2,
#contact-page .form .flex-c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #showroom-page .form .flex-c2 > span:not(.error),
  #contact-page .form .flex-c2 > span:not(.error) {
    width: calc((100% - 8px)/2); }
    #showroom-page .form .flex-c2 > span:not(.error):nth-of-type(2),
    #contact-page .form .flex-c2 > span:not(.error):nth-of-type(2) {
      padding-right: 0; }
  #showroom-page .form .flex-c2 > input,
  #contact-page .form .flex-c2 > input {
    width: calc((100% - 8px)/2);
    padding-right: 8px; }
    #showroom-page .form .flex-c2 > input:nth-of-type(2),
    #contact-page .form .flex-c2 > input:nth-of-type(2) {
      margin-right: 0; }
  @media screen and (max-width: 959px) {
    #showroom-page .form .flex-c2,
    #contact-page .form .flex-c2 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #showroom-page .form .flex-c2 > input, #showroom-page .form .flex-c2 > span:not(.error),
      #contact-page .form .flex-c2 > input,
      #contact-page .form .flex-c2 > span:not(.error) {
        width: 100%;
        padding: 0;
        margin-left: 0; } }

/* showroom page
========================================================= */
#showroom-page .article__main.form {
  margin-top: 70px; }

.slick-slider div {
  -webkit-transition: none;
  transition: none; }

.wp-pagenavi {
  text-align: center;
  margin-top: 40px; }

@media print {
  * html body {
    zoom: .7; } }

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