
@charset "UTF-8";

/* laquan-siteの共通スタイルシートです。 */
/*
    ------------MEMO-------------
    1,destyle
    2,common（全サイト共通）
    3,template（一部共通）
    4,sidemenu-template（一部共通）

*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*==========================================================
  2,common（全サイト共通）
  ==========================================================*/

/*=============================
  base-contents
  =============================*/
html {
  font-size: 14px;
  line-height: 1.6;
  /* letter-spacing: 0.2rem; */
  /* font-family: Jost-main, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif; */
  /* font-feature-settings: "palt"; */
  overflow-wrap: break-word;
  word-break: break-all;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-feature-settings: "halt";
  letter-spacing: 0.1rem;
  color: #3c3c3c;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 12px;
  }
}

html a {
  tap-highlight-color: rgba(188, 179, 149, 0.6);
  -webkit-tap-highlight-color: rgba(188, 179, 149, 0.6);
}

img {
  max-width: 100%;
  height: auto;
}

li {
  letter-spacing: 1px;
  list-style: none;
}

/*コンテンツ*/
.content {
  padding-top: 50px;
  /*グローバルナビの高さ分のマージン*/
}

/*=============================
  responsive
  =============================*/
.for-sp {
  display: block;
}

.for-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .for-sp {
    display: none;
  }

  .for-pc {
    display: block;
  }
}

/*=============================
  inner-content-variation
  =============================*/
.inner,
.inner-500,
.inner-900,
.inner-1024 {
  padding: 75px 0 75px;
}

@media screen and (min-width: 768px) {
  .inner,
  .inner-500,
  .inner-900,
  .inner-1024 {
    padding: 120px 0 120px;
  }
}

.inner-500,
.inner-500-b {
  width: calc(100% - 1rem);
  max-width: 500px;
  margin: 0 auto;
}

.inner-900,
.inner-900-b {
  width: calc(100% - 1rem);
  max-width: 900px;
  margin: 0 auto;
}

.inner-1024,
.inner-1024-b {
  width: calc(100% - 1rem);
  max-width: 1024px;
  margin: 0 auto;
}

/*=============================
  content-wrapper-set
  =============================*/
.wrap-XS > *,
.wrap-XS-c > * {
  margin-bottom: 0.5rem;
}

.wrap-XS > *:last-child,
.wrap-XS-c > *:last-child {
  margin-bottom: 0;
}

.wrap-S > *,
.wrap-S-c > * {
  margin-bottom: 0.75rem;
}

.wrap-S > *:last-child,
.wrap-S-c > *:last-child {
  margin-bottom: 0;
}

.wrap-M > *,
.wrap-M-c > * {
  margin-bottom: 1rem;
}

.wrap-M > *:last-child,
.wrap-M-c > *:last-child {
  margin-bottom: 0;
}

.wrap-L > *,
.wrap-L-c > * {
  margin-bottom: 1.8rem;
}

.wrap-L > *:last-child,
.wrap-L-c > *:last-child {
  margin-bottom: 0;
}

.wrap-XS,
.wrap-S,
.wrap-M,
.wrap-L {
  text-align: left;
}

.wrap-XS-c,
.wrap-S-c,
.wrap-M-c,
.wrap-L-c {
  text-align: center;
}

/*=============================
  list-content-set
  =============================*/
.list-1,
.list-2,
.list-3,
.list-1-b,
.list-2-b,
.list-3-b,
.list-2-h,
.list-2-h-c,
.list-2-g,
.list-1-s {
  text-align: left;
}

.list-1 > *,
.list-2 > *,
.list-3 > *,
.list-1-b > *,
.list-2-b > *,
.list-3-b > *,
.list-2-g > * {
  padding: 1rem 0;
}

.list-1-s > * {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.list-1-s > *::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #bcb395;
  position: absolute;
  left: 0;
  top: 0.3em;
}

.list-1-b > *:first-child {
  border-top: 1px solid #b9baba;
  border-bottom: 1px solid #b9baba;
}

.list-1-b > * + * {
  border-bottom: 1px solid #b9baba;
}

.list-1-b > *:last-child {
  border-top: unset;
}

.list-2,
.list-2-b,
.list-2-g {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.list-3,
.list-3-b {
  display: grid;
  grid-template-columns: 2fr 3fr;
}

.list-2-reverse > *:last-child {
  grid-area: 1;
}

@media screen and (max-width: 767px) {
  .list-2-g {
    grid-gap: 1rem;
  }
}

.list-2-h > dt,
.list-2-h-c > dt {
  padding: 0.5rem 0 0.25rem;
}

.list-2-h > dd,
.list-2-h-c > dd {
  padding: 0 0 0.5rem;
  border-bottom: 1px solid #b9baba;
}

@media screen and (min-width: 768px) {
  .list-2-h,
  .list-2-h-c {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .list-2-h-c {
    align-items: center;
  }

  .list-2-h > dt,
  .list-2-h > dd,
  .list-2-h-c > dt,
  .list-2-h-c > dd {
    border-bottom: 1px solid #b9baba;
    padding: 0.5rem 0;
  }
}

.list-2 dt,
.list-2-b dt,
.list-3 dt,
.list-3-b dt {
  padding-left: 1rem;
}

.list-2-b > *:nth-child(-n + 2),
.list-3-b > *:nth-child(-n + 2) {
  border-top: 1px solid #b9baba;
  border-bottom: 1px solid #b9baba;
}

.list-2-b > *:nth-child(n + 3),
.list-3-b > *:nth-child(n + 3) {
  border-bottom: 1px solid #b9baba;
}

/*=============================
  css-counter-list-set
  =============================*/
.counter,
.counter-b {
  counter-reset: num;
}

.counter > li {
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  padding-left: 3rem;
  margin-bottom: 2rem;
}

.counter > li:last-child {
  margin-bottom: 0;
}

.counter > li:before {
  counter-increment: num;
  content: counter(num);
  font-size: 1rem;
  border: 1px solid #bcb395;
  box-sizing: border-box;
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  letter-spacing: 0;
  background-color: #bcb395;
  color: white;
}

.counter-b {
  position: relative;
}

.counter-b > * {
  position: relative;
}

.counter-b > *:before {
  position: absolute;
  display: inline-block;
  counter-increment: num;
  content: counter(num);
  left: -2.2em;
  width: 2em;
  text-align: center;
}

/*=============================
  back-content-set
  =============================*/
.back-1,
.back-1-b,
.back-2,
.back-3 {
  padding: 1rem 0.5rem;
}

@media screen and (min-width: 1024px) {
  .back-1,
  .back-1-b,
  .back-2,
  .back-3 {
    padding: 2.5rem;
  }
}

.back-1 {
  color: #fff;
  background-color: #bcb395;
  border-color: #bcb395;
}

.back-1-b {
  background-color: #f7f8f8;
  border-color: #f7f8f8;
}

.back-2,
.back-2-b {
  background-color: #f4f2ec;
  position: relative;
  padding-top: 4rem;
}

.back-2::before {
  content: "";
  display: inline-block;
  border-top: 1.5rem solid;
  border-right: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-left: 1.5rem solid;
  position: absolute;
  top: 0;
  left: 0;
}

.back-2-b {
  padding: 1rem;
}

.back-3,
.back-3-b,
.back-3-c {
  border: 1px solid;
}

.back-3-b {
  padding: 0;
}

.back-3-c {
  padding: 1.5rem;
}

.back-rd {
  border-radius: 1rem;
}

.back-rd p img {
  border-radius: 1rem 1rem 0 0;
}

/*=============================
  block-bottom-set
  =============================*/
.blk-btm-S {
  margin-bottom: 3rem;
}

.blk-btm-M {
  margin-bottom: 6rem;
}

.blk-btm-L {
  margin-bottom: 9rem;
}

/*=============================
  section-border-content-set
  =============================*/
.sec-border,
.sec-border-top,
.sec-border-top-b,
.sec-border-tb {
  position: relative;
}
.sec-border::after {
  content: "";
  position: absolute;
  border: 1px solid #3e3e3e;
  width: 100%;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.sec-border-tb::before,
.sec-border-tb::after {
  content: "";
  position: absolute;
  border-top: 1px solid #3e3e3e;
  width: 100%;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.sec-border-tb::after {
  top: auto;
  bottom: 0;
}

.sec-border-top::after,
.sec-border-top-b::after {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  width: 100%;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.sec-border-top-b::after {
  border-color: #242424;
}

/*=============================
  head-content-set
  =============================*/
.head-XS,
.head-S,
.head-M,
.head-L,
.head-XL {
  letter-spacing: 0.3rem;
  text-align: center;
  margin: 0 auto 2.2rem;
}

.head-XS {
  font-size: 1rem;
}

.head-S {
  font-size: 1.4rem;
}

.head-M {
  font-size: 1.8rem;
}

.head-L {
  font-size: 2.2rem;
}

.head-XL {
  font-size: 2.6rem;
}

.hdng-sub::before {
  content: attr(title) "";
  display: block;
  line-height: 1;
}

.head-XS.hdng-sub {
  margin: 0 auto 60px;
}

@media screen and (min-width: 1024px) {
  .head-XS.hdng-sub {
    margin: 0 auto 80px;
  }
}

.head-XS.hdng-sub::before {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.head-XL.hdng-sub {
  margin: 0 auto 80px;
}

.head-XL.hdng-sub::before {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}

.head-S.bgc-1,
.head-XS.bgc-1 {
  padding: 0.8rem;
  margin-bottom: 2rem;
}

/*=============================
  lead-text-content-set
  =============================*/
.lead {
  text-align: center;
  margin-bottom: 3rem;
}

.head-XS.hdng-sub + .lead {
  margin-bottom: 6rem;
}

/*=============================
  title-content-set
  =============================*/
.ttl-XS,
.ttl-S,
.ttl-M,
.ttl-L,
.ttl-XL,
.ttl-L-b {
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin: 0.5em auto;
}

.ttl-XS {
  font-size: 0.9rem;
}

.ttl-S {
  font-size: 1rem;
}

.ttl-M {
  font-size: 1.1rem;
}

.ttl-L,
.ttl-L-b {
  font-size: 1.3rem;
}

.ttl-XL {
  font-size: 1.6rem;
}

.ttl-M.bgc-1 {
  padding: 0.2rem 0.5rem;
  margin-top: 0;
}

.ttl-L.bgc-1 {
  padding: 0.6rem;
  margin-bottom: 2rem;
}

.ttl-L-b {
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  padding: 0.8rem 0;
  margin-bottom: 1.5rem;
}

/*=============================
  text-content-set
  =============================*/
.text-XXS,
.text-XS,
.text-S,
.text-M,
.text-L,
.text-XL {
  letter-spacing: 0.1rem;
}

.text-XXS {
  font-size: 0.7rem;
}

.text-XS {
  font-size: 0.8rem;
}

.text-S {
  font-size: 0.9rem;
}

.text-M {
  font-size: 1rem;
}

.text-L {
  font-size: 1.1rem;
}

.text-XL {
  font-size: 1.2rem;
}

/*=============================
  font-family-set
  =============================*/
@font-face {
  font-family: "Jost-exl";
  src: url("file/Jost-ExtraLight.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Jost-main";
  src: url("file/Jost-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Jost-main";
  src: url("file/Jost-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Marcellus-Regular";
  src: url("file/Marcellus-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

.jost {
  font-family: "Jost-exl", "sans-serif";
  font-weight: normal;
  -webkit-text-stroke: 1px;
}

.font-1::before {
  font-family: "optima", "Marcellus-Regular";
  font-weight: 100;
  /* font-style: italic; */
  -webkit-text-stroke: 0;
}

.serif-1,
.serif-1::before {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho",
    serif;
}

.bold {
  font-weight: bold;
}

/*=============================
  decoration-content
  =============================*/
.before-caret-right::before {
  font-family: "Material Icons";
  content: "arrow_right";
  color: #bcb395;
  vertical-align: middle;
}

.after-caret-right::before {
  font-family: "Material Icons";
  content: "arrow_right";
}

.before-arrow-right::before {
  font-family: "Material Icons";
  content: "navigate_next";
}

.after-arrow-right::after {
  font-family: "Material Icons";
  content: "navigate_next";
}

.before-arrow-left::before {
  font-family: "Material Icons";
  content: "navigate_before";
}

.after-arrow-left::after {
  font-family: "Material Icons";
  content: "navigate_before";
}

.before-double-arrow-right::before {
  font-family: "Material Icons";
  content: "keyboard_double_arrow_right";
}

.after-double-arrow-right::after {
  font-family: "Material Icons";
  content: "keyboard_double_arrow_right";
}

.after-filter-none-right::after {
  font-family: "Material Icons";
  content: "filter_none";
  vertical-align: bottom;
  margin-left: 0.25em;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.label,
.label-b {
  border: 1px solid currentColor;
  padding: 0.1em 0.4em;
  display: inline-block;
  letter-spacing: 0.05rem;
  font-size: 0.8em;
  vertical-align: middle;
}

.label-b {
  width: 100%;
}

.label + .label {
  margin-left: 0.6em;
}

.ttl-M.before-ig-icon,
.ttl-M.before-line-icon {
  position: relative;
  padding: 22.5px 0 22.5px 67.5px;
}

.ttl-M.before-ig-icon::before,
.ttl-M.before-line-icon::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ttl-M.before-ig-icon::before {
  background: url(/net/img/instagram-icon.png) no-repeat top/contain;
}

.ttl-M.before-line-icon::before {
  background: url(/net/img/LINE-icon.png) no-repeat top/contain;
}

.btm-bd {
  border-bottom: 1px solid;
  padding-bottom: 2rem;
}

.b-line-right {
  position: relative;
}

.b-line-right::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 20%;
  height: 1px;
  margin-left: 0.5em;
  bottom: 13px;
}

.catch {
  display: flex;
  align-items: center;
}

.catch:before,
.catch:after {
  border-top: 2px solid;
  content: "";
  width: 1em;
}

.catch:before {
  margin-right: 0.3em;
}

.catch:after {
  margin-left: 0.3em;
}

.indent {
  font-feature-settings: "plat";
  letter-spacing: 0.1em;
  display: inline-block;
  padding-left: 1em;
  text-indent: -1rem;
}

/*=============================
  background-color-set
  =============================*/
/* .bgc-1 {
  color: #fff;
  background-color: #BCB395;
  border-color: #BCB395;
}

.bgc-2 {
  background-color: #F4F2EC;
}

.bgc-3 {
  color: #3c3c3c;
  background-color: #fff;
}

.bgc-4 {
  color: #fff;
  background-color: #242424;
} */

/*=============================
  text-color-set
  =============================*/
/* .color-1 {
  color: #BCB395;
}

.color-2 {
  color: #FF0000;
}

.color-3 {
  color: #FFFFFF;
} */

/*=============================
  flex-layout
  =============================*/
.col-1-2,
.col-1-3,
.col-1-4 {
  display: block;
}

.col-1-2 > * {
  margin-bottom: 2rem;
}

.col-1-3 > * {
  margin-bottom: 1rem;
}

.col-1-4 > * {
  margin-bottom: 1rem;
}

.col-2-1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.col-2-1 > * {
  flex-basis: calc(100% / 2 - 1rem);
}

.col-2-2,
.col-2-2-b,
.col-2-5,
.col-3-5,
.col-5-5 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.col-2-2 > * {
  flex-basis: calc(100% / 2 - 0.5rem);
}

.col-2-2-b > *:first-child {
  flex-basis: calc(40%);
}

.col-2-2-b > *:last-child {
  flex-basis: calc(56%);
}

.col-2-3 {
  display: flex;
  flex-flow: row wrap;
}

.col-2-3 > * {
  flex-basis: calc(100% / 2);
}

.col-2-5 > * {
  flex-basis: calc(100% / 2 - 0.5rem);
}

.col-3-5 > * {
  flex-basis: calc(100% / 3 - 0.5rem);
}

.col-5-5 > * {
  flex-basis: calc(100% / 5 - 0.5rem);
}

@media screen and (min-width: 768px) {
  .col-1-2,
  .col-1-3,
  .col-1-4 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .col-1-2 > * {
    flex-basis: calc(100% / 2 - 1.5rem);
  }

  .col-1-3 > * {
    flex-basis: calc(100% / 3 - 1rem);
  }

  .col-1-4 > * {
    flex-basis: calc(100% / 4 - 1rem);
  }

  .col-2-1 {
    display: block;
  }

  .col-2-3 > * {
    flex-basis: calc(100% / 3);
  }

  .col-2-5 > *,
  .col-3-5 > * {
    flex-basis: calc(100% / 5 - 0.5rem);
  }

  .row-reverse {
    flex-direction: row-reverse;
  }
}

/*=============================
  grid-layout
  =============================*/
.grid-1-2,
.grid-1-2-S {
  display: grid;
  grid-gap: 2rem;
}

.grid-1-3,
.grid-1-3-b {
  display: grid;
  grid-gap: 1.5rem;
}

.grid-1-3-b {
  grid-gap: 3rem;
}

.grid-1-4 {
  display: grid;
  grid-gap: 1rem;
}

.grid-2-2,
.grid-2-2-b {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}

.grid-2-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}

.grid-2-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}

.grid-2-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}

.grid-3-3,
.grid-3-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}

.grid-1-1--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}

.grid-1-1--2 > * {
  grid-column: 1/ 3;
}

.grid-1-2--3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
}

.grid-1-2--3 > *:first-child {
  grid-column: 1/3;
}

.grid-1-3--4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
}

.grid-1-3--4 > *:first-child {
  grid-column: 1/4;
}

@media screen and (min-width: 768px) {
  .grid-1-2,
  .grid-1-2-S {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4rem;
  }

  .grid-1-2-S {
    grid-gap: 2rem;
  }

  .grid-1-3,
  .grid-1-3-b {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
  }

  .grid-1-3-b {
    row-gap: 4rem;
  }

  .grid-2-2,
  .grid-2-2-b {
    grid-gap: 2rem;
  }

  .grid-2-2-b {
    grid-template-columns: 4fr 6fr;
  }

  .grid-2-1,
  .grid-3-1 {
    display: block;
  }

  .grid-2-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
  }

  .grid-2-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
  }

  .grid-1-1--2 > *:nth-child(n + 2) {
    grid-column: auto;
  }

  .grid-1-2--3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.75rem;
  }

  .grid-1-3--4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.75rem;
  }

  .grid-1-2--3 > *:first-child,
  .grid-1-3--4 > *:first-child {
    grid-column: auto;
  }

  .grid-1-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
  }
}

/*==========================================================
  2,common（全サイト共通） End
  ==========================================================*/

/*==========================================================
  3,template（一部共通）Start
  ==========================================================*/

/*=============================
  page-main-visual-content
  =============================*/
.MV {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .MV {
    max-height: 100vh;
  }
}

.shop-MV img {
  width: 100vw;
  height: 45vh;
  max-height: 375px;
  text-align: center;
  object-fit: cover;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shop-MV img {
    height: 50vh;
    max-height: 606px;
  }
}

@media screen and (min-width: 1025px) {
  .shop-MV img {
    height: 95vh;
    max-height: 1080px;
  }
}



/*=============================
  cv-content
  =============================*/
.cv-box {
  /* width: calc(100% - 1rem); */
  /* max-width: 1024px; */
  /* margin: 0 auto; */
  padding: 2rem;
}

/*=============================
  qa-content
  =============================*/
.qa-box .wrap-M > * {
  border: 1px solid #bcb395;
  margin-bottom: 1rem;
}

.qa-box .acc-trigger {
  padding: 0.75rem 3rem 0.75rem 5rem;
  padding-left: 3rem;
  position: relative;
}

.qa-box .acc-item {
  padding-left: 3rem;
}

.qa-box .acc-trigger::after {
  position: absolute;
  top: 25%;
  right: 1em;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  transition: 0.2s;
  border-top: 2px solid #bcb395;
  border-right: 2px solid #bcb395;
}

.qa-box .acc-trigger.open::after {
  transform: rotate(-45deg);
  top: 40%;
}

.qa-box .acc-trigger {
  padding: 0.75rem 3rem 0.75rem 5rem;
}

.qa-box .acc-trigger::before {
  content: "Q";
  font-family: "Jost-exl", "sans-serif";
  font-weight: normal;
  -webkit-text-stroke: 1px;
  display: inline-block;
  text-align: center;
  width: calc(1rem * 1.6 + 1.5rem);
  height: calc(1rem * 1.6 + 1.5rem);
  color: #fff;
  border: 1px solid #bcb395;
  background-color: #bcb395;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  line-height: calc(1rem * 1.6 + 1.5rem);
}

.qa-box .acc-item {
  padding: 0.75em 3em 0.75em 5em;
}

/*=============================
  flow-content
  =============================*/
.flow-container {
  display: grid;
  grid-gap: 3rem;
  color: #bcb395;
  counter-reset: flow-num;
}

.flow-item {
  background-color: #f4f2ec;
  text-align: center;
  padding: 1rem 2rem;
  position: relative;
}

.flow-item::before {
  content: counter(flow-num);
  counter-increment: flow-num;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
}

.flow-item + .flow-item::after {
  content: "";
  width: 15px;
  height: 15px;
  border-right: 1px solid #bcb395;
  display: block;
  border-bottom: 1px solid #bcb395;
  transform: translate(-50%, 50%) rotate(45deg);
  top: -2.9rem;
  left: 50%;
  position: absolute;
}

@media screen and (min-width: 1024px) {
  .flow-container {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 3rem;
  }

  .flow-item {
    padding: 3rem 1rem 1rem;
  }

  .flow-item::before {
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .flow-item + .flow-item::after {
    transform: translate(50%, -50%) rotate(-45deg);
    top: 50%;
    left: -2.7rem;
  }
}

/*=============================
  price-content
  =============================*/
.price-item-1::before,
.price-item-1-b::before,
.price-item-1-c::before,
.price-item-1-d::before,
.price-item-1::after,
.price-item-1-b::after,
.price-item-1-c::after,
.price-item-1-d::after {
  content: "";
  display: block;
  width: 3px;
  height: 15px;
  background-color: #bcb395;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: -28px;
}

.price-item-1-c::before,
.price-item-1-c::after {
  background-color: #3c3c3c;
  top: auto;
  bottom: 0;
  margin-bottom: -36px;
  right: 50%;
  left: 50%;
}

.price-item-1-d::before,
.price-item-1-d::after {
  right: -14px;
}

.price-item-2-d::before,
.price-item-2-d::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #3c3c3c;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: -20px;
}

.price-item-2-d::after {
  margin-top: 2px;
}

.price-item-1-b::before,
.price-item-1-d::before,
.price-item-1-b::after,
.price-item-1-d::after {
  background-color: #3c3c3c;
}

.price-item-1::after,
.price-item-1-b::after,
.price-item-1-c::after,
.price-item-1-d::after {
  transform: rotate(90deg);
}

.price-box,
.price-box-c,
.price-box-d {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 53px;
}

.price-box-c {
  width: calc(80% - 2em);
  margin: 0 auto 1.5em;
  align-items: center;
}

.price-box-d {
  width: 100%;
  margin: 0 auto 1.5em;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  letter-spacing: 0.05em;
}

.price-item-1,
.price-item-1-b,
.price-item-1-c,
.price-item-1-d {
  grid-column: 1/2;
  border: 1px solid;
  padding: 1.5rem 0.5rem;
  position: relative;
}

.price-item-1-c {
  grid-column: 1/3;
  height: 100%;
  padding: 2.5rem 0.5rem;
}

.price-item-1-d,
.price-item-2-d,
.price-item-3-d {
  height: 100%;
}

.price-item-2,
.price-item-2-b,
.price-item-2-c,
.price-item-2-d {
  grid-column: 2/3;
  border: 1px solid #bcb395;
  padding: 1.5rem 0.5rem;
  position: relative;
}

.price-item-2-b,
.price-item-2-d {
  border: 1px solid #3c3c3c;
}

.price-item-2-c {
  grid-column: 1/3;
  height: 100%;
  border: 1px solid #3c3c3c;
}

.price-item-2::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #bcb395;
  border-bottom: 1px solid #bcb395;
  position: absolute;
  transform: rotate(-45deg) translateX(-50%);
  bottom: 1rem;
  left: 50%;
}

.price-item-3-d {
  grid-column: 3/3;
  border: 1px solid;
  padding: 1.5rem 0.5rem;
  position: relative;
}

.price-border-c {
  position: relative;
}

.price-border-c:after {
  display: block;
  content: "";
  height: 1px;
  width: calc(70% - 2rem);
  margin: 8px auto;
  background-color: #333;
}

@media screen and (min-width: 768px) {
  .price-box {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 53px;
  }

  .price-box-c {
    grid-template-columns: repeat(3, 1fr);
  }

  .price-box-d {
    width: 80%;
    grid-gap: 53px;
  }

  .price-item-1,
  .price-item-1-b {
    grid-column: 2/3;
  }

  .price-item-1-c {
    grid-column: 1/2;
  }

  .price-item-2,
  .price-item-2-b {
    grid-column: 3/4;
  }

  .price-item-2-c {
    grid-column: 2/4;
  }

  .price-item-1-c::before,
  .price-item-1-c::after {
    top: 50%;
    margin-top: -8px;
    margin-bottom: 0;
    right: -28px;
    left: auto;
  }

  .price-item-1-d::before,
  .price-item-1-d::after {
    right: -28px;
  }

  .price-item-2-d::before,
  .price-item-2-d::after {
    right: -34px;
  }

  .price-border-c:after {
    width: calc(60% - 2rem);
  }
}

.price-box-ud > * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 0.8em);
}

/*=============================
  gallery-content
  =============================*/

/* --- gallery-image-size --- */
.gallery-01 img,
.gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- 01_gallery --- */
.gallery-01 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-gap: 8px;
}

.gallery-01 .g-1 {
  grid-column: span 6;
  grid-row: span 4;
}

.gallery-01 .g-2 {
  grid-column: span 6;
  grid-row: span 2;
}

.gallery-01 .g-3 {
  grid-column: span 3;
  grid-row: span 2;
}

.gallery-01 .g-4 {
  grid-column: span 3;
  grid-row: span 2;
}

/* --- 02_gallery --- */
.gallery {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(6, 138px);
  grid-gap: 8px;
}

.gallery .g-1 {
  grid-column: span 4;
}

.gallery .g-2 {
  grid-column: span 6;
}

.gallery .g-3 {
  grid-column: span 5;
  grid-row: span 2;
}

.gallery .g-4 {
  grid-column: span 5;
  grid-row: span 2;
}

.gallery .g-5 {
  grid-column: span 10;
  grid-row: span 2;
}

.gallery .g-6 {
  grid-column: span 4;
}

.gallery .g-7 {
  grid-column: span 6;
}

@media screen and (min-width: 768px) {
  /* --- 01_gallery --- */
  .gallery-01 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .gallery-01 .g-1 {
    grid-column: span 4;
    grid-row: span 2;
  }

  .gallery-01 .g-2 {
    grid-column: span 4;
    grid-row: auto;
  }

  .gallery-01 .g-3 {
    grid-column: span 2;
    grid-row: auto;
  }

  .gallery-01 .g-4 {
    grid-column: span 2;
    grid-row: auto;
  }

  /* --- 02_gallery --- */
  .gallery {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(3, 427px);
    grid-gap: 20px;
  }

  .gallery .g-1 {
    grid-column: span 3;
  }

  .gallery .g-2 {
    grid-column: span 4;
  }

  .gallery .g-3 {
    grid-column: span 2;
    grid-row: unset;
  }

  .gallery .g-4 {
    grid-column: span 2;
    grid-row: unset;
  }

  .gallery .g-5 {
    grid-column: span 3;
    grid-row: unset;
  }

  .gallery .g-6 {
    grid-column: span 3;
  }

  .gallery .g-7 {
    grid-column: span 4;
  }
}

/*=============================
  css-num-content-set
  =============================*/

/* 以下は削除予定(class名が汎用性持たないので固有でもいい) */
main {
  counter-reset: i;
}

.num {
  position: relative;
  padding-top: 5rem;
}

.num::before {
  counter-increment: i;
  content: counter(i, decimal-leading-zero);
  font-size: 8rem;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  color: #f4f2ec;
  z-index: -1;
  line-height: 1;
}

/*=============================
  sp-accordion-js
  =============================*/
.js-acc-trigger-sp::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-left: 2px solid #bcb395;
  border-bottom: 2px solid #bcb395;
  transform: rotate(-45deg) translateX(-50%);
  position: absolute;
  left: 50%;
}

.js-acc-trigger-sp {
  position: relative;
  height: 2rem;
  margin-bottom: 2rem;
}

.js-acc-item-sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .js-acc-item-sp {
    display: block !important;
  }
}

/*slick-slider スタジオ背景スライダー*/

/* swiperで作成した背景スライダーに以降予定_20220613  */
.slide-wrap {
  max-width: 1100px;
  margin: 0 auto 80px auto;
  padding: 0;
  transition: all 0.5s;
}

.slide-wrap img {
  width: 100%;
  height: auto;
}

.slider {
  position: relative;
  overflow: hidden;
}

.slider .thumb-wrap {
  position: relative;
  height: 100%;
  overflow: auto;
}

.slider .thumb-wrap .thumb .slick-track {
  left: 0 !important;
  width: 100%;
  opacity: 1;
}

.slider .thumb-wrap .thumb .slick-slide {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  padding: 5px 5px 5px 0;
}

.slider .thumb-wrap .thumb .slick-slide:hover {
  opacity: 0.5;
}

.slider .thumb-wrap .slick-arrow {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider .thumb-wrap .slick-prev {
  right: 0;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #444444;
}

.slider .thumb-wrap .slick-next {
  left: 0;
  border-width: 6px 12px 6px 0;
  border-color: transparent #444444 transparent transparent;
}

@media screen and (min-width: 1024px) {
  .slider .main-slide {
    float: left;
    width: 86%;
  }

  .slider .thumb-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    width: 14%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .slider .thumb-wrap .thumb .slick-list {
    padding: 0 !important;
  }

  .slider .thumb-wrap .thumb .slick-track {
    left: 0 !important;
  }

  .slider .thumb-wrap .thumb .slick-slide {
    padding: 0 5px 5px 5px;
  }

  .slider .thumb-wrap .slick-arrow {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .slider .thumb-wrap .slick-prev {
    top: auto;
    bottom: -1.5em;
    border-width: 18px 9px 0 9px;
    border-color: #444444 transparent transparent transparent;
  }

  .slider .thumb-wrap .slick-next {
    top: -1.5em;
    border-width: 0 9px 18px 9px;
    border-color: transparent transparent #444444 transparent;
  }
}

.prev-arrow,
.next-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: block;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
}

.prev-arrow {
  left: 0;
  box-shadow: 2px 2px 2px #ccc;
}

.next-arrow {
  right: 0;
  box-shadow: -2px 2px 2px #ccc;
}

.prev-arrow::before,
.next-arrow::before {
  content: "";
  width: 20px;
  height: 20px;
  border-left: 2px solid #3e3e3e;
  border-bottom: 2px solid #3e3e3e;
  display: inline-block;
  position: absolute;
  top: 15px;
}

.prev-arrow::before {
  transform: rotate(45deg);
  left: 18px;
}

.next-arrow::before {
  transform: rotate(225deg);
  right: 18px;
}

/*グーグルマップ*/
.gmap {
  height: 295px;
}

@media screen and (min-width: 768px) {
  .gmap {
    height: 500px;
  }
}

/*=============================
  パンくず
  =============================*/
#breadcrumb {
  font-size: 0.8rem;
  padding: 1rem 0;
}

/*=============================
  modal-content
  =============================*/
.modalArea {
  display: none;
  position: fixed;
  z-index: 100;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1024px;
  padding: 0 1rem;
}

.closeArea {
  width: 100%;
  max-width: 1024px;
}

.closeModal {
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: -3rem;
}

.modalContents {
  background-color: #fff;
  padding: 2rem;
  height: 65vh;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .modalContents .grid-1-2 {
    grid-gap: 0;
  }
}

.closeModal:before,
.closeModal:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  /* 棒の幅（太さ） */
  height: 35px;
  /* 棒の高さ */
  background: #fff;
  /* バツ印の色 */
}

.closeModal:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.closeModal:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*=============================
  page-top-btn
  =============================*/
.btn-pagetop {
  width: 56px;
  height: 56px;
  /*border: solid 2px rgba(110, 110, 110, 0.6);*/
  border-radius: 50%;
  right: 1.5em;
  bottom: 72px;
  color: #fff;
  position: fixed;
  text-align: center;
  background-color: rgba(110, 110, 110, 0.6);
  z-index: 6000;
  padding-top: 1.5em;
  letter-spacing: 0.05px;
}

@media screen and (min-width: 768px) {
  .btn-pagetop {
    right: 2em;
    bottom: 2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .btn-pagetop {
    bottom: 80px;
  }
}

.btn-pagetop::before {
  position: absolute;
  font-family: "Material Icons";
  content: "expand_less";
  font-size: 20px;
  top: 0;
  right: 0;
  left: 0;
}

/*=============================
  image-effect-zoom
  =============================*/
.btn-zoom,
.btn-zoom-b,
.btn-zoom-f {
  display: block;
  overflow: hidden;
  text-align: center;
}

.btn-zoom-f {
  position: relative;
}

.zoom-f-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.3s;
}

.zoom-f-txt .head-L {
  margin-bottom: 0.5rem;
}

.btn-zoom img,
.btn-zoom-b img,
.btn-zoom-f img {
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}

.btn-zoom-b img {
  object-fit: contain;
  height: auto;
}

.btn-zoom-f img {
  filter: brightness(60%);
}

.btn-zoom:hover img,
.btn-zoom-b:hover img,
.btn-zoom-f:hover img {
  transform: scale(1.1);
}

.btn-zoom-f:hover img {
  filter: brightness(90%);
}

a:hover .btn-zoom img,
a:hover .btn-zoom-b img,
a:hover .btn-zoom-f img {
  transform: scale(1.1);
}

a:hover .btn-zoom-f img {
  filter: brightness(90%);
}

/*=============================
  image-zoom-icon
  =============================*/
.label-zoom {
  position: relative;
}

.label-zoom:before {
  position: absolute;
  font-family: "Material Icons";
  content: "search";
  font-size: 24px;
  color: #7b7c7c;
  background: #ffffff;
  opacity: 0.8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  margin-bottom: 0.25em;
  right: 0.5em;
  z-index: 1;
}

/*=============================
  movie-responsive-content
  =============================*/
.blk-CM_grid-1-2 {
  align-items: center;
}

.blk-CM_body {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.blk-CM_body .blk-CM_mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=============================
  img-thumbnail-change-js
  =============================*/
.current {
  pointer-events: none;
  filter: brightness(75%);
  transition: all 0.3s;
}

/*=============================
  image-size-fit
  =============================*/
.fit-image,
.fit-image-b,
.fit-image-c {
  position: relative;
}

.fit-image::before,
.fit-image-b::before {
  padding-top: 100%;
  display: block;
  content: "";
}

.fit-image img,
.fit-image-b img {
  position: absolute;
  object-fit: cover;
  top: 0;
  width: 100%;
  height: 100%;
}

.fit-image-b img {
  object-fit: contain;
}

.fit-image-c img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*=============================
  search-box-content-js
  =============================*/
.search-box {
  padding: 40px 0;
  max-width: 400px;
  width: calc(100% - 2rem);
  margin: 0 auto;
}

.search-box > *:first-child {
  flex-basis: 35%;
  text-align: center;
  padding: 0.75rem;
}

.search-box > *:last-child {
  flex-basis: 65%;
  border: 1px solid;
  text-align: center;
}

.btn-select {
  position: relative;
  background-color: #fff;
  cursor: pointer;
}

.select-label {
  position: absolute;
  width: 100%;
  z-index: 1;
  letter-spacing: 0.05em;
  margin: 0.75rem auto;
  text-overflow: clip;
}

.js-search-box {
  cursor: pointer;
  width: 100%;
  border: none;
  opacity: 0;
  position: relative;
  z-index: 2;
}

.js-search-box:focus {
  z-index: -1;
  opacity: 1;
}

select.js-search-box {
  font-size: 16px;
  transform: scale(0.9);
}

/*=============================
  cvFix-content
  =============================*/
.cvFix {
  position: fixed;
  width: calc(100% - 1rem);
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: 60px;
  background-color: #fff;
  z-index: 500;
  filter: drop-shadow(0px 0px 2px #999);
}

.cvFix .slideBtn {
  background-color: #bcb395;
  color: #fff;
  border-color: #bcb395;
  text-align: center;
  padding: 0.5em;
  font-size: 18px;
}

.cvFix .slideBtn::after {
  font-family: "Material Icons";
  content: "close";
  position: absolute;
  right: 0.4em;
  font-size: 20px;
  top: 0.4em;
  transition: all 0.5s;
  transform: rotate(45deg);
}

.cvFix.close .slideBtn::after {
  transform: rotate(0deg);
}

.cvFix .slideInner {
  margin: 0.5em;
}

.slidegrid-2-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}

.cvFix-btn {
  position: relative;
  text-align: right;
  padding-right: 1rem;
  font-weight: bold;
  font-size: 0.9rem;
  color: #3c3c3c;
}

.cvFix-btn::after {
  position: absolute;
  font-family: "Material Icons";
  content: "navigate_next";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .cvFix {
    width: 300px;
    margin: auto;
    bottom: 0px;
    left: auto;
    right: 20px;
  }

  .cvFix.close {
    bottom: 20px;
  }

  .cvFix .slideBtn {
    font-size: 16px;
  }

  .cvFix .slideBtn::after {
    top: 0.2em;
  }

  .cvFix .slideInner {
    display: block;
  }

  .cvFix .slideInner > * {
    margin-bottom: 0.5em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cvFix,
  .cvFix.close {
    bottom: 80px;
  }
}

/*=============================
  topics-content
  =============================*/
.omit-ttl,
.omit-text {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: calc(24px * 2);
}

.omit-text {
  -webkit-line-clamp: 3;
  max-height: calc(24px * 3);
}

@media screen and (min-width: 768px) {
  .omit-text {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: calc(24px * 2);
  }
}

/*==========================================================
  4,template（一部共通）End
  ==========================================================*/

/*==========================================================
  4,sidemenu-template Start
  ==========================================================*/

.side-menu {
  max-width: 1024px;
  width: calc(100% - 1rem);
  margin: 0 auto;
}

.side > * {
  width: calc(100% - 5rem);
}

.side > *:last-child {
  width: auto;
}

.side .btn-1 {
  width: 100%;
}

.side .grid-3-1 {
  grid-gap: 0;
}

.inner-side-L {
  padding: 40px 0 60px;
}

@media screen and (min-width: 768px) {
  .side-menu {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    grid-gap: 4rem;
  }

  .side > * {
    width: auto;
  }
}

/*==========================================================
  4,sidemenu-template End
  ==========================================================*/

/*==========================================================
  5,price-simulation-template Start
  ==========================================================*/
.size-label1 {
  background-color: #fff;
  margin: 0.25rem;
  padding: 0.25rem 0.5rem;
}

.s-list-ttl-tag {
  width: calc(100% - 2em);
  display: inline-block;
  padding: 0.5rem 2rem;
  font-size: 1.3rem;
  background-color: #9e9e9e;
  color: #fff;
}

.s-list-ttl-tag1 {
  align-self: baseline;
  padding: 1rem 0;
}

@media screen and (min-width: 768px) {
  .s-list-box-tag {
    grid-column: 1 / span 2;
  }
}

@media screen and (min-width: 768px) {
  .s-list-ttl-tag {
    width: calc(50% - 2em);
  }
}

.s-list-slect select,
.s-list-slect-ty1 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

.s-list-slect select,
.s-list-slect-ty1 select {
  border: 1px solid;
  background-color: #fff;
  padding: 1rem;
  width: 100%;
  letter-spacing: 0.05em;
  font-size: 16px;
  color: #3c3c3c;
}

.s-list-slect,
.s-list-slect-l,
.s-list-slect-ty1 {
  width: 102vw;
  max-width: 480px;
  position: relative;
  transform: scale(0.9) translate(-20px, 0);
  -moz-transform: scale(0.9) translate(-20px, 0);
  -webkit-transform: scale(0.9) translate(-20px, 0);
}

.serchBox.s-list-slect {
  justify-content: initial;
  margin-left: 0;
  margin-bottom: 0;
}

.s-list-slect.num-select {
  max-width: 80px;
  margin-left: 20px;
}

.s-list-check input {
  margin-left: 0;
  margin-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .s-list-check input {
    margin-left: 8px;
  }
}

.s-list-slect.num-select select {
  width: 90px;
}

.s-list-slect:after,
.s-list-slect-ty1:after {
  font-family: "FontAwesome";
  content: "\f107";
  display: block;
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.s-list-category,
.s-list-box > * {
  border-bottom: 1px solid;
  width: 100%;
  padding-bottom: 2rem;
}

.s-list-box2 > * {
  border-bottom: 1px solid;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  display: inline-grid;
}

.s-list-border-none,
.s-list-box > *:last-child,
.s-list-box2 > *:last-child {
  border-bottom: none;
}

.s-list-box.l-box-2.satsuei-on:not(:last-child) {
  border-bottom: 1px solid;
  margin-bottom: 2rem;
}

.s-list-box .holiday-visibility {
  display: none !important;
}

.select-price__category {
  width: calc(100% - 2rem);
  max-width: 480px;
  margin: 0 auto 3rem;
}

.shoumei-price .s-list-slect,
.shoumei-price .s-list-slect-l {
  width: 100%;
  margin: auto;
}

#simulation-price select:disabled {
  color: #ddd;
}

.shoumei-price .s-list-slect.num-select {
  margin-left: 1rem;
}

.s-list-1,
.s-list-1-ty1,
.s-list-2,
.s-list-2-full,
.s-list-3 {
  display: grid;
  align-items: center;
  justify-items: baseline;
}

.s-list-1,
.s-list-1-ty1 {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 1rem;
}

.s-list-2 {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 1rem;
  width: 100%;
}

.s-list-2-full {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 1rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .s-list-1 {
    grid-template-columns: 0.25fr 2fr;
    grid-template-rows: 1fr;
  }

  .s-list-1-ty1 {
    grid-template-columns: 0.5fr 2fr;
  }

  .s-list-2 {
    grid-template-columns: 1fr 2fr;
  }

  .s-list-2-full {
    grid-template-columns: 0.9fr 1fr;
  }

  .s-list-2_2 {
    grid-column: 2;
  }
}

.s-list-total input,
.s-list-total2 input {
  border: none;
  outline: none;
  background: transparent;
  text-align: end;
}

.s-list-total,
.s-list-total2 {
  background-color: #fff;
  display: block;
  align-items: baseline;
  text-align: center;
}

.s-list-total .total-text,
.s-list-total2 .total-text {
  font-size: 2.5rem;
  width: 120px;
}

.s-list-total2 .total-text {
  width: 160px;
}

.s-list-total .total-text-tax,
.s-list-total2 .total-text-tax {
  font-size: 1.3rem;
  width: 56px;
}

.s-list-total2 .total-text-tax {
  width: 80px;
}

.s-list-none > *,
.s-list-none span,
.s-list-none select {
  color: #ddd;
  pointer-events: none;
}

.p_sim {
  position: relative;
  padding: 4rem 0;
}

.sims_fixed {
  position: fixed;
  bottom: 80px;
  width: calc(100% - 2rem);
  max-width: 1100px;
  z-index: 2;
}

.p_sim .inner {
  width: calc(100% - 2rem);
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
}

.p_sim .pd-box-2 {
  padding: 1.2rem;
}

.p_sim .box-mb-2,
.p_sim .l-box-2 > * {
  margin-bottom: 2rem;
}

.l-box-s1 > *:last-child,
.l-box-s2 > *:last-child,
.l-box-s3 > *:last-child,
.l-box-1 > *:last-child,
.l-box-2 > *:last-child,
.l-box-3 > *:last-child,
.l-box-6 > *:last-child {
  margin-bottom: 0;
}

.p_sim {
  background-color: #f4f2ec;
}

.p_sim .blk-title {
  font-size: 2.2rem;
  line-height: 1.75em;
  margin: 0 auto 6rem;
  position: relative;
  font-weight: bold;
  color: #3c3c3c;
  text-align: center;
  display: block;
}

.p_sim .blk-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2.2rem;
  display: inline-block;
  width: 50px;
  height: 2px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #3c3c3c;
}

.p_sim .blk-sub-title {
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 3rem;
}

.p_sim .blk-text {
  margin: 0 auto 4rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
}

.p_sim .font-m {
  font-size: 0.9rem;
}

.p_sim .gold {
  color: #bcb395;
}

.p_sim .pink {
  color: #f16496;
}

.p_sim .ta-j {
  text-align: justify;
}

.p_sim .s-list-slect-ty1 {
  width: 100%;
}

.p_sim .ttl-2 {
  font-size: 1.6rem;
  font-weight: bold;
}
/*==========================================================
  5,simulation-template End
  ==========================================================*/

/*==========================================================
  6,topics-template Start
  ==========================================================*/
/* トピックス用テキストレイアウト用 */
.tp-txt-list1,
#topics ul.tp-txt-list1,
#topics ol.tp-txt-list1 {
    text-align: justify;
    margin-bottom: 4rem;
}

.tp-txt-list1:last-child,
#topics ul.tp-txt-list1:last-child,
#topics ol.tp-txt-list1:last-child {
    margin-bottom: 0;
}

.tp-txt-list1 > *,
#topics ul.tp-txt-list1 > *,
#topics ol.tp-txt-list1 > * {
    padding: initial;
    width: 100%;
    margin-bottom: 2rem;
    line-height: 1.75;
    font-feature-settings: "palt";
    letter-spacing: .05em;
}

.tp-txt-list1 > *:last-child,
#topics ul.tp-txt-list1 > *:last-child,
#topics ol.tp-txt-list1 > *:last-child {
    margin-bottom: 0;
}

/* トピックス用表レイアウトスクロール用 */
.table-block {
	width: 100%;
	overflow-x: scroll;
	margin-bottom: .5rem;
}
.table-block table.tp-table-ly {
	width: 100%;
	min-width: 900px;
}

@media screen and (min-width: 768px){
.table-block {
	overflow-x: auto;
}
.table-block table.tp-table-ly {
	min-width: auto;
}
}

/* トピックス用表レイアウト */
table.tp-table-ly,
.tp-table-2 td, .tp-table-2 th,
.tp-table-3 td, .tp-table-3 th,
.tp-table-6 td, .tp-table-6 th {
	border: 1px solid #595959;
	border-collapse: collapse;
}

.tp-table-2 > *,
.tp-table-3 > *,
.tp-table-6 > * {
	padding: 8px;
	width: calc(100% / 2 - 1em);
	height: 25px;
	vertical-align: middle;
	text-align: center;
}

.tp-table-3 > * {
	width: calc(100% / 3 - 1em);
}

.tp-table-6 > * {
	width: calc(100% / 6);
}

.tp-table-2 th,
.tp-table-3 th,
.tp-table-6 th {
	background: #f7f8f8;
	text-align: center;
}

.tp-table-first_10 > *:first-child {
	width: 10%;
}

.table-txt-l,
 .table-txt-l {
	text-align: justify;
}

.tp-txt-border1{
	border: 1px solid;
 	padding: 1rem;
}

/*==========================================================
  6,topics-template End
  ==========================================================*/


