@charset "utf-8";

/* 
Font
==================================================== */
.font-maru {
  font-family: zen-maru-gothic, sans-serif;
}

/* 
基本的
==================================================== */
html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  background: #fcfaf6;
  font-family: acumin-pro, source-han-sans-japanese, sans-serif;
  font-size: 1.5em;
  line-height: 1.7;
  letter-spacing: 0.2rem;
  color: #333;

  -webkit-font-smoothing: antialiased;
}

body.fix {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

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

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

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

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

figure {
  margin: 0;
}

a:hover {
  opacity: 0.7;
}

/* 
ローディング
==================================================== */

#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transition: all 1s;
}
.spinner {
  position: relative;
  width: 1em;
  height: 1em;
  margin: 100px auto;
  border-radius: 50%;
  font-size: 20px;
  text-indent: -9999em;
  color: #714b30;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
  }
}
.loaded {
  visibility: hidden;
  opacity: 0;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* 
common
==================================================== */

/* btn */

.arrowLink {
  position: relative;
  display: inline-block;
  padding-right: 66px;
}

.arrowLink:before {
  position: absolute;
  top: 8px;
  right: 0;
  width: 50px;
  height: 10px;
  background: url(../img/common/arrow.svg) no-repeat center / 100%;
  content: "";
}

.btnLink {
  position: relative;
  width: 280px;
  margin: 0 auto;
}

.btnLink a {
  display: block;
  padding: 16px 0;
  border-radius: 32px;
  background: #654e3d;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.btnLink:before {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 8px;
  background: url(../img/common/arrow_w.svg) no-repeat center / 100%;
  content: "";
  transform: translateY(-50%);
  animation: arrow_btn 2.4s linear infinite;
}

@keyframes arrow_btn {
  0% {
    right: 20px;
    opacity: 1;
  }

  30% {
    right: 16px;
  }

  100% {
    right: 10px;
  }
}

.btnLink_buck {
  position: relative;
  width: 280px;
  margin: 0 auto;
}

.btnLink_buck a {
  display: block;
  padding: 16px 0;
  border: 1px solid #654e3d;
  border-radius: 32px;
  background: #fff;
  font-weight: bold;
  text-align: center;
  color: #654e3d;
}

.linkArrow {
  position: relative;
}

.linkArrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -26px;
  width: 36px;
  height: 36px;
  margin: auto;
  border-radius: 50%;
  background: #f3d1ca;
  content: "";
  transition: 1s;
}

.linkArrow:hover::before {
  transform: scale(1.3);
}

.link_arrowBtn {
  display: block;
}

.link_arrowBtn::before {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 1px;
  margin: auto;
  background: #333;
  content: "";
  animation: arrow 2.4s linear infinite;
}

.link_arrowBtn::after {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 7px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #000;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  animation: arrow 2.4s linear infinite;
}

@media screen and (max-width: 767px) {
  .linkArrow::before {
    content: none;
  }

  .link_arrowBtn {
    padding-right: 40px;
    text-align: right;
  }

  @keyframes arrow {
    0% {
      right: 10px;
      opacity: 1;
    }

    30% {
      right: 0;
    }

    100% {
      right: -12px;
      opacity: 0;
    }
  }
}

/* 
Layout
==================================================== */

/* .bg_color {
  background: #FCFAF6;
  width: 100%;
  height: 40vw;
  position: absolute;
} */

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

#header {
  position: relative;
  z-index: 999;
  width: 100vw;
}

#header .headerInner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 28px 2% 14px;
}

#header .logo {
  display: flex;
  align-items: center;
}

#header .catch {
  font-size: 1.3rem;
}

#header .logo .logoImg {
  max-width: 158px;
  margin-right: 28px;
}
/* 
#header .navGlobal ul {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

#header .navGlobal ul li {
  margin: 0 16px;
  color: #654E3D;
  font-weight: bold;
}

#header .navGlobal ul li.contact_navBtn {
  color: #F5B09B;
} */

@media screen and (max-width: 767px) {
  #header .headerInner {
    padding: 20px 5%;
  }
  #header .logo {
    display: block;
  }
  #header .logo .logoImg {
    max-width: 140px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #header .catch {
    overflow: hidden;
    font-size: 1.1rem;
  }
}

/* #header .navGlobal {
  position: fixed;
  top: 5%;
  right: 2%;
} */

.fix #header .navGlobal {
  position: static;
}

#header .navGlobal .navWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  padding: 120px 0;
  background: #fff;
  color: #222;
}

#header .navGlobal ul {
  flex-flow: column;
}

#header .navGlobal ul li {
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
}
#header .navGlobal ul li span {
  display: block;
  font-size: 1.3rem;
  color: #4a2d17;
}

#header .navGlobal ul li.sp_snsArea {
  display: flex;
  justify-content: center;
}

#header .navGlobal ul li.sp_snsArea .insta,
#header .navGlobal ul li.sp_snsArea .tw {
  width: 24px;
  margin: 0 12px;
}

/* ========================================
menuBar 
======================================== */

#header .menuBar {
  position: absolute;
  top: 25%;
  right: 2%;
  z-index: 999;
  display: block !important;
  width: 40px;
  height: 40px;
}

#header .menuBar span {
  position: absolute;
  right: 10px;
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 10px;
  background: #654e3d;
  transition: all 0.3s;
}

#header .menuBar span:nth-child(1) {
  top: 15px;
}

#header .menuBar span:nth-child(2) {
  top: 27px;
}

#header .menuBar span:nth-child(3) {
  top: 38px;
}

#header .menuBar.on {
  transition: all 0.3s;
}

#header .menuBar.on span {
  background: #654e3d;
}

#header .menuBar.on span:nth-child(1) {
  top: 27px;
  transform: rotate(-45deg);
}

#header .menuBar.on span:nth-child(2) {
  opacity: 0;
}

#header .menuBar.on span:nth-child(3) {
  top: 27px;
  transform: rotate(45deg);
}

/* ========================================
common 
======================================== */

.inner {
  max-width: 1024px;
  margin: 0 auto;
}

#home section {
  width: 90%;
  margin: 0 auto 120px;
}

#home section h1 {
  font-family: zen-maru-gothic, sans-serif;
  font-size: 4.2rem;
  font-weight: bold;
  color: #714b30;
}

#home section h1 span {
  display: block;
  font-size: 1.5rem;
  color: #333;
}

@media screen and (max-width: 767px) {
  #home section {
    width: 90%;
    margin: 0 auto 120px;
  }

  #home section h1 {
    margin-bottom: 28px;
    line-height: 1.4;
    text-align: left;
  }
}

/* content */

.detail #header {
  background: #fcfaf6;
}

.content_header {
  width: 100%;
  margin-bottom: 80px;
  padding: 80px 0 60px;
  background: #fcfaf6;
  text-align: center;
}

.content_header h1 {
  font-family: zen-maru-gothic, sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
}

.content_header h1 span {
  display: block;
  font-size: 2rem;
  color: #714b30;
}

.content section {
  width: 90%;
  margin: 0 auto;
}

.content section h2 {
  margin-bottom: 40px;
  font-family: zen-maru-gothic, sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

.content section h2 span {
  display: block;
  font-size: 1.5rem;
  color: #714b30;
}

@media screen and (max-width: 767px) {
  .content_header {
    padding: 40px 0;
  }

  .content_header h1 {
    font-size: 3rem;
  }

  #main {
    margin-bottom: 80px;
  }
}

/* ========================================
home
======================================== */

/* mainvisual */

#home .mainvisual {
  position: relative;
  width: 100%;
}

#home .mainvisualInner {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
}

#home .mainvisual_textArea {
  position: absolute;
  z-index: 888;
  margin-left: 8vw;
}

#home .mainvisual_textArea h1 {
  font-size: clamp(17px, 3.2rem, 28px);
  font-weight: bold;
  letter-spacing: 0.3rem;
  color: #654e3d;
}

#home .mainvisual_textArea h1 span {
  color: #654e3d;
  font-size: clamp(13px, 1.6rem, 16px);
  margin-bottom: 12px;
}

#home .mainvisual_textArea .main_text {
  letter-spacing: 0.4rem;
  margin-bottom: 20px;
}

#home .mainvisual_textArea .main_tag span {
  font-size: 1.3rem;
  color: #fff;
  background: #654e3d;
  padding: 2px 18px;
  border-radius: 99px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  font-weight: bold;
}

#home .mainvisual_imgArea {
  width: 62%;
  margin-left: auto;
}

#home .mainvisual_imgArea figure {
  overflow: hidden;
  width: 100%;
  border-radius: 12px;

  aspect-ratio: 4 / 2.5;
}

#home .mainvisual_imgArea figure img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

#home .mainvisual_snsArea {
  padding: 0 2%;
}

#home .mainvisual_snsArea .insta {
  padding-bottom: 20px;
}

@media screen and (max-width: 980px) {
  #home .mainvisual {
    margin: 0 auto 40px;
  }

  #home .mainvisual_textArea {
    margin: 0 5%;
  }

  #home .mainvisual_textArea h1 {
    display: inline;
    font-size: 2.6rem;
  }

  #home .mainvisual_textArea .main_text {
    margin-top: 20px;
    padding: 20px 0;
    letter-spacing: 0.3rem;
  }

  #home .mainvisual_imgArea {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  #home .mainvisualInner {
    flex-direction: column-reverse;
  }

  #home .mainvisual_imgArea {
    width: 90%;
    margin: 0 auto 30px;
  }

  #home .mainvisual_textArea {
    position: static;
    margin-right: auto;
    margin-left: 5%;
  }

  #home .mainvisual_textArea .main_text {
    margin-top: 0;
  }
}

/*#home .scrollArea {
  width: 100%;
  position: relative;
  text-align: center;
  top: -16vh;
  font-size: 1.1rem;
  color: #666;
}

#home .scrollArea::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #666;
  animation: scroll 2.4s ease-in-out infinite;
  opacity:0;
}

@keyframes scroll{
  0%{
    height:0;
    top: 50px;
    opacity: 0;
  }
  50%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top: 80px;
    opacity: 0;
  }
}





/* ==================================================== */
/* content
/* ==================================================== */

/* cate */

.cate {
  padding: 0 8px;
  border-radius: 2px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
}

.cate.note {
  background: #238f76;
}

/*.cate.kosodate {
  background: #E58C6C;
}

.cate.design-work {
  background: #4879A3;
}*/

/* section_design */

.section_design {
  max-width: 1220px;
  margin: 0 auto;
}

.home_design_ttlArea {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 48px;
}

.home_design_ttlArea h1 {
  margin-right: 60px;
}

.home_design_ttlArea .arrowLink {
  margin-top: auto;
  margin-left: auto;
}

.home_design_contentArea .home_design_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.home_design_contentArea .home_design_box .design_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31%;
  max-width: 380px;
  border-radius: 4px;
}

.home_design_contentArea .home_design_box .design_box figure {
  position: relative;
  height: 250px;
  margin: 0;
}

/* .home_design_contentArea .home_design_box .design_box figure:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 88;
  opacity: 1;
  border-radius: 4px;
} */

.home_design_contentArea .home_design_box .design_box figure img {
  border-radius: 4px;
}

.home_design_contentArea .home_design_box .design_box .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}

.home_design_contentArea .home_design_box .design_box:hover .mask,
.home_design_contentArea .home_design_box .design_box .mask a {
  border-radius: 6px;
  opacity: 1;
}

.home_design_contentArea .home_design_box .design_box .mask h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
  opacity: 1;
}

/* .home_design_contentArea .home_design_box .design_box h2 {
  text-align: center;
  color: #fff;
  width: 100%;
  z-index: 89;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
} */

.home_design_contentArea .home_design_box .design_box.home_requestBox {
  height: 250px;
  background: #714b30;
  transition: 1s;
}

.home_design_contentArea .home_design_box .design_box.home_requestBox:hover {
  background: #4a2d17;
}

.home_design_contentArea .home_design_box .design_box.home_requestBox a {
  display: block;
  width: 100%;
  height: 100%;
}

.home_design_contentArea .home_design_box .design_box.home_requestBox h2 {
  display: block;
}

.home_design_contentArea .home_design_box .design_box.home_requestBox h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #fff;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.home_design_tag {
  text-align: center;
}

.home_design_tag a {
  position: relative;
  display: inline-block;
  margin: 0 6px 20px;
  padding: 6px 20px;
  border-radius: 18px;
  background: #957d6c;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
}

.home_design_tag a:before {
  content: "# ";
}

@media screen and (max-width: 980px) {
  .home_design_ttlArea {
    flex-wrap: wrap;
  }
  .home_design_ttlArea h1 {
    margin-bottom: 0;
  }

  .home_design_ttlArea .arrowLink {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .home_design_ttlArea {
    margin-bottom: 0;
  }

  .home_design_contentArea .home_design_box {
    flex-wrap: wrap;
  }

  .home_design_contentArea .home_design_box .design_box {
    width: 43vw;
    height: auto;
  }

  .home_design_contentArea .home_design_box .design_box.home_requestBox {
    width: 100%;
    max-width: 100%;
    height: 140px;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .home_design_contentArea .home_design_box .design_box figure {
    height: auto;
  }
}

.section_design .arrowLink {
  display: block;
  margin-right: auto;
  text-align: right;
}

/* section_about */

.section_about {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
}

/* .section_about .bg_color {
  z-index: 1;
  width: 100%;
  right: -10%;
  top: 10%;
  height: 50vh;
} */

.about_imgArea {
  position: relative;
  z-index: 2;
  width: 50%;
}

.about_imgArea figure img {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
}

.about_img_01 {
  width: 98%;
  margin-bottom: 26px;
}

.about_img_02 {
  display: inline-block;
  width: 35%;
  margin-right: 26px;
}

.about_img_03 {
  display: inline-block;
  width: 42%;
  vertical-align: top;
}

.about_textArea {
  position: relative;
  z-index: 3;
  width: 40%;
  min-width: 442px;
  margin-top: 10%;
  margin-left: 5%;
}

.about_textArea h1 {
  margin-bottom: 40px;
}

.about_textArea p {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .section_about .bg_color {
    top: 15%;
    right: 0;
    left: 5%;
    height: 58vh;
  }

  .section_about {
    flex-direction: column-reverse;
  }

  .about_textArea {
    width: 100%;
    min-width: 100%;
    margin: 0 auto 40px;
  }

  .about_imgArea {
    width: 80%;
  }

  .about_img_01 {
    width: 100%;
  }

  .about_img_02 {
    width: 38%;
    margin-right: 12px;
  }
}

/* section_blog */

.section_blog h1 {
  margin-bottom: 48px;
  text-align: center;
}

.home_blog_contentArea {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 892px;
  margin: 0 auto 60px;
}

.article {
  width: 28vw;
  max-width: 268px;
}

.article figure {
  position: relative;
  width: 100%;
  max-width: 268px;
  height: auto;
  max-height: 268px;
  margin-bottom: 12px;
  border-radius: 6px;
}

.article figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.article figure img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;

  object-fit: cover;
}

.subArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 1.4rem;
}

.article h2 {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .home_blog_contentArea {
    display: block;
    margin: 0 auto 80px;
  }

  .article {
    width: 100%;
    max-width: 100%;
    margin-bottom: 28px;
  }

  .article a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .article figure {
    width: 36%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .text_article {
    width: 50vw;
  }

  .subArea {
    display: inline-block;
  }

  .subArea .cate {
    display: inline;
  }
}

/* section_blog */

.section_active h1 {
  margin-bottom: 48px;
  text-align: center;
}

.section_active ul {
  display: flex;
  justify-content: space-around;
  max-width: 1115px;
  margin: 0 auto;
}

.section_active ul li {
  width: 32%;
  max-width: 348px;
}

.section_active ul li a {
  display: block;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.section_active ul li a:hover {
  opacity: 0.8;
}

.section_active ul li h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3rem;
}

.section_active ul li p {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section_active {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .section_active {
    display: block;
    width: 90%;
    margin: 0 auto 80px;
  }

  .section_active {
    width: 100%;
  }

  .section_active ul {
    display: block;
  }

  .section_active ul li {
    width: 100%;
    margin: 0 auto 42px;
  }
}

/* section_topics */

.section_topics {
  display: flex;
  max-width: 1115px;
  margin: 0 auto;
  width: 90%;
}

#home .section_topics h1 {
  font-size: 2rem;
  margin-right: 5%;
}

.section_topics a {
  display: flex;
  margin-bottom: 16px;
}

.section_topics time {
  margin-right: 18px;
  font-weight: bold;
}

.section_topics h2 {
}

/* ========================================
contact
======================================== */

.contactArea {
  width: 90%;
  margin: 0 auto 40px;
  padding: 120px 0;
  text-align: center;
}

.contactArea h1 {
  margin-bottom: 20px;
  font-family: zen-maru-gothic, sans-serif;
  font-size: 4.2rem;
  font-weight: bold;
  color: #714b30;
}

.contactArea p {
  margin-bottom: 48px;
}

.btnContact {
  position: relative;
  width: 360px;
  margin: 0 auto;
}

.btnContact .btnAni {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 24px 0;
  border-radius: 6px;
  background: #654e3d;
  font-weight: bold;
  text-align: center;
  transition: ease 0.2s;
}

.btnContact .btnAni:hover {
  border: 1px solid #654e3d;
}

.btnContact .btnAni span {
  position: relative;
  z-index: 3;
  color: #fff;
}

.btnContact .btnAni:hover span {
  position: relative;
  z-index: 3;
  color: #654e3d;
}

.btnContact .btnAni:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.btnContact .btnAni:hover:before {
  transform: scale(1, 1);
  transform-origin: left top;
}

@media screen and (max-width: 767px) {
  .contactArea {
    width: 80%;
    padding: 60px 0;
  }

  .btnContact {
    width: 100%;
  }

  #home .contactArea h1 {
    margin-bottom: 0;
    text-align: center;
  }
}

/* ========================================
about
======================================== */
.about {
  padding: 60px 0 120px;
  background: #fcfaf6;
}

.about section.about_mainArea,
.about section.about_serviceArea {
  margin-bottom: 120px;
}

.about h1 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

.about h1 span {
  display: block;
  margin-bottom: 80px;
  font-size: 1.5rem;
  color: #714b30;
}

.about .about_mainArea figure {
  width: 90%;
  max-width: 780px;
  margin: 0 auto 60px;
}

.about .about_main_text {
  width: 85%;
  max-width: 680px;
  margin: 0 auto;
}

.about .about_main_text p {
  margin-bottom: 60px;
}

.about_meArea {
  max-width: 660px;
  margin: 0 auto;
}

.about_meArea dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.about_meArea dl dt {
  width: 20%;
  font-weight: bold;
  color: #f5b09b;
}

.about_meArea dl dd {
  margin-right: 20px;
}

/* ========================================
design
======================================== */
.design .content_header {
  margin-bottom: 0;
}

.content section.designContent,
.content section.featureContent {
  margin-bottom: 120px;
}

.design h2 {
  color: #714b30;
}

.design_catch {
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
}

.featureContent .arrow_area {
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
  gap: 20px;
}

.featureContent .arrow_area a.btn_down {
  color: #654e3d;
  font-weight: bold;
  border: 2px solid #654e3d;
  padding: 16px 0;
  width: 280px;
  border-radius: 6px;
  text-align: center;
  position: relative;
}

.featureContent .arrow_area a.btn_down::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #654e3d;
  border-right: 2px solid #654e3d;
  position: absolute;
  top: 45%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
}

.feature_listWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.feature_list {
  position: relative;
  width: 48%;
  max-width: 560px;
  margin-bottom: 40px;
  padding: 32px 26px 32px 8%;
  border-radius: 8px;
  background: #fff;
}

.feature_list::before {
  position: absolute;
  top: 32px;
  left: 6%;
  width: 28px;
  height: 41px;
  content: "";
}

.feature_list:nth-child(1)::before {
  background: url(../img/content/point01.svg) no-repeat center / 100%;
}

.feature_list:nth-child(2)::before {
  background: url(../img/content/point02.svg) no-repeat center / 100%;
}

.feature_list:nth-child(3)::before {
  background: url(../img/content/point03.svg) no-repeat center / 100%;
}

.feature_list:nth-child(4)::before {
  background: url(../img/content/point04.svg) no-repeat center / 100%;
}

.feature_list:nth-child(5)::before {
  background: url(../img/content/point05.svg) no-repeat center / 100%;
}

.feature_list:nth-child(6)::before {
  background: url(../img/content/point06.svg) no-repeat center / 100%;
}

.feature_list:nth-child(1) img {
  width: 46px;
  height: 37px;
}

.feature_list:nth-child(2) img {
  width: 42px;
  height: 40px;
}

.feature_list:nth-child(3) img {
  width: 41px;
  height: 42px;
}

.feature_list:nth-child(4) img {
  width: 40px;
  height: 34px;
}

.feature_list:nth-child(5) img {
  width: 52px;
  height: 35px;
}

.feature_list:nth-child(6) img {
  width: 39px;
  height: 42px;
}

.feature_list h3 {
  margin: 18px 0 8px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .featureContent .arrow_area {
    display: block;
  }
  .featureContent .arrow_area a.btn_down {
    width: 90%;
    margin: 0 auto 20px;
    display: block;
  }
  .feature_listWrap {
    width: 100%;
  }

  .feature_list {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 32px 26px 32px 18%;
  }
}

.feature_content {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto 40px;
  background: #fff;
  padding: 40px 3%;
}

.feature_content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.feature_content ul li {
  width: 23%;
  max-width: 200px;
  padding: 4% 2%;
  border-radius: 4px;
  background: #fff;
  text-align: center;
}

.feature_content ul li h2 {
  margin-bottom: 20px;
  font-size: 2rem;
}

.feature_content ul li figure {
  margin: 0 auto 20px;
}

.feature_content ul li:first-child figure {
  width: 57px;
}
.feature_content ul li:nth-child(2) figure {
  width: 57px;
}
.feature_content ul li:nth-child(3) figure {
  width: 60px;
}
.feature_content ul li:nth-child(4) figure {
  width: 60px;
}

.feature_content ul li .service_tag {
  text-align: left;
}

.feature_content ul li .service_tag span {
  display: inline-block;
  padding-right: 10px;
  font-size: 1.3rem;
  letter-spacing: 0.3px;
}

.feature_content ul li .service_tag span:nth-child(2n) {
  padding-right: 0;
}

.can_content {
  max-width: 90%;
  margin: 0 auto;
  padding-top: 40px;
  background: #fff;
}

.can_content dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.can_content dl dt {
  width: 20%;
  font-weight: bold;
  color: #f5b09b;
}

.can_content dl dd {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .feature_content {
    width: 100%;
    padding: 40px 5%;
  }
  .feature_content ul {
    gap: 0;
    justify-content: space-between;
  }
  .feature_content ul li {
    width: 48%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .can_content dl dt {
    width: 100%;
  }
  .can_content {
    width: 100%;
  }
}

.flow_listWrap {
  max-width: 680px;
  margin: 0 auto;
}

.flow_list {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 32px 48px;
  background: #fff;
}

.flow_list .step {
  width: 82px;
  margin-right: 30px;
}

.flow_list .step span {
  font-size: 3.2rem;
}

.flow_text {
  font-weight: bold;
}

.flow_text span {
  display: block;
  font-size: 1.3rem;
}

.flow_text a {
  text-decoration: underline;
}

.triangle {
  width: 0;
  height: 0;
  margin: 0 auto 30px;
  border-top: 18px solid #f5b09b;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
}

@media screen and (max-width: 767px) {
  .flow_list {
    display: block;
    padding: 32px 5%;
  }
}

/* ========================================
works
======================================== */

.works .content_header {
  margin-bottom: 0;
}

.works .content section {
  width: 100%;
}

.cate_list {
  margin-bottom: 120px;
}

.cate_list ul {
  display: flex;
  justify-content: center;
  font-weight: bold;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

.cate_list ul li {
  font-weight: bold;
}

.cate_list ul li.is-active:not(:first-child) {
  border-bottom: 3px solid #714b30;
}

.works ul.works_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.works ul.works_list::after {
  display: block;
  width: 30%;
  content: "";
}

.works ul.works_list li {
  width: 32%;
  margin-bottom: 60px;
}

.works ul.works_list li a.works_link {
  display: block;
  margin-bottom: 12px;
}

.works ul.works_list li a.works_link figure img {
  border-radius: 8px;
}

.works .content .works_detail h2 {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
}

.works .tag a {
  position: relative;
  margin-right: 12px;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  color: #714b30;
}

.works .tag a:before {
  content: "# ";
}

@media screen and (max-width: 980px) {
  .works ul.works_list li {
    width: 48%;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .works ul.works_list li {
    width: 100%;
    margin: 0 auto 32px;
  }
}

/* ========================================
works detail
======================================== */

.works.detail .content section {
  width: 100%;
  background: #fcfaf6;
}

.content .works_detailContent {
  padding: 80px 0 80px;
  background: #fcfaf6;
}

.works_detailContent_inner {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.content .works_detailContent .works_textArea {
  width: 40%;
}

.content .works_detailContent .works_imgArea {
  width: 52%;
}

.content .works_detailContent h1 {
  margin-bottom: 6px;
  font-size: 2.6rem;
  font-weight: bold;
}

.works_textArea .tag {
  margin-bottom: 20px;
}

.works_textArea .tag span {
  display: inline-block;
  font-size: 1.2rem;
  color: #957d6c;
}

.works_textArea > p {
  padding-bottom: 20px;
}

.works_textArea .fildArea {
  margin-bottom: 40px;
}

.works_textArea dl {
  display: flex;
  font-size: 1.2rem;
}

.works_textArea p {
  line-height: 1.8;
}

.works_textArea .detailArea {
  border-top: 1px dashed #ebddc1;
}

.works_textArea .detailArea .detail_wrap {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dashed #ebddc1;
  font-size: 1.4rem;

  gap: 20px;
}

.works_textArea .detailArea h3 {
  width: 40%;
  font-weight: bold;
}

.works_imgArea figure {
  width: 100%;
  margin: 0 auto 40px;
}

.works_imgArea figure.scroll_imgarea {
  overflow-y: scroll;
  height: 520px;
}

.works_imgArea .scroll_img_sparea {
  display: flex;
}

.works_imgArea figure.scroll_imgarea_sp {
  overflow: hidden;
  overflow-y: scroll;
  width: 40%;
  border: solid 10px #ededed;
  border-radius: 20px;
  list-style: none;

  aspect-ratio: 375 / 667;
}

.works_imgArea figure.scroll_imgarea::-webkit-scrollbar {
  width: 8px;
}

.works_imgArea figure.scroll_imgarea::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
}

.works_imgArea figure.scroll_imgarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ccc;
}

.works_imgArea figure.scroll_imgarea::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

.works_detailContent .arrowLink {
  margin: 60px 0 100px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .works_detailContent_inner {
    flex-direction: column-reverse;
    max-width: 100%;
  }
  .content .works_detailContent {
    padding: 80px 0 0;
  }
  .content .works_detailContent .works_textArea {
    width: 100%;
  }
  .content .works_detailContent .works_imgArea {
    width: 100%;
  }
  .works_textArea dl dd {
    word-break: break-all;

    overflow-wrap: break-word;
  }
  .works_detailContent .arrowLink {
    display: block;
    margin-top: 40px;
    margin-right: auto;
    text-align: right;
  }
}

/* ========================================
blog
======================================== */

.blog .content section {
  width: 100%;
  background: #fff;
}

.blog_contentArea {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
}

.blog_contentArea:after {
  display: block;
  width: 30%;
  height: 0;
  content: "";
}

.blog_contentArea .article {
  width: 31%;
  margin-bottom: 60px;
}

.content section .blog_contentArea h2 {
  font-size: 1.9rem;
  text-align: left;
}

.blog_contentArea .subArea {
  font-size: 1.3rem;
}

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

  .blog_contentArea .article {
    width: 100%;
    max-width: 100%;
    margin-bottom: 28px;
  }

  .article a {
    flex-wrap: nowrap;
  }
}

/* ========================================
blog_detail
======================================== */

.blog_detailContent {
  max-width: 820px;
}

.blog_ttlArea {
  margin-bottom: 32px;
  padding-bottom: 4px;
  border-bottom: 2px dotted #654e3d;
}

.blog_ttlArea h1 {
  padding: 16px 0;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
}

.blog_ttlArea .cate {
  display: inline-block;
  margin-bottom: 6px;
  background: #714b30;
}

.post {
  margin-bottom: 80px;
}

/* ========================================
contact
======================================== */
.contact .content_header {
  margin-bottom: 0;
}
.contact .content section {
  padding: 60px 0;
  background: #fff;
}

.conContent {
  display: flex;
  flex-direction: column;
  width: 62%;
  max-width: 580px;
  margin: 0 auto 120px;
}

.conContent .form_list {
  position: relative;
  margin-bottom: 30px;
}

.conContent .form_list label {
  display: block;
  margin-bottom: 12px;
}

.conContent .form_list label span {
  font-size: 1.2rem;
  line-height: 1;
  color: #e9a496;
}

.conContent .form_list input,
.conContent .form_list textarea {
  width: 100%;
  padding: 8px 18px;
  border-radius: 4px;
  background: #fcfaf6;
}

.listSelect {
  position: relative;
}

.listSelect::before {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  z-index: 22;
  width: 10px;
  width: 0;
  height: 10px;
  height: 0;
  margin: auto;
  border-top: 8px solid #e87f6c;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: "";
}

.conContent .form_list select {
  position: relative;
  z-index: 11;
  width: 100%;
  padding: 8px 18px;
  border-radius: 4px;
  background: #fcfaf6;
  font-size: 1.4rem;
  color: #333;
}

.conContent .listCheck label {
  font-size: 1.2rem;
  user-select: none;
}

input[type="checkbox"] {
  width: auto;
  border: 1px solid #eaeaea;
  vertical-align: middle;

  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.mwform-checkbox-field-text {
  font-size: 1.4rem;
  color: inherit;
}

.form_btn {
  display: flex;
  justify-content: center;
  margin: 80px auto 0;
}

.form_btn input {
  width: 40%;
  margin: 0 20px;
  padding: 12px 0;
  border-radius: 24px;
  background: #e87f6b;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2rem;
  color: #fff;
  cursor: pointer;
}

.form_btn input[type="button"].buck_btn {
  width: 40%;
  padding: 12px 0;
  border-radius: 24px;
  background: #eaeaea;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2rem;
  color: #333;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .conContent {
    width: 90%;
    margin: 0 auto;
  }

  .form_btn {
    flex-direction: column-reverse;
  }

  .form_btn button {
    width: 80%;
  }

  .form_btn input[type="button"].buck_btn {
    width: 80%;
    margin: 20px 20px 0;
  }
}

/*confirmページ*/
.confirm .conContent .form_list label {
  font-size: 1.3rem;
  color: #888;
}

/*thanksページ*/
.thanks p {
  margin-bottom: 40px;
  text-align: center;
}

.thanks p.line {
  text-decoration: underline;
}

/*form リセット*/
input,
button,
select,
textarea {
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

/*input[type='checkbox'],
input[type='radio'] {
  display: none;
}*/

select::-ms-expand {
  display: none;
}

/* ========================================
footer 
======================================== */

#footer {
  margin-top: 60px;
  padding-bottom: 20px;
}

.footerInner_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 40px;
}

.footerInner_content h2 {
  width: 20%;
  max-width: 120px;
  margin-bottom: 18px;
}

#home .footerInner_content h2 {
  margin-bottom: 18px;
}

.footerInner_content ul {
  display: flex;
}

.footerInner_content ul li {
  margin-left: 28px;
}

.footerInner_content ul li a {
  font-size: 1.4rem;
}

.copyright {
  font-size: 1.1rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #footer {
    margin-top: 120px;
  }

  .footerInner_content {
    display: block;
    width: 90%;
  }

  .footerInner_content ul {
    display: none;
  }

  .icon_ig,
  .icon_twitter {
    display: inline-block;
    width: 6%;
    margin-top: 20px;
    margin-right: 12px;
  }
}

/*backtop*/
#backtop {
  position: fixed;
  right: 5%;
  bottom: 5%;
}

#backtop a {
  position: relative;
  padding-top: 16px;
  font-size: 1rem;
  color: #000;
}

#backtop a:before {
  position: absolute;
  top: 0;
  right: 50%;
  display: block;
  width: 14px;
  height: 14px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  transform: translateX(50%) rotate(315deg);
}

/* 三角右矢印 */
.list_arrow01 li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 10px;
  line-height: 1.3;
}

.list_arrow01 li:before {
  position: absolute;
  top: 11px;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-top: 2px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 3px solid #000;
  content: "";
}

/* コンテンツフェードイン */
.fadeInUp {
  transition: 1s;
  transform: translateY(20px);
  opacity: 0;
}

/*フェードイン下から上*/
.fade-up {
  transition: opacity 1s, transform 1s;
  transform: translateY(40px);
  opacity: 0;
}
.fade-up.active {
  transition: opacity 1s, transform 1s;
  transform: translateY(0);
  animation-name: fadeUp;
  animation-duration: 1s;

  animation-fill-mode: forwards;
}
@keyframes fadeUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/*時差あり フェードイン下から上*/
.InUp-time {
  transition: 1s;
  transform: translateY(30px);
  opacity: 0;
}

/*スケール調整*/
/*.scale {
  opacity: 0;
  transform: scale(1.1);
  transition: all cubic-bezier(.65, 0, .25, 1) 2s 0s;
  transition-duration: 1s;
}
.scale.show {
  opacity: 1;
  transform: scale(1);
}
.scale-bg {
  transition-duration: 2s;
}*/

/*その場フェードイン*/
.fade-in {
  transition-duration: 3s;
  opacity: 0;
}
.fade-in.show {
  opacity: 1;
}

/* ========================================
よく使う　MODULE
======================================== */

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.clear {
  clear: both !important;
}

.clearfix:before {
  display: table;
  content: "";
}

.clearfix:after {
  display: table;
  clear: both;
  content: "";
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.flL {
  float: left;
}

.flR {
  float: right;
}
