@charset "UTF-8";
/* CSS Document */


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

@media screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:0) {
  * {
    font-feature-settings: "palt";
  }
}

h2 {
  line-height: 1.5;
  line-height: var(--line-height-hdr, 1.4);
}

.font-en {
  font-family: eb garamond, serif;
  font-family: var(--font-en);
  font-weight: 400;
}

.pos_rel {
  position: relative;
}

.section_pdg {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width:47.9375em) {
  .section_pdg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.inner {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:47.9375em) {
  .inner {
    width: 90%;
  }
}

.flex {
  display: flex;
}

.flex-a-ctr {
  align-items: center;
}

.anime-slide-l {
  animation: slider-l 100s linear infinite;
  pointer-events: none;
}

.page_ttl {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #eee;
  height: 40vh;
}

.page_ttl.bg-none {
  height: 500px;
  background-color: transparent;
  align-items: flex-end;
}

.page_ttl .inner {
  transform: translateY(-30%);
  max-width: 1520px;
}

.page_ttl.bg-none .inner {
  transform: translateY(0);
}

.page_ttl--txt-wrap {
  height: 230px;
  position: relative;
}

.page_ttl-jp {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 3.5rem;
  letter-spacing: .1em;
  font-family: リュウミン m-kl jis2004, ryumin medium kl jis2004;
  font-family: var(--font-primary-m);
}

@media screen and (max-width:47.9375em) {
  .page_ttl-jp {
    font-size: 7.5vw;
  }
}

.single-works .page_ttl-jp {
  font-size: clamp(30px, 2.5vw, 55px);
  top: 10%;
  transform: translateY(0);
}

.page_ttl--txt-wrap .scroll-txt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.page_ttl-en {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14.25rem;
  color: #fff;
  white-space: nowrap;
  margin-right: 50px;
  line-height: 1;
}

@media screen and (max-width:47.9375em) {
  .page_ttl-en {
    font-size: 1.1428571429rem;
  }
}

.page_ttl.bg-none .page_ttl-en {
  color: #E9E9E3;
}

@media screen and (max-width:75em) {
  .page_ttl {
    margin-right: 0;
  }
}

@media screen and (max-width:47.9375em) {
  .page_ttl.bg-none {
    height: 224px;
  }

  .page_ttl .inner {
    transform: translateY(0);
  }

  .page_ttl--txt-wrap {
    height: 115px;
  }

  .page_ttl-en {
    font-size: 8.1428571429rem;
  }
}

/*! CSS Used keyframes */
@keyframes slider-l {
  0% {
    transform: translate(-25%, 0);
  }

  100% {
    transform: translate(-75%, 0);
  }
}
















/*! CSS Used from: https://craftcorp.jp/wp/wp-content/themes/standard_sass/css/style.css */


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

article {
  display: block;
}



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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

li img {
  vertical-align: bottom;
}

@media print,
screen and (min-width:768px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
}

@media screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:0) {
  * {
    font-feature-settings: "palt";
  }
}

ul {
  list-style: none;
}

a {
  color: #181818;
  color: var(--clr-link, #333);
  text-decoration: none;
  transition: all .4s ease-out;
  transition: var(--transit-default, all 0.4s ease-out);
  outline: none;
}

a:focus {
  text-decoration: none !important;
}

img {
  vertical-align: middle;
  pointer-events: none;
}

@media screen and (max-width:47.9375em) {
  img {
    max-width: 100%;
    height: auto;
  }
}

h1,
h2,
h3,
h4 {
  line-height: 1.5;
  line-height: var(--line-height-hdr, 1.4);
}

.block {
  display: block;
}

.mce-content-body p {
  letter-spacing: .1em;
}

.mce-content-body table {
  height: auto !important;
}

.mce-content-body table {
  border: none;
  width: 100%;
}

.mce-content-body th,
.mce-content-body td,
.mce-content-body tr {
  height: auto !important;
}

.mce-content-body th,
.mce-content-body td {
  padding: 1.25em 1em;
  border: 1px solid #d3d3d3;
  vertical-align: top;
}

.mce-content-body th {
  min-width: 120px;
  text-align: left;
  border: 1px solid #c0cad0;
  font-family: 游ゴシック体 pr6n b, yu gothic pr6n b;
  font-family: var(--font-secondary-b);
}

@media screen and (max-width:47.9375em) {
  .mce-content-body p:not([class]) {
    text-align: left !important;
  }

  .mce-content-body table {
    max-width: none !important;
  }

  .mce-content-body th {
    font-weight: 700;
  }

  .mce-content-body th,
  .mce-content-body td {
    padding: .5em 1em;
  }
}

.table1 th,
.table1 td {
  position: relative;
  border: 0;
}

.table1 th {
  color: #181818;
  color: var(--clr-main, #1d7fb7);
  
}

.table1 th::before,
.table1 td::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
}

.table1 th::before {
  left: 0;
  height: 1px;
  background-color: #181818;
  background-color: var(--clr-main);
}

.table1 td::before {
  right: 0;
  height: 1px;
  background-color: #d3d3d3;
}

.font-jp-m {
  font-family: リュウミン m-kl jis2004, ryumin medium kl jis2004;
  font-family: var(--font-primary-m);
}

.font-jp {
  font-family: リュウミン r-kl jis2004, ryumin regular kl jis2004;
  font-family: var(--font-primary);
}

.font-en {
  font-family: eb garamond, serif;
  font-family: var(--font-en);
  font-weight: 400;
}

.font-en-m {
  font-family: eb garamond, serif;
  font-family: var(--font-en);
  font-weight: 500;
}

.clip-txt1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clip-txt2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

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

.wrm-vr {
  writing-mode: vertical-rl;
  font-feature-settings: initial;
}

.bg-grn {
  background-color: #dce2de;
  background-color: var(--bg-grn);
}

.bg-wh {
  background-color: #fff;
  background-color: var(--bg-wht, #fff);
}

.img-trim {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mgn-btm10 {
  margin-bottom: .625 rem;
}

.mgn-btm28 {
  margin-bottom: 1.75 rem;
}

.pos_rel {
  position: relative;
}

.pos_ab {
  position: absolute;
}

.btn {
  display: inline-block;
}

.btn a {
  position: relative;
  z-index: 1;
  padding: 14px 0;
  width: auto;
  color: #000;
  color: var(--btn-clr-main);
  text-align: left;
  font-size: clamp(13px, 0.83vw, 20px);
  font-family: リュウミン m-kl jis2004, ryumin medium kl jis2004;
  font-family: var(--font-primary-m);
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

a .txt--wrap {
  position: relative;
}

a .txt--wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background: 0 0;
  transition: all .4s ease-out;
  transition: var(--transit-default);
}

a:hover .txt--wrap::before {
  background: currentColor;
  animation: btn-line .5s ease-out 0s 1 normal forwards;
}

.circle {
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.375rem;
  height: 4.375rem;
  background-color: #fff;
  border: solid 1px #dfdfdf;
  border-radius: 50%;
  transition: all .4s ease-out;
  transition: var(--transit-default, all 0.4s ease-out);
  z-index: 1;
}

.arrow {
  position: relative;
  width: .875rem;
  height: .875rem;
  overflow: hidden;
}

.arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://craftcorp.jp/wp/wp-content/themes/standard_sass/images/common/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .4s ease-out;
  transition: var(--transit-default, all 0.4s ease-out);
}

.arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background-image: url(https://craftcorp.jp/wp/wp-content/themes/standard_sass/images/common/arrow-wh.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .4s ease-out;
  transition: var(--transit-default, all 0.4s ease-out);
}

a:hover .circle {
  background-color: #3b414c;
  background-color: var(--btn-bg-main-hvr);
  border: solid 1px #3b414c;
  border: solid 1px var(--btn-bg-main-hvr);
}

a:hover .arrow::after {
  transform: translateX(0);
}

@media screen and (max-width:47.9375em) {
  .btn a {
    
    min-width: 100%;
    padding: 10px 0;
  }

  .btn a .circle {
    margin-left: 8px;
  }

  .btn a .arrow {
    width: 8px;
    height: 8px;
  }

  .circle {
    width: 42px;
    height: 42px;
  }

  .arrow {
    width: 8px;
    height: 8px;
  }
}

.inner {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:47.9375em) {
  .inner {
    width: 90%;
  }
}

.inner-sm {
  max-width: 960px;
}

.inner-lg {
  max-width: 1460px;
}

.anchor {
  position: absolute;
  top: -80px;
  left: 0;
  pointer-events: none;
}

.flex {
  display: flex;
}

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

.flex-a-end {
  align-items: flex-end;
}

@media screen and (max-width:47.9375em) {
  .flex-sp-block {
    flex-direction: column;
  }
}

.flex-col2,
.flex-col3 {
  flex-wrap: wrap;
}

.flex-col2>* {
  width: 50%;
}

.flex-col3>* {
  width: 33.3333333333%;
}

@media screen and (min-width:48em) {
  .flex-col2.gap-wide {
    gap: 6%;
  }

  .flex-col2.gap-wide>* {
    width: 47%;
    margin-bottom: 6%;
  }
}

@media screen and (max-width:47.9375em) {

  .flex-col2.flex-sp-block>*,
  .flex-col3.flex-sp-block>* {
    width: 100%;
  }
}

.hero--dots {
  width: max(80px, min(6vw, 100px));
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .3);
  background-blend-mode: multiply;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: solid 1px rgba(255, 255, 255, .5);
}

.hero--dots .slick-dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 8vh;
}

.hero--dots .slick-dots li {
  position: relative;
  line-height: 1;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  letter-spacing: .05em;
}

.hero--dots .slick-dots li .dot {
  opacity: 0;
  transition: all .4s ease-out;
  transition: var(--transit-default, all 0.4s ease-out);
}

.hero--dots .slick-dots li.slick-active .dot {
  opacity: 1;
}

.hero--dots .slick-dots li::before {
  content: "";
  width: 18px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: calc(50% - 9px);
  top: calc(50% - 1px);
  transition: all .4s ease-out;
  transition: var(--transit-default, all 0.4s ease-out);
}

.hero--dots .slick-dots li.slick-active::before {
  opacity: 0;
}

.hero--scroll {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  padding-bottom: min(20vh, 140px);
  color: #fff;
  font-size: .75rem;
  bottom: 18vh;
  left: 0;
  letter-spacing: .05em;
  width: max(80px, min(6vw, 100px));
  line-height: max(80px, min(6vw, 100px));
}

.hero--scroll::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: min(18vh, 120px);
  background: rgba(246, 250, 247, .3);
}

.hero--scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: min(18vh, 120px);
  background: #f6faf7;
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@media screen and (max-width:47.9375em) {
  .hero--dots {
    background: 0 0;
    border-right: 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    left: 0;
    right: auto;
    bottom: 22%;
    top: auto;
    height: auto;
    width: auto;
    display: block;
  }

  .hero--dots .slick-dots {
    flex-direction: row;
    justify-content: flex-end;
    padding-left: 10px;
  }

  .hero--dots .slick-dots li {
    font-size: clamp(13px, 0.83vw, 20px);
    width: 24px;
    height: 30px;
  }

  .hero--dots .slick-dots li::before {
    width: 12px;
    height: 1px;
    left: calc(50% - 6px);
  }

  .hero--scroll {
    padding-bottom: 100px;
    width: 40px;
    line-height: 40px;
    left: auto;
    right: 0;
    bottom: 20%;
    font-size: clamp(13px, 0.83vw, 20px);
  }

  .hero--scroll::before {
    height: 90px;
  }

  .hero--scroll::after {
    height: 90px;
  }
}

.ttl-03 {
  letter-spacing: .1em;
  font-family: リュウミン m-kl jis2004, ryumin medium kl jis2004;
  font-family: var(--font-primary-m);
}

.ttl-01 {
  font-size: 3.125rem;
  letter-spacing: .2em;
  font-family: リュウミン r-kl jis2004, ryumin regular kl jis2004;
  font-family: var(--font-primary);
}

@media screen and (max-width:47.9375em) {
  .ttl-01 {
    font-size: 1.7857142857rem;
  }
}

.ttl-01 .en {
  font-size: 1.125rem;
  letter-spacing: .05em;
}

@media screen and (max-width:47.9375em) {
  .ttl-01 .en {
    font-size: clamp(13px, 0.83vw, 20px);
  }
}

.ttl-03 {
  font-size: clamp(12px, 0.78vw, 18px);
}

@media screen and (max-width:47.9375em) {
  .ttl-03 {
    font-size: 1.1428571429rem;
  }
}

@media screen and (max-width:47.9375em) {
  .ttl-03 {
    font-size: clamp(14px, 0.9vw, 22px);
  }
}

.container {
  
}

@media screen and (max-width:75em) {
  .container {
    margin-right: 0;
  }
}

.post {
  position: relative;
}

.post .post--img {
  overflow: hidden;
  background: #4b4d53;
  background: var(--bg-main);
  position: relative;
  pointer-events: none;
}

.post .post--img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(168, 149, 113, .6);
  transition: all .4s ease-out;
  transition: var(--trans-default, all 0.4s ease-out);
}

.post:hover .post--img::before {
  opacity: 1;
}

.post:hover .post--img img {
  transition: all .4s ease-out;
  transition: var(--trans-default, all 0.4s ease-out);
  transform: scale(1.1);
}

.post--link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.post--ttl {
  letter-spacing: .1em;
  font-size: clamp(12px, 0.78vw, 18px);
  font-family: リュウミン m-kl jis2004, ryumin medium kl jis2004;
  font-family: var(--font-primary-m);
  color: #181818;
  color: var(--clr-main);
}

.cat_list {
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex: 1;
}

.cat_list a {
  display: inline-block;
  vertical-align: middle;
  color: #847049;
  color: var(--clr-gold);
  font-family: リュウミン m-kl jis2004, ryumin medium kl jis2004;
  font-family: var(--font-primary-m);
  float: left;
  letter-spacing: .05em;
  white-space: nowrap;
  font-size: .9375rem;
}

.cat_list a+a {
  margin-left: 2px;
}

.cat_list a:hover {
  opacity: .7;
}

@media screen and (max-width:47.9375em) {
  .post--ttl {
    font-size: clamp(14px, 0.9vw, 22px);
  }
}

.page_ttl-cats .ttl {
  font-size: clamp(10px, 0.62vw, 14px);
  color: #b6ab97;
  font-style: italic;
  margin-right: 4px;
  letter-spacing: .05em;
}

.cat_list.works_cat a {
  font-size: clamp(10px, 0.62vw, 14px);
  color: #4b4d53;
  color: var(--bg-main);
  position: relative;
}

.cat_list.works_cat a+a {
  padding-left: .875rem;
}

.cat_list.works_cat a+a::before {
  content: "／";
  position: absolute;
  left: 0;
  top: 0;
}

.posts-works .post {
  padding-left: 2.5%;
  padding-right: 2.5%;
  margin-top: 35px;
  border-right: solid 1px rgba(181, 181, 181, .5);
  padding-bottom: 42px;
  margin-bottom: 2%;
}

.posts-works .post:nth-of-type(3n) {
      border-right: solid 1px rgba(181, 181, 181, .5);
}
.posts-works .post:nth-of-type(2n) {
  border-right: 0;
}

.posts-works .post .new_label {
  color: #fff;
  background: rgba(132, 112, 73, .95);
  width: 70px;
  height: 70px;
  position: absolute;
  top: -35px;
  left: 10%;
  z-index: 10;
  border-radius: 50%;
  display: none;
}

.posts-works .post .post--img {
  background: #4b4d53;
  background: var(--bg-main);
  aspect-ratio: 480/570;
  margin-bottom: 44px;
}

.posts-works .post .post--txtarea {
  margin-bottom: 24px;
}

.posts-works .post .post--info {
  margin-bottom: 8px;
}

.posts-works .post .name {
  display: inline-block;
}

.posts-works .post .voice_label {
  margin-left: 10px;
}

.posts-works .post .voice_label a {
  color: #fff;
  background: #928670;
  background: var(--bg-gold);
  border: solid 1px #928670;
  border: solid 1px var(--bg-gold);
  height: 32px;
  display: inline-block;
  width: 150px;
  text-align: center;
  border-radius: 16px;
  font-size: clamp(10px, 0.62vw, 14px);
  line-height: 32px;
  pointer-events: all;
  position: relative;
  z-index: 10;
}

.posts-works .post .voice_label a:hover {
  background: #fff;
  color: #928670;
  color: var(--bg-gold);
}

.posts-works .post .post--ttl {
  letter-spacing: .1em;
  margin-bottom: 22px;
}

.posts-works .post .post--txt {
  line-height: 2.5;
}

@media screen and (max-width:47.9375em) {
  .posts-works .post .new_label {
    width: 42px;
    height: 42px;
    top: -21px;
    left: 4%;
    font-size: clamp(10px, 0.62vw, 14px);
  }

  .page_ttl-cats {
    display: block;
  }

  .page_ttl-cats .ttl {
    font-size: clamp(13px, 0.83vw, 20px);
  }

  .cat_list.works_cat a {
    font-size: clamp(10px, 0.62vw, 14px);
  }

  .posts-works .post {
    border-right: 0;
    border-bottom: solid 1px rgba(181, 181, 181, .5);
    padding-bottom: 22px;
    margin-top: 0;
    margin-bottom: 42px;
  }

  .posts-works .post .post--img {
    aspect-ratio: 1/1;
    margin-bottom: 10px;
	  width: 100%;
  }

  .posts-works .post .post--txtarea {
    margin-bottom: 4px;
  }

  .posts-works .post .name {
    font-size: clamp(13px, 0.83vw, 20px);
  }

  .posts-works .post .voice_label {
    margin-left: 6px;
  }

  .posts-works .post .voice_label a {
    font-size: clamp(13px, 0.83vw, 20px);
    width: auto;
    height: auto;
    line-height: 1;
    padding: 4px 10px;
  }

  .posts-works .post .post--ttl {
    font-size: clamp(14px, 0.9vw, 22px);
    margin-bottom: 13px;
  }

  .posts-works .post .post--txt {
    line-height: 1.8;
  }
}

.single-works .container {
  margin-top: -170px;
  position: relative;
}

.single-works .works_ttlarea {
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  margin-bottom: 100px;
}

.single-works .page_ttl-cats {
  margin-bottom: 8px;
}

.single-works .works_ttl {
  font-size: 3.5rem;
  letter-spacing: .1em;
  margin-bottom: 50px;
}

.single-works .works_intro_txt {
  width: 90%;
  max-width: 1276px;
}

.single-works .works_contents--main {
  position: relative;
  padding-left: 300px;
  padding-top: 80px;
  padding-bottom: 130px;
}

.single-works .page_ttl--list_wrap {
  top: 0;
  transform: translateY(150px);
}

.single-works .works_section {
  padding: 70px 0;
}

.single-works .works_section .section_ttl {
  margin-bottom: 50px;
}

.single-works .works_section .section_ttl .jp {
  font-size: clamp(24px, 1.66vw, 42px);
  letter-spacing: .01em;
}

.single-works .works_section .section_ttl .en {
  
}

.single-works .works_spec .table1 th {
  width: 30%;
  text-align: center;
}

.single-works .works_spec .table1 td {
  text-align: center;
}

.single-works .works_imgs .hero--dots .slick-dots {
  margin-bottom: 0;
}

.single-works .works_imgs .hero--scroll {
  bottom: 0;
}

.single-works .request_item {
  position: relative;
  padding-top: 90px;
  padding-bottom: 70px;
  counter-increment: number;
  border-top: solid 1px #181818;
}

.single-works .request_item .num {
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  font-family: eb garamond, serif;
  font-family: var(--font-en);
  background: #d6d2c9;
  color: #181818;
  color: var(--clr-main);
  position: absolute;
  top: 60px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.single-works .request_item .num::after {
  content: "0"counter(number);
  font-size: clamp(24px, 1.66vw, 42px);
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1;
}

.single-works .request_item .ttl {
  font-size: clamp(24px, 1.66vw, 42px);
  letter-spacing: .05em;
  padding-left: min(7vw, 140px);
  margin-bottom: 1.5em;
}

.single-works .request_item .mce-content-body {
  padding-left: min(7vw, 140px);
}

.single-works .works_point .point_item:not(:last-child) {
  margin-bottom: 106px;
}

.single-works .point_item .img {
  margin-bottom: 28px;
}

.single-works .works_contents--voice {
  padding-top: 0;
}

.single-works .works_contents--voice .bg {
  width: 100%;
  height: calc(100% - 75px);
  position: absolute;
  left: 0;
  top: 75px;
  z-index: -1;
}

.single-works .works_interview .section_ttl {
  margin-bottom: 110px;
}

.single-works .works_interview .section_ttl.ttl-lg .en {
  font-size: 9.375rem;
  line-height: 1;
  z-index: 10;
  color: #fff;
  mix-blend-mode: difference;
  margin-bottom: 32px;
  letter-spacing: .05em;
  position: relative;
}

.single-works .works_interview .content_wrap {
  width: 92%;
  max-width: 1400px;
  margin-right: 0;
  margin-left: auto;
}

.single-works .works_interview .interview--img {
  margin-bottom: 126px;
}

.single-works .works_interview .faq_wrap {
  max-width: 1280px;
}

.single-works .works_interview .faq_item:first-child {
  border-top: 1px solid;
}

.single-works .works_interview .faq_item {
  border-bottom: 1px solid;
  position: relative;
}

.works_interview .faq_item .ttl-03,
.works_interview .faq_item .mce-content-body {
  padding: 38px 54px 38px 80px;
  position: relative;
}

.works_interview .faq_item .ttl-03 {
  font-size: clamp(13px, 0.83vw, 20px);
}

.works_interview .faq_item .mce-content-body {
  border-top: 1px solid #d3d3d3;
}

.works_interview .faq_item .ttl-03::after,
.works_interview .faq_item .mce-content-body::after {
  position: absolute;
  left: 26px;
  display: block;
  font-family: eb garamond, serif;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1;
}

.works_interview .faq_item .ttl-03::after {
  content: "Q";
  font-size: clamp(30px, 2.5vw, 55px);
  top: 32px;
}

.works_interview .faq_item .mce-content-body::after {
  content: "A";
  font-size: clamp(13px, 0.83vw, 20px);
  top: 40px;
}

.single-works .works_other {
  z-index: 10;
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
}

.single-works .works_other .ttlarea {
  margin-bottom: 100px;
}

.single-works .works_other .ttlarea .ttl .en {
  font-size: 3rem;
  line-height: .8;
  letter-spacing: .05em;
}

.single-works .works_other .ttlarea .ttl .jp {
  
  line-height: 1;
  letter-spacing: .2em;
  margin-left: 20px;
}

.single-works .works_other .content {
  width: 95%;
  max-width: calc(105% - 180px);
  margin-left: auto;
  margin-right: auto;
}

.single-works .works_other .post:nth-of-type(-n+3) .new_label {
  display: none;
}

@media screen and (max-width:47.9375em) {
  .single-works .container {
    margin-top: -60px;
  }

  .single-works .works_ttlarea {
    margin-bottom: 30px;
  }

  .single-works .page_ttl-cats {
    margin-bottom: 20px;
  }

  .single-works .works_ttl {
    font-size: 1.8571428571rem;
    margin-bottom: 16px;
  }

  .single-works .works_intro_txt {
    width: 100%;
  }

  .single-works .works_imgs {
    padding-bottom: 30px;
  }

  .single-works .works_imgs .hero--dots {
    right: 0;
    left: auto;
    bottom: 0;
    padding-right: 10px;
  }

  .single-works .works_imgs .hero--dots .slick-dots li {
    color: #181818;
    color: var(--clr-body);
  }

  .single-works .works_imgs .hero--dots .slick-dots li::before {
    background: #181818;
    background: var(--clr-body);
  }

  .single-works .works_imgs .hero--scroll {
    display: none;
  }

  .single-works .page_ttl--list_wrap {
    top: auto;
    transform: translateY(0);
  }

  .single-works .works_contents--main {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .single-works .works_section {
    padding: 24px 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .single-works .works_section .section_ttl {
    margin-bottom: 18px;
  }

  .single-works .works_section .section_ttl .jp {
    font-size: clamp(24px, 1.66vw, 42px);
  }

  .single-works .works_section .section_ttl .en {
    
  }

  .single-works .request_item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .single-works .request_item .num {
    width: 50px;
    height: 50px;
    top: 12px;
  }

  .single-works .request_item .num::after {
    font-size: clamp(15px, 1.07vw, 27px);
  }

  .single-works .request_item .ttl {
    font-size: clamp(14px, 0.9vw, 22px);
    padding-left: 60px;
  }

  .single-works .request_item .mce-content-body {
    padding-left: 0;
  }

  .single-works .works_point .point_item:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .single-works .works_point .vertical_layout {
    margin-bottom: 40px;
  }

  .single-works .point_item .img {
    margin-bottom: 16px;
  }

  .single-works .works_contents--voice {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .single-works .works_contents--voice .bg {
    height: calc(100% - 21px);
    top: 21px;
  }

  .single-works .works_interview {
    width: 96%;
    margin-left: auto;
  }

  .single-works .works_interview .section_ttl {
    margin-bottom: 40px;
  }

  .single-works .works_interview .section_ttl.ttl-lg .en {
    font-size: 3rem;
    margin-bottom: 4px;
  }

  .single-works .works_interview .content_wrap {
    width: 100%;
  }

  .single-works .works_interview .interview--img {
    width: 95%;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 40px;
  }

  .single-works .works_interview .faq_wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .works_interview .faq_item .ttl-03,
  .works_interview .faq_item .mce-content-body {
    padding: 12px 24px 12px 30px;
  }

  .works_interview .faq_item .ttl-03 {
    font-size: 1.1428571429rem;
  }

  .works_interview .faq_item .mce-content-body {
    font-size: .9285714286rem;
    line-height: 1.8;
  }

  .works_interview .faq_item .ttl-03::after,
  .works_interview .faq_item .mce-content-body::after {
    left: 1px;
  }

  .works_interview .faq_item .ttl-03::after {
    font-size: clamp(15px, 1.07vw, 27px);
    top: 12px;
  }

  .works_interview .faq_item .mce-content-body::after {
    font-size: clamp(14px, 0.9vw, 22px);
    top: 15px;
  }

  .single-works .works_other {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .single-works .works_other .ttlarea {
    margin-bottom: 40px;
  }

  .single-works .works_other .ttlarea .ttl {
    display: block;
  }

  .single-works .works_other .ttlarea .ttl .en {
    font-size: clamp(24px, 1.66vw, 42px);
    margin-bottom: 10px;
  }

  .single-works .works_other .content {
    width: 80%;
    max-width: none;
  }
}

.page_ttl--list_wrap {
  max-width: min(17vw, 300px);
  position: sticky;
  top: 400px;
  left: 0;
  z-index: 10;
  height: 0;
  transform: translateY(-270px);
  letter-spacing: .05em;
  transition: all .4s ease-out;
}

.page_ttl--list a {
  position: relative;
  display: flex;
  align-items: center;
  padding: .5em 1.5vw;
  line-height: 1.5;
  line-height: var(--line-height-hdr, 1.4);
  color: #838383;
  color: var(--clr-gray);
  transition: all .4s ease-out;
}

.page_ttl--list a::before {
  content: "";
  position: absolute;
  top: 1em;
  left: .5em;
  width: .5rem;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
  border: 1px solid transparent;
  background-color: transparent;
}

.page_ttl--list a:hover {
  color: #181818;
  color: var(--clr-main);
}

.page_ttl--list a.current {
  color: #181818;
  color: var(--clr-main);
}

.page_ttl--list a.current::before {
  border: 1px solid #847049;
  border: 1px solid var(--clr-gold);
  background-color: #847049;
  background-color: var(--clr-gold);
}

@media screen and (max-width:47.9375em) {
  .page_ttl--list_wrap {
    position: fixed;
    bottom: 0;
    top: auto;
    transform: translateY(0);
    height: 54px;
    max-width: none;
    background: #fff;
    width: 95%;
    right: 0;
    left: auto;
    z-index: 888;
  }

  .page_ttl--list {
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .page_ttl--list li {
    margin-right: 10px;
  }

  .page_ttl--list a {
    height: 54px;
    font-size: .7857142857rem;
    padding-left: 16px;
  }

  .page_ttl--list a::before {
    top: calc(50% - 3.5px);
    left: 0;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-initialized .slick-slide {
  display: block;
}

/*! CSS Used keyframes */
@keyframes btn-line {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform-origin: right top;
    transform: scale(0, 1);
  }

  51% {
    transform-origin: left top;
  }

  100% {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}




body {
  font-family: 游ゴシック体 pr6n m, yu gothic pr6n m;
  font-family: var(--font-secondary, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif);
  line-height: 2;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  letter-spacing: var(--ltr-space-default, 0.08em);
  color: #181818;
  color: var(--clr-body);
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  background: #F1EFEB;
  height: 100%;
}


.single-works .works_interview .section_ttl.ttl-lg .en {
  font-size: 8vw;
  line-height: 1;
  z-index: 10;
  color: #333;
  mix-blend-mode: difference;
  margin-bottom: 32px;
  letter-spacing: .05em;
  position: relative;
}


.estate-scopy{
  font-size: clamp(13px, 0.83vw, 20px);
  text-align: center;
}
.bland-title{
  font-size: clamp(30px, 2.5vw, 55px);
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-weight: bold;
}
.text-center{
  text-align: center;
}

.list-sec{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;

}
.cate-sec{
  width: 15%;
}
.list-sec-inner{
  width: 80%;

}
.mb50{
  margin-bottom: 50px;
}


.h5-t{
	text-align: center;
	font-size: clamp(15px, 0.9vw, 30px);
	margin: 20px auto;
	font-family: "Shippori Mincho", serif;
	font-weight: bold;
}
.estate-detail{
	font-family: "Shippori Mincho", serif;
	font-size: clamp(12px, 0.78vw, 18px);
}

.estate-no{
	font-family: "Shippori Mincho", serif;
	text-align: center;
	font-size: clamp(24px, 1.66vw, 42px);
	font-weight: bold;
}
.line-btn{
	background: #fff;
	padding: 30px;
	border: 5px solid #92CFD1;
}
.cate-sec a{
	display: block;
	margin-top: 35px;
	width: 100%;
	background: #fff;
	border: 1px solid #000;
	padding: 10px 20px;
	transition: 0.5s;
	border-radius: 30px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
  
	.cate-sec a{

	margin-top: 15px;

}
.cate-sec a:first-child{

	margin-top: 35px;

}
	  
}



.cate-sec a:hover{
	opacity: 0.7;
}
.serch-sec{
	padding: 40px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
}
.searchandfilter ul li ul{
	display: flex;
	flex-flow: row wrap;
	
}
.searchandfilter ul li ul li{
	margin-bottom: 30px;
	margin-right: 30px;
	font-size: clamp(12px, 0.78vw, 18px);
}
.searchandfilter h4{
	font-size: clamp(15px, 0.9vw, 30px);
	border-left: solid #1C293F 8px;
	padding-left: 10px;
	color: #1C293F;
	margin-bottom: 20px;
	border-bottom: 1px solid #1C293F;
}

.searchandfilter input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #1C293F;
	background: #F3EFEB;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.searchandfilter input[type="checkbox"]:checked:before {
  position: absolute;
  top: 3px;
  left: 5px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #1C293F;
  border-bottom: 2px solid #1C293F;
  content: '';
}
.searchandfilter input[type="submit"]{
	padding: 20px 60px;
	background: #1C293F;
	display: block;
	margin: 30px auto;
	color: #fff;
	border-radius: 60px;
	transition: 0.5s;
}
.searchandfilter input[type="submit"]:hover{
	opacity: 0.7;
}
.serch-t{
	font-size: clamp(15px, 0.9vw, 30px);
	font-family: "Shippori Mincho", serif;
	margin-bottom: 30px;
	
}
.serch-t span.serch-t-en{
	font-size: clamp(15px, 0.9vw, 30px);
	font-family: "dairy";
	color: #B3B542;
	margin-right: 25px;
	
}
@media only screen and (max-width: 767px) {
  .searchandfilter h4 {
    font-size: clamp(15px, 0.9vw, 30px);
    border-left: solid #1C293F 8px;
    padding-left: 10px;
    color: #1C293F;
    margin-bottom: 10px;
    border-bottom: 1px solid #1C293F;
}
	.serch-t {
    font-size: clamp(15px, 0.9vw, 30px);
    font-family: "Shippori Mincho", serif;
    margin-bottom: 15px;
}
	  .searchandfilter ul li ul li {
    margin-bottom: 10px;
    margin-right: 15px;
    font-size: clamp(12px, 0.78vw, 18px);
}
	.searchandfilter input[type="submit"] {
    padding: 20px 60px;
    background: #1C293F;
    display: block;
    margin: 10px auto;
    color: #fff;
    border-radius: 60px;
    transition: 0.5s;
}
}



@media only screen and (max-width: 767px) {
  
	.cate-sec{
    width: 100%;
    margin-bottom: 30px;
  }
  .list-sec-inner{
    width: 100%;
  
  }
	  
}

/*ページネーション*/
.pagination {
    text-align: center;
}

/* 現在開いている以外のページのタブ */
.pagination .page-numbers {
    display: inline-block;
    margin-right: 25px;
    padding: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #1C293F;
    border: 1px solid #eee;
    background: #fff;
    font-weight: bold;
    font-size: 12px;
}

/* マウスが乗った時の、ボタンの背景の色と文字の色 */
.pagination a.page-numbers:hover {
    color: #FFF;
    background-color: #999;
    border-color: #999;
}

/* 現在のページのタブ */
.pagination .current {
    padding: 0;
    background: #eee;
    color: #1C293F;
    font-size: 12px;
}

/* 前へ、次へ */
.pagination .prev,
.pagination .next {
    
    border: 1px solid #CCCE4F;
    color: #CCCE4F;
    position: relative;
    font-size: 12px;

}
.pagination a.next.page-numbers {
    margin-right: 0;
}

/*矢印より前の縦線*/
.pagination .next::before {
    content: "";
    display: inline-block;
    width: 0.5px;
    height: 40px;
    background-color: rgb(224, 215, 215);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
}

/*矢印より後の縦線*/
.pagination .prev::after {
    content: "";
    display: inline-block;
    width: 0.5px;
    height: 40px;
    background-color: rgb(224, 215, 215);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
}

/* 数字の間のドット */
.pagination .dots {
    background: transparent;
    border: none;
}
.cat-item-56{
	display: none;
}

/* soldout */
.post--img.soldout::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    opacity: 1;
    background: rgba(168, 149, 113, .6);
    transition: all .4s ease-out;
    transition: var(--trans-default, all 0.4s ease-out);
}
.soldout::after {
    content: "完売御礼";
    position: absolute;
	font-size: clamp(30px, 2.5vw, 55px);
	letter-spacing: 0.3em;
	font-family: "Shippori Mincho", serif;
	text-align: center;
	padding-top: 3.5%;
	color: #fff;
    width: 100%;
	top: 36%;
    height: 30%;
    left: 0;
    z-index: 2;
    opacity: 1;
    background: rgba(255, 0, 79, .8);
   
}


.line-box{
	position: relative;
}
.line-box::before {
    content: ""!important;
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    left: 0!important;
    z-index: 1!important;
    opacity: 1!important;
    background: rgba(151, 153, 19, .95)!important;
    transition: all .4s ease-out!important;
    transition: var(--trans-default, all 0.4s ease-out)!important;
}
.line-box .line-box-inner{
	position: absolute;
    width: 100%;
    top: 50%;
  left: 50%;
	height: auto;
  transform: translate(-50%, -50%);
	padding: 30px;
	text-align: center;
	z-index: 2;
	margin: auto;
}
.line-box .line-box-inner .line-t{
	margin-bottom: 30px;
	font-size: clamp(24px, 1.66vw, 42px);
	color: #fff;
	
	font-family: "Shippori Mincho", serif;
}
.line-box .line-box-inner .line-t .line-box-wappen{
	margin-bottom: 30px;
	color: rgba(151, 153, 19, 1);
	background: #fff;
	padding: 10px 30px;
	border-radius: 30px;
	margin-bottom: 10px;
	display: inline-block;
	font-size: clamp(12px, 0.78vw, 18px);
	
}
.line-box .line-box-inner .line-cv{
	display: block;
	width: 100%;
	padding: 30px 30px;
	border: 1px solid #fff;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	pointer-events: all;
	background: rgba(255, 255, 255, 0.2);
	transition: 0.5s;
	font-size: clamp(12px, 0.78vw, 18px);
}
.line-box .line-box-inner .line-cv:hover{
	opacity: 0.7;
}