@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap");
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/* 要素 フォントサイズ・マージン・パディングをリセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

/* 新規追加要素をブロック要素化 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* ulのマーカー非表示 */
ol, ul {
  list-style: none;
}

/* 引用符の非表示 */
blockquote, q {
  quotes: none;
}

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}
a:hover, a:active {
  text-decoration: none;
  /* opacity: 0.75; */
  /* filter: alpha(opacity=75); */
}

a,
a * {
  transition: opacity 0.6s ease;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* 追加 */
}

/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
  text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* 縦方向の揃え 中央揃え */
input,
select {
  vertical-align: middle;
}

/* 画像を縦に並べた時に余白0 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  /* width: 100%; */
  max-width: 100%;
  height: auto;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

.clearfix:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

br {
  line-height: inherit;
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
.sl_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 1400px;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .sl_contain {
    padding: 0 2.5rem;
  }
}

.xl_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .xl_contain {
    padding: 0 2.5rem;
  }
}

.lg_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 1000px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .lg_contain {
    padding: 0 2.5rem;
  }
}

.lgs_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 960px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .lgs_contain {
    padding: 0 2.5rem;
  }
}

.md_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 768px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .md_contain {
    padding: 0 2.5rem;
  }
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* 表示切り替え */
.sp_on,
.tb_on {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc_on {
    display: none !important;
  }
  .sp_on {
    display: block !important;
  }
}
a {
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* LAZYLOAD SETTINGS */
.blurUp {
  filter: blur(5px);
  transition: filter 400ms;
}
.blurUp.lazyloaded {
  filter: blur(0);
}

span.anchor::before {
  content: "";
  display: block;
  height: 10rem;
  margin-top: -10rem;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  span.anchor::before {
    height: 5.5rem;
    margin-top: -5.5rem;
  }
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*--------------------------------------------------------------
    # メインコンテンツ
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1.75;
  overflow: hidden;
  scroll-behavior: smooth;
  overflow-y: scroll;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.4vw;
    line-height: 1.7;
  }
}
html body {
  font-family: noto-sans-cjk-jp, "メイリオ", sans-serif;
  font-weight: 500;
  --global--color-primary: #383838;
  --heading--font-family: noto-sans-cjk-jp;
  --list--font-family: noto-sans-cjk-jp;
  --form--font-family: noto-sans-cjk-jp;
  --button--font-family: noto-sans-cjk-jp;
  --entry-content--font-family: noto-sans-cjk-jp;
  --entry-author-bio--font-family: noto-sans-cjk-jp;
  --branding--title--font-family: noto-sans-cjk-jp;
  --branding--description--font-family: noto-sans-cjk-jp;
  --primary-nav--font-family: noto-sans-cjk-jp;
  --pagination--font-family: noto-sans-cjk-jp;
  --footer--font-family: noto-sans-cjk-jp;
  --pullquote--font-family: noto-sans-cjk-jp;
  --quote--font-family: noto-sans-cjk-jp;
  color: #383838;
}
html body #wrapper {
  position: relative;
  overflow: hidden;
}
html body #wrapper main {
  position: relative;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  html body #wrapper main {
    padding-top: 5.5rem;
  }
}
.thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.thumb img {
  transition: all 0.3s;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.inview {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1s;
}
.inview.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*--------------------------------------------------------------
    # pageTop
--------------------------------------------------------------*/
#pgtop {
  position: fixed;
  transform: translate(0, 0);
  right: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.3rem;
  width: 5rem;
  height: 5rem;
  background: #2a221f;
  border-radius: 50%;
  z-index: 999;
  transition: all 0.3s;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1215686275));
}
#pgtop.lala {
  background: #492e1b;
}
#pgtop i {
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #pgtop {
    width: 3.8rem;
    height: 3.8rem;
  }
}
#pgtop.static {
  position: absolute;
  bottom: auto;
  top: -1.5rem;
  transform: translateY(-100%);
}
.link_grid {
  width: 100%;
}

@-webkit-keyframes showin {
  from {
    opacity: 0;
    transform: translate(0rem, 1.5rem);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes showin {
  from {
    opacity: 0;
    transform: translate(0rem, 1.5rem);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.wpcf7-list-item label {
  position: relative;
  cursor: pointer;
  margin-right: 2rem;
  font-size: 1.56rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .wpcf7-list-item label {
    margin-right: 1.3rem;
  }
}
.wpcf7-list-item label .circle {
  position: relative;
  display: block;
  margin-right: 0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid #C8CCD4;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}
.wpcf7-list-item label .circle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background: #808080;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}
.wpcf7-list-item label:hover .circle::after {
  transition: all 0.3s;
  transform: translate(-50%, -50%) scale(3.5);
}

input[type=radio] {
  position: relative;
  margin-right: 0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid #C8CCD4 !important;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
  border-color: #808080;
  outline: none;
}
input[type=radio]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background: #808080;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}
input[type=radio]:checked:focus {
  outline: none;
}
input[type=radio]:checked::after {
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}

.breadcrumb {
  padding: 1.3rem 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
    padding: 1rem 1rem 1rem;
  }
}
.breadcrumb li {
  position: relative;
  font-size: 1.2rem;
  line-height: 1;
  display: flex;
  align-items: center;
}
.breadcrumb li::after {
  position: relative;
  content: "/";
  padding: 0 0.5rem;
  font-size: 1.2rem;
  line-height: 1;
}
.breadcrumb li:last-of-type::after {
  content: unset;
}
.breadcrumb li a:hover {
  color: #2a221f;
}

h3.sect_ttl_t1 p.lt {
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  h3.sect_ttl_t1 p.lt {
    font-size: 2.4rem;
  }
}
h3.sect_ttl_t1 p.lt.et {
  font-family: Inter;
  font-weight: 600;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  h3.sect_ttl_t1 p.lt.et {
    letter-spacing: 2px;
  }
}
h3.sect_ttl_t1 p.lt.jt {
  font-weight: 700;
}
h3.sect_ttl_t1 p.stt {
  font-weight: 500;
  font-size: 1.2rem;
}
h3.sect_ttl_t2 {
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  h3.sect_ttl_t2 {
    font-size: 2.3rem;
  }
}

h3.sect_ttl_t3 .sg {
  font-weight: 500;
  font-size: 2.05rem;
}
@media screen and (max-width: 768px) {
  h3.sect_ttl_t3 .sg {
    font-size: 1.65rem;
  }
}
h3.sect_ttl_t3 .mg {
  font-weight: 500;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  h3.sect_ttl_t3 .mg {
    font-size: 2.35rem;
    line-height: 1.5;
  }
}
h3.sect_ttl_t3 .lg {
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  h3.sect_ttl_t3 .lg {
    font-size: 2.4rem;
    line-height: 1.7;
  }
}
h3.sect_ttl_t3 .ib {
  background: #2a221f;
  padding: 0 2rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  h3.sect_ttl_t3 .ib {
    padding: 1rem 1.3rem;
    font-size: 1.7rem;
    line-height: 1.4;
  }
}
h3.sect_ttl_t3.lala .ib {
  background: #efe2d0;
  padding: 0 2rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.3;
  color: initial;
}
@media screen and (max-width: 768px) {
  h3.sect_ttl_t3.lala .ib {
    padding: 0 1rem;
    font-weight: 500;
    font-size: 1.35rem;
    line-height: 2;
  }
}

.more_link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 17.5rem;
  height: 4rem;
  background: #383838;
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .more_link {
    width: 22.2rem;
    height: 4.5rem;
  }
}
.more_link.brown {
  background: #331a03;
}
.more_link.sm {
  width: 13.5rem;
}
.bg_wblue_wimg {
  position: relative;
  background: #f9fdfd;
}
.bg_wblue_wimg::after {
  position: absolute;
  z-index: 0;
  content: "";
  right: 0;
  top: 0;
  width: 60rem;
  height: 40rem;
  background: url(../image/bg_pattern.jpg) right top no-repeat;
  background-size: cover;
  filter: hue-rotate(90deg) opacity(100%);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .bg_wblue_wimg::after {
    top: 17.3rem;
    width: 100%;
    height: 25.5rem;
  }
}

.infection_link {
  position: fixed;
  z-index: 10010;
  top: 40%;
  right: 1rem;
}
@media screen and (max-width: 768px) {
  .infection_link {
    display: none;
    top: 57.5%;
    right: 1.4rem;
  }
}

.news_box {
  width: 100%;
  list-style: none;
}
.news_box li {
  width: 100%;
  border-bottom: solid #eceaea 1px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2.2rem 2rem 2.2rem 0.5rem;
}
@media screen and (max-width: 768px) {
  .news_box li {
    flex-wrap: wrap;
    padding: 1rem 0;
  }
}
.news_box li:hover {
  background: #f9f9f9;
}
.news_box li .date {
  width: 8rem;
  flex: none;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: #cccccc;
}
@media screen and (max-width: 768px) {
  .news_box li .date {
    width: 8.6rem;
    font-size: 1.4rem;
    line-height: 1;
  }
}
.news_box li .category {
  margin: 0 1.3rem 0 1rem;
  width: 8rem;
  flex: none;
  text-align: center;
  background: #fafafa;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .news_box li .category {
    width: 7.7rem;
    line-height: 1.5;
  }
}
.news_box li .title {
  flex-grow: 1;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .news_box li .title {
    width: 100%;
    margin-top: 0.5rem;
    white-space: unset;
    font-size: 1.55rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
}
.news_box.lala {
  color: #331a03;
}
@media screen and (max-width: 768px) {
  .news_box.lala li {
    padding: 0.7rem 0;
  }
}
.news_box.lala li .date {
  color: #695746;
}
.news_box.lala li .category {
  background: #efe2d0;
  color: #383838;
}

.news_box_top {
  width: 100%;
  list-style: none;
}
.news_box_top li {
  width: 100%;
  border-bottom: solid #eceaea 1px;
  transition: all 0.3s;
}
.news_box_top li:hover {
  background: #f9f9f9;
}
.news_box_top li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2.2rem 2rem 2.2rem 0.5rem;
}
@media screen and (max-width: 768px) {
  .news_box_top li a {
    flex-wrap: wrap;
    padding: 1rem 0;
  }
}
.news_box_top li a .date {
  width: 8rem;
  flex: none;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: #cccccc;
}
@media screen and (max-width: 768px) {
  .news_box_top li a .date {
    width: 8.6rem;
    font-size: 1.4rem;
    line-height: 1;
  }
}
.news_box_top li a .category {
  margin: 0 1.3rem 0 1rem;
  width: 8rem;
  flex: none;
  text-align: center;
  background: #fafafa;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .news_box_top li a .category {
    width: 7.7rem;
    line-height: 1.5;
  }
}
.news_box_top li a .title {
  flex-grow: 1;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .news_box_top li a .title {
    width: 100%;
    margin-top: 0.5rem;
    white-space: unset;
    font-size: 1.55rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
}
.news_box_top.lala {
  color: #331a03;
}
@media screen and (max-width: 768px) {
  .news_box_top.lala li {
    padding: 0.7rem 0;
  }
}
.news_box_top.lala li .date {
  color: #695746;
}
.news_box_top.lala li .category {
  background: #efe2d0;
  color: #383838;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  border-top: none;
}
.pagination .page-numbers,
.pagination li {
  display: inline-block;
  text-align: center;
  min-width: unset;
  min-height: unset;
  margin: 0 1.5rem;
  font-family: HiraKakuProW6;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .pagination .page-numbers,
.pagination li {
    margin: 0 0.9rem;
    font-size: 1.6rem;
  }
}
.pagination .page-numbers.current,
.pagination li.current {
  color: #f39600;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev,
.pagination li.next,
.pagination li.prev {
  width: 2.6rem;
  height: 2.4rem;
  background: #f39600;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pagination .page-numbers.next, .pagination .page-numbers.prev,
.pagination li.next,
.pagination li.prev {
    width: 2.2rem;
    height: 2rem;
  }
}
.pagination .page-numbers.dots,
.pagination li.dots {
  background: none;
  color: #1a2d51;
}

table.policy_pg {
  width: 100%;
  border-top: solid #eceaea 1px;
}
table.policy_pg tr {
  border-bottom: solid #eceaea 1px;
}
@media screen and (max-width: 768px) {
  table.policy_pg tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
table.policy_pg tr td {
  font-size: 1.65rem;
  line-height: 1.75;
  vertical-align: middle;
  border: none;
}
@media screen and (max-width: 768px) {
  table.policy_pg tr td {
    font-size: 1.6rem;
  }
}
table.policy_pg tr td:first-of-type {
  width: 22%;
  padding: 1.7rem 1rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  table.policy_pg tr td:first-of-type {
    width: 100%;
    padding: 1rem 0 0;
  }
}
table.policy_pg tr td:last-of-type {
  width: 78%;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 768px) {
  table.policy_pg tr td:last-of-type {
    width: 100%;
    padding: 0.6rem 0 2rem;
  }
}

ol.num_list {
  counter-reset: item;
}
ol.num_list li {
  display: block;
  margin-left: 2em;
  font-size: 1.65rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  ol.num_list li {
    font-size: 1.65rem;
    line-height: 1.6;
  }
}
ol.num_list li::before {
  display: inline-block;
  content: "(" counter(item) ")";
  counter-increment: item;
  width: 2em;
  margin-left: -2em;
}
ul.dot_list {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.625;
  padding-left: 2rem;
  list-style: disc;
}
.check_list {
  display: table;
  margin: auto;
}
.check_list li {
  position: relative;
  padding-left: 3rem;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  .check_list li {
    margin-bottom: 1.2rem;
    padding: 0.5rem 0;
    padding-left: 2.2rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.check_list li:last-of-type {
  margin-bottom: 0;
}
.check_list li::before {
  position: absolute;
  left: 0;
  top: 1rem;
  content: "";
  width: 2.4rem;
  height: 2rem;
  background: url(../image/ico_chk_b.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .check_list li::before {
    top: 0.9rem;
    width: 1.7rem;
  }
}
.check_list.lala li::before {
  background: url(../image/ico_chk_r.png) center center no-repeat;
  background-size: contain;
}
.rect_list li {
  position: relative;
  padding-left: 1.8rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.375;
}
@media screen and (max-width: 768px) {
  .rect_list li {
    padding-left: 1.8rem;
    font-weight: 500;
    font-size: 1.55rem;
    line-height: 1.675;
  }
}
.rect_list li::before {
  position: absolute;
  left: 0;
  top: 1.5rem;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../image/ico_rect.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .rect_list li::before {
    top: 1rem;
  }
}

.anchor_nav li {
  border-left: solid #383838 1px;
  padding: 0 2.6rem;
}
@media screen and (max-width: 768px) {
  .anchor_nav li {
    margin-bottom: 3rem;
    padding: 0 2.5rem;
  }
  .anchor_nav li:nth-of-type(3), .anchor_nav li:nth-of-type(4) {
    margin-bottom: 0;
  }
}
.anchor_nav li:last-of-type {
  border-right: solid #383838 1px;
}
.anchor_nav li a {
  font-size: 1.6rem;
  line-height: 1;
}
.anchor_nav li a span {
  padding-bottom: 0.5rem;
  border-bottom: solid #383838 1px;
}
.sub_anchor_nav {
  width: 100%;
}
.sub_anchor_nav li {
  width: 20%;
  padding: 1.2rem 0.5rem;
  border: solid #cacaca 1px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub_anchor_nav li {
    width: 50%;
  }
}
.sub_anchor_nav li a {
  font-size: 1.4rem;
  line-height: 1.2;
}
span.tag_b {
  padding: 0 1rem;
  background: #3755c3;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  span.tag_b {
    padding: 0 0.6rem;
    font-size: 1.2rem;
  }
}

.tag_r {
  padding: 0 1rem;
  background: #ef2f2f;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
}
.inline_box {
  width: 100%;
  border: solid #cacaca 1px;
  padding: 1.4rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .inline_box {
    padding: 0.5rem 1.5rem 1.5rem;
  }
}

.desc {
  font-size: 1.6rem;
  line-height: 2.375;
}
@media screen and (max-width: 768px) {
  .desc {
    font-size: 1.4rem;
    line-height: 1.975;
  }
}

.detail_block {
  margin-bottom: 8.5rem;
  border-top: solid #cacaca 1px;
}
@media screen and (max-width: 768px) {
  .detail_block {
    margin-bottom: 5.5rem;
  }
}
.detail_block:last-of-type {
  margin-bottom: 0;
}
.detail_block table {
  width: 100%;
  border: solid #cacaca 1px;
}
@media screen and (max-width: 768px) {
  .detail_block table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.detail_block table tr td {
  vertical-align: middle;
  padding: 0.9rem 2rem;
  border: solid #cacaca 1px;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .detail_block table tr td {
    width: 100%;
    padding: 0.9rem 1.4rem;
    font-size: 1.6rem;
  }
}
.detail_block table tr td:first-of-type {
  background: #e9e9e9;
  word-break: keep-all;
}
.detail_block .link_btn {
  display: inline-block;
  padding: 1.3rem 2.5rem;
  background: #331a03;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .detail_block .link_btn {
    padding: 1rem 2rem;
    font-size: 1.3rem;
  }
}
.detail_block.lala table tr td {
  padding: 0.8rem 2rem;
}
.detail_block.lala table tr td:first-of-type {
  width: 36%;
  background: #efe2d0;
}
.detail_block.lala table tr td:last-of-type {
  width: 64%;
}
h4.block_label {
  font-weight: 500;
  font-size: 2rem;
  line-height: 3.8;
}
@media screen and (max-width: 768px) {
  h4.block_label {
    font-size: 1.9rem;
    line-height: 3.3;
  }
}

h5.diamond_label {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 1px;
  padding-left: 2rem;
  background: url(../image/ico_diamond_b.png) left center no-repeat;
}
@media screen and (max-width: 768px) {
  h5.diamond_label {
    font-size: 1.5rem;
    background: url(../image/ico_diamond_b_sp.png) left center no-repeat;
    background-size: 1.3rem;
  }
}
h5.diamond_label.lala {
  padding-left: 2rem;
  background: url(../image/ico_diamond_r.png) left center no-repeat;
}
@media screen and (max-width: 768px) {
  h5.diamond_label.lala {
    background: url(../image/ico_diamond_r_sp.png) left center no-repeat;
    background-size: 1.3rem;
  }
}

.smt {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .smt {
    margin-top: 2rem;
    font-size: 1.23rem;
    line-height: 2.2;
  }
}

.faq_list {
  position: relative;
  width: 100%;
}
.faq_list li {
  position: relative;
  padding-left: 5rem !important;
}
@media screen and (max-width: 768px) {
  .faq_list li {
    padding-left: 4.2rem !important;
  }
}
.faq_list li::before {
  position: absolute;
  left: 1.8rem;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .faq_list li::before {
    left: 1.3rem;
    font-size: 2rem;
  }
}
.faq_list li.q_line {
  width: 100%;
  background: #e9e9e9;
  border: solid #cacaca 1px;
  padding: 1.3rem 2rem;
  font-weight: 700;
  font-size: 1.65rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .faq_list li.q_line {
    padding: 1.2rem 2rem;
    padding-right: 0;
    font-size: 1.6rem;
  }
}
.faq_list li.q_line::before {
  content: "Q";
  top: 1.2rem;
  color: #3755c3;
}
@media screen and (max-width: 768px) {
  .faq_list li.q_line::before {
    top: 1.2rem;
  }
}
.faq_list li.a_line {
  width: 100%;
  margin-bottom: 2.5rem;
  padding: 2rem 2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.375;
}
@media screen and (max-width: 768px) {
  .faq_list li.a_line {
    margin-bottom: 2rem;
    padding: 1.6rem 2rem;
    font-size: 1.57rem;
    line-height: 1.675;
  }
}
.faq_list li.a_line::before {
  content: "A";
  top: 2.5rem;
  color: #3e8b3a;
}
@media screen and (max-width: 768px) {
  .faq_list li.a_line::before {
    top: 1.9rem;
  }
}

.view_price_link {
  display: table;
  margin: auto;
  width: 24rem;
  background: #383838;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .view_price_link {
    width: 22rem;
    font-size: 1.5rem;
    letter-spacing: 1.2px;
  }
}

.lalaguide {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .lalaguide {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  width: 100%;
  margin-bottom: 1rem;
  line-height: 1;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item span {
  font-weight: 500;
  font-size: 1.56rem;
  line-height: 1;
}

.navigation.posts-navigation .nav-links a {
  background: #492e1b;
  color: #fff;
  padding: 0 1.5rem;
  font-size: 1.4rem;
  line-height: 2;
}

header {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.7s;
  background: #fff;
}
@media screen and (max-width: 768px) {
  header {
    height: 5.5rem;
  }
}
header.over {
  transition: all 0.3s;
  filter: drop-shadow(0 0.2rem 0.5rem rgba(0, 0, 0, 0.1843137255));
}
header .sl_contain {
  position: relative;
  height: 10rem;
  padding-right: 0;
  z-index: 10005;
  background: #fff;
}
@media screen and (max-width: 768px) {
  header .sl_contain {
    padding: 0;
    padding-left: 1rem;
    padding-right: 5.5rem;
    align-items: center;
    height: 5.5rem;
  }
}
header .sl_contain .r_block .link_block {
  margin-right: 1.7rem;
}
@media screen and (max-width: 768px) {
  header .sl_contain .r_block .link_block {
    display: none;
  }
}
header .sl_contain .r_block .link_block .olink a.fb_link {
  margin-right: 1.7rem;
}
header .sl_contain .r_block .link_block .olink a.ins_link {
  margin-right: 2rem;
}
header .sl_contain .r_block .link_block .olink a.ch_link {
  border-bottom: solid #2a221f 1px;
  font-weight: 500;
  font-size: 1.4rem;
}
header .sl_contain .r_block .link_block .olink a.ch_link i {
  margin-right: 0.8rem;
  font-size: 1.4rem;
}
header .sl_contain .r_block .link_block .line_grid {
  margin-top: 1.5rem;
}
header .sl_contain .r_block .link_block .line_grid .hd_nav {
  list-style: none;
}
header .sl_contain .r_block .link_block .line_grid .hd_nav li {
  padding: 0 0.7rem;
}
header .sl_contain .r_block .link_block .line_grid .hd_nav li a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.5rem;
}
header .sl_contain .r_block .link_block .line_grid .hd_nav li a img {
  margin-right: 0.4rem;
}
header .sl_contain .r_block .link_block .line_grid .hd_nav li a::after {
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  opacity: 0;
  transition: 0.3s;
}
header .sl_contain .r_block .link_block .line_grid .hd_nav li a:hover::after {
  bottom: -1.1rem;
  opacity: 1;
}
header .sl_contain .r_block .link_block .line_grid .contact_block {
  border-left: solid #ccc 1px;
  padding-left: 1rem;
  margin-left: 1rem;
}
header .sl_contain .r_block .link_block .line_grid .contact_block .contact_link {
  font-size: 2rem;
  margin-right: 0.8rem;
}
header .sl_contain .r_block .link_block .line_grid .contact_block .tg {
  margin-right: 0.9rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.1;
}
header .sl_contain .r_block .link_block .line_grid .contact_block a.tel_link {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}
header .sl_contain .r_block .link_block .line_grid .contact_block a.tel_link img {
  margin-right: 0.5rem;
}
header .sl_contain .r_block .link_block .line_grid .contact_block .tm {
  margin-left: 0.4rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3;
}
header .sl_contain .r_block .reserve_link {
  position: relative;
  z-index: 10020;
  width: 22.8rem;
  height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
header.top .l_block {
  position: relative;
}
header.top .l_block .tagline {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
  word-break: keep-all;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  header.top .l_block .tagline {
    display: none;
  }
}
header.top .l_block .logo {
  margin-top: 2rem;
  display: block;
}
@media screen and (max-width: 768px) {
  header.top .l_block .logo {
    margin-top: 0;
    width: 13rem;
  }
}
header.top .l_block .logo p:first-of-type {
  font-family: Inter;
  font-weight: 600;
  font-size: 3.8rem;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  header.top .l_block .logo p:first-of-type {
    font-size: 2.7rem;
    line-height: 0.9;
  }
}
header.top .l_block .logo p:last-of-type {
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  header.top .l_block .logo p:last-of-type {
    font-size: 1.13rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1100px) {
  header.top .r_block .link_block .line_grid .contact_block .tg {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  header.top .r_block .link_block .line_grid .contact_block a.tel_link span {
    display: none;
  }
}
@media screen and (max-width: 1260px) {
  header.top .r_block .link_block .line_grid .contact_block .tm {
    display: none;
  }
}
header.top .r_block .reserve_link {
  background: #2a221f;
}
@media screen and (max-width: 900px) {
  header.top .r_block .reserve_link {
    width: 12rem;
  }
}
@media screen and (max-width: 768px) {
  header.top .r_block .reserve_link {
    width: 7.9rem;
    height: 5.5rem;
  }
}
header.top .r_block .reserve_link p:first-of-type {
  font-family: Inter;
  font-weight: 600;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  header.top .r_block .reserve_link p:first-of-type {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
header.top .r_block .reserve_link p:last-of-type {
  margin-top: 0rem;
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  header.top .r_block .reserve_link p:last-of-type {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
header.lala {
  color: #492e1b;
}
header.lala .l_block {
  position: relative;
}
header.lala .l_block .tagline {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  font-size: 1.27rem;
  line-height: 1.5;
  word-break: keep-all;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  header.lala .l_block .tagline {
    display: none;
  }
}
header.lala .l_block .logo {
  margin-top: 3rem;
  display: block;
}
@media screen and (max-width: 768px) {
  header.lala .l_block .logo {
    margin-top: 0;
    width: 13rem;
  }
}
@media screen and (max-width: 768px) {
  header.lala .l_block .logo p:first-of-type {
    width: 9.1rem;
  }
}
header.lala .l_block .logo p:last-of-type {
  margin-top: 0.7rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  header.lala .l_block .logo p:last-of-type {
    margin-top: 0.3rem;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 880px) {
  header.lala .r_block .link_block {
    margin-right: 0.5rem;
  }
}
header.lala .r_block .link_block .line_grid {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1030px) {
  header.lala .r_block .link_block .line_grid .contact_block .tg {
    display: none;
  }
}
@media screen and (max-width: 1030px) {
  header.lala .r_block .link_block .line_grid .contact_block a.tel_link span {
    display: none;
  }
}
header.lala .r_block .link_block .line_grid .contact_block .tm {
  margin-left: 0.8rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 1280px) {
  header.lala .r_block .link_block .line_grid .contact_block .tm {
    display: none;
  }
}
header.lala .r_block .reserve_link {
  background: linear-gradient(0deg, #e29038, #dd4c48 80%);
  transition: all 0.3s;
}
@media screen and (max-width: 880px) {
  header.lala .r_block .reserve_link {
    width: 20rem;
  }
}
@media screen and (max-width: 840px) {
  header.lala .r_block .reserve_link {
    width: 12rem;
  }
}
@media screen and (max-width: 768px) {
  header.lala .r_block .reserve_link {
    width: 14rem;
    height: 5.5rem;
  }
}
header.lala .r_block .reserve_link p:first-of-type {
  font-weight: 700;
  font-size: 1.6rem;
  color: #ffffff;
}
@media screen and (max-width: 840px) {
  header.lala .r_block .reserve_link p:first-of-type {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  header.lala .r_block .reserve_link p:first-of-type {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}
header.lala .r_block .reserve_link p:first-of-type i {
  margin-right: 0.5rem;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  header.lala .r_block .reserve_link p:first-of-type i {
    font-size: 1.3rem;
  }
}
header.lala .r_block .reserve_link p:last-of-type {
  margin-top: 0rem;
  font-weight: 500;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 840px) {
  header.lala .r_block .reserve_link p:last-of-type {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header.lala .r_block .reserve_link p:last-of-type {
    display: block;
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
  }
}
header .navToggle {
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  header .navToggle {
    display: inline-block;
    background: #fff;
    width: 5.5rem;
    height: 5.5rem;
    padding: 2rem 1.4rem;
    cursor: pointer;
    z-index: 10010;
  }
  header .navToggle div {
    position: relative;
  }
  header .navToggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #2a221f;
    left: 0;
    transition: 0.35s ease-in-out;
  }
  header .navToggle span:nth-child(1) {
    top: 0;
  }
  header .navToggle span:nth-child(2) {
    top: 1.2rem;
  }
  header .navToggle p {
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1;
    color: #59cadc;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 1rem;
  }
}
header nav.sp-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  header nav.sp-nav {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    padding-top: 5.5rem;
    overflow-y: scroll;
    top: 0;
    left: 0;
    background: #eff5f8;
    z-index: 9000;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  }
  header nav.sp-nav a {
    display: block;
  }
  header nav.sp-nav a* {
    transition: 0s;
  }
  header nav.sp-nav .logo {
    width: 100%;
    padding: 5.5rem 0 0;
  }
  header nav.sp-nav .logo img {
    margin: 0;
    text-align: left;
  }
  header nav.sp-nav ul.l_menu {
    display: block;
  }
  header nav.sp-nav ul.l_menu li.l_menu-li {
    position: relative;
    padding: 1.35rem 2.5rem;
    border-bottom: solid #cccccc 1px;
  }
  header nav.sp-nav ul.l_menu li.l_menu-li:last-of-type {
    border: none;
  }
  header nav.sp-nav ul.l_menu li.l_menu-li a {
    display: flex;
    align-items: center;
    width: 100%;
  }
  header nav.sp-nav ul.l_menu li.l_menu-li a img {
    margin-right: 0.5rem;
  }
  header nav.sp-nav ul.l_menu li.l_menu-li span {
    position: relative;
    font-size: 1.65rem;
  }
  header nav.sp-nav ul.l_menu li.l_menu-li span:nth-of-type(2) {
    margin-left: 2rem;
  }
  header nav.sp-nav ul.l_menu li.l_menu-li .s_menu {
    list-style: none;
    padding: 0.7rem 1rem;
  }
  header nav.sp-nav ul.l_menu li.l_menu-li .s_menu li {
    width: 100%;
    font-size: 1.5rem;
    line-height: 3.1;
  }
  header nav.sp-nav ul.l_menu li.l_menu-li .s_menu li i {
    margin-right: 0.5rem;
  }
  header nav.sp-nav .sns_link {
    padding: 0 2.5rem;
  }
  header nav.sp-nav .sns_link li:first-of-type {
    margin-right: 2rem;
  }
  header nav.sp-nav .sns_link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
  }
  header nav.sp-nav .tel_block {
    margin-top: 3.3rem;
    padding: 0 2.5rem;
  }
  header nav.sp-nav .tel_block a.tel_link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0.7rem 0;
  }
  header nav.sp-nav .tel_block a.tel_link p:first-of-type {
    font-size: 1.35rem;
    line-height: 1.2;
  }
  header nav.sp-nav .tel_block a.tel_link p:last-of-type {
    margin-left: 1rem;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 3.3rem;
    line-height: 1.2;
  }
  header nav.sp-nav .tel_block a.tel_link p:last-of-type img {
    margin-right: 0.7rem;
    width: 1.8rem;
  }
  header nav.sp-nav .infor {
    margin-top: 1rem;
    font-size: 1.35rem;
    line-height: 1.4;
  }
  header nav.sp-nav.lala {
    background: #fffaf4;
    color: #492e1b !important;
  }
  header nav.sp-nav.lala .tel_block {
    margin-top: 1.5rem;
    padding: 0 2.5rem;
  }
  header nav.sp-nav.lala .tel_block a.tel_link {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.7rem 5rem;
  }
  header nav.sp-nav.lala .tel_block a.tel_link p:last-of-type {
    margin-top: 1rem;
  }
}
header.open nav.sp-nav {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.4s, opacity 0.4s;
}
header.open .navToggle span:nth-child(1) {
  top: 0.6rem;
  transform: rotate(315deg);
}
header.open .navToggle span:nth-child(2) {
  top: 0.6rem;
  transform: rotate(-315deg);
}

footer {
  position: relative;
}
footer.top {
  border-top: solid #cccccc 1px;
}
@media screen and (max-width: 768px) {
  footer.top .contact_block {
    width: 100%;
    margin-top: 2rem;
  }
}
footer.top .contact_block .tel_block p {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  footer.top .contact_block .tel_block p {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
footer.top .contact_block .tel_block a.tel_link {
  display: flex;
  align-items: center;
  margin-left: 1.4rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  footer.top .contact_block .tel_block a.tel_link {
    margin-left: 0.7rem;
    font-weight: 700;
    font-size: 2rem;
  }
}
footer.top .contact_block .tel_block a.tel_link img {
  margin-right: 0.6rem;
}
footer.top .contact_block .infor {
  margin-top: 0.7rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.833;
}
@media screen and (max-width: 768px) {
  footer.top .contact_block .infor {
    font-size: 1.1rem;
    line-height: 1.633;
  }
}
footer.top .reserve_link {
  width: 23rem;
  height: 13rem;
  background: #2a221f;
}
@media screen and (max-width: 768px) {
  footer.top .reserve_link {
    display: none;
  }
}
footer.top .reserve_link p:first-of-type {
  font-family: Inter;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
}
footer.top .reserve_link p:last-of-type {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
}
footer.top .ft_bot {
  background: #cccccc;
}
footer.top .ft_bot .cpy {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  footer.top .ft_bot .cpy {
    padding: 0;
    font-size: 1.2rem;
    line-height: 2.3;
  }
}
footer.lala {
  background: #331a03;
  color: #fff;
}
footer.lala .sl_contain::after {
  position: absolute;
  content: "";
  transform: translate(0, -77%);
  top: 0;
  left: 16%;
  width: 12.5rem;
  height: 14rem;
  background: url(../image/lala_ast01.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  footer.lala .sl_contain::after {
    transform: translate(0, -35%);
    top: 0;
    left: 36%;
    width: 6.5rem;
    height: 8rem;
  }
}
@media screen and (max-width: 768px) {
  footer.lala .sl_contain .logo p:first-of-type {
    width: 9rem;
  }
}
@media screen and (max-width: 768px) {
  footer.lala .sl_contain .logo p:last-of-type {
    margin-top: 0.5rem;
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 768px) {
  footer.lala .contact_block {
    margin-top: 2.3rem;
  }
}
footer.lala .contact_block .tel_block p {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3;
}
footer.lala .contact_block .tel_block a.tel_link {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  footer.lala .contact_block .tel_block a.tel_link {
    font-size: 2rem;
  }
}
footer.lala .contact_block .tel_block a.tel_link img {
  margin-right: 0.6rem;
}
footer.lala .contact_block .infor {
  margin-top: 0.7rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.333;
}
@media screen and (max-width: 768px) {
  footer.lala .contact_block .infor {
    font-size: 1.1rem;
    line-height: 1.633;
  }
}
footer.lala .reserve_link {
  width: 23rem;
  height: 13rem;
  background: linear-gradient(0deg, #e29038, #dd4c48 80%);
}
@media screen and (max-width: 768px) {
  footer.lala .reserve_link {
    display: none;
  }
}
footer.lala .reserve_link p:first-of-type {
  font-family: Inter;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1;
  color: #fff;
}
footer.lala .reserve_link p:first-of-type i {
  margin-right: 0.5rem;
  font-size: 2rem;
}
footer.lala .reserve_link p:last-of-type {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}
footer.lala .ft_bot {
  border-top: solid rgba(255, 255, 255, 0.5) 2px;
}
footer.lala .ft_bot .cpy {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 4.5;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  footer.lala .ft_bot .cpy {
    padding: 0.2rem 0;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .sl_contain {
    flex-wrap: wrap;
    padding-top: 1.8rem;
    padding-bottom: 1.7rem;
  }
}
footer .sl_contain .logo p {
  font-family: Inter;
}
footer .sl_contain .logo p:first-of-type {
  font-size: 3.8rem;
  line-height: 1;
}
footer .sl_contain .logo p:last-of-type {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  footer .sl_contain .logo p:last-of-type {
    margin-top: 0.1rem;
    font-size: 1.02rem;
  }
}
@media screen and (max-width: 768px) {
  footer .ft_link_box {
    display: none;
  }
}
footer .ft_link_box .ft_links {
  margin-right: 4.5rem;
}
footer .ft_link_box .ft_links:nth-of-type(3) {
  margin-right: 0;
}
footer .ft_link_box .ft_links li {
  margin-bottom: 0.5rem;
}
footer .ft_link_box .ft_links li a {
  font-weight: 500;
  font-size: 1.3rem;
}
footer .ft_link_box .ft_links li a i {
  margin-right: 0.5rem;
}
footer .ft_link_box .ft_links li:last-of-type {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
    # メインコンテンツ - main contents
--------------------------------------------------------------*/
main section {
  position: relative;
  width: 100%;
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  # index.html
  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  # contact.html
  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  # privacy.html
  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  # price_guide.html
  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  # improvement.html
  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  # lala_improvment.html
  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
main section.lala {
  color: #492e1b;
}
main section.page_header.topic {
  background: url(../image/kv_topics.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main section.page_header.topic {
    background: url(../image/kv_topics.jpg) center center no-repeat;
    background-size: cover;
  }
}
main section.page_header.contact {
  background: url(../image/kv_contact.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main section.page_header.contact {
    background: url(../image/kv_contact.jpg) center center no-repeat;
    background-size: cover;
  }
}
main section.page_header.guide {
  background: url(../image/kv_guide.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main section.page_header.guide {
    background: url(../image/kv_guide.jpg) center center no-repeat;
    background-size: cover;
  }
}
main section.page_header.privacy {
  background: url(../image/kv_privacy.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main section.page_header.privacy {
    background: url(../image/kv_privacy_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
main section.page_header.price_guide {
  background: url(../image/kv_price.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main section.page_header.price_guide {
    background: url(../image/kv_price_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
main section.page_header.improvement {
  background: url(../image/kv_dyeing.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main section.page_header.improvement {
    background: url(../image/kv_dyeing_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
main section.page_header.improvement .xl_contain {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 40rem;
}
@media screen and (max-width: 768px) {
  main section.page_header.improvement .xl_contain {
    height: 22.3rem;
    padding: 0 2.2rem;
  }
}
main section.page_header.improvement .xl_contain h3 {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  main section.page_header.improvement .xl_contain h3 {
    font-size: 2.4rem;
    margin-top: 0;
  }
}
main section.page_header.improvement .xl_contain p:nth-of-type(1) {
  margin-top: 3.5rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 768px) {
  main section.page_header.improvement .xl_contain p:nth-of-type(1) {
    margin-top: 1.3rem;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
main section.page_header.improvement .xl_contain p:nth-of-type(2) {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  main section.page_header.improvement .xl_contain p:nth-of-type(2) {
    margin-top: 0.2rem;
    font-size: 1.34rem;
    line-height: 1.5;
  }
}
main section.page_header.improvement .xl_contain p:nth-of-type(3) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  main section.page_header.improvement .xl_contain p:nth-of-type(3) {
    margin-top: 1rem;
  }
}
main section.page_header.improvement .xl_contain p:nth-of-type(4) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  main section.page_header.improvement .xl_contain p:nth-of-type(4) {
    margin-top: 0.7rem;
  }
}
main section.page_header.improvement .xl_contain p:nth-of-type(3), main section.page_header.improvement .xl_contain p:nth-of-type(4) {
  padding: 0.5rem 1rem;
  background: #2a221f;
  font-weight: 500;
  font-size: 2.73rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.page_header.improvement .xl_contain p:nth-of-type(3), main section.page_header.improvement .xl_contain p:nth-of-type(4) {
    padding: 0.15rem 0.6rem;
    font-size: 1.63rem;
  }
}
main section.page_header.improvement.lala {
  background: url(../image/kv_dyeing_lala.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main section.page_header.improvement.lala {
    background: url(../image/kv_dyeing_lala_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
main section.page_header.improvement.lala .xl_contain h3 {
  margin-top: 0rem;
}
@media screen and (max-width: 768px) {
  main section.page_header.improvement.lala .xl_contain p:nth-of-type(2) {
    margin-top: 0.2rem;
    font-size: 1.34rem;
    line-height: 1.5;
  }
}
main section.page_header.improvement.lala .xl_contain p:nth-of-type(3), main section.page_header.improvement.lala .xl_contain p:nth-of-type(4) {
  font-weight: 700;
  font-size: 2.87rem;
  background: #efe2d0;
  color: #492e1b;
}
@media screen and (max-width: 768px) {
  main section.page_header.improvement.lala .xl_contain p:nth-of-type(3), main section.page_header.improvement.lala .xl_contain p:nth-of-type(4) {
    padding: 0.15rem 0.6rem;
    font-size: 1.7rem;
  }
}
main section.page_header.lala_topic {
  background: url(../image/kv_topics_lala.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main section.page_header.lala_topic {
    background: url(../image/kv_topics_lala.jpg) center center no-repeat;
    background-size: cover;
  }
}
main section.page_header.lala_contact {
  background: url(../image/kv_contact_lala.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main section.page_header.lala_contact {
    background: url(../image/kv_contact_lala.jpg) center center no-repeat;
    background-size: cover;
  }
}
main section.page_header.lala_price_guide {
  background: url(../image/kv_price_lala.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main section.page_header.lala_price_guide {
    background: url(../image/kv_price_lala_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
main section.page_header .xl_contain {
  height: 21rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main section.page_header .xl_contain {
    height: 11.7rem;
  }
}
main section.page_header .xl_contain h3 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section.page_header .xl_contain h3 {
    font-size: 2.3rem;
  }
}
main section.page_header.lala {
  color: #492e1b;
}
main section.section_img_banner {
  width: 100%;
  height: 32rem;
}
@media screen and (max-width: 768px) {
  main section.section_img_banner {
    height: 15.6rem;
  }
}
main section.section_img_banner.guide {
  background: url(../image/kv_guide.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main section.section_img_banner.guide {
    background: url(../image/kv_guide_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
main section.section_img_banner.shop {
  background: url(../image/kv_store.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main section.section_img_banner.shop {
    background: url(../image/kv_store_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
main section.section_img_banner.faq {
  background: url(../image/kv_faq.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main section.section_img_banner.faq {
    background: url(../image/kv_faq_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
main section.section_img_banner.flow {
  background: url(../image/kv_faq.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main section.section_img_banner.flow {
    background: url(../image/kv_faq.jpg) center center no-repeat;
    background-size: cover;
  }
}
main section.section_img_banner.lala_guide {
  background: url(../image/kv_guide_lala.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main section.section_img_banner.lala_guide {
    background: url(../image/kv_guide_lala_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
main section.section_img_banner.lala_shop {
  background: url(../image/kv_store_lala.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main section.section_img_banner.lala_shop {
    background: url(../image/kv_store_lala_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
main section.section_img_banner.lala_faq {
  background: url(../image/kv_faq_lala.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main section.section_img_banner.lala_faq {
    background: url(../image/kv_faq_lala_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
main section.hero1 .mv_img img {
  height: 60rem;
}
@media screen and (max-width: 768px) {
  main section.hero1 .mv_img img {
    height: 44.5rem;
  }
}
main section.hero1 .sl_contain {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
@media screen and (max-width: 768px) {
  main section.hero1 .sl_contain {
    top: 26%;
  }
}
main section.hero1 .sl_contain h3 p {
  color: #fff;
}
main section.hero1 .sl_contain h3 p:nth-of-type(1) {
  font-family: Inter;
  font-weight: 600;
  font-size: 1.23rem;
}
@media screen and (max-width: 768px) {
  main section.hero1 .sl_contain h3 p:nth-of-type(1) {
    font-size: 1.13rem;
  }
}
main section.hero1 .sl_contain h3 p:nth-of-type(2) {
  margin-top: 1rem;
  margin-bottom: 2.2rem;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  main section.hero1 .sl_contain h3 p:nth-of-type(2) {
    margin-top: 0.7rem;
    margin-bottom: 1.2rem;
    font-size: 2.8rem;
  }
}
main section.hero1 .sl_contain h3 p:nth-of-type(3) {
  font-weight: 500;
  font-size: 1.65rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  main section.hero1 .sl_contain h3 p:nth-of-type(3) {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
main section.hero1 .sl_contain h3 p:nth-of-type(4) {
  margin-top: 2.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32.5rem;
  height: 4rem;
  background: #fff;
  font-size: 1.2rem;
  color: inherit;
}
@media screen and (max-width: 768px) {
  main section.hero1 .sl_contain h3 p:nth-of-type(4) {
    margin-top: 2.5rem;
    width: 28.3rem;
    height: 3.3rem;
  }
}
main section.hero2 {
  color: #492e1b;
}
@media screen and (max-width: 768px) {
  main section.hero2 .mv_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
main section.hero2 .mv_img img {
  height: 60rem;
}
@media screen and (max-width: 768px) {
  main section.hero2 .mv_img img {
    height: 44.5rem;
  }
}
main section.hero2 .sl_contain {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
@media screen and (max-width: 768px) {
  main section.hero2 .sl_contain {
    position: relative;
    transform: unset;
    left: unset;
    top: unset;
    padding-top: 3.8rem;
  }
}
main section.hero2 .sl_contain h3 {
  margin-left: 4rem;
}
@media screen and (max-width: 768px) {
  main section.hero2 .sl_contain h3 {
    margin-left: 0;
  }
}
main section.hero2 .sl_contain h3 p:nth-of-type(1) {
  font-weight: 700;
  font-size: 4.15rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  main section.hero2 .sl_contain h3 p:nth-of-type(1) {
    font-size: 2.9rem;
    line-height: 1.2;
  }
}
main section.hero2 .sl_contain h3 p:nth-of-type(2) {
  margin-top: 2rem;
  margin-bottom: 0rem;
  font-weight: 500;
  font-size: 1.45rem;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  main section.hero2 .sl_contain h3 p:nth-of-type(2) {
    margin-top: 1.2rem;
    font-size: 1.45rem;
    line-height: 1.6;
  }
}
main section.hero2 .sl_contain h3 p:nth-of-type(3) {
  margin-top: 2.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32.5rem;
  height: 4rem;
  background: #492e1b;
  color: #fff;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  main section.hero2 .sl_contain h3 p:nth-of-type(3) {
    margin-top: 1.8rem;
    width: 28.5rem;
    height: 3.5rem;
    font-size: 1.2rem;
  }
}
main section.hero2 .sl_contain .status_block {
  margin-left: 4rem;
  margin-top: 5.5rem;
  display: inline-block;
  width: 49rem;
  color: #492e1b;
}
@media screen and (max-width: 768px) {
  main section.hero2 .sl_contain .status_block {
    margin-left: 0;
    margin-top: 26.6rem;
    width: 100%;
  }
}
main section.hero2 .sl_contain .status_block .label {
  display: inline-block;
  width: 100%;
  padding-left: 2rem;
  background: linear-gradient(0deg, #e29038, #dd4c48 80%);
  font-size: 1.9rem;
  line-height: 2.1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.hero2 .sl_contain .status_block .label {
    text-align: center;
    padding-left: 0;
    font-size: 1.5rem;
    line-height: 2.2;
  }
}
main section.hero2 .sl_contain .status_block .label i {
  font-size: 2rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  main section.hero2 .sl_contain .status_block .label i {
    font-size: 1.7rem;
    margin-right: 1rem;
  }
}
main section.hero2 .sl_contain .status_block .contain {
  position: relative;
  padding: 1.5rem 2rem;
  background: #f1e9de;
}
@media screen and (max-width: 768px) {
  main section.hero2 .sl_contain .status_block .contain {
    padding: 1rem 2rem 1.5rem;
    text-align: center;
  }
}
main section.hero2 .sl_contain .status_block .contain .time {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  main section.hero2 .sl_contain .status_block .contain .time {
    justify-content: center;
    font-size: 1.5rem;
  }
}
main section.hero2 .sl_contain .status_block .contain .time p {
  margin-right: 1rem;
  display: inline-block;
  background: #492e1b;
  padding: 0 1.2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.hero2 .sl_contain .status_block .contain .time p {
    margin-right: 0.8rem;
    padding: 0 1rem;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
main section.hero2 .sl_contain .status_block .contain .status {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  main section.hero2 .sl_contain .status_block .contain .status {
    flex-direction: column;
    align-items: center;
  }
}
main section.hero2 .sl_contain .status_block .contain .status p:first-of-type {
  font-weight: 500;
  font-size: 1.6rem;
}
main section.hero2 .sl_contain .status_block .contain .status p:first-of-type span {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  main section.hero2 .sl_contain .status_block .contain .status p:first-of-type span {
    font-size: 1.9rem;
  }
}
main section.hero2 .sl_contain .status_block .contain .status p:last-of-type {
  position: relative;
  display: inline-block;
  margin-left: 2.5rem;
  width: 19rem;
  text-align: center;
  background: #fff;
  border-radius: 1rem;
  font-size: 1.7rem;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  main section.hero2 .sl_contain .status_block .contain .status p:last-of-type {
    margin-left: 0;
    margin-top: 0.6rem;
    font-size: 1.6rem;
    line-height: 2;
  }
}
main section.hero2 .sl_contain .status_block .contain .status p:last-of-type::before {
  position: absolute;
  content: "▶";
  font-size: 1.6rem;
  color: #fff;
  transform: translate(75%, -50%);
  right: 0;
  top: 50%;
}
main section.hero2 .sl_contain .status_block .contain .status p:last-of-type::after {
  position: absolute;
  content: "";
  transform: translate(100%, -50%);
  right: -1.5rem;
  top: 65%;
  width: 9rem;
  height: 12rem;
  background: url(../image/status_ico.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  main section.hero2 .sl_contain .status_block .contain .status p:last-of-type::after {
    top: 53%;
    width: 7rem;
    height: 9rem;
  }
}
main section.topics .lg_contain {
  padding-top: 8rem;
  padding-bottom: 16.7rem;
}
@media screen and (max-width: 768px) {
  main section.topics .lg_contain {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  main section.topics .lg_contain .ttl_block {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main section.topics .lg_contain .ttl_block h3.sect_ttl_t1 {
    text-align: center;
  }
}
main section.topics .lg_contain .ttl_block .more_link {
  margin-top: 3.5rem;
}
main section.topics .lg_contain .news_list {
  margin-left: 2rem;
  margin-top: -2.4rem;
  width: 77.5%;
}
@media screen and (max-width: 768px) {
  main section.topics .lg_contain .news_list {
    width: 100%;
    margin-left: 0;
    margin-top: 1.1rem;
  }
  main section.topics .lg_contain .news_list .more_link {
    display: table !important;
    margin: 3.2rem auto 0;
    text-align: center;
    line-height: 3.2;
    width: 22.2rem;
  }
}
@media screen and (max-width: 768px) {
  main section.topics.lala .lg_contain {
    padding-top: 5.5rem;
    padding-bottom: 3rem;
  }
}
main section.concept .lg_contain {
  padding-top: 1rem;
  padding-bottom: 11rem;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  main section.concept .lg_contain {
    padding-top: 4.5rem;
    padding-bottom: 7.3rem;
  }
}
main section.concept .lg_contain .media_block {
  margin-top: -9.5rem;
}
@media screen and (max-width: 768px) {
  main section.concept .lg_contain .media_block {
    margin-top: 0;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  main section.concept .lg_contain .media_block h3 {
    text-align: center;
  }
}
main section.concept .lg_contain .media_block .content {
  max-width: 70rem;
  margin-left: 4rem;
}
@media screen and (max-width: 768px) {
  main section.concept .lg_contain .media_block .content {
    margin-left: 4.4rem;
    margin-top: 1.7rem;
  }
}
main section.concept .lg_contain .media_block .content .fig_block {
  position: relative;
}
main section.concept .lg_contain .media_block .content .fig_block::before {
  position: absolute;
  right: 0;
  bottom: -4rem;
  width: 24rem;
  height: 2px;
  background: linear-gradient(90deg, #383838, #383838 22.75%, transparent 22.75%, transparent 25.75%, #cccccc 25.75%, #cccccc 48.5%, transparent 48.5%, transparent 51.5%, #cccccc 51.5%, #cccccc 74.25%, transparent 74.25%, transparent 77.25%, #cccccc 77.25%, #cccccc 100%);
  background-size: 100% 1px;
  border: none;
}
@media screen and (max-width: 768px) {
  main section.concept .lg_contain .media_block .content .fig_block::before {
    bottom: -1.5rem;
    width: 13rem;
  }
}
main section.concept .lg_contain .media_block .content .fig_block .ch_fig {
  position: absolute;
  left: -8rem;
  bottom: -4rem;
}
@media screen and (max-width: 768px) {
  main section.concept .lg_contain .media_block .content .fig_block .ch_fig {
    position: absolute;
    left: -4.4rem;
    bottom: -2.6rem;
    width: 11rem;
  }
}
main section.concept .lg_contain .text_block {
  margin-top: 5.5rem;
}
@media screen and (max-width: 768px) {
  main section.concept .lg_contain .text_block {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 5rem;
  }
}
main section.concept .lg_contain .text_block h4.block_lbl {
  font-weight: 500;
  font-size: 3.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main section.concept .lg_contain .text_block h4.block_lbl {
    width: 100%;
    font-size: 2.37rem;
  }
}
main section.concept .lg_contain .text_block .desc_block {
  max-width: 66.7rem;
  margin-left: 3rem;
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 1.65rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main section.concept .lg_contain .text_block .desc_block {
    max-width: unset;
    width: 100%;
    margin-left: 0;
    margin-top: 1.9rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.65;
  }
}
main section.concept .lg_contain .text_block .link_line {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  main section.concept .lg_contain .text_block .link_line {
    justify-content: center;
    margin-top: 3.6rem;
  }
}
main section.concept .lg_contain .slide_box {
  position: relative;
  margin-top: 8.5rem;
  padding: 0 3.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main section.concept .lg_contain .slide_box {
    margin-top: 5.4rem;
    padding: 0 1.8rem;
  }
}
main section.concept .lg_contain .slide_box .concept_slide {
  position: relative;
  width: 100%;
}
main section.concept .lg_contain .slide_box .concept_slide .slick-slide {
  padding: 0 0.4rem;
}
main section.concept .lg_contain .slide_box .concept_slide .slick-dots {
  bottom: -3.2rem;
}
@media screen and (max-width: 768px) {
  main section.concept .lg_contain .slide_box .concept_slide .slick-dots {
    bottom: -2rem;
  }
}
main section.concept .lg_contain .slide_box .concept_slide .slick-dots li {
  width: 5rem;
  height: 0.2rem;
}
@media screen and (max-width: 768px) {
  main section.concept .lg_contain .slide_box .concept_slide .slick-dots li {
    width: 3rem;
  }
}
main section.concept .lg_contain .slide_box .concept_slide .slick-dots li button {
  width: 5rem;
  height: 0.2rem;
  padding: 0;
  border-radius: 0;
  background: #cccccc;
}
@media screen and (max-width: 768px) {
  main section.concept .lg_contain .slide_box .concept_slide .slick-dots li button {
    width: 3rem;
  }
}
main section.concept .lg_contain .slide_box .concept_slide .slick-dots li.slick-active button {
  background: #383838;
}
main section.concept .lg_contain .slide_box .slide-arrow {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  cursor: pointer;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  main section.concept .lg_contain .slide_box .slide-arrow {
    width: 1.8rem;
    top: 47%;
  }
}
main section.concept .lg_contain .slide_box .slide-arrow.prev-arrow {
  left: 0;
}
main section.concept .lg_contain .slide_box .slide-arrow.next-arrow {
  right: 0;
}
main section.concept.lala {
  color: #331a03;
}
main section.concept.lala .lg_contain {
  padding-bottom: 13rem;
}
@media screen and (max-width: 768px) {
  main section.concept.lala .lg_contain {
    padding-top: 4rem;
    padding-bottom: 5.3rem;
  }
}
main section.concept.lala .lg_contain::before {
  position: absolute;
  content: "";
  transform: translate(100%, 0);
  right: 6rem;
  top: -11%;
  width: 32rem;
  height: 31rem;
  background: url(../image/lala_ast02.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  main section.concept.lala .lg_contain::before {
    content: unset;
  }
}
@media screen and (max-width: 768px) {
  main section.concept.lala .text_block {
    margin-top: 3.5rem;
  }
}
main section.concept.lala .text_block .link_line {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  main section.concept.lala .text_block .link_line {
    margin-top: 3.5rem;
  }
}
main section.greeting {
  background: url(../image/greeting_bg.jpg) center center no-repeat;
  background-size: cover;
}
main section.greeting .lg_contain {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  main section.greeting .lg_contain {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
main section.greeting .lg_contain .gr_block {
  background: #fff;
  padding: 4rem 5rem 5rem;
}
@media screen and (max-width: 768px) {
  main section.greeting .lg_contain .gr_block {
    padding: 2.5rem 2rem;
  }
}
main section.greeting .lg_contain .gr_block .gr_grid {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  main section.greeting .lg_contain .gr_block .gr_grid {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.2rem;
  }
}
main section.greeting .lg_contain .gr_block .gr_grid .thumb {
  max-width: 18rem;
}
@media screen and (max-width: 768px) {
  main section.greeting .lg_contain .gr_block .gr_grid .thumb {
    max-width: 16.8rem;
  }
}
main section.greeting .lg_contain .gr_block .gr_grid .desc_block {
  max-width: calc(100% - 24rem);
}
@media screen and (max-width: 768px) {
  main section.greeting .lg_contain .gr_block .gr_grid .desc_block {
    width: 100%;
    max-width: 100%;
    margin-top: 3rem;
  }
}
main section.greeting .lg_contain .gr_block .gr_grid .desc_block .desc {
  font-weight: 500;
  font-size: 1.65rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  main section.greeting .lg_contain .gr_block .gr_grid .desc_block .desc {
    font-size: 1.63rem;
    line-height: 1.65;
  }
}
main section.greeting .lg_contain .gr_block .gr_grid .desc_block .name {
  margin-top: 2rem;
  font-family: Inter;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  main section.greeting .lg_contain .gr_block .gr_grid .desc_block .name {
    margin-top: 2.5rem;
    font-family: Inter;
    font-size: 1.7rem;
  }
}
main section.greeting.lala {
  color: #331a03;
}
main section.greeting.lala .lg_contain {
  padding-top: 8rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  main section.greeting.lala .lg_contain {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
main section.greeting.lala .lg_contain .gr_block {
  padding: 4rem 5rem 7rem;
}
@media screen and (max-width: 768px) {
  main section.greeting.lala .lg_contain .gr_block {
    padding: 2.5rem 2rem;
  }
}
main section.greeting.lala .lg_contain .gr_block .gr_grid {
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  main section.greeting.lala .lg_contain .gr_block .gr_grid {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.2rem;
  }
}
main section.guide .lg_contain {
  padding-top: 6.5rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  main section.guide .lg_contain {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  main section.guide .lg_contain h3 .stt {
    margin-top: 0.3rem;
  }
}
main section.guide .lg_contain .guide_grid {
  margin-top: 4.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main section.guide .lg_contain .guide_grid {
    margin-top: 1.8rem;
    flex-wrap: wrap;
  }
}
main section.guide .lg_contain .guide_grid li {
  width: 32%;
}
@media screen and (max-width: 768px) {
  main section.guide .lg_contain .guide_grid li {
    width: 100%;
    margin-bottom: 3rem;
  }
  main section.guide .lg_contain .guide_grid li:last-of-type {
    margin-bottom: 0;
  }
}
main section.guide .lg_contain .guide_grid li .label {
  font-weight: 500;
  font-size: 2rem;
}
main section.guide .lg_contain .guide_grid li .thumb {
  position: relative;
  margin-top: 3.4rem;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  main section.guide .lg_contain .guide_grid li .thumb {
    margin-top: 1.4rem;
  }
}
main section.guide .lg_contain .guide_grid li .thumb::after {
  position: absolute;
  content: "";
  z-index: 20;
  width: 1px;
  height: 4rem;
  background: #cccccc;
  transform: translate(-50%, -80%);
  left: 50%;
  top: 0;
}
@media screen and (max-width: 768px) {
  main section.guide .lg_contain .guide_grid li .thumb::after {
    transform: translate(-50%, -40%);
  }
}
main section.guide .lg_contain .guide_grid li .desc {
  margin-top: 1.3rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  main section.guide .lg_contain .guide_grid li .desc {
    margin-top: 2rem;
    line-height: 1.65;
  }
}
main section.guide.lala {
  color: #331a03;
}
main section.guide.lala .lg_contain {
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  main section.guide.lala .lg_contain {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
main section.guide.lala .lg_contain .guide_grid {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  main section.guide.lala .lg_contain .guide_grid {
    margin-top: 1.8rem;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  main section.guide.lala .lg_contain .guide_grid li {
    width: 100%;
    margin-bottom: 4.3rem;
  }
  main section.guide.lala .lg_contain .guide_grid li:last-of-type {
    margin-bottom: 0;
  }
}
main section.staff .sl_contain {
  padding-top: 9rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  main section.staff .sl_contain {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
main section.staff .sl_contain::before {
  position: absolute;
  content: "";
  z-index: -2;
  bottom: 0;
  right: -10rem;
  width: calc(50vw + 50% + 10rem);
  height: calc(100% - 14rem);
  background: #f9fdfd;
}
main section.staff .sl_contain::after {
  position: absolute;
  z-index: -1;
  content: "";
  right: 0;
  top: 14rem;
  right: -10rem;
  width: 60rem;
  height: 40rem;
  background: url(../image/bg_pattern.jpg) right top no-repeat;
  background-size: cover;
  filter: hue-rotate(90deg) opacity(70%);
  mix-blend-mode: multiply;
}
main section.staff .sl_contain .ttl_block {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  main section.staff .sl_contain .ttl_block {
    width: 100%;
  }
}
main section.staff .sl_contain .ttl_block h3 {
  margin: auto;
}
main section.staff .sl_contain .staff_grid {
  position: relative;
  width: 70%;
}
@media screen and (max-width: 768px) {
  main section.staff .sl_contain .staff_grid {
    width: 100%;
    margin-top: 2rem;
    flex-wrap: wrap;
  }
}
main section.staff .sl_contain .staff_grid li {
  width: 37%;
}
@media screen and (max-width: 768px) {
  main section.staff .sl_contain .staff_grid li {
    width: 47%;
    margin-bottom: 3rem;
  }
}
main section.staff .sl_contain .staff_grid li .st_photo {
  position: relative;
  border: solid #fff 0.5rem;
}
main section.staff .sl_contain .staff_grid li .act {
  margin-top: 1rem;
  font-family: Inter;
  font-size: 1.6rem;
  color: #cccccc;
}
@media screen and (max-width: 768px) {
  main section.staff .sl_contain .staff_grid li .act {
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
    font-size: 1.55rem;
    line-height: 1;
  }
}
main section.staff .sl_contain .staff_grid li .name {
  font-family: Inter;
  font-size: 2rem;
  color: #2a221f;
}
@media screen and (max-width: 768px) {
  main section.staff .sl_contain .staff_grid li .name {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
main section.staff .sl_contain .staff_grid li .desc {
  line-height: 1.75;
  margin-top: 7px;
}
main section.staff .sl_contain .staff_grid li .link_line {
  margin-top: 1.3rem;
}
main section.staff .sl_contain .staff_grid li .link_line a {
  display: flex;
  align-items: center;
  justify-content: center;
}
main section.staff .sl_contain .staff_grid li .link_line .insta_link {
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  main section.staff .sl_contain .staff_grid li .link_line .insta_link {
    width: 1.8rem;
    height: 2rem;
  }
}
main section.staff .sl_contain .staff_grid li .link_line .reserve_link {
  margin-left: 1.7rem;
  width: 15rem;
  height: 4rem;
  background: #2a221f;
  font-family: Inter;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.staff .sl_contain .staff_grid li .link_line .reserve_link {
    margin-left: 1.5rem;
    width: 11rem;
    height: 3.2rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  main section.staff.lala .sl_contain {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  main section.staff.lala .sl_contain .staff_grid {
    width: 100%;
    margin-top: 2rem;
    flex-wrap: wrap;
  }
}
main section.staff.lala .sl_contain .staff_grid::before {
  position: absolute;
  content: "";
  transform: translate(-95%, 0);
  left: 0;
  bottom: 7rem;
  width: 24rem;
  height: 16rem;
  background: url(../image/lala_ast03.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  main section.staff.lala .sl_contain .staff_grid::before {
    content: unset;
  }
}
main section.staff.lala .sl_contain .staff_grid .act {
  color: #695746;
}
main section.staff.lala .sl_contain .staff_grid .name {
  color: #331a03;
}
main section.staff.lala .sl_contain .staff_grid .link_line .reserve_link {
  background: #331a03;
}
main section.style .lg_contain {
  padding-top: 5.5rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  main section.style .lg_contain {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
}
main section.style .lg_contain .desc {
  margin-top: 3.4rem;
  font-weight: 500;
  font-size: 1.63rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  main section.style .lg_contain .desc {
    text-align: left;
    margin-top: 2.4rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.65;
  }
}
main section.style .lg_contain .insta_gallery {
  position: relative;
  margin-top: 5rem;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main section.style .lg_contain .insta_gallery {
    margin-top: 2rem;
  }
}
main section.style.lala .lg_contain {
  padding-top: 8rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  main section.style.lala .lg_contain {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
}
main section.style.lala .lg_contain::before {
  position: absolute;
  z-index: -1;
  content: "";
  transform: translate(-100%, 0);
  left: -2rem;
  top: 31%;
  width: 12.3rem;
  height: 15rem;
  background: url(../image/lala_ast04.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  main section.style.lala .lg_contain::before {
    content: unset;
  }
}
main section.style.lala .lg_contain::after {
  position: absolute;
  z-index: -1;
  content: "";
  transform: translate(100%, 0);
  right: -2rem;
  bottom: 0%;
  width: 21rem;
  height: 42rem;
  background: url(../image/lala_ast05.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  main section.style.lala .lg_contain::after {
    content: unset;
  }
}
main section.style.lala .lg_contain .desc {
  margin-top: 5.2rem;
}
@media screen and (max-width: 768px) {
  main section.style.lala .lg_contain .desc {
    text-align: left;
    margin-top: 2.4rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.65;
  }
}
main section.access {
  background: #f9fdfd;
}
main section.access .lg_contain {
  padding-top: 8rem;
  padding-bottom: 12.3rem;
}
@media screen and (max-width: 768px) {
  main section.access .lg_contain {
    padding-top: 3.3rem;
    padding-bottom: 4.7rem;
  }
}
main section.access .lg_contain .gmap {
  position: relative;
  margin-top: 5rem;
  width: 100%;
  border: solid #fff 0.7rem !important;
  aspect-ratio: 1/0.77;
}
@media screen and (max-width: 768px) {
  main section.access .lg_contain .gmap {
    border: none;
    margin-top: 2rem;
    aspect-ratio: 1/0.75;
  }
}
main section.access .lg_contain .addr {
  margin-top: 3.5rem;
  font-weight: 500;
  font-size: 1.65rem;
  line-height: 1.68;
}
@media screen and (max-width: 768px) {
  main section.access .lg_contain .addr {
    margin-top: 2.6rem;
    font-size: 1.63rem;
    line-height: 1.63;
  }
}
main section.access .lg_contain .online_reserve {
  display: table;
  margin: 5.8rem auto 0;
  text-align: center;
  width: 40rem;
  background: #2a221f;
  font-size: 1.85rem;
  line-height: 4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.access .lg_contain .online_reserve {
    width: 22rem;
    margin-top: 4.9rem;
    font-size: 1.45rem;
    line-height: 3.1;
  }
}
main section.access.lala {
  background: #fdfcfa;
}
main section.access.lala .lg_contain {
  padding-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  main section.access.lala .lg_contain {
    padding-top: 3.3rem;
    padding-bottom: 6.3rem;
  }
}
main section.access.lala .lg_contain .gmap {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  main section.access.lala .lg_contain .gmap {
    margin-top: 2rem;
  }
}
main section.access.lala .lg_contain .addr {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  main section.access.lala .lg_contain .addr {
    margin-top: 2.6rem;
  }
}
main section.access.lala .lg_contain .online_reserve_pt {
  display: table;
  margin: 8rem auto 0;
  width: 40rem;
  text-align: center;
  background: linear-gradient(0deg, #e29038, #dd4c48 80%);
  font-size: 1.9rem;
  line-height: 4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.access.lala .lg_contain .online_reserve_pt {
    width: 22rem;
    margin-top: 4.9rem;
    font-size: 1.45rem;
    line-height: 3.1;
  }
}
main section.access.lala .lg_contain .online_reserve_pt i {
  margin-right: 1rem;
  font-size: 2rem;
}
main section.contact .lg_contain {
  padding-top: 6rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain {
    padding-top: 2.5rem;
    padding-bottom: 5.5rem;
  }
}
main section.contact .lg_contain .notify {
  margin-bottom: 11rem;
  font-size: 1.675rem;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .notify {
    margin-bottom: 7.5rem;
    font-size: 1.55rem;
    line-height: 1.75;
  }
}
main section.contact .lg_contain .notify a.tel_link {
  display: inline-flex;
  align-items: center;
  margin-left: 1.8rem;
  font-size: 2.55rem;
  line-height: 1;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .notify a.tel_link {
    font-size: 2.45rem;
  }
}
main section.contact .lg_contain .notify a.tel_link img {
  margin-right: 0.5rem;
}
main section.contact .lg_contain .step_box_grid {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .step_box_grid {
    padding-bottom: 5rem;
  }
}
main section.contact .lg_contain .step_box_grid::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  background: #cccccc;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .step_box_grid::before {
    top: 28%;
  }
}
main section.contact .lg_contain .step_box_grid li {
  position: relative;
  text-align: center;
  margin: 0 8rem;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .step_box_grid li {
    margin: auto;
  }
}
main section.contact .lg_contain .step_box_grid li p:first-child {
  position: relative;
  background: #cacaca;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 9rem;
  height: 9rem;
  border-radius: 100%;
  padding: 2rem 0;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .step_box_grid li p:first-child {
    width: 6rem;
    height: 6rem;
    font-size: 1.2rem;
    padding-top: 1.1rem;
  }
}
main section.contact .lg_contain .step_box_grid li p:first-child span {
  width: 100%;
  display: block;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .step_box_grid li p:first-child span {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}
main section.contact .lg_contain .step_box_grid li p:last-child {
  position: absolute;
  transform: translate(-50%, 100%);
  left: 50%;
  bottom: -0.6rem;
  font-size: 1.7rem;
  word-break: keep-all;
  color: #cacaca;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .step_box_grid li p:last-child {
    bottom: -0.7rem;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
main section.contact .lg_contain .step_box_grid li.active p:first-child {
  background: #2a221f;
}
main section.contact .lg_contain .step_box_grid li.active p:last-child {
  color: #2a221f;
}
main section.contact .lg_contain .contact_form {
  margin-top: 11rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .contact_form {
    margin-top: 5.5rem;
  }
}
main section.contact .lg_contain .contact_form .desc {
  font-size: 1.6rem;
  line-height: 1.75;
}
main section.contact .lg_contain .contact_form .contact_grid {
  margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .contact_form .contact_grid {
    margin-top: 3.7rem;
  }
}
main section.contact .lg_contain .contact_form .contact_grid li {
  padding: 1.95rem 0;
  border-bottom: solid #eceaea 1px;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .contact_form .contact_grid li {
    padding: 0 0 1.3rem 0;
  }
}
main section.contact .lg_contain .contact_form .contact_grid li:first-child {
  border-top: solid #eceaea 1px;
}
main section.contact .lg_contain .contact_form .contact_grid li .label {
  position: relative;
  width: 25%;
  padding-left: 1rem;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.375;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .contact_form .contact_grid li .label {
    width: 100%;
    line-height: 1.5;
    padding: 1.2rem 0;
  }
}
main section.contact .lg_contain .contact_form .contact_grid li .label::after {
  position: absolute;
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 0 0.6rem;
  color: #fff;
  transform: translate(0, -50%);
  right: 0;
  top: 50%;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .contact_form .contact_grid li .label::after {
    right: 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 0 0.6rem;
  }
}
main section.contact .lg_contain .contact_form .contact_grid li .label.require::after {
  content: "必須";
  background: #cc3838;
}
main section.contact .lg_contain .contact_form .contact_grid li .label.optional::after {
  content: "任意 ";
  background: #00a0e9;
}
main section.contact .lg_contain .contact_form .contact_grid li .input {
  width: 71%;
  font-size: 1.6rem;
  line-height: 2.8;
  padding-right: 0rem;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .contact_form .contact_grid li .input {
    padding-right: 0.3rem;
    width: 100%;
  }
}
main section.contact .lg_contain .contact_form .contact_grid li .input.radio_box label {
  margin: 0;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .contact_form .contact_grid li .input.radio_box label {
    line-height: 1.6;
  }
}
main section.contact .lg_contain .contact_form .contact_grid li .input.radio_box label:last-of-type {
  margin-bottom: 1rem;
}
main section.contact .lg_contain .contact_form .contact_grid li .input label {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .contact_form .contact_grid li .input label {
    line-height: 2;
  }
}
main section.contact .lg_contain .contact_form .contact_grid li .input input[type=text],
main section.contact .lg_contain .contact_form .contact_grid li .input input[type=email],
main section.contact .lg_contain .contact_form .contact_grid li .input input[type=tel],
main section.contact .lg_contain .contact_form .contact_grid li .input input[type=fax],
main section.contact .lg_contain .contact_form .contact_grid li .input input[type=zip],
main section.contact .lg_contain .contact_form .contact_grid li .input input[type=addr] {
  border: #d1d1d1 solid 1px;
  border-radius: 5px;
  width: 100%;
  height: 5rem;
  padding-left: 2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .contact_form .contact_grid li .input input[type=text],
main section.contact .lg_contain .contact_form .contact_grid li .input input[type=email],
main section.contact .lg_contain .contact_form .contact_grid li .input input[type=tel],
main section.contact .lg_contain .contact_form .contact_grid li .input input[type=fax],
main section.contact .lg_contain .contact_form .contact_grid li .input input[type=zip],
main section.contact .lg_contain .contact_form .contact_grid li .input input[type=addr] {
    height: 4rem;
    padding-left: 0.9rem;
  }
}
main section.contact .lg_contain .contact_form .contact_grid li .input textarea {
  width: 100%;
  height: 15rem;
  border: #d1d1d1 solid 1px;
  border-radius: 5px;
  padding: 1rem 1rem 1rem 2.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .contact_form .contact_grid li .input textarea {
    margin-bottom: 0;
  }
}
main section.contact .lg_contain .contact_form .contact_grid li .input textarea::-moz-placeholder {
  font-size: 1.6rem;
}
main section.contact .lg_contain .contact_form .contact_grid li .input textarea:-ms-input-placeholder {
  font-size: 1.6rem;
}
main section.contact .lg_contain .contact_form .contact_grid li .input textarea::placeholder {
  font-size: 1.6rem;
}
main section.contact .lg_contain .btn_grid {
  margin-top: 5.2rem;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .btn_grid {
    margin-top: 3rem;
  }
}
main section.contact .lg_contain .btn_grid .btn {
  position: relative;
  width: 17.5rem;
  height: 4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  padding: 0;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .btn_grid .btn {
    /*width: 60%;*/
    height: 4.5rem;
  }
}
main section.contact .lg_contain .btn_grid .btn:hover {
  transition: all 0.3s;
  outline: none;
}
main section.contact .lg_contain .btn_grid .btn.next_btn {
  background: #383838;
}
main section.contact .lg_contain .btn_grid .btn.back_btn {
  background: #b4b4b4;
}
main section.contact .lg_contain .btn_grid .btn.home_btn {
  background: #2d3c46;
}
main section.contact .lg_contain .btn_grid .btn.home_btn:hover {
  background: #2d3c46;
}
main section.contact .lg_contain .btn_grid.confirm_pg .next_btn {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .btn_grid.confirm_pg .next_btn {
    margin-left: 0;
    margin-top: 2rem;
  }
}
main section.contact .lg_contain .thanks_block {
  display: table;
  margin: 12rem auto 0;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .thanks_block {
    margin-top: 3.5rem;
  }
}
main section.contact .lg_contain .thanks_block h3 {
  font-weight: 500;
  font-size: 3.1rem;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .thanks_block h3 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
main section.contact .lg_contain .thanks_block h4 {
  margin-top: 4rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .thanks_block h4 {
    margin-top: 1.8rem;
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
}
main section.contact .lg_contain .thanks_block p {
  margin-top: 5rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .thanks_block p {
    margin-top: 3.7rem;
    letter-spacing: 0;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.65;
  }
}
main section.contact .lg_contain .thanks_block .inblock {
  margin-top: 5.4rem;
  border-top: solid #eceaea 1px;
  border-bottom: solid #eceaea 1px;
  padding: 1.7rem 1rem;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.8;
  margin-top: 5.4rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  main section.contact .lg_contain .thanks_block .inblock {
    text-align: left;
    padding: 1.7rem 0rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
main section.contact .lg_contain .thanks_block .inblock span {
  font-size: 2rem;
}
main section.contact.lala {
  color: #331a03;
}
main section.contact.lala .lg_contain .step_box_grid li.active p:first-child {
  background: #492e1b;
}
main section.contact.lala .lg_contain .step_box_grid li.active p:last-child {
  color: #331a03;
}
main section.contact.lala .lg_contain .btn_grid {
  margin-top: 5.2rem;
}
@media screen and (max-width: 768px) {
  main section.contact.lala .lg_contain .btn_grid {
    margin-top: 3rem;
  }
}
main section.contact.lala .lg_contain .btn_grid .btn.next_btn {
  background: url(../image/ico_01.png) no-repeat 95% 50%/auto, #331a03;
}
main section.contact.lala .lg_contain .btn_grid .btn.back_btn {
  background: url(../image/ico_02.png) no-repeat 5% 50%/auto, #b4b4b4;
}
main section.contact.lala .lg_contain .btn_grid .btn.home_btn {
  background: url(../image/ico_02.png) no-repeat 5% 50%/auto, #331a03;
}
main section.topics_list .lg_contain {
  padding-top: 3.5rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 1000px) {
  main section.topics_list .lg_contain {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.topics_list .lg_contain {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.topics_list .lg_contain ul.topics_grid {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
main section.topics_list .lg_contain ul.topics_grid li.blog_block {
  width: calc(100% - 22rem);
  /* ---------------------------------------------
  # topics_detail.html
  -----------------------------------------------*/
}
@media screen and (max-width: 768px) {
  main section.topics_list .lg_contain ul.topics_grid li.blog_block {
    width: 100%;
  }
}
main section.topics_list .lg_contain ul.topics_grid li.blog_block .news_box {
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  main section.topics_list .lg_contain ul.topics_grid li.blog_block .news_box {
    width: 100%;
  }
}
main section.topics_list .lg_contain ul.topics_grid li.blog_block .blog_content_block {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main section.topics_list .lg_contain ul.topics_grid li.blog_block .blog_content_block {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main section.topics_list .lg_contain ul.topics_grid li.blog_block .blog_content_block .blog_head {
    padding: 0;
  }
}
main section.topics_list .lg_contain ul.topics_grid li.blog_block .blog_content_block .blog_head p.date {
  display: inline-block;
  font-weight: 500;
  font-size: 1.5rem;
  color: #cccccc;
}
main section.topics_list .lg_contain ul.topics_grid li.blog_block .blog_content_block .blog_head p.category {
  display: inline-block;
  background: #fafafa;
  padding: 0 2rem;
  margin-left: 1.5rem;
  font-size: 1.3rem;
  line-height: 1.6;
}
main section.topics_list .lg_contain ul.topics_grid li.blog_block .blog_content_block h3.blog_title {
  padding-top: 0rem;
  padding-bottom: 0.5rem;
  border-bottom: solid #eceaea 1px;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  main section.topics_list .lg_contain ul.topics_grid li.blog_block .blog_content_block h3.blog_title {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
main section.topics_list .lg_contain ul.topics_grid li.blog_block .blog_content_block .featured_img {
  margin-top: 3rem;
  width: 100%;
  height: 45rem;
}
main section.topics_list .lg_contain ul.topics_grid li.blog_block .blog_content_block .featured_img img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  main section.topics_list .lg_contain ul.topics_grid li.blog_block .blog_content_block .featured_img {
    margin-top: 2.5rem;
  }
}
main section.topics_list .lg_contain ul.topics_grid li.blog_block .blog_content_block .content {
  margin-top: 3rem;
  font-weight: 500;
  font-size: 1.56rem;
  line-height: 2.05;
}
@media screen and (max-width: 768px) {
  main section.topics_list .lg_contain ul.topics_grid li.blog_block .blog_content_block .content {
    padding: 0 0 3rem;
    margin-top: 1.3rem;
    font-size: 1.475rem;
    line-height: 1.9;
  }
}
main section.topics_list .lg_contain ul.topics_grid li.blog_block .blog_content_block .content h6 {
  font-weight: 700;
}
main section.topics_list .lg_contain ul.topics_grid li.blog_block .blog_content_block .btn_grid {
  margin-top: 6.5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  main section.topics_list .lg_contain ul.topics_grid li.blog_block .blog_content_block .btn_grid {
    margin-top: 1.9rem;
  }
}
main section.topics_list .lg_contain ul.topics_grid li.blog_block .blog_content_block .btn_grid .link_btn {
  display: table;
  margin: auto;
  width: 17rem;
  background: #383838;
  text-align: center;
  font-size: 1.4rem;
  line-height: 3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.topics_list .lg_contain ul.topics_grid li.blog_block .blog_content_block .btn_grid .link_btn {
    width: 60%;
    max-width: unset;
    line-height: 3.2;
  }
}
main section.topics_list .lg_contain ul.topics_grid li.category_grid {
  width: 17rem;
}
@media screen and (max-width: 768px) {
  main section.topics_list .lg_contain ul.topics_grid li.category_grid {
    margin-top: 7rem;
    width: 100%;
  }
}
main section.topics_list .lg_contain ul.topics_grid li.category_grid ul.filter_block {
  width: 100%;
  margin-bottom: 5rem;
  list-style: none;
}
@media screen and (max-width: 768px) {
  main section.topics_list .lg_contain ul.topics_grid li.category_grid ul.filter_block {
    margin-bottom: 0;
  }
}
main section.topics_list .lg_contain ul.topics_grid li.category_grid ul.filter_block li {
  padding: 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.8;
  border-bottom: solid #eceaea 1px;
}
@media screen and (max-width: 768px) {
  main section.topics_list .lg_contain ul.topics_grid li.category_grid ul.filter_block li {
    line-height: 3.1;
  }
}
main section.topics_list .lg_contain ul.topics_grid li.category_grid ul.filter_block li:first-child {
  background: #2a221f;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.5;
  color: #fff;
}
main section.topics_list .lg_contain ul.topics_grid li.category_grid ul.filter_block li.selected {
  background: #f5f3f3;
}
main section.topics_list .lg_contain ul.topics_grid li.category_grid ul.filter_block li:hover {
  background: #fbfbfb;
}
main section.topics_list .lg_contain ul.topics_grid li.category_grid ul.filter_block li a {
  padding-left: 0.5rem;
}
main section.topics_list .lg_contain .pagination {
  margin-top: 6rem;
}
main section.topics_list.lala {
  color: #331a03;
}
main section.topics_list.lala .lg_contain ul.topics_grid li.blog_block .blog_content_block .blog_head p.date {
  color: #695746;
}
main section.topics_list.lala .lg_contain ul.topics_grid li.blog_block .blog_content_block .blog_head p.category {
  background: #efe2d0;
}
main section.topics_list.lala .lg_contain ul.topics_grid li.blog_block .blog_content_block .btn_grid .link_btn {
  background: #331a03;
}
main section.topics_list.lala .lg_contain ul.topics_grid li.category_grid ul.filter_block li:first-child {
  background: #331a03;
}
main section.topics_list.lala .lg_contain ul.topics_grid li.category_grid ul.filter_block li.selected {
  background: #eee8e3;
}
main section.company .lg_contain {
  padding-top: 5.5rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  main section.company .lg_contain {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
main section.company .lg_contain table.policy_pg {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  main section.company .lg_contain table.policy_pg {
    margin-top: 3rem;
  }
}
main section.strength {
  background: #f9fdfd;
}
main section.strength .lg_contain {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  main section.strength .lg_contain {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }
}
main section.strength .lg_contain table.policy_pg {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  main section.strength .lg_contain table.policy_pg {
    margin-top: 3rem;
  }
}
main section.access_map .lg_contain {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  main section.access_map .lg_contain {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}
main section.access_map .lg_contain .gmap {
  margin-top: 5rem;
  width: 100%;
  aspect-ratio: 1/0.48;
}
@media screen and (max-width: 768px) {
  main section.access_map .lg_contain .gmap {
    margin-top: 1.5rem;
  }
}
main section.access_map .lg_contain table {
  margin-top: 4.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main section.access_map .lg_contain table {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.access_map .lg_contain table tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
main section.access_map .lg_contain table tr td {
  padding: 1rem 0;
  font-size: 1.7rem;
  line-height: 1.7;
  border: none;
}
@media screen and (max-width: 768px) {
  main section.access_map .lg_contain table tr td {
    padding: 0;
    font-size: 1.65rem;
    line-height: 1.6;
  }
}
main section.access_map .lg_contain table tr td:first-of-type {
  width: 7rem;
}
main section.policy {
  background: #f9fdfd;
}
main section.policy .lg_contain {
  padding-top: 6.5rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  main section.policy .lg_contain {
    padding-top: 4.5rem;
  }
}
main section.policy .lg_contain h3 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  main section.policy .lg_contain h3 {
    margin-bottom: 0;
  }
}
main section.policy .lg_contain .policy_block {
  margin-top: 5.1rem;
}
@media screen and (max-width: 768px) {
  main section.policy .lg_contain .policy_block {
    margin-top: 3.5rem;
  }
}
main section.policy .lg_contain .policy_block h6 {
  font-weight: 500;
  font-size: 2.1rem;
}
main section.policy .lg_contain .policy_block p {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.63rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  main section.policy .lg_contain .policy_block p {
    font-size: 1.65rem;
    line-height: 1.6;
  }
}
main section.policy .lg_contain .policy_block ol.num_list {
  margin-top: 3rem;
}
main section.anchor_price {
  padding-top: 6rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  main section.anchor_price {
    padding-top: 3.2rem;
    padding-bottom: 2rem;
  }
}
main section.price_section .lg_contain {
  padding-top: 6.5rem;
  padding-bottom: 11.5rem;
}
@media screen and (max-width: 768px) {
  main section.price_section .lg_contain {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}
main section.price_section .lg_contain .sub_anchor_nav {
  margin-top: 3.8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  main section.price_section .lg_contain .sub_anchor_nav {
    margin-top: 2.8rem;
    margin-bottom: 5.5rem;
  }
}
main section.price_section .lg_contain .menu_block {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  main section.price_section .lg_contain .menu_block {
    margin-bottom: 5.5rem;
  }
}
main section.price_section .lg_contain .menu_block:last-of-type {
  margin-bottom: 0;
}
main section.price_section .lg_contain .menu_block .desc {
  margin-top: 1.2rem;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  main section.price_section .lg_contain .menu_block .desc {
    margin-top: 1.9rem;
    margin-bottom: 1.6rem;
  }
}
main section.price_section .lg_contain .menu_block .menu_contain {
  margin-top: 1rem;
  width: 100%;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  main section.price_section .lg_contain .menu_block .menu_contain {
    padding-bottom: 1rem;
  }
  main section.price_section .lg_contain .menu_block .menu_contain::-webkit-scrollbar {
    width: 1rem;
  }
  main section.price_section .lg_contain .menu_block .menu_contain::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #b4b4b4;
  }
}
main section.price_section .lg_contain .menu_block .menu_contain table {
  width: 100%;
  border: solid #cacaca 1px;
}
@media screen and (max-width: 768px) {
  main section.price_section .lg_contain .menu_block .menu_contain table {
    width: 72.5rem;
  }
}
main section.price_section .lg_contain .menu_block .menu_contain table tr th,
main section.price_section .lg_contain .menu_block .menu_contain table tr td {
  border: solid #cacaca 1px;
  font-size: 1.65rem;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  main section.price_section .lg_contain .menu_block .menu_contain table tr th,
main section.price_section .lg_contain .menu_block .menu_contain table tr td {
    font-size: 1.5rem;
  }
}
main section.price_section .lg_contain .menu_block .menu_contain table tr th {
  padding: 1rem 0;
  background: #2a221f;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main section.price_section .lg_contain .menu_block .menu_contain table tr th {
    padding: 0.8rem 0;
    font-size: 1.2rem;
  }
}
main section.price_section .lg_contain .menu_block .menu_contain table tr td {
  padding: 1.35rem 2rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  main section.price_section .lg_contain .menu_block .menu_contain table tr td {
    padding: 2.25rem 1.7rem;
  }
}
main section.price_section .lg_contain .menu_block .menu_contain table tr td:first-of-type {
  background: #e9e9e9;
}
main section.price_section .lg_contain .menu_block .menu_contain table tr td:nth-of-type(1) {
  width: 36%;
}
main section.price_section .lg_contain .menu_block .menu_contain table tr td:nth-of-type(2) {
  width: 14%;
  text-align: right;
}
main section.price_section .lg_contain .menu_block .menu_contain table tr td:nth-of-type(3) {
  width: 50%;
}
main section.price_section .lg_contain .menu_block .menu_contain table tr td .tag {
  margin-right: 0.5rem;
}
main section.price_section.lala .lg_contain {
  padding-top: 8rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 768px) {
  main section.price_section.lala .lg_contain {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}
main section.price_section.lala .lg_contain h3.sect_ttl_t2 {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  main section.price_section.lala .lg_contain h3.sect_ttl_t2 {
    margin-bottom: 2.2rem;
  }
}
main section.price_section.lala .lg_contain .menu_block {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  main section.price_section.lala .lg_contain .menu_block {
    margin-bottom: 5.5rem;
  }
}
main section.price_section.lala .lg_contain .menu_block:last-of-type {
  margin-bottom: 0;
}
main section.price_section.lala .lg_contain .menu_block .menu_contain table {
  width: 100%;
}
main section.price_section.lala .lg_contain .menu_block .menu_contain table tr th {
  background: #492e1b;
}
main section.price_section.lala .lg_contain .menu_block .menu_contain table tr td {
  padding: 1.05rem 2rem;
}
main section.price_section.lala .lg_contain .menu_block .menu_contain table tr td:first-of-type {
  background: #efe2d0;
}
main section.price_section.lala .lg_contain .menu_block .menu_contain table tr td:nth-of-type(1) {
  width: 36%;
}
@media screen and (max-width: 768px) {
  main section.price_section.lala .lg_contain .menu_block .menu_contain table tr td:nth-of-type(1) {
    width: 70%;
  }
}
main section.price_section.lala .lg_contain .menu_block .menu_contain table tr td:nth-of-type(2) {
  width: 64%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  main section.price_section.lala .lg_contain .menu_block .menu_contain table tr td:nth-of-type(2) {
    width: 30%;
  }
}
main section.price_section.lala .lg_contain .menu_block .smt {
  margin-top: 1.7rem;
}
@media screen and (max-width: 768px) {
  main section.price_section.lala .lg_contain .menu_block .smt.ref {
    font-size: 1.45rem;
  }
}
main section.guide_section .lg_contain {
  padding-top: 6rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  main section.guide_section .lg_contain {
    padding-top: 5.3rem;
  }
}
main section.guide_section .lg_contain h3 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  main section.guide_section .lg_contain h3 {
    margin-bottom: 3rem;
  }
}
main section.guide_section .lg_contain .desc {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  main section.guide_section .lg_contain .desc {
    font-size: 1.55rem;
    line-height: 1.75;
  }
}
main section.guide_section .lg_contain .smt {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  main section.guide_section .lg_contain .smt {
    margin-top: 2rem;
    font-size: 1.23rem;
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  main section.guide_section .lg_contain .thumb1 {
    max-width: 70%;
  }
}
main section.guide_section .lg_contain .m_block {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  main section.guide_section .lg_contain .m_block {
    margin-bottom: 3rem;
  }
}
main section.guide_section .lg_contain .m_block:last-of-type {
  margin-bottom: 0;
}
main section.guide_section .lg_contain .m_block h5.diamond_label {
  margin-bottom: 2rem;
}
main section.guide_section .lg_contain .link_btn {
  margin-top: 0rem;
}
main section.guide_section.lala .lg_contain {
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  main section.guide_section.lala .lg_contain {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
main section.guide_section.lala .lg_contain .m_block {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  main section.guide_section.lala .lg_contain .m_block {
    margin-bottom: 3rem;
  }
}
main section.guide_section.lala .lg_contain .m_block:last-of-type {
  margin-bottom: 0;
}
main section.guide_section.lala .lg_contain .m_block h5.diamond_label {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  main section.guide_section.lala .lg_contain .detail_block table tr {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  main section.guide_section.lala .lg_contain .detail_block table tr td {
    width: 100%;
  }
}
main section.guide_section.lala .lg_contain .inline_box {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  main section.guide_section.lala .lg_contain .inline_box {
    margin-top: 3rem;
  }
}
main section.shop_section .lg_contain {
  padding-top: 6rem;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 768px) {
  main section.shop_section .lg_contain {
    padding-top: 4.3rem;
  }
}
main section.shop_section .lg_contain h3 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  main section.shop_section .lg_contain h3 {
    margin-bottom: 4rem;
  }
}
main section.shop_section .lg_contain .m_block {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  main section.shop_section .lg_contain .m_block {
    margin-bottom: 3.5rem;
  }
  main section.shop_section .lg_contain .m_block .desc {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
main section.shop_section .lg_contain .m_block:last-of-type {
  margin-bottom: 0;
}
main section.shop_section .lg_contain .m_block h5.diamond_label {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  main section.shop_section .lg_contain .m_block h5.diamond_label {
    margin-bottom: 1.5rem;
  }
}
main section.shop_section .lg_contain .gmap {
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 100%;
  aspect-ratio: 1/0.75;
}
@media screen and (max-width: 768px) {
  main section.shop_section .lg_contain .gmap {
    aspect-ratio: 1/0.48;
  }
}
main section.shop_section .lg_contain .detail_block {
  margin-top: 7rem;
}
main section.shop_section .lg_contain .detail_block .rect_list {
  margin-top: 1rem;
}
main section.shop_section.lala .lg_contain {
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  main section.shop_section.lala .lg_contain {
    padding-top: 4.3rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  main section.shop_section.lala .lg_contain h3 {
    margin-bottom: 2rem;
  }
}
main section.shop_section.lala .lg_contain .detail_block {
  margin-top: 5rem;
}
main section.shop_section.lala .lg_contain .detail_block .m_block {
  margin-bottom: 5rem;
}
main section.shop_section.lala .lg_contain .detail_block .m_block:last-of-type {
  margin-bottom: 0;
}
main section.shop_section.lala .lg_contain .detail_block .rect_list {
  margin-top: 1rem;
}
main section.faq_section .lg_contain {
  padding-top: 6.5rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 768px) {
  main section.faq_section .lg_contain {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}
main section.faq_section .lg_contain .faq_list {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  main section.faq_section .lg_contain .faq_list {
    margin-top: 3rem;
  }
}
main section.faq_section.lala .lg_contain {
  padding-bottom: 17rem;
}
@media screen and (max-width: 768px) {
  main section.faq_section.lala .lg_contain {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}
main section.improve01 .lg_contain {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  main section.improve01 .lg_contain {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
main section.improve01 .lg_contain h3 .mg {
  margin-top: 0.5rem;
}
main section.improve01 .lg_contain .inline_box {
  padding: 2rem 1.5rem;
}
@media screen and (max-width: 768px) {
  main section.improve01 .lg_contain .inline_box {
    padding: 0.5rem 1rem;
  }
}
main section.improve01 .lg_contain .media_block {
  margin: 5rem auto 0;
}
@media screen and (max-width: 768px) {
  main section.improve01 .lg_contain .media_block {
    margin-top: 2rem;
    justify-content: space-between;
    align-items: flex-end;
  }
}
main section.improve01 .lg_contain .media_block li:first-of-type {
  margin-right: 13%;
}
@media screen and (max-width: 768px) {
  main section.improve01 .lg_contain .media_block li:first-of-type {
    width: 60%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  main section.improve01 .lg_contain .media_block li:last-of-type {
    width: 40%;
  }
}
main section.improve01 .lg_contain .media_block li p {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  main section.improve01 .lg_contain .media_block li p {
    font-size: 1.5rem;
    line-height: 2;
  }
}
main section.improve02 {
  background: #f9fdfd;
}
main section.improve02 .lg_contain {
  padding-top: 5.2rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  main section.improve02 .lg_contain {
    padding-top: 2.7rem;
    padding-bottom: 3.5rem;
  }
}
main section.improve02 .lg_contain h3.sect_ttl_t3 .lg {
  margin-top: 2rem;
}
main section.improve02 .lg_contain h3.sect_ttl_t3 .sg {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  main section.improve02 .lg_contain h3.sect_ttl_t3 .sg {
    margin-top: 1.5rem;
    text-align: left;
    font-size: 1.74rem;
    line-height: 1.5;
  }
}
main section.improve02 .lg_contain .de01 {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  main section.improve02 .lg_contain .de01 {
    margin-top: 3rem;
  }
}
main section.improve02 .lg_contain .media_block .media {
  width: 28%;
}
@media screen and (max-width: 768px) {
  main section.improve02 .lg_contain .media_block .media {
    order: 2;
    width: 75%;
    margin: 0;
    margin-top: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  main section.improve02 .lg_contain .content {
    order: 1;
  }
  main section.improve02 .lg_contain .content .check_list li {
    margin: 0;
    line-height: 1.7;
  }
}
main section.improve02 .de02 {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  main section.improve02 .de02 {
    margin-top: 3rem;
    font-size: 1.55rem;
    line-height: 1.7;
  }
}
main section.improve03 .lg_contain {
  padding-top: 6rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  main section.improve03 .lg_contain {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
main section.improve03 .lg_contain .media_block {
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 768px) {
  main section.improve03 .lg_contain .media_block {
    margin-top: 2.8rem;
    justify-content: space-between;
  }
}
main section.improve03 .lg_contain .media_block li:first-of-type {
  margin-right: 13%;
}
@media screen and (max-width: 768px) {
  main section.improve03 .lg_contain .media_block li:first-of-type {
    margin-right: 0;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  main section.improve03 .lg_contain .media_block li:last-of-type {
    width: 28%;
  }
}
main section.improve03 .lg_contain .media_block li p {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  main section.improve03 .lg_contain .media_block li p {
    font-size: 1.63rem;
    line-height: 1.6;
  }
}
main section.improve03 .lg_contain .treatment {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  main section.improve03 .lg_contain .treatment {
    margin-top: 6.3rem;
  }
}
main section.improve03 .lg_contain .treatment .label {
  font-weight: 700;
  font-size: 3.3rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  main section.improve03 .lg_contain .treatment .label {
    font-size: 2.45rem;
    line-height: 1.4;
  }
}
main section.improve03 .lg_contain .treatment .tr_grid {
  margin-top: 4.3rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main section.improve03 .lg_contain .treatment .tr_grid {
    margin-top: 2.5rem;
    flex-wrap: wrap;
  }
}
main section.improve03 .lg_contain .treatment .tr_grid li {
  width: 30.6%;
}
@media screen and (max-width: 768px) {
  main section.improve03 .lg_contain .treatment .tr_grid li {
    width: 100%;
    margin-bottom: 3rem;
  }
  main section.improve03 .lg_contain .treatment .tr_grid li:last-of-type {
    margin-bottom: 0;
  }
}
main section.improve03 .lg_contain .treatment .tr_grid li p:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #3755c3;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.improve03 .lg_contain .treatment .tr_grid li p:nth-of-type(1) {
    width: 7rem;
    height: 7rem;
  }
}
main section.improve03 .lg_contain .treatment .tr_grid li p:nth-of-type(2) {
  margin-top: 1.8rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}
main section.improve03 .lg_contain .treatment .tr_grid li p:nth-of-type(3) {
  font-weight: 700;
  font-size: 2.05rem;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  main section.improve03 .lg_contain .treatment .tr_grid li p:nth-of-type(3) {
    font-size: 1.85rem;
    line-height: 1.55;
  }
}
main section.improve03 .lg_contain .treatment .tr_grid li p:nth-of-type(4) {
  margin-top: 1rem;
}
main section.improve03 .lg_contain .treatment .desc {
  margin-top: 5rem;
}
main section.improve03 .lg_contain .treatment .view_price_link {
  margin-top: 3rem;
}
main section.improve04 .lg_contain {
  padding-top: 5rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  main section.improve04 .lg_contain {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
main section.improve04 .lg_contain h3 {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  main section.improve04 .lg_contain h3 {
    margin-bottom: 4.2rem;
  }
}
main section.improve04 .lg_contain .flow_grid {
  position: relative;
  width: 100%;
}
main section.improve04 .lg_contain .flow_grid:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  main section.improve04 .lg_contain .flow_grid {
    margin-bottom: 8rem;
  }
  main section.improve04 .lg_contain .flow_grid::after {
    position: absolute;
    content: "";
    width: 3rem;
    height: 4.5rem;
    background: url(../image/ico_flow_sp.png) center center no-repeat;
    background-size: contain;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: -6.3rem;
  }
  main section.improve04 .lg_contain .flow_grid:last-of-type::after {
    content: unset;
  }
}
main section.improve04 .lg_contain .flow_grid li {
  position: relative;
  width: 48%;
}
@media screen and (max-width: 768px) {
  main section.improve04 .lg_contain .flow_grid li {
    width: 100%;
  }
}
main section.improve04 .lg_contain .flow_grid li .label {
  display: flex;
  align-items: center;
}
main section.improve04 .lg_contain .flow_grid li .label p {
  display: flex;
  align-items: center;
}
main section.improve04 .lg_contain .flow_grid li .label p:first-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  width: 8rem;
  height: 8rem;
  background: #3755c3;
  border-radius: 50%;
  font-weight: 700;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  main section.improve04 .lg_contain .flow_grid li .label p:first-of-type {
    margin-right: 0.7rem;
    width: 6.2rem;
    height: 6.2rem;
    font-size: 1.2rem;
  }
}
main section.improve04 .lg_contain .flow_grid li .label p:first-of-type span {
  font-size: 2.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  main section.improve04 .lg_contain .flow_grid li .label p:first-of-type span {
    font-size: 2rem;
  }
}
main section.improve04 .lg_contain .flow_grid li .label p:last-of-type {
  font-size: 2rem;
  width: calc(100% - 10rem);
}
@media screen and (max-width: 768px) {
  main section.improve04 .lg_contain .flow_grid li .label p:last-of-type {
    font-size: 1.76rem;
    line-height: 1.3;
    width: calc(100% - 8rem);
  }
}
main section.improve04 .lg_contain .flow_grid li .thumb {
  position: relative;
  margin-top: 1.6rem;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  main section.improve04 .lg_contain .flow_grid li .thumb {
    margin-top: 1rem;
  }
}
main section.improve04 .lg_contain .flow_grid li .thumb::before {
  position: absolute;
  content: "";
  width: 5.9rem;
  height: 6.1rem;
}
@media screen and (max-width: 768px) {
  main section.improve04 .lg_contain .flow_grid li .thumb::before {
    content: unset;
  }
}
main section.improve04 .lg_contain .flow_grid li .desc {
  margin-top: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main section.improve04 .lg_contain .flow_grid li .desc {
    margin-top: 1.4rem;
    line-height: 1.7;
    font-size: 1.6rem;
  }
}
main section.improve04 .lg_contain .flow_grid.l_b {
  justify-content: flex-start;
}
main section.improve04 .lg_contain .flow_grid.l_b .desc {
  position: absolute;
  left: 0;
  bottom: -1.4rem;
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  main section.improve04 .lg_contain .flow_grid.l_b .desc {
    position: relative;
    transform: unset;
    bottom: unset;
  }
}
main section.improve04 .lg_contain .flow_grid.l_b .thumb::before {
  background: url(../image/ico_flow_lr.png) center center no-repeat;
  background-size: contain;
  transform: translate(100%, -50%);
  right: -2rem;
  top: 50%;
}
main section.improve04 .lg_contain .flow_grid.r_b {
  justify-content: flex-end;
}
main section.improve04 .lg_contain .flow_grid.r_b .label {
  position: absolute;
  transform: translateY(-100%);
  left: 0;
  top: -1.6rem;
}
@media screen and (max-width: 768px) {
  main section.improve04 .lg_contain .flow_grid.r_b .label {
    position: relative;
    transform: unset;
    top: 0;
  }
}
main section.improve04 .lg_contain .flow_grid.r_b .thumb {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  main section.improve04 .lg_contain .flow_grid.r_b .thumb {
    margin-top: 1rem;
  }
}
main section.improve04 .lg_contain .flow_grid.r_b .thumb::before {
  background: url(../image/ico_flow_rl.png) center center no-repeat;
  background-size: contain;
  transform: translate(-100%, -50%);
  left: -2rem;
  top: 80%;
}
main section.improve04 .lg_contain .flow_grid.r_b .desc {
  position: absolute;
  left: 0;
  bottom: -1.4rem;
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  main section.improve04 .lg_contain .flow_grid.r_b .desc {
    position: relative;
    transform: unset;
    bottom: unset;
  }
}
main section.improve04 .lg_contain .flow_grid.r_b:last-of-type .thumb::before {
  content: unset;
}
main section.improve04 .lg_contain .flow_grid.r_b:last-of-type .desc {
  position: relative;
  transform: unset;
  bottom: unset;
}
main section.improve04 .lg_contain .flow_grid.lala li .label p:first-of-type {
  background: #df6244;
}
main section.improve04 .lg_contain .view_price_link {
  margin-top: 5.5rem;
}
main section.improve04.lala .lg_contain {
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  main section.improve04.lala .lg_contain {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  main section.improve04.lala .lg_contain h3 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  main section.improve04.lala .lg_contain .flow_grid {
    margin-bottom: 4.5rem;
  }
  main section.improve04.lala .lg_contain .flow_grid::after {
    bottom: -4.3rem;
  }
}
/*main section.improve05 {
  display: none;
}*/
main section.improve05 .lg_contain {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  main section.improve05 .lg_contain {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
main section.improve05 .lg_contain h3 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  main section.improve05 .lg_contain h3 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  main section.improve05 .lg_contain .de01 {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
main section.improve05 .lg_contain .example_box {
  width: 100%;
  margin-top: 4rem;
  border: solid #cacaca 1px;
  padding: 2.3rem 0 5.5rem;
}
@media screen and (max-width: 768px) {
  main section.improve05 .lg_contain .example_box {
    margin-top: 3rem;
    padding: 1.8rem 1.7rem 3rem;
  }
}
main section.improve05 .lg_contain .example_box .fs_block {
  width: 86%;
  margin: auto;
  padding-bottom: 3.5rem;
  border-bottom: solid #cccccc 1px;
}
@media screen and (max-width: 768px) {
  main section.improve05 .lg_contain .example_box .fs_block {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main section.improve05 .lg_contain .example_box .fs_block .media {
    display: none;
  }
}
main section.improve05 .lg_contain .example_box .fs_block .content {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  main section.improve05 .lg_contain .example_box .fs_block .content {
    margin-left: 0;
  }
}
main section.improve05 .lg_contain .example_box .fs_block .content .rds {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  main section.improve05 .lg_contain .example_box .fs_block .content .rds {
    font-size: 1.42rem;
    margin-bottom: 1.8rem;
  }
}
main section.improve05 .lg_contain .example_box .fs_block .content .slabel {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  background: url(../image/ico_diamond_bs.png) left center no-repeat;
}
@media screen and (max-width: 768px) {
  main section.improve05 .lg_contain .example_box .fs_block .content .slabel {
    margin-bottom: 1rem;
    background: url(../image/ico_diamond_bs_sp.png) left center no-repeat;
    background-size: 1rem;
  }
}
main section.improve05 .lg_contain .example_box .fs_block .content .slabel img {
  margin-right: 0.3rem;
}
main section.improve05 .lg_contain .example_box .fs_block .content .desc {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  main section.improve05 .lg_contain .example_box .fs_block .content .desc {
    font-size: 1.55rem;
    line-height: 1.7;
  }
}
main section.improve05 .lg_contain .example_box .ex_step_block {
  margin: 3.5rem auto 0;
  width: 86%;
}
@media screen and (max-width: 768px) {
  main section.improve05 .lg_contain .example_box .ex_step_block {
    width: 100%;
    margin-top: 6rem;
  }
}
main section.improve05 .lg_contain .example_box .ex_step_block .label {
  width: 100%;
  padding: 0.7rem 2rem;
  background: #2a221f;
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.improve05 .lg_contain .example_box .ex_step_block .label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.5rem 1.2rem;
    font-size: 1.4rem;
  }
}
main section.improve05 .lg_contain .example_box .ex_step_block .label span {
  display: inline-block;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0 0.8rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  color: initial;
  margin-right: 1.2rem;
}
@media screen and (max-width: 768px) {
  main section.improve05 .lg_contain .example_box .ex_step_block .label span {
    padding: 0 0.6rem;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
main section.improve05 .lg_contain .example_box .ex_step_block .ex_grid {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  main section.improve05 .lg_contain .example_box .ex_step_block .ex_grid {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  main section.improve05 .lg_contain .example_box .ex_step_block .ex_grid li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main section.improve05 .lg_contain .example_box .ex_step_block .ex_grid li.content {
    order: 1;
  }
}
main section.improve05 .lg_contain .example_box .ex_step_block .ex_grid li.content .desc {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  main section.improve05 .lg_contain .example_box .ex_step_block .ex_grid li.content .desc {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
main section.improve05 .lg_contain .example_box .ex_step_block .ex_grid li.content .ref_block {
  margin-top: 1.3rem;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  main section.improve05 .lg_contain .example_box .ex_step_block .ex_grid li.content .ref_block {
    margin-top: 1.9rem;
    margin-left: 0rem;
  }
}
main section.improve05 .lg_contain .example_box .ex_step_block .ex_grid li.content .ref_block p:first-of-type {
  display: inline-block;
  padding: 0 0.8rem;
  background: #cccccc;
  border-radius: 0.3rem;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #fff;
}
main section.improve05 .lg_contain .example_box .ex_step_block .ex_grid li.content .ref_block p.customer:first-of-type {
  background: #dbc5a5;
}
@media screen and (max-width: 768px) {
  main section.improve05 .lg_contain .example_box .ex_step_block .ex_grid li.content .ref_block p:first-of-type {
    padding: 0 0.5rem;
    line-height: 1.5;
  }
}
main section.improve05 .lg_contain .example_box .ex_step_block .ex_grid li.content .ref_block p:last-of-type {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  main section.improve05 .lg_contain .example_box .ex_step_block .ex_grid li.content .ref_block p:last-of-type {
    margin-top: 1rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
main section.improve05 .lg_contain .example_box .ex_step_block .ex_grid li.thumb {
  margin-left: 3rem;
  max-width: 24rem;
}
@media screen and (max-width: 768px) {
  main section.improve05 .lg_contain .example_box .ex_step_block .ex_grid li.thumb {
    order: 2;
    width: 100%;
    max-width: unset;
    margin-left: 0;
    margin-top: 1.6rem;
  }
}
main section.improve06 {
  background: #f9fdfd;
}
main section.improve06 .lg_contain {
  padding-top: 12.5rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  main section.improve06 .lg_contain {
    padding-top: 6rem;
    padding-bottom: 6.5rem;
  }
}
main section.improve06 .lg_contain::before {
  position: absolute;
  content: "";
  width: 45rem;
  height: 21.3rem;
  background: url(../image/dyeing_ast09.png) center center no-repeat;
  background-size: contain;
  left: -20%;
  top: 0;
}
@media screen and (max-width: 768px) {
  main section.improve06 .lg_contain::before {
    width: 24rem;
    height: 11.3rem;
    top: 0;
    left: unset;
    right: 0;
  }
}
main section.improve06 .lg_contain h3 {
  position: relative;
  margin: 0 auto 1.7rem;
  display: table;
}
@media screen and (max-width: 768px) {
  main section.improve06 .lg_contain h3 {
    display: block;
  }
  main section.improve06 .lg_contain h3 p.mg {
    text-align: left;
    font-weight: 700;
    font-size: 2.2rem;
  }
}
main section.improve06 .lg_contain h3 span {
  position: absolute;
  left: 1.4rem;
  top: -80%;
  background: #606060;
  padding: 0 2rem;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 2.1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.improve06 .lg_contain h3 span {
    left: 0;
    top: -3.5rem;
    padding: 0 1.2rem;
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
main section.improve06 .lg_contain h3 span::after {
  position: absolute;
  content: "";
  transform: translateY(65%);
  left: 3rem;
  bottom: 0;
  width: 0;
  height: 2rem;
  border-right: solid #606060 2rem;
  border-bottom: solid transparent 2rem;
}
@media screen and (max-width: 768px) {
  main section.improve06 .lg_contain h3 span::after {
    left: 2rem;
  }
}
main section.improve06 .lg_contain .de01 {
  border-top: solid #cccccc 1px;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  main section.improve06 .lg_contain .de01 {
    padding-top: 1.5rem;
    font-size: 1.55rem;
    line-height: 1.75;
  }
}
main section.improve06 .lg_contain .sami_grid {
  margin-top: 3rem;
  width: 100%;
  background: #fff;
  padding: 3.3rem 7rem;
}
@media screen and (max-width: 768px) {
  main section.improve06 .lg_contain .sami_grid {
    padding: 2rem 1.7rem;
  }
}
main section.improve06 .lg_contain .sami_grid li {
  padding: 3.2rem 0;
  border-bottom: solid #cccccc 1px;
}
@media screen and (max-width: 768px) {
  main section.improve06 .lg_contain .sami_grid li {
    flex-wrap: wrap;
    padding: 2.8rem 0;
  }
}
main section.improve06 .lg_contain .sami_grid li:first-of-type {
  padding-top: 0;
}
main section.improve06 .lg_contain .sami_grid li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
main section.improve06 .lg_contain .sami_grid li .thumb {
  width: 25rem;
}
@media screen and (max-width: 768px) {
  main section.improve06 .lg_contain .sami_grid li .thumb {
    width: 100%;
  }
}
main section.improve06 .lg_contain .sami_grid li .content {
  width: calc(100% - 28rem);
}
@media screen and (max-width: 768px) {
  main section.improve06 .lg_contain .sami_grid li .content {
    width: 100%;
    margin-top: 2.4rem;
  }
}
main section.improve06 .lg_contain .sami_grid li .content .label {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  padding-left: 3.5rem;
  background: url(../image/ico_chk_s.png) left top no-repeat;
}
@media screen and (max-width: 768px) {
  main section.improve06 .lg_contain .sami_grid li .content .label {
    padding-left: 2.9rem;
    font-size: 1.9rem;
    line-height: 1.4;
    background: url(../image/ico_chk_s_sp.png) left top no-repeat;
    background-size: 2.5rem;
  }
}
main section.improve06 .lg_contain .sami_grid li .content .label img {
  margin-right: 1rem;
}
main section.improve06 .lg_contain .sami_grid li .content .de {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main section.improve06 .lg_contain .sami_grid li .content .de {
    margin-top: 0.7rem;
    font-size: 1.55rem;
    line-height: 1.8;
  }
}
main section.improve06 .lg_contain .de02 {
  margin-top: 2.6rem;
  font-weight: 700;
  font-size: 1.63rem;
}
@media screen and (max-width: 768px) {
  main section.improve06 .lg_contain .de02 {
    font-size: 1.55rem;
    line-height: 1.75;
  }
}
main section.improve06 .lg_contain .view_price_link {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  main section.improve06 .lg_contain .view_price_link {
    margin-top: 4.5rem;
  }
}
main section.improve07 .lg_contain {
  padding-top: 6rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  main section.improve07 .lg_contain {
    padding-top: 3.7rem;
    padding-bottom: 4rem;
  }
}
main section.improve07 .lg_contain h3 {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  main section.improve07 .lg_contain h3 {
    margin-bottom: 3rem;
  }
}
main section.lala_improve01 .lg_contain {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  main section.lala_improve01 .lg_contain {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }
}
main section.lala_improve01 .lg_contain h3 .mg {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  main section.lala_improve01 .lg_contain h3 .mg {
    font-weight: 700;
    font-size: 2.15rem;
  }
}
@media screen and (max-width: 768px) {
  main section.lala_improve01 .lg_contain .block_thumb {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  main section.lala_improve01 .lg_contain .desc {
    font-size: 1.55rem;
    line-height: 1.775;
  }
}
main section.lala_improve01 .lg_contain .inline_box {
  padding: 1.5rem 1.5rem;
}
@media screen and (max-width: 768px) {
  main section.lala_improve01 .lg_contain .inline_box {
    padding: 0.4rem 1rem;
  }
}
main section.lala_improve02 {
  background: rgba(223, 98, 68, 0.05);
}
main section.lala_improve02 .lg_contain {
  padding-top: 0;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  main section.lala_improve02 .lg_contain {
    padding-bottom: 4rem;
  }
}
main section.lala_improve02 .lg_contain::before {
  position: absolute;
  z-index: 0;
  content: "";
  transform: translate(-50%, 0);
  left: 50%;
  top: 0;
  width: 100%;
  height: 9.8rem;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 768px) {
  main section.lala_improve02 .lg_contain::before {
    height: 5.3rem;
  }
}
main section.lala_improve02 .lg_contain .de {
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  main section.lala_improve02 .lg_contain .de {
    margin-top: -2rem;
    font-size: 1.3rem;
  }
}
main section.lala_improve02 .lg_contain h3.sect_ttl_t3 {
  position: relative;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  main section.lala_improve02 .lg_contain h3.sect_ttl_t3 {
    margin-top: 2.5rem;
  }
}
main section.lala_improve02 .lg_contain h3.sect_ttl_t3 .mg {
  margin-top: 2.4rem;
  font-size: 2.9rem;
}
@media screen and (max-width: 768px) {
  main section.lala_improve02 .lg_contain h3.sect_ttl_t3 .mg {
    margin-top: 0.4rem;
    font-size: 1.9rem;
  }
}
main section.lala_improve02 .lg_contain h3.sect_ttl_t3 .lg {
  margin-top: 0rem;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section.lala_improve02 .lg_contain h3.sect_ttl_t3 .lg {
    margin-top: 0.2rem;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1;
  }
}
main section.lala_improve02 .lg_contain .de01 {
  margin-top: 3rem;
  font-size: 2.05rem;
}
@media screen and (max-width: 768px) {
  main section.lala_improve02 .lg_contain .de01 {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
main section.lala_improve02 .lg_contain .media_block .media {
  margin-right: 6%;
}
main section.lala_improve02 .lg_contain .view_price_link {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  main section.lala_improve02 .lg_contain .view_price_link {
    margin-top: 2.2rem;
  }
}
main section.lala_improve03 .lg_contain {
  padding-top: 6rem;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 768px) {
  main section.lala_improve03 .lg_contain {
    padding-top: 3.3rem;
    padding-bottom: 3.5rem;
  }
}
main section.lala_improve03 .lg_contain::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  border-top: solid #fff 9.8rem;
  border-left: solid transparent 50rem;
  border-right: solid transparent 50rem;
}
main section.lala_improve03 .lg_contain h3.sect_ttl_t3 {
  position: relative;
}
main section.lala_improve03 .lg_contain h3.sect_ttl_t3 .mg {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  main section.lala_improve03 .lg_contain h3.sect_ttl_t3 .mg {
    font-size: 1.6rem;
  }
}
main section.lala_improve03 .lg_contain .media_block {
  margin-top: 6.2rem;
}
@media screen and (max-width: 768px) {
  main section.lala_improve03 .lg_contain .media_block {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3.2rem;
  }
}
main section.lala_improve03 .lg_contain .media_block .media {
  width: 40%;
}
@media screen and (max-width: 768px) {
  main section.lala_improve03 .lg_contain .media_block .media {
    width: 80%;
  }
}
main section.lala_improve03 .lg_contain .media_block .check_list {
  width: 56%;
}
@media screen and (max-width: 768px) {
  main section.lala_improve03 .lg_contain .media_block .check_list {
    width: 90%;
    margin-top: 2rem;
  }
}
main section.lala_improve03 .lg_contain .media_block .check_list li {
  line-height: 1.7;
  margin-bottom: 2rem;
}
main section.lala_improve03 .lg_contain .media_block .check_list p:first-of-type {
  font-weight: 700;
}
main section.lala_improve03 .lg_contain .desc {
  margin-top: 4.3rem;
}
@media screen and (max-width: 768px) {
  main section.lala_improve03 .lg_contain .desc {
    margin-top: 2.5rem;
    font-size: 1.55rem;
    line-height: 1.8;
  }
}
main section.lala_improve04 {
  background: rgba(223, 98, 68, 0.05);
}
main section.lala_improve04 .lg_contain {
  padding-top: 4.5rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  main section.lala_improve04 .lg_contain {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
main section.lala_improve04 .lg_contain .media_block {
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.lala_improve04 .lg_contain .media_block {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1.5rem;
  }
}
main section.lala_improve04 .lg_contain .media_block::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: 92%;
  left: 0;
  bottom: -1rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  main section.lala_improve04 .lg_contain .media_block::before {
    height: 100%;
    bottom: 0;
  }
}
main section.lala_improve04 .lg_contain .media_block .media {
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  main section.lala_improve04 .lg_contain .media_block .media {
    order: 2;
    width: 31%;
    margin: 0;
    margin-top: 2rem;
  }
}
main section.lala_improve04 .lg_contain .media_block .check_list {
  width: 70%;
  margin: unset;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  main section.lala_improve04 .lg_contain .media_block .check_list {
    order: 1;
    width: 95%;
    margin-top: 0;
  }
}
main section.lala_improve04 .lg_contain .media_block .check_list li {
  font-size: 2.2rem;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  main section.lala_improve04 .lg_contain .media_block .check_list li {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}
main section.lala_improve04 .lg_contain .view_price_link {
  margin-top: 6.5rem;
}
@media screen and (max-width: 768px) {
  main section.lala_improve04 .lg_contain .view_price_link {
    margin-top: 2.3rem;
  }
}
main section.lala_improve05 {
  background: rgba(223, 98, 68, 0.05);
}
main section.lala_improve05 .lg_contain {
  padding-top: 5.5rem;
  padding-bottom: 18rem;
}
@media screen and (max-width: 768px) {
  main section.lala_improve05 .lg_contain {
    padding-top: 3rem;
    padding-bottom: 7rem;
  }
}
main section.lala_improve05 .lg_contain h3.sect_ttl_t3 {
  margin-bottom: 3.7rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main section.lala_improve05 .lg_contain h3.sect_ttl_t3 {
    margin-bottom: 1.2rem;
  }
}
main section.lala_improve05 .lg_contain .price_box {
  width: 70rem;
  margin: auto;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 768px) {
  main section.lala_improve05 .lg_contain .price_box {
    width: 100%;
    margin-bottom: 3.3rem;
  }
}
main section.lala_improve05 .lg_contain .price_box:last-of-type {
  margin-bottom: 0;
}
main section.lala_improve05 .lg_contain .price_box .label {
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  main section.lala_improve05 .lg_contain .price_box .label {
    margin-bottom: 1.3rem;
    font-size: 1.8rem;
  }
}
main section.lala_improve05 .lg_contain .price_box table {
  width: 100%;
}
main section.lala_improve05 .lg_contain .price_box table tr {
  width: 100%;
  border-bottom: solid #efe2d0 1px;
}
main section.lala_improve05 .lg_contain .price_box table tr th,
main section.lala_improve05 .lg_contain .price_box table tr td {
  width: 50%;
}
@media screen and (max-width: 768px) {
  main section.lala_improve05 .lg_contain .price_box table tr th,
main section.lala_improve05 .lg_contain .price_box table tr td {
    width: unset;
  }
}
main section.lala_improve05 .lg_contain .price_box table tr th {
  padding: 2.3rem 2rem;
  background: #efe2d0;
  font-weight: 700;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  main section.lala_improve05 .lg_contain .price_box table tr th {
    padding: 0.9rem 0.5rem;
    font-size: 1.3rem;
  }
}
main section.lala_improve05 .lg_contain .price_box table tr td {
  padding: 2.75rem 5rem;
  background: #fff;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  main section.lala_improve05 .lg_contain .price_box table tr td {
    padding: 1.05rem 1rem;
    font-size: 1.35rem;
  }
}
main section.lala_improve05 .lg_contain .price_box table tr td:first-of-type {
  padding-right: 3rem;
}
main section.lala_improve05 .lg_contain .price_box table tr td:last-of-type {
  text-align: right;
}
main section.lala_improve05 .lg_contain .view_price_link {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  main section.lala_improve05 .lg_contain .view_price_link {
    margin-top: 2rem;
  }
}


main section.improveMarbb{
    padding: 40px 0;
}

main section.improveMarbb h3{
    margin-bottom: 3.2rem;
}
main section.improveMarbb p.desc{
    margin-bottom: 30px;
}

main section.improveMarbb .box{
    padding: 3.2rem 0;
    border-bottom: solid #cccccc 1px;
}
main section.improveMarbb .box01{
    border-top: solid #cccccc 1px;
}
main section.improveMarbb .box01 picture{
    display: block;
    margin-bottom: 20px;
}

main section.improveMarbb .box picture img.spImg{display: none;}

@media screen and (max-width: 768px) {
    
    main section.improveMarbb .box picture img.pcImg{display: none;}
    main section.improveMarbb .box picture img.spImg{display: block;}
    
    main section.improveMarbb p.desc{
        font-size: 1.6rem;
    }
    
    
}


/*# sourceMappingURL=style.css.map */