@charset "UTF-8";
* {
  box-sizing: border-box;
}

:root,
html {
  font-size: 100px;
}
@media screen and (max-width: 768px) {
  :root,
  html {
    font-size: 26.0416666667vw;
  }
}

body {
  color: #47372b;
  font-weight: 500;
  line-height: 1.5;
  min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  background: #fffbf7;
  overflow-x: hidden;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}

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

img[src$="_sp.jpg"],
img[src$="_sp.png"],
img[src$="_sp.svg"] {
  display: none;
}
@media screen and (max-width: 768px) {
  img[src$="_sp.jpg"],
  img[src$="_sp.png"],
  img[src$="_sp.svg"] {
    display: inline-block;
  }
  img[src$="_sp.jpg"] + img,
  img[src$="_sp.png"] + img,
  img[src$="_sp.svg"] + img {
    display: none;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

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

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

em {
  font-style: normal;
}

/*//////////////////////////////////////////
//  共通設定
//////////////////////////////////////////*/
main {
  padding-top: 87px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 0.64rem;
  }
}

.inner {
  max-width: 10.4rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 0.16rem;
  }
}

.picture {
  display: block;
}

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

.mincho {
  font-family: "Noto Serif JP", serif;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
/*セレクトボックスの設定(全ブラウザ共通にするため)
//設定やアイコンは用途に合わせて書き換え*/
select::-ms-expand {
  display: none;
}

label {
  font-size: 1.0980966325vw;
}

.select-box {
  position: relative;
  display: block;
  padding: 0;
  max-width: 5.1244509517vw;
  width: 100%;
  height: 2.7818448023vw;
}
.select-box:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  z-index: 2;
  background: url("../images/arrow-select.svg") 0 0 no-repeat;
  pointer-events: none;
}
.select-box select {
  display: block;
  width: 100%;
  height: 2.7818448023vw;
  padding-left: 1.5em;
  margin: 0;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0.3660322108vw;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
}

/*/////////////////////////////////////////
//  見出し
/////////////////////////////////////////*/
.sec-header .en {
  font-size: 14px;
  font-weight: 400;
  color: #f07800;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .sec-header .en {
    font-size: 0.14rem;
    gap: 0.08rem;
  }
}
.sec-header .en:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  background: #f07800;
}
@media screen and (max-width: 768px) {
  .sec-header .en:after {
    width: 0.32rem;
    height: 0.01rem;
  }
}
.sec-header .jp {
  margin-top: 8px;
  display: block;
}
.sec-header .jp img {
  display: block;
}

.ttl-org {
  background: #f07800;
  color: #fff;
  border-radius: 20px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
  padding: 8px 24px;
}
@media screen and (max-width: 768px) {
  .ttl-org {
    font-size: 0.16rem;
    padding: 0.08rem 0.2rem;
    border-radius: 0.1rem;
  }
}

.ttl-dashed {
  background: #fff;
  color: #47372b;
  border-radius: 20px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
  padding: 8px 24px;
  border: 2px dashed #f07800;
}
@media screen and (max-width: 768px) {
  .ttl-dashed {
    font-size: 0.16rem;
    padding: 0.08rem 0.2rem;
    border: 0.02rem dashed #f07800;
    border-radius: 0.1rem;
  }
}
.ttl-dashed span {
  font-family: "Bebas Neue", sans-serif;
  color: #f07800;
  line-height: 1;
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .ttl-dashed span {
    font-size: 0.24rem;
    margin-right: 0.08rem;
  }
}

.page-article figure {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #cfc7c0;
  padding: 8px;
}
.page-article figure.wp-block-gallery.wp-block-gallery-1 {
  background: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .page-article figure {
    padding: 0.08rem;
  }
}
.page-article figure img {
  border-radius: 6px;
  width: 100%;
}

/*/////////////////////////////////////////
//  施工事例用タイトル周り
/////////////////////////////////////////*/
.page-article section:not(#works-header) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .page-article section:not(#works-header) {
    margin-top: 0.4rem;
  }
}
.page-article h2 {
  background: #fff;
  color: #47372b;
  border-radius: 20px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
  padding: 8px 24px;
  border: 2px dashed #f07800;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page-article h2 {
    font-size: 0.16rem;
    padding: 0.08rem 0.2rem;
    border: 0.02rem dashed #f07800;
    border-radius: 0.1rem;
    margin-bottom: 0.24rem;
  }
}
.page-article h2 span {
  font-family: "Bebas Neue", sans-serif;
  color: #f07800;
  line-height: 1;
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .page-article h2 span {
    font-size: 0.24rem;
    margin-right: 0.08rem;
  }
}
.page-article h3 {
  font-size: 20px;
  color: #f07800;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.04em;
  border-bottom: 1px dashed #cfc7c0;
  margin: 24px;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page-article h3 {
    font-size: 0.16rem;
    line-height: 2.1875;
    margin: 0.16rem 0.08rem 0.24rem;
    padding-bottom: 0.08rem;
  }
}
.page-article h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 16px 0 16px;
}
@media screen and (max-width: 768px) {
  .page-article h4 {
    font-size: 0.14rem;
    margin: 0.08rem 0;
  }
}
.page-article section > h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 24px 0 16px;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .page-article section > h4 {
    font-size: 0.14rem;
    margin: 0.16rem 0;
    padding: 0 0.08rem;
  }
}

.page-article > p,
.page-article > .inner > p,
.page-article article > section > p {
  /*font-size: 20px;*/
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .page-article > p,
  .page-article > .inner > p,
  .page-article article > section > p {
    font-size: 0.16rem;
    padding: 0 0.24rem;
  }
}
.page-article .link-area {
  margin-top: 32px;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .page-article .link-area {
    margin-top: 0.24rem;
    padding: 0 0.24rem;
  }
}
.page-article .link-area .link-txt {
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-article .link-area .link-txt {
    font-size: 0.16rem;
  }
}
.page-article .link-area .link-a {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.08em;
  color: #f07800;
  border-bottom: 1px solid #f07800;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .page-article .link-area .link-a {
    font-size: 0.14rem;
  }
}

.page-article .ba-list {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .page-article .ba-list {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    flex-direction: column;
    gap: 0.64rem;
  }
}
.page-article .ba-list .before {
  width: 388px;
}
@media screen and (max-width: 768px) {
  .page-article .ba-list .before {
    width: 100%;
    position: relative;
  }
  .page-article .ba-list .before:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url("../images/works/arrow-ba.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 0.48rem;
    height: 0.48rem;
    right: 0;
    left: 0;
    top: initial;
    bottom: -0.56rem;
    margin: 0 auto;
    transform: rotate(90deg);
  }
}
.page-article .ba-list .before figure {
  position: relative;
}
.page-article .ba-list .before figure:before {
  content: "";
  display: inline-block;
  width: 179.99px;
  height: 57.19px;
  position: absolute;
  top: 0;
  left: 32px;
  background-image: url("../images/works/label-before@2x.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .page-article .ba-list .before figure:before {
    left: 0.32rem;
    width: 1.7999rem;
    height: 0.5719rem;
  }
}
.page-article .ba-list .before figure:after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  position: absolute;
  right: -56px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../images/works/arrow-ba.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .page-article .ba-list .before figure:after {
    content: none;
  }
}
.page-article .ba-list .after {
  width: 508px;
}
@media screen and (max-width: 768px) {
  .page-article .ba-list .after {
    width: 100%;
  }
}
.page-article .ba-list .after figure {
  position: relative;
}
.page-article .ba-list .after figure:before {
  content: "";
  display: inline-block;
  width: 179.99px;
  height: 57.19px;
  position: absolute;
  top: 0;
  left: 32px;
  background-image: url("../images/works/label-after@2x.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .page-article .ba-list .after figure:before {
    left: 0.32rem;
    width: 1.7999rem;
    height: 0.5719rem;
  }
}
.page-article .ba-list figure {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #cfc7c0;
}
@media screen and (max-width: 768px) {
  .page-article .ba-list figure {
    padding: 0.24rem;
    border-radius: 0.08rem;
  }
}
.page-article .ba-list figure img {
  width: 100%;
  border-radius: 4px;
}
.page-article .ba-list .txt-area {
  padding: 8px 24px 0;
}
@media screen and (max-width: 768px) {
  .page-article .ba-list .txt-area {
    padding: 0.08rem 0.08rem 0;
  }
}
.page-article .ba-list .txt-area .ttl-ba {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .page-article .ba-list .txt-area .ttl-ba {
    font-size: 0.16rem;
  }
}
.page-article .ba-list .txt-area .txt-ba {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.08em;
  margin-top: 8px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .page-article .ba-list .txt-area .txt-ba {
    font-size: 0.14rem;
    margin-top: 0.08rem;
  }
}
.page-article .ba-list .txt-area .txt-ba .orange {
  color: #f07800;
  font-weight: 700;
}
.page-article .col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-article .col2 {
    flex-direction: column;
    gap: 0.16rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
.page-article .col2 li {
  width: calc((100% - 16px) / 2);
  /*background: #fff;*/
  /*padding: 24px;*/
  /*border-radius: 8px;*/
  /*border: 1px solid #cfc7c0;*/
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .page-article .col2 li {
    width: 100%;
    padding: 0.24rem;
  }
}
.page-article .col2 li figure {
  border-radius: 8px;
  overflow: hidden;
}
.page-article .col2 li figure img {
  width: 100%;
  height: auto;
}
.page-article .col2 li .txt-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  flex-grow: 1;
}
.page-article .col2 li .ttl-rec {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  border-bottom: 1.5px dashed #ccc2b8;
  margin-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page-article .col2 li .ttl-rec {
    font-size: 0.16rem;
    margin-top: 0.08rem;
    padding-bottom: 0.08rem;
  }
}
.page-article .col2 li .txt-rec {
  margin-top: 8px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 400;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .page-article .col2 li .txt-rec {
    font-size: 0.14rem;
    margin-top: 0.08rem;
  }
}
.page-article .col2 li .caption {
  display: block;
  font-size: 10px;
  line-height: 2.8;
  letter-spacing: 0.08em;
  text-align: right;
  margin-top: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .page-article .col2 li .caption {
    font-size: 0.1rem;
    margin-top: 0.16rem;
  }
}
/*/////////////////////////////////////////
//  施工事例用文字＋画像
/////////////////////////////////////////*/
.img-txt {
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 0 24px;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .img-txt {
    flex-direction: column;
    gap: 0.16rem;
    padding: 0 0.08rem;
    margin-top: 0.16rem;
    margin-bottom: 0.16rem;
  }
}
.img-txt > div {
  width: calc(100% - 360px - 16px);
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .img-txt > div {
    width: 100%;
    font-size: 0.14rem;
  }
}
.img-txt figure {
  max-width: 360px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .img-txt figure {
    width: 100%;
  }
}
.img-txt figure img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.img-txt.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .img-txt.reverse {
    flex-direction: column;
  }
}

/*/////////////////////////////////////////
//  共通
/////////////////////////////////////////*/
.contact-area .tel-area {
  background: #fff;
  border-radius: 20px;
  padding: 20px 16px 20px;
}
@media screen and (max-width: 768px) {
  .contact-area .tel-area {
    padding: 0.24rem 0.16rem;
    width: 100%;
  }
}
.contact-area .tel-area .sec-header h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-area .tel-area .sec-header .jp {
  display: block;
  width: 243px;
}
@media screen and (max-width: 768px) {
  .contact-area .tel-area .sec-header .jp {
    width: 2.43rem;
  }
}
.contact-area .tel-area a {
  display: block;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .contact-area .tel-area a {
    margin-top: 0.08rem;
  }
}
.contact-area .tel-area a span {
  font-size: 64px;
  font-family: "Bebas Neue", sans-serif;
  color: #f07800;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-area .tel-area a span {
    font-size: 0.64rem;
  }
}
.contact-area .tel-area p {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-top: 8px;
  color: #f07800;
  text-align: center;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .contact-area .tel-area p {
    font-size: 0.14rem;
    padding-left: 0.1rem;
  }
}
.contact-area .mail-area {
  background: #f07800;
  border-radius: 20px;
  padding: 20px 16px 20px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .contact-area .mail-area {
    width: 100%;
    padding: 0.24rem 0.16rem;
    margin-top: 0.16rem;
  }
}
.contact-area .mail-area .sec-header h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-area .mail-area .sec-header .en {
  color: #fff;
}
.contact-area .mail-area .sec-header .en:after {
  background: #fff;
}
.contact-area .mail-area .sec-header .jp {
  display: block;
  width: 226px;
}
@media screen and (max-width: 768px) {
  .contact-area .mail-area .sec-header .jp {
    width: 2.26rem;
  }
}
.contact-area .mail-area .btn-link {
  max-width: 320px;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  position: relative;
  margin: 8px auto 0;
}
@media screen and (max-width: 768px) {
  .contact-area .mail-area .btn-link {
    height: 0.64rem;
    margin-top: 0.16rem;
  }
}
.contact-area .mail-area .btn-link:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../images/common/arrow-right-b.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .contact-area .mail-area .btn-link:after {
    width: 0.08rem;
    height: 0.14rem;
    right: 0.2rem;
  }
}
.contact-area .mail-area .btn-link img {
  width: 167.77px;
}
@media screen and (max-width: 768px) {
  .contact-area .mail-area .btn-link img {
    width: 1.6777rem;
  }
}
.contact-area .mail-area p {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-top: 16px;
  color: #fff;
  text-align: center;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .contact-area .mail-area p {
    font-size: 0.14rem;
    padding-left: 0.1rem;
    margin-top: 0.16rem;
  }
}

.link-btn {
  font-size: 20px;
  font-weight: 600;
  max-width: 320px;
  width: 100%;
  height: 64px;
  background: #f07800;
  color: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.link-btn:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto 0;
  background-image: url("../images/common/arrow-right-w.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.txt-orange {
  color: #f07800;
}

/*//////////////////////////////////////////
//  header
//////////////////////////////////////////*/
#mainHeader {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 99;
}
#mainHeader .h-inner {
  padding: 0 25px;
  align-items: center;
  justify-content: space-between;
  height: 87px;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-inner {
    height: 0.64rem;
  }
}
#mainHeader .h-inner .logo-area {
  display: flex;
  align-items: center;
  gap: 0 12px;
  width: 350px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-inner .logo-area {
    gap: 0rem 0.06rem;
    width: initial;
  }
}
#mainHeader .h-inner .catch {
  display: block;
  font-size: 10px;
  width: 100%;
}
#mainHeader .h-inner .site-logo {
  width: 176px;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-inner .site-logo {
    width: 0.96rem;
  }
}
#mainHeader .h-inner .lixil-logo {
  width: 145px;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-inner .lixil-logo {
    width: 0.96rem;
  }
}
#mainHeader .h-inner .header-menu {
  display: flex;
  align-items: center;
}
#mainHeader .h-inner .header-menu .gNav {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1300px) {
  #mainHeader .h-inner .header-menu .gNav {
    display: none;
  }
}
#mainHeader .h-inner .header-menu .gNav > li {
  text-align: center;
  position: relative;
}
#mainHeader .h-inner .header-menu .gNav > li > a {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#mainHeader .h-inner .header-menu .gNav > li > a span {
  font-weight: 700;
  font-size: 14px;
  color: #47372b;
  display: block;
  line-height: 1;
  letter-spacing: 0.08em;
}
#mainHeader .h-inner .header-menu .gNav > li > a em {
  color: #f07800;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
#mainHeader .h-inner .header-menu .gNav > li.has-submenu > a {
  position: relative;
  padding-right: 8px;
  margin-right: 20px;
}
#mainHeader .h-inner .header-menu .gNav > li.has-submenu > a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../images/common/arrow-down.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#mainHeader .h-inner .header-menu .gNav > li.has-submenu > a.active:after {
  margin-bottom: 20;
  transform: rotate(-180deg) scale(-1, 1);
}
#mainHeader .h-inner .header-menu .gNav .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f07800;
  padding: 10px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  min-width: 167px;
  padding: 16px;
  margin-top: 15px;
  border-radius: 8px;
}
#mainHeader .h-inner .header-menu .gNav .submenu li {
  font-size: 14px;
  transition: linear all 0.2s;
  position: relative;
}
#mainHeader .h-inner .header-menu .gNav .submenu li:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  bottom: -3px;
  transition: linear all 0.2s;
}
#mainHeader .h-inner .header-menu .gNav .submenu li:hover:after {
  width: 100%;
}
#mainHeader .h-inner .header-menu .gNav .submenu li:not(:last-child) {
  margin-bottom: 12px;
}
#mainHeader .h-inner .header-menu .gNav .submenu li a {
  padding: 0;
  line-height: 1.3571428571;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
#mainHeader .h-inner .header-menu .gNav .submenu li a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  transition: ease-in-out all 0.1s;
}
#mainHeader .h-inner .header-menu .headerTel {
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-inner .header-menu .headerTel {
    display: none;
  }
}
#mainHeader .h-inner .header-menu .headerTel a {
  font-size: 40px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  color: #f07800;
  line-height: 1;
}
#mainHeader .h-inner .header-menu .headerTel p {
  font-size: 10px;
  font-size: 500;
  letter-spacing: 0.08em;
  margin-top: -5px;
}
#mainHeader .h-inner .header-menu .headerContact {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  #mainHeader .h-inner .header-menu .headerContact {
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  #mainHeader .h-inner .header-menu .headerContact {
    margin-left: initial;
    position: absolute;
    right: 0.8rem;
    top: 0.08rem;
    margin-right: 0;
  }
}
#mainHeader .h-inner .header-menu .headerContact figure {
  background: #f07800;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-inner .header-menu .headerContact figure {
    width: 0.38rem;
    height: 0.38rem;
  }
  #mainHeader .h-inner .header-menu .headerContact figure img {
    width: 0.1544rem;
  }
}
#mainHeader .h-inner .header-menu .headerContact span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-inner .header-menu .headerContact span {
    font-size: 0.1rem;
  }
}

/*/////////////////////////////////////////
//  footer
/////////////////////////////////////////*/
#footer-contact {
  padding: 80px 0;
  background-image: url("../images/common/back-contact.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#footer-contact .inner {
  position: relative;
}
#footer-contact .inner .obj-contact {
  position: absolute;
  top: -180px;
  left: -150px;
  transform: rotate(4deg);
}
@media screen and (max-width: 768px) {
  #footer-contact .inner .obj-contact {
    bottom: initial;
    left: 0.5rem;
    top: -2rem;
    width: 2.3rem;
  }
}
#footer-contact .contact-area {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  #footer-contact .contact-area {
    flex-direction: column;
  }
}
#footer-contact .contact-area li {
  width: 432px;
  height: 240px;
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  #footer-contact .contact-area li {
    width: 100%;
    height: initial;
  }
}

#instagram {
  background: #fffbf7;
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  #instagram {
    padding: 0.64rem 0;
  }
}
#instagram .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#instagram .inner .obj-ig {
  position: absolute;
  top: -150px;
  left: -150px;
}
@media screen and (max-width: 768px) {
  #instagram .inner .obj-ig {
    left: 0.23rem;
    top: -1.5rem;
  }
}

#footer-banner {
  background-image: url("../images/common/back02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  #footer-banner {
    padding: 0.64rem 0;
  }
}
#footer-banner .banner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #footer-banner .banner-list {
    gap: 0.13rem;
  }
}
#footer-banner .banner-list li {
  width: calc((100% - 60px) / 4);
  background: #fff;
  border: 1px dashed #f07800;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #footer-banner .banner-list li {
    width: calc((100% - 0.13rem) / 2);
  }
}
#footer-banner .banner-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  #footer-banner .banner-list li a {
    padding: 0.14rem;
  }
}

#mainFooter {
  padding-bottom: 100px;
  background-image: url("../images/common/back01@2x.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #mainFooter {
    padding-bottom: 0.64rem;
  }
}
#mainFooter .f-inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 96px 40px 0;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-inner {
    padding: 0.64rem 0.16rem 0;
  }
}
#mainFooter .f-menu-area {
  display: flex;
  gap: 48px;
  border-bottom: 1px dashed #d8c3b3;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-menu-area {
    display: none;
  }
}
#mainFooter .f-menu-area > div {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-menu-area > div {
    padding-bottom: 0.32rem;
  }
}
#mainFooter .f-menu-area > div.menu-last {
  border-bottom: none;
}
#mainFooter .f-menu-area > div.menu-contents ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
}
#mainFooter .f-menu-area > div.menu-contents ul li {
  text-align: left;
}
#mainFooter .f-menu-area h2 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-menu-area h2 {
    font-size: 0.18rem;
  }
}
#mainFooter .f-menu-area .f-menu-other li {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-menu-area .f-menu-other li {
    font-size: 0.18rem;
  }
}
#mainFooter .f-menu-area ul {
  text-align: left;
}
#mainFooter .f-menu-area ul li {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-menu-area ul li {
    font-size: 0.14rem;
  }
}
#mainFooter .footer-bottom {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  #mainFooter .footer-bottom {
    padding-top: 0;
  }
}
#mainFooter .footer-bottom .logo-area {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #mainFooter .footer-bottom .logo-area {
    flex-direction: column;
    gap: 0.24rem;
    justify-content: center;
    align-items: center;
  }
}
#mainFooter .footer-bottom .logo-area .site-logo {
  width: 202px;
}
@media screen and (max-width: 768px) {
  #mainFooter .footer-bottom .logo-area .site-logo {
    width: 2.02rem;
  }
}
#mainFooter .footer-bottom .logo-area .site-logo span {
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #mainFooter .footer-bottom .logo-area .site-logo span {
    font-size: 0.14rem;
  }
}
#mainFooter .footer-bottom .logo-area .lixil-logo {
  width: 226px;
}
@media screen and (max-width: 768px) {
  #mainFooter .footer-bottom .logo-area .lixil-logo {
    width: 2.26rem;
  }
}
#mainFooter .footer-bottom .info-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #mainFooter .footer-bottom .info-area {
    margin-top: 0.24rem;
  }
}
#mainFooter .footer-bottom .info-area dt {
  font-size: 20px;
  font-weight: 700;
  color: #47372b;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #mainFooter .footer-bottom .info-area dt {
    font-size: 0.2rem;
  }
}
#mainFooter .footer-bottom .info-area dd {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #mainFooter .footer-bottom .info-area dd {
    font-size: 0.14rem;
  }
}
#mainFooter small {
  display: block;
  text-align: center;
  font-size: 10px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  #mainFooter small {
    margin-top: 0.48rem;
  }
}

.pagetop {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #47372b;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 16px;
  right: 16px;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 0.48rem;
    height: 0.48rem;
    bottom: 0.16rem;
    right: 0.16rem;
  }
}
.pagetop:before {
  content: "";
  display: inline-block;
  width: 15.69px;
  height: 8.97px;
  background-image: url("../images/common/icon-totop.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .pagetop:before {
    width: 0.1569rem;
    height: 0.0897rem;
  }
}
.pagetop span {
  display: none;
}

/*//////////////////////////////////////////
//  drawer
//////////////////////////////////////////*/
.drawer.drawer--right .drawer-hamburger {
  width: 52px;
  height: 52px;
  left: initial;
  right: 8px;
  top: 16px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
  padding: 0;
  background: #f07800;
}
@media screen and (max-width: 1300px) {
  .drawer.drawer--right .drawer-hamburger {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .drawer.drawer--right .drawer-hamburger {
    width: 0.52rem;
    height: 0.52rem;
    right: 0.08rem;
    top: 0.06rem;
  }
}
.drawer.drawer--right.drawer-open .drawer-hamburger {
  top: 16px;
  left: initial;
  right: 8px;
}
@media screen and (max-width: 768px) {
  .drawer.drawer--right.drawer-open .drawer-hamburger {
    top: 0.06rem;
    right: 0.08rem;
  }
}
.drawer.drawer--right .drawer-nav {
  right: -100vw;
  z-index: 99;
  width: 390px;
  height: 100vh;
  background: #fcf5ed;
  overflow: scroll;
  top: 87px;
  padding: 32px 16px 60px;
}
@media screen and (max-width: 768px) {
  .drawer.drawer--right .drawer-nav {
    padding: 0.32rem 0.16rem 0.6rem;
    width: 100vw;
    right: -100vw;
    top: 0.64rem;
  }
}
.drawer.drawer--right .menu-area {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .drawer.drawer--right .menu-area {
    margin-top: 0.32rem;
    gap: 0.32rem;
    padding: 0 0.16rem;
  }
}
.drawer.drawer--right .menu-area > div {
  padding-bottom: 32px;
  border-bottom: 1px dashed #d8c3b3;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .drawer.drawer--right .menu-area > div {
    padding-bottom: 0.32rem;
  }
}
.drawer.drawer--right .menu-area > div.menu-last {
  border-bottom: none;
}
.drawer.drawer--right .menu-area h2 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .drawer.drawer--right .menu-area h2 {
    font-size: 0.18rem;
  }
}
.drawer.drawer--right .menu-area .menu-other li {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .drawer.drawer--right .menu-area .menu-other li {
    font-size: 0.18rem;
  }
}
.drawer.drawer--right .menu-area ul {
  text-align: center;
}
.drawer.drawer--right .menu-area ul li {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .drawer.drawer--right .menu-area ul li {
    font-size: 0.14rem;
  }
}
.drawer.drawer--right .sp-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 0 32px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .drawer.drawer--right .sp-nav {
    padding: 0rem 0.32rem;
    gap: 0.24rem;
  }
}
.drawer.drawer--right .sp-nav li {
  text-align: center;
  position: relative;
}
.drawer.drawer--right .sp-nav li:not(:last-child) {
  border-bottom: 1px dashed #d8c3b3;
}
.drawer.drawer--right .sp-nav li a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .drawer.drawer--right .sp-nav li a {
    padding: 0.16rem 0;
    gap: 0.05rem;
  }
}
.drawer.drawer--right .sp-nav li a span {
  font-weight: 700;
  font-size: 14px;
  color: #47372b;
  display: block;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .drawer.drawer--right .sp-nav li a span {
    font-size: 0.14rem;
  }
}
.drawer.drawer--right .sp-nav li a em {
  color: #f07800;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .drawer.drawer--right .sp-nav li a em {
    font-size: 0.1rem;
  }
}
.drawer.drawer--right .drawer-menu {
  width: 100%;
}
.drawer.drawer--right .drawer-overlay {
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.5);
  top: 75px;
}
.drawer.drawer--right .drawer-hamburger-icon {
  background-color: #474747;
  margin-top: 0;
  width: 100%;
  bottom: 5px;
}
@media screen and (max-width: 768px) {
  .drawer.drawer--right .drawer-hamburger-icon {
    bottom: 0.05rem;
  }
}
.drawer.drawer--right .drawer-hamburger-icon,
.drawer.drawer--right .drawer-hamburger-icon:after,
.drawer.drawer--right .drawer-hamburger-icon:before {
  height: 2px;
  background-color: #fff;
  width: 28px;
}
@media screen and (max-width: 768px) {
  .drawer.drawer--right .drawer-hamburger-icon,
  .drawer.drawer--right .drawer-hamburger-icon:after,
  .drawer.drawer--right .drawer-hamburger-icon:before {
    height: 0.02rem;
    width: 0.28rem;
  }
}
.drawer.drawer--right .drawer-hamburger-icon:before {
  width: 28px;
  top: -7.5px;
}
@media screen and (max-width: 768px) {
  .drawer.drawer--right .drawer-hamburger-icon:before {
    width: 0.28rem;
    top: -0.075rem;
  }
}
.drawer.drawer--right .d-txt {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .drawer.drawer--right .d-txt {
    font-size: 0.09rem;
    bottom: 0.05rem;
  }
}
.drawer.drawer--right .drawer-hamburger-icon:after {
  top: 6.5px;
  width: 28px;
}
@media screen and (max-width: 768px) {
  .drawer.drawer--right .drawer-hamburger-icon:after {
    top: 0.065rem;
    width: 0.28rem;
  }
}
.drawer.drawer--right.drawer-open .drawer-nav {
  right: 0;
}
.drawer.drawer--right.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer.drawer--right.drawer-open .drawer-hamburger-icon:before {
  top: 0;
  background: #fff;
}
.drawer.drawer--right.drawer-open .drawer-hamburger-icon:after {
  top: 0;
  background: #fff;
}
.drawer.drawer--right ion-icon {
  --ionicon-stroke-width: 16px;
  color: #474747;
}
.drawer.drawer--right .dr-link,
.drawer.drawer--right .drawer-dropdown-menu-item {
  background: #eeeeee;
}
.drawer.drawer--right .dr-link {
  font-size: 0.18rem;
  padding: 0.8em 0 0.8em 0.75rem;
}
.drawer.drawer--right .drawer-dropdown-menu-item {
  font-size: 0.18rem;
  margin: 0.1em 0;
  padding-left: 1.5em;
  font-weight: normal;
  color: #474747;
}
.drawer.drawer--right .drawer-dropdown-menu li a {
  padding-top: 0.3em !important;
  padding-bottom: 0.3em !important;
}

/*//////////////////////////////////////////
//  アニメーション設定
//////////////////////////////////////////*/
.fu {
  transition: 1s;
  opacity: 0;
  transform: translate3d(0, 10%, 0);
}

.fu.fadeup {
  opacity: 1;
  transform: translateZ(0);
}

.fadeIn {
  transition: all 0.9s linear;
  opacity: 1 !important;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
}
.faderight {
  animation-name: faderight;
}

@keyframes faderight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*//////////////////////////////////////////
//  slick上書き
//////////////////////////////////////////*/
/* Arrows */
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0vw;
}

.slick-dots {
  position: absolute;
  bottom: 80px;
  list-style: none;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: 0.6rem;
    left: 0.2rem;
    right: initial;
    justify-content: flex-start;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 28px;
  width: 28px;
  margin: 0 0.3660322108vw;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-dots li {
    height: 0.28rem;
    width: 0.28rem;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 28px;
  width: 28px;
  outline: none;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-weight: 700;
  font-family: "M PLUS 2", sans-serif;
  color: #47372b;
  padding: 5px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-dots li button {
    height: 0.28rem;
    width: 0.28rem;
  }
}
.slick-dots li button:before {
  content: "";
  background: transparent;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .slick-dots li button:before {
    height: 0.28rem;
    width: 0.28rem;
  }
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button:before {
  width: 28px;
  height: 28px;
  background-image: url("../images/top/icon-dots.svg");
  background-color: transparent;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
} /*# sourceMappingURL=common.css.map */
