@charset "UTF-8";
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-jp: "Noto Serif JP", serif;
  --f-en: "Cormorant Garamond", serif;
  --main-color: #e6aca2;
  --clr1: #595757;
  --clr2: #c66555;
  --txt_size: 16px;
  --ttl_size: 28px;
  --line-height-default: 2.25;
  --wrapper: 100px;
  --border-radius: 10px;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
body {
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.1em;
  color: var(--clr1);
  font-family: var(--f-notosans);
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 100%;
  -webkit-text-size-adjust: none;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure,
picture {
  display: block;
  padding: 0;
  margin: 0;
}

img {
  display: table;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a:not(.tel_click) {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #64b5f7;
}

a.tel_click {
  text-decoration: none;
  color: inherit;
}

@media only screen and (min-width: 769px) {
  a:not(.tel_click):hover, a:not(.tel_click):active {
    color: #64b5f7;
  }
}

@media only screen and (min-width: 769px) {
  a:not([target*=_blank]) {
    transition: opacity 0.3s ease;
  }
  a:not([target*=_blank]):hover {
    opacity: 0.7;
  }
}
a.logo:hover,
.logo a:hover,
a.ft_logo:hover,
.ft_logo a:hover,
a.tel_click:hover {
  opacity: 1 !important;
}

table {
  width: 100%;
}

iframe {
  width: 100%;
  height: 100%;
}

.captcha_box iframe {
  height: auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

p {
  line-height: var(--line-height-default);
  letter-spacing: 0.1em;
  word-wrap: break-word;
  word-break: break-word;
  margin-bottom: 15px;
}
p:empty {
  display: none !important;
}
p:last-child {
  margin-bottom: 0;
}

.red {
  color: #ca0a0a !important;
}

.bold {
  font-weight: bold !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

*,
::after,
::before {
  box-sizing: border-box;
}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
  overflow-x: auto !important;
}

.wrapper {
  padding-top: var(--wrapper);
  overflow: clip;
}

.inner_max,
.inner_big,
.inner_md,
.inner,
.inner_sm {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.inner_max {
  max-width: 1480px;
}

.inner_big {
  max-width: 1320px;
}

.inner_md {
  max-width: 1158px;
}

.inner {
  max-width: 1064px;
}

.inner_sm {
  max-width: 1020px;
}

.fullWidthBreak {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.txt_ver {
  writing-mode: vertical-rl;
}

@media only screen and (min-width: 769px) {
  .txt_ver_pc {
    writing-mode: vertical-rl;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           WordPress Core                                 */
/*==========================================================================*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 35px;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*                              General                                     */
/*==========================================================================*/
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
.rel {
  position: relative;
}

.ovh {
  overflow: hidden !important;
}

.ovs {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
}

.lt0 {
  letter-spacing: 0 !important;
}

figure,
picture {
  text-align: center;
  line-height: 1;
}

.fblock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.key {
  position: relative;
}

.txt_l {
  float: left;
  width: calc(100% - 385px);
}

.txt_r {
  float: right;
  width: calc(100% - 385px);
}

.link > a {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.tel_click {
  display: table;
  text-decoration: none;
}

.en {
  font-family: var(--f-en);
}

.yt {
  max-width: 960px;
  margin: 0px auto;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-arrow {
  display: block;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  position: absolute;
  top: 37%;
  width: 2em;
  height: 2em;
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
}
.slick-arrow:focus {
  outline: 0;
}

.slick-prev {
  left: -1em;
}

.slick-next {
  right: -1em;
}

.txt-m {
  color: var(--main-color);
}

.txt-clr1 {
  color: var(--clr1);
}

.txt-clr2 {
  color: var(--clr2);
}

.br_auto {
  display: inline-block;
}
@media only screen and (max-width: 319px) {
  .br_auto {
    display: inline;
  }
}

.br_1170 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .br_1170 {
    display: block;
  }
  .dis_1170 {
    display: none;
  }
}
.br_992 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .br_992 {
    display: block;
  }
  .dis_992 {
    display: none;
  }
}
.br_769 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .br_769 {
    display: block;
  }
  .dis_769 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_769 {
    display: none;
  }
}
.br_750 {
  display: none;
}

@media only screen and (max-width: 750px) {
  .br_750 {
    display: block;
  }
  .in_750 {
    display: inline;
  }
  .dis_750 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_750 {
    display: none;
  }
}
.br_640 {
  display: none;
}

@media only screen and (max-width: 640px) {
  .br_640 {
    display: block;
  }
  .in_640 {
    display: inline;
  }
  .dis_640 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_640 {
    display: none;
  }
}
.br_520 {
  display: none;
}

@media only screen and (max-width: 520px) {
  .br_520 {
    display: block;
  }
  .in_520 {
    display: inline;
  }
  .dis_520 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_520 {
    display: none;
  }
}
.br_480 {
  display: none;
}

@media only screen and (max-width: 480px) {
  .br_480 {
    display: block;
  }
  .in_480 {
    display: inline;
  }
  .dis_480 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_480 {
    display: none;
  }
}
.br_430 {
  display: none;
}

@media only screen and (max-width: 430px) {
  .br_430 {
    display: block;
  }
  .in_430 {
    display: inline;
  }
  .dis_430 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_430 {
    display: none;
  }
}
.br_390 {
  display: none;
}

@media only screen and (max-width: 390px) {
  .br_390 {
    display: block;
  }
  .in_390 {
    display: inline;
  }
  .dis_390 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_390 {
    display: none;
  }
}
.br_375 {
  display: none;
}

@media only screen and (max-width: 375px) {
  .br_375 {
    display: block;
  }
  .in_375 {
    display: inline;
  }
  .dis_375 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_375 {
    display: none;
  }
}
.br_360 {
  display: none;
}

@media only screen and (max-width: 360px) {
  .br_360 {
    display: block;
  }
  .in_360 {
    display: inline;
  }
  .dis_360 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_360 {
    display: none;
  }
}
.br_320 {
  display: none;
}

@media only screen and (max-width: 320px) {
  .br_320 {
    display: block;
  }
  .in_320 {
    display: inline;
  }
  .dis_320 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_320 {
    display: none;
  }
}
.flex_gr {
  --size-mg: 5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: calc(var(--size-mg) * -1);
}
.flex_gr .item {
  width: 100%;
  margin: var(--size-mg);
}
@media only screen and (min-width: 769px) {
  .flex_gr.col-2 .item {
    width: calc(50% - 2 * var(--size-mg));
  }
  .flex_gr.col-3 .item {
    width: calc(33.3333333333% - 2 * var(--size-mg));
  }
  .flex_gr.col-4 .item {
    width: calc(25% - 2 * var(--size-mg));
  }
  .flex_gr.col-5 .item {
    width: calc(20% - 2 * var(--size-mg));
  }
}
@media only screen and (max-width: 768px) {
  .flex_gr.col-2 .item {
    width: calc(50% - 2 * var(--size-mg));
  }
  .flex_gr.col-3 .item {
    width: calc(50% - 2 * var(--size-mg));
  }
  .flex_gr.col-4 .item {
    width: calc(50% - 2 * var(--size-mg));
  }
  .flex_gr.col-5 .item {
    width: calc(50% - 2 * var(--size-mg));
  }
}
@media only screen and (max-width: 430px) {
  .flex_gr.col-2 .item {
    width: calc(100% - 2 * var(--size-mg));
  }
  .flex_gr.col-3 .item {
    width: calc(100% - 2 * var(--size-mg));
  }
  .flex_gr.col-4 .item {
    width: calc(100% - 2 * var(--size-mg));
  }
  .flex_gr.col-5 .item {
    width: calc(100% - 2 * var(--size-mg));
  }
  .flex_gr.col-2-sp .item {
    width: calc(50% - 2 * var(--size-mg));
  }
}

.link a {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.TabContainer .TabPager {
  display: flex;
  margin: 0px auto;
}
.TabContainer .TabPager > div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: calc(50% - 0px);
  transition: all 0.3s ease;
  cursor: pointer;
}
.TabContainer .TabPager > div.active {
  pointer-events: none;
  z-index: 1;
}
.TabContainer .TabContent {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.TabContainer .TabContent .content {
  transition: all 0.3s ease-in-out;
}
.TabContainer .TabContent .content > div {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
}
.TabContainer .TabContent .content > div.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.btn-group .btn {
  width: 100%;
  overflow: hidden;
}
.btn-group .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  font-family: var(--f-jp);
  background-color: #fff;
  text-align: center;
  transition: all 0.3s;
  border-radius: 999em;
}
.btn-group .btn a:hover {
  opacity: 1;
}

.btn-group {
  font-size: 0.625em;
}
.btn-group .btn {
  min-width: 160px;
  max-width: 32.7em;
}
.btn-group .btn a {
  min-height: 3.75em;
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 0.5em 2em;
  color: var(--clr2);
  border: 1px solid var(--main-color);
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.btn-group .btn a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  inset: 0;
  background-color: var(--clr2);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.btn-group .btn a::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  right: 1.1875em;
  margin: auto 0;
  --mask: url("../images/ic-arr03.png");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--clr2);
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn a:not([target]):not(.tel_click):hover {
    color: #fff;
    border-color: var(--clr2);
  }
  .btn-group .btn a:not([target]):not(.tel_click):hover::before {
    width: 100%;
  }
  .btn-group .btn a:not([target]):not(.tel_click):hover::after {
    background-color: #fff;
  }
}
.btn-group .btn.st2 a {
  font-family: var(--f-notosans);
}

.ic-arr {
  font-size: 1em;
  position: relative;
  width: round(4em, 1px);
  height: round(4em, 1px);
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid var(--main-color);
}
.ic-arr::before {
  content: "";
  position: absolute;
  width: max(0.7em, 5px);
  aspect-ratio: 7/10;
  inset: 0;
  margin: auto;
  --mask: url("../images/ic-arr03.png");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--clr2);
}
.ic-arr.st2 {
  border: 0;
}

.contact-blk {
  font-size: 0.625em;
  max-width: 1062px;
  margin: 0 auto;
}
.contact-blk .wrap {
  background-color: #fff;
  border-radius: 3em;
  box-shadow: 0 5px 0 rgba(198, 101, 85, 0.2);
  margin-bottom: 1.6em;
}
.contact-blk .list-contact {
  display: flex;
}
.contact-blk .list-contact .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.3333333333%;
}
.contact-blk .list-contact .item a {
  position: relative;
  text-align: center;
  text-decoration: none;
  font-family: var(--f-jp);
  font-size: 2.2em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--clr2);
  width: 100%;
}
.contact-blk .list-contact .item a span {
  display: block;
}
.contact-blk .list-contact .item a span .sm {
  font-size: 0.6364em;
  letter-spacing: 0.05em;
}
.contact-blk .list-contact .item a::before {
  content: "";
  display: block;
  margin: 0 auto;
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: currentColor;
}
.contact-blk .list-contact .item.tel a {
  font-size: 2.4em;
  letter-spacing: 0.035em;
  padding-top: 0.0833em;
}
.contact-blk .list-contact .item.tel a::before {
  width: 1.8333em;
  aspect-ratio: 1/1;
  margin-bottom: 11px;
  --mask: url("../images/ic-tel.png");
}
.contact-blk .list-contact .item.tel a span .sm {
  font-size: 0.5833em;
}
.contact-blk .list-contact .item.mail a {
  padding-top: 0.1818em;
}
.contact-blk .list-contact .item.mail a::before {
  width: 2.1818em;
  aspect-ratio: 48/40;
  margin-bottom: 0.6818em;
  --mask: url("../images/ic-mail.png");
}
.contact-blk .list-contact .item.line a::before {
  width: 2.3182em;
  aspect-ratio: 51/49;
  margin-bottom: 0.4545em;
  --mask: url("../images/ic-line.png");
}
.contact-blk .note {
  font-weight: 400;
  font-size: calc(var(--txt_size) - 2px);
  letter-spacing: 0.1em;
  color: var(--clr2);
}
@media only screen and (min-width: 640px) {
  .contact-blk .list-contact .item:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 0.4em;
    height: calc(100% + 0.9em);
    top: -0.7em;
    bottom: 0em;
    right: -0.2em;
    background: url("../images/ic-line-break.png") repeat-y center/4px 9px;
  }
}
@media only screen and (min-width: 769px) {
  .contact-blk .wrap {
    padding: 6.2em 0 6em;
  }
  .contact-blk .list-contact .item.tel {
    padding-left: 1.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .contact-blk .wrap {
    padding: 4.5em 0;
  }
}
@media only screen and (max-width: 768px) {
  .contact-blk .wrap {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 639px) {
  .contact-blk .wrap {
    padding: 20px;
  }
  .contact-blk .list-contact {
    flex-wrap: wrap;
  }
  .contact-blk .list-contact .item {
    width: 100%;
    padding: 2em 0;
  }
  .contact-blk .list-contact .item:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: url("../images/ic-line-break02.png") repeat-x top left/9px 4px;
  }
  .contact-blk .list-contact .item a::before {
    font-size: 0.9em;
  }
}

ul.list01 li, ul.list02 li, ul.list-check li {
  position: relative;
  padding-left: 1.25em;
  padding-bottom: 0.625em;
  letter-spacing: 0.1em;
  line-height: var(--line-height-default);
  text-align: left;
}
ul.list01.mcol-2, ul.list02.mcol-2, ul.list-check.mcol-2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
ul.list01.mcol-2 li, ul.list02.mcol-2 li, ul.list-check.mcol-2 li {
  width: 50%;
  padding-right: 10px;
}
@media only screen and (min-width: 769px) {
  ul.list01.mcol-2, ul.list02.mcol-2, ul.list-check.mcol-2 {
    padding-bottom: 10px;
  }
  ul.list01.mcol-2 li:last-child, ul.list01.mcol-2 li:nth-child(2n+1), ul.list02.mcol-2 li:last-child, ul.list02.mcol-2 li:nth-child(2n+1), ul.list-check.mcol-2 li:last-child, ul.list-check.mcol-2 li:nth-child(2n+1) {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  ul.list01.mcol li, ul.list02.mcol li, ul.list-check.mcol li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0.625em;
  }
  ul.list01.mcol li:nth-child(2n+1), ul.list02.mcol li:nth-child(2n+1), ul.list-check.mcol li:nth-child(2n+1) {
    padding-bottom: 0.625em;
  }
  ul.list01.mcol li:last-of-type, ul.list02.mcol li:last-of-type, ul.list-check.mcol li:last-of-type {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  ul.list01.mcol-2 li, ul.list02.mcol-2 li, ul.list-check.mcol-2 li {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 0;
  }
  ul.list01.mcol-2 li:last-child, ul.list02.mcol-2 li:last-child, ul.list-check.mcol-2 li:last-child {
    padding-bottom: 0;
  }
}
ul.list01 li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  ul.list01 li::before {
    top: 0.875em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  ul.list01 li::before {
    top: 0.7857em;
  }
}
@media only screen and (max-width: 768px) {
  ul.list01 li::before {
    top: 0.7143em;
  }
}
ul.list02 {
  counter-reset: item;
}
ul.list02 li {
  position: relative;
  counter-increment: item;
  padding-left: 2.5em;
}
ul.list02 li::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 1.875em;
  top: 0.125em;
  left: 0px;
  padding-bottom: 0.125em;
  aspect-ratio: 1/1;
  font-family: var(--f-en);
  font-size: inherit;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  background-color: var(--main-color);
}
ul.list-check li {
  padding-left: 1.875em;
}
ul.list-check li::before {
  content: "🗹";
  position: absolute;
  color: var(--main-color);
  font-size: 120%;
  top: -0.1875em;
  left: 0;
}

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    font-size: 87.5%;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--wrapper);
  z-index: 20;
  font-size: 10px;
}

header.active,
.ovh header {
  background-color: #fff;
}
header.active .logo,
.ovh header .logo {
  padding-top: 0;
}

.header_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 5em;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  width: auto;
}
@media only screen and (min-width: 769px) {
  .logo {
    padding-top: 1em;
    width: 30%;
    max-width: 399px;
  }
}

.right_head {
  width: 70%;
  padding-right: 10.9em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pc_navi {
  width: 100%;
}
.pc_navi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: center;
  width: 100%;
}
.pc_navi > ul > li {
  position: relative;
}
.pc_navi > ul > li:not(:last-child) {
  margin-right: 3.6em;
}
.pc_navi > ul > li:hover > a,
.pc_navi > ul > li:hover > p {
  opacity: 1;
  color: var(--clr2);
}
.pc_navi > ul > li.menu-item-has-children > a,
.pc_navi > ul > li.menu-item-has-children > p {
  padding-right: 1.0625em;
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
  content: "";
  background: url(../images/shared_pc_navi_arrow.png) center no-repeat;
  background-size: 100% auto;
  width: 0.5625em;
  height: 0.375em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  transition: all 0.5s ease;
}
.pc_navi > ul > li.menu-item-has-children > a:hover::after,
.pc_navi > ul > li.menu-item-has-children > p:hover::after {
  transform: rotate(-180deg);
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  text-decoration: none;
  text-align: center;
  font-family: var(--f-jp);
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
  color: var(--clr1);
}
.pc_navi > ul > li:hover a.title::after,
.pc_navi > ul > li:hover p.title::after {
  transform: rotate(-180deg);
}
.pc_navi > ul > li > .subInner {
  position: absolute;
  width: 25em;
  right: 50%;
  bottom: 0;
  padding-top: 2.5em;
  transform: translate(50%, 100%);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.pc_navi > ul > li > .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul > li > .subInner ul {
  background-color: var(--clr2);
  padding-bottom: 10px;
}
.pc_navi > ul > li > .subInner ul li {
  padding: 0 10px;
}
.pc_navi > ul > li > .subInner ul li a {
  position: relative;
  display: block;
  padding: 1.2em 0.6em 1.2em 1.6em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
  font-family: var(--f-jp);
  font-size: 1.4em;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.1em;
}
.pc_navi > ul > li > .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.6em;
  transform: translateY(-54%);
}
.pc_navi > ul li.col2 > .subInner > ul {
  display: flex;
  flex-wrap: wrap;
}
.pc_navi > ul li.col2 > .subInner > ul > li {
  width: 50%;
}
.pc_navi > ul li.col3 > .subInner {
  width: 80em;
}
.pc_navi > ul li.col3 > .subInner > ul {
  display: flex;
  flex-wrap: wrap;
}
.pc_navi > ul li.col3 > .subInner > ul > li {
  width: 33.3333333333%;
}
.pc_navi > ul li.col3 > .subInner > ul > li.w30 {
  width: 30%;
}
.pc_navi > ul li.col3 > .subInner > ul > li.w40 {
  width: 40%;
}
.pc_navi > ul li.lv3 > a {
  font-size: 1.5em !important;
  font-weight: 500 !important;
  pointer-events: none !important;
  padding-left: 0.6em !important;
  border-bottom-style: solid !important;
}
.pc_navi > ul li.lv3 > a::before {
  display: none !important;
}

@media only screen and (min-width: 769px) {
  .pc_navi > ul .col2 .subInner {
    width: 440px;
  }
  .pc_navi > ul .col2 .subInner ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pc_navi > ul .col2 .subInner ul li {
    width: 50%;
  }
  .menu_toggle .inside .ft_link {
    width: 100%;
    max-width: 1111px;
    margin: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
  }
  .menu_toggle .inside .ft_link .menu01,
  .menu_toggle .inside .ft_link .menu02 {
    margin-right: auto;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
  .menu_toggle .inside .ft_link li:not(:last-child) {
    margin-bottom: 1.1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  :root {
    --wrapper: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  header {
    font-size: min(0.9vw, 10px);
  }
  .header_top {
    padding: 0 2.5em;
  }
  .pc_navi > ul > li:not(:last-child) {
    margin-right: 2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_navi > ul .subInner ul li a {
    font-size: 12px;
  }
}
.idx_gallery {
  position: relative;
  z-index: 1;
}
.idx_gallery::before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0px;
  background: url("../images/idx_gallery_bg.jpg") no-repeat bottom center/100% auto;
  z-index: -1;
}
@media only screen and (min-width: 1921px), (min-width: 769px) and (max-width: 1366px) {
  .idx_gallery::before {
    width: 100vw;
    left: calc(50% - 50vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx_gallery::before {
    background-position: center;
    background-size: cover;
  }
}
.idx_gallery .list {
  position: relative;
  display: flex;
}
.idx_gallery .list::before {
  content: "lucent law office";
  position: absolute;
  width: 1920px;
  top: 50.6%;
  left: calc(50% - 960px);
  text-align: center;
  text-transform: uppercase;
  font-family: var(--f-en);
  font-weight: 500;
  font-size: min(9.75vw, 140px);
  letter-spacing: 0.05em;
  color: rgba(243, 221, 215, 0.5);
}
.idx_gallery .list .img img {
  overflow: hidden;
  border-radius: 0.625em;
}
.idx_gallery .list .img1 img, .idx_gallery .list .img5 img {
  max-width: 40em;
}
.idx_gallery .list .img2 img, .idx_gallery .list .img4 img, .idx_gallery .list .img6 img, .idx_gallery .list .img8 img {
  max-width: 23em;
}
.idx_gallery .list .img3 img, .idx_gallery .list .img7 img {
  max-width: 42em;
}
.idx_gallery .list .img1 {
  margin-top: 3.8em;
}
.idx_gallery .list .img2 {
  margin-top: 10em;
}
.idx_gallery .list .img3, .idx_gallery .list .img6 {
  margin-top: 13em;
}
.idx_gallery .list .img5, .idx_gallery .list .img8 {
  margin-top: 1.8em;
}
.idx_gallery .list .img7 {
  margin-top: 6em;
}
.idx_gallery .contact-blk {
  max-width: 1102px;
  padding: 0 20px;
}
@media only screen and (min-width: 769px) {
  .idx_gallery {
    padding-bottom: min(10vw, 116px);
  }
  .idx_gallery::before {
    width: 1920px;
    left: calc(50% - 960px);
  }
  .idx_gallery .list {
    font-size: min(1vw, 10px);
    margin-bottom: 8em;
  }
  .idx_gallery .list .img img {
    margin: 0 20px;
  }
}

.time_sheet {
  margin: 0px auto;
  max-width: 464px;
}
.time_sheet .note {
  margin-top: 15px;
  margin-left: -2px;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.time_sheet .note span {
  display: inline-block;
}
.time_sheet table {
  font-feature-settings: "palt";
}
.time_sheet table th,
.time_sheet table td {
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 9.9%;
  border-bottom: 1px solid var(--clr1);
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: auto;
  padding-left: 1.9%;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 16.05%;
  padding-left: 0.8em;
  text-align: left;
}
.time_sheet table th {
  padding: 0.6em 0.2em;
}
.time_sheet table td {
  padding: 1.35em 0.2em 1.65em;
  color: var(--main-color);
}
.time_sheet table td:first-child {
  color: #333;
}
.time_sheet table tr:nth-child(3) td {
  padding-bottom: 1.6em;
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
  :root {
    --txt_size: 14px;
    --ttl_size: 22px;
    --wrapper: 80px;
  }
}
.totop {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 40px;
  right: 20px;
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  background-image: url(../images/totop.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 0px;
  width: 50px;
  height: 50px;
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .totop:hover .icon {
    opacity: 0.9;
    animation-name: bounces;
  }
}
.bounce {
  animation-name: bounces;
}

.animateds {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes bounces {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
.fixed_banner {
  position: fixed;
  z-index: 15;
  transition: all 0.3s ease-in-out;
}
.fixed_banner > div {
  position: relative;
  transition: all 0.3s ease;
}
.fixed_banner a {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fixed_banner p {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.2222222222;
  text-align: center;
  text-decoration: none;
}
.fixed_banner p:hover {
  color: #fff;
}
.fixed_banner p .tt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.fixed_banner p .tt::before {
  content: "";
  display: block;
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #fff;
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    bottom: 22em;
    right: 20px;
    font-size: 10px;
    --size: 5em;
    --w: 20em;
  }
  .fixed_banner > div {
    margin-left: auto;
    width: calc(var(--w) * 0.25);
    height: var(--size);
    margin-bottom: 0.5em;
    transition: all 0.5s ease;
  }
  .fixed_banner > div:hover {
    width: var(--w);
  }
  .fixed_banner > div:hover .ov {
    opacity: 1;
    visibility: visible;
  }
  .fixed_banner .ov {
    width: var(--w);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .fixed_banner .ov .text {
    text-align: center;
    font-size: var(--f-notosan);
  }
  .fixed_banner p {
    position: relative;
    background-color: var(--main-color);
    z-index: 1;
    border-radius: 999em;
  }
  .fixed_banner p::before {
    content: "";
    position: absolute;
    width: var(--size);
    height: var(--size);
    top: 0;
    bottom: 0;
    right: 0;
    background: url("../images/fixed_banner_bg_pc.png") no-repeat center/cover;
    z-index: -1;
  }
  .fixed_banner p .tt {
    justify-content: flex-start;
    padding-left: 1.5em;
  }
  .fixed_banner p .tt::before {
    position: absolute;
  }
  .fixed_banner .tel p .ov .text {
    font-size: 1.5em;
    letter-spacing: 0.05em;
  }
  .fixed_banner .tel p .tt::before {
    width: 1.7em;
    height: 1.7em;
    --mask: url("../images/shared_fixed_bnr_icon01.png");
  }
  .fixed_banner .mail p .ov .text {
    font-size: 1.3em;
    letter-spacing: 0.05em;
  }
  .fixed_banner .mail p .ov .text .sm {
    display: block;
    font-size: 0.7692em;
  }
  .fixed_banner .mail p .tt::before {
    width: 1.8em;
    height: 1.5em;
    --mask: url("../images/shared_fixed_bnr_icon02.png");
  }
  .fixed_banner .line p .ov .text {
    font-size: 1.4em;
    letter-spacing: 0.1em;
  }
  .fixed_banner .line p .tt::before {
    width: 2.2em;
    height: 2.1em;
    --mask: url("../images/shared_fixed_bnr_icon03.png");
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px), (min-height: 625px) and (max-height: 800px) {
  .fixed_banner {
    bottom: 18em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .fixed_banner {
    bottom: 30%;
  }
  .fixed_banner.active {
    bottom: 18em;
  }
}
footer {
  position: relative;
  z-index: 1;
}
footer::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  background: url("../images/ft_bg.jpg") no-repeat center/cover;
  z-index: -1;
}
@media only screen and (min-width: 1921px) {
  footer::before {
    width: 100vw;
    left: calc(50% - 50vw);
  }
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  color: #fff;
  text-decoration: none;
}
footer .ft_bnr .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .ft_bnr .item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 0 rgba(198, 101, 85, 0.2);
}
footer .ft_bnr .item a:hover {
  opacity: 1;
}
footer .ft_link {
  padding-bottom: 65px;
  margin-bottom: 99px;
  border-bottom: 1px solid #e3c4bc;
}
footer .ft_logo {
  max-width: 328px;
}
footer .ft_tel a {
  font-family: var(--f-jp);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.027em;
  color: var(--clr2);
}
footer .ft_tel a > span {
  position: relative;
  padding-left: 1.375em;
}
footer .ft_tel a > span::before {
  content: "";
  position: absolute;
  width: 0.9167em;
  aspect-ratio: 1/1;
  top: 0.375em;
  left: 0;
  --mask: url("../images/ic-tel02.png");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: currentColor;
}
footer .ft_info .desc {
  font-family: var(--f-jp);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.875;
  color: var(--clr1);
}
footer .ft_info .desc:has(+ .desc) {
  margin-bottom: 16px;
}
footer .ft_map {
  height: 260px;
  border-radius: 10px;
  overflow: hidden;
}
footer .ft_map iframe {
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media only screen and (min-width: 640px) {
  footer .ft_bnr .list01 {
    gap: 0.625em;
    margin-bottom: 1.5625em;
  }
  footer .ft_bnr .list01 .item {
    width: calc((100% - 1.25em) / 3);
    max-width: 366px;
  }
  footer .ft_bnr .list02 {
    gap: 0.75em;
  }
  footer .ft_bnr .list02 .item {
    width: calc((100% - 2.25em) / 4);
    max-width: 311px;
  }
}
@media only screen and (min-width: 769px) {
  footer {
    padding: min(10vw, 100px) 0 min(10vw, 119px);
  }
  footer::before {
    width: 1920px;
    left: calc(50% - 960px);
  }
  footer .ft_bnr {
    margin-bottom: min(10vw, 105px);
  }
  footer .ft_box {
    display: flex;
    justify-content: space-between;
  }
  footer .ft_info {
    width: 36%;
    max-width: 400px;
  }
  footer .ft_map {
    width: 52%;
    max-width: 573px;
  }
  footer .ft_logo {
    margin-bottom: 42px;
  }
  footer .ft_tel {
    margin-bottom: 19px;
  }
  footer .ft_tel a {
    font-size: 24px;
  }
}

.ft_link a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .ft_link .link_list {
    display: flex;
  }
  .ft_link .menu01 {
    margin-right: 77px;
  }
  .ft_link .menu02 {
    margin-right: 97px;
  }
  .ft_link .menu02 > ul {
    display: flex;
  }
  .ft_link .menu03 {
    margin-top: -5px;
  }
  .ft_link .menu03 li:not(:last-child) {
    margin-bottom: 20px;
  }
  .ft_link a:hover {
    color: var(--clr2);
  }
  .ft_link a:hover::before {
    background-color: currentColor;
  }
  .ft_link .menu-child {
    width: max-content;
  }
  .ft_link .menu-child:not(:last-of-type) {
    min-width: 140px;
    margin-right: 40px;
  }
  .ft_link .title:has(+ ul > li.menu-child) {
    margin-bottom: 1.5em;
  }
}
.ft_link .title {
  margin-bottom: 1.625em;
  padding-left: 0;
  font-size: var(--txt_size);
  line-height: 1;
  pointer-events: none;
  font-family: var(--f-jp);
  color: var(--clr1);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.ft_link .title::before {
  display: none;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li:not(:last-child) {
  margin-bottom: 0.6875em;
}
.ft_link a {
  display: table;
  position: relative;
  padding-left: 19px;
  letter-spacing: 0.05em;
  font-family: var(--f-jp);
  font-weight: 500;
  font-size: calc(var(--txt_size) - 3px);
  color: var(--clr1);
  line-height: 1.6;
}
.ft_link a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background-color: rgba(89, 87, 87, 0.5);
}
.ft_link a:hover {
  opacity: 1;
}
.ft_link .menu-child > a {
  display: block;
  pointer-events: none;
  padding-left: 0;
  font-size: calc(var(--txt_size) - 2px);
  border-bottom: 1px solid #cccacb;
  padding-bottom: 0.7143em;
  margin-bottom: 0.7857em;
}
.ft_link .menu-child > a::before {
  display: none;
}
.ft_link .menu03 a {
  padding-left: 1.25em;
  font-size: var(--txt_size);
  font-weight: 600;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .ft_link .menu01,
  .ft_link .menu02 {
    margin-right: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .ft_link .menu-child:not(:last-of-type) {
    min-width: 10vw;
    margin-right: 2vw;
  }
}

#open-chatbot {
  width: 26em;
  height: 7.6em;
  position: fixed;
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 0;
  background-color: unset;
}
@media only screen and (min-width: 769px) {
  #open-chatbot {
    font-size: clamp(8.75px, 0.56vw, 10px);
    right: 15px;
    bottom: 12em;
  }
  #open-chatbot:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  #open-chatbot {
    bottom: 20%;
  }
  #open-chatbot.active {
    bottom: 12em;
  }
}
@media only screen and (max-width: 768px) {
  #open-chatbot {
    font-size: 8.75px;
    left: 5px;
    bottom: 10px;
  }
  #open-chatbot.active {
    bottom: 60px;
  }
  #open-chatbot.end-page {
    bottom: 120px;
  }
}
@media only screen and (max-width: 430px) {
  #open-chatbot.end-page {
    bottom: 150px;
  }
}

.copyright {
  margin: 0 auto 0;
  color: #fff;
  padding: 25px 0;
  position: relative;
  z-index: 1;
}
.copyright .flex {
  align-items: center;
  justify-content: flex-start;
}
.copyright::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  left: calc(50% - 50vw);
  top: 0;
  height: 100%;
  width: 100vw;
  background-image: -moz-linear-gradient(0deg, rgb(238, 210, 203) 0%, rgb(230, 172, 162) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(238, 210, 203) 0%, rgb(230, 172, 162) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(238, 210, 203) 0%, rgb(230, 172, 162) 100%);
  opacity: 0.502;
}
.copyright .textwidget {
  display: block;
  padding-left: 19px;
  margin-left: 23px;
  padding-top: 2px;
  padding-bottom: 5px;
  border-left: 1px solid rgba(198, 101, 85, 0.5);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.copyright .textwidget p {
  margin-bottom: 0;
  font-size: 11px;
  line-height: inherit;
  letter-spacing: 0.1em;
  color: var(--clr2);
}
.copyright .grits {
  margin-bottom: 0;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 123px;
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

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