@charset "UTF-8";
body {
  line-height: 1;
  background: #fff;
  color: #333;
}
:root {
  --ltr-space-default: .05em;
  --line-height-default: 1.8;
  --line-height-hdr: 1.5;
  --line-height-none: 1;
  --font-primary: "リュウミン R-KL JIS2004", "Ryumin Regular KL JIS2004";
  --font-primary-m: "Shippori Mincho", serif;
  --font-primary-b: "リュウミン B-KL JIS2004", "Ryumin Bold KL JIS2004";
  --font-secondary: "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M";
  --font-secondary-b: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B";
  --font-jp: "リュウミン M-KL JIS2004", "Ryumin Medium KL JIS2004";
  --font-en: "montserrat", serif;
  --font-en2: "Houstiny", serif;
  --fz-primary: 1.125rem;
  --fz-half: .5rem;
  --clr-main: #181818;
  --clr-txt-sub: #b6ab97;
  --clr-body: #181818;
  --clr-gray: #838383;
  --clr-dark-gray: #3b414c;
  --clr-link: #181818;
  --clr-wht: #fff;
  --clr-blk: #181818;
  --clr-gold: #847049;
  --clr-red: #ff4b2e;
  --clr-yellow: #baad58;
  --bg-main: #4b4d53;
  --bg-sub: #F1EFEB;
  --bg-grn: #dce2de;
  --bg-gold: #928670;
  --bg-wht: #fff;
  --bg-off_wht: #F1EFEB;
  --bg-blk: #000;
  --bg-gray: #d6d2c9;
  --bg-yellow: #e3dcb2;
  --bg-beige: #f1ede7;
  --bg-bwn: #a29987;
  --btn-bg-main: #fff;
  --btn-bg-main-hvr: #3b414c;
  --btn-clr-main: #000;
  --btn-clr--sec: #fff;
  --btn-clr-wht: #333;
  --btn-bg-wht: #fff;
  --btn-clr-wht-hvr: #fff;
  --btn-bg-wht-hvr: var(--clr-dark-blue);
  --brd-main: #1D7FB7;
  --transit-default: all 0.4s ease-out;
}
div,
span,
h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: clamp(15px, 0.83vw, 30px);
  vertical-align: baseline;
  background: 0 0;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: clamp(15px, 0.83vw, 30px);
  vertical-align: baseline;
  background: 0 0;
}

@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";
  }
}

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;
}

h1 {
  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;
}

.breadcrumbs {
  padding: 16px 0;
  position: absolute;
  bottom: 0;
  font-family: eb garamond, 游ゴシック体 pr6n m, yu gothic pr6n m;
  font-weight: 400;
   
}

.breadcrumbs.works-bread {
  padding: 75px 0 0px;
  position: relative;
  bottom: 0;
  font-family: eb garamond, 游ゴシック体 pr6n m, yu gothic pr6n m;
  font-weight: 400;
}

.breadcrumbs a {
  color: #838383;
  color: var(--clr-gray);
font-size: clamp(12px, 0.78vw, 18px);
}

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

.breadcrumbs .breadcrumb_last {
  display: table-cell;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
font-size: clamp(12px, 0.78vw, 18px);
}

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

.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;
  
}

.page_ttl--bg-wrap {
  height: 940px;
}
.page_ttl--bg-wrap.news-wrap {
  height: 440px;
}
.page_ttl--bg-wrap.works-wrap {
  height: 440px;
}
.page_ttl--bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
}

.page_ttl--bg .wh-filter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, .85);
  transition: all .5s ease-in;
}

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

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

.page_ttl-jp {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: clamp(30px, 2.5vw, 55px);;
  letter-spacing: .1em;
  font-weight: 400;
  font-family: var(--font-primary-m);
}

@media screen and (max-width:47.9375em) {
  .page_ttl-jp {
    font-size: clamp(28px, 1.87vw, 47px);
	  line-height: 1.2;
  }
}

.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;
  }
}

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

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

  .page_ttl--bg {
    height: 170%;
  }

  .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);
  }
}

/*!コンテンツ部分*/


div,
span,
h2,
h3,
h4,
h5,
p,
img,
b,
ul,
li,
section {
  margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: clamp(13px, 0.83vw, 20px);
    vertical-align: baseline;
    background: 0 0;
    line-height: 1.8;
	font-weight: normal;
}

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

section,
main {
  display: block;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: clamp(15px, 0.83vw, 30px);
  vertical-align: baseline;
  background: 0 0;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 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;
  }
}

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

svg {
  transition: all .4s ease-out;
  transition: var(--transit-default, all 0.4s ease-out);
}

main {
  
}

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

.block {
  display: block;
}

.mce-content-body img {
  margin: .5em 0;
  max-width: 100%;
  height: 100px;
}

.mce-content-body hr {
  border-color: #d3d3d3;
}

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

.mce-content-body p:not(:last-child) {
  margin-bottom: 1em;
}

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

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

.editor-ttl:not(:first-child) {
  margin-top: 1em;
}

.editor-ttl:not(:last-child) {
  margin-bottom: .5em;
}

.editor-ttl {
  font-size: clamp(24px, 1.66vw, 42px);
  line-height: 1.5;
}

@media screen and (max-width:47.9375em) {
  .editor-ttl {
    font-size: clamp(15px, 1.07vw, 27px);
  }
}

.txt-attention {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: clamp(10px, 0.62vw, 14px);
  color: #565656;
}

@media screen and (max-width:47.9375em) {
  .txt-attention {
    font-size: .9285714286rem;
  }
}

.txt-attention::before {
  content: "※";
}

.txt-lg {
  font-size: 1.125rem;
}

@media screen and (max-width:47.9375em) {
  .txt-lg {
    font-size: 1.0714285714rem;
  }
}

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

.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;
}

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

.lps_sec {
  background: #F1EFEB;
  background: var(--bg-sub);
}

.lps_sec:nth-of-type(2n) {
  background: #dce2de;
  background: var(--bg-grn);
}

.lps_sec:not(:first-of-type):has(.ttl-img)::before {
  content: "";
  width: 100%;
  height: 270px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #dce2de;
  background: var(--bg-grn);
}

.lps_sec:nth-of-type(2n):has(.ttl-img)::before {
  background: #F1EFEB;
  background: var(--bg-sub);
}

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

.page_ttl:not(.bg-none)+main .lps_sec:first-of-type::before {
  content: "";
  position: absolute;
  top: -190px;
  left: 0;
  width: 100%;
  height: 190px;
  z-index: 0;
  background-image: linear-gradient(180deg, transparent 0, transparent 50%, #F1EFEB 100%);
  background-image: linear-gradient(180deg, transparent 0 50%, #F1EFEB 100%);
}

@media screen and (max-width:47.9375em) {
  .page_ttl:not(.bg-none)+main .lps_sec:first-of-type::before {
    content: none;
  }
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

@media screen and (max-width:47.9375em) {
  .sp-none {
    display: none;
  }

  .pc-none {
    display: block;
  }
}

.img-trim {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  
	.img-trim {
  height: 100vw;
}
	  
}
.trim-widescreen {
  aspect-ratio: 3/2;
}

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

.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.pos_rel {
  position: relative;
}

.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;
  line-height: 1.5;
	font-size: clamp(12px, 0.78vw, 16px);
}

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(../img/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(../img/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);
}

.btn.btn-next_page {
  display: block;
}

.btn.btn-next_page a {
  min-width: 100%;
  border-radius: 0;
  text-align: left;
  justify-content: center;
  position: inherit;
}

.btn.btn-next_page a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.btn.btn-next_page a:hover::before {
  background: #eae5da;
}

.btn-cle a {
  border-radius: 90px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.btn-gold a {
  background: #847049;
  background: var(--clr-gold);
  color: #fff;
}

.btn.btn-anchor a {
  text-decoration: none;
}

.btn.btn-anchor .txt--wrap {
  padding: 6px 0;
  margin-right: 12px;
  font-size: clamp(13px, 0.83vw, 20px);
  position: relative;
  font-family: eb garamond, リュウミン m-kl jis2004;
  font-style: italic;
}

.btn.btn-anchor .circle {
  transform: rotate(90deg);
}

@media screen and (max-width:47.9375em) {
  .btn a {
    font-size: 1rem;
    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;
  }
}

.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%;
  }
}

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

.flex {
  display: flex;
}

.flex-reverse {
  flex-direction: row-reverse;
}

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

.flex-j-between {
  justify-content: space-between;
}

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

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

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

.flex-col1>* {
  width: 100%;
}

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

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

.flex-col4>* {
  width: 25%;
}

.flex-col2.gap {
  gap: 4%;
}

.flex-col3.gap {
  gap: 3%;
}

.flex-col4.gap {
  gap: 2%;
}

.flex-col2.gap>* {
  width: 48%;
  margin-bottom: 4%;
}

.flex-col3.gap>* {
  width: 31.33%;
  margin-bottom: 3%;
}

.flex-col4.gap>* {
  width: 23.5%;
  margin-bottom: 2%;
}

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

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

  .flex-col2.gap.flex-sp-block>*,
  .flex-col3.gap.flex-sp-block>*,
  .flex-col4.gap.flex-sp-block>* {
    margin-bottom: 24px;
  }

  .flex-col2.gap.flex-sp-block>*:last-child,
  .flex-col3.gap.flex-sp-block>*:last-child,
  .flex-col4.gap.flex-sp-block>*:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width:47.9375em) {

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

  .flex-col2.gap.flex-sp-reblock>*,
  .flex-col3.gap.flex-sp-reblock>*,
  .flex-col4.gap.flex-sp-reblock>* {
    margin-bottom: 24px;
  }

  .flex-col2.gap.flex-sp-reblock>*:last-child,
  .flex-col3.gap.flex-sp-reblock>*:last-child,
  .flex-col4.gap.flex-sp-reblock>*:last-child {
    margin-bottom: 0;
  }
}
.ttl-02,
.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-02 {
  font-size: 2.5rem;
}

@media screen and (max-width:47.9375em) {
  .ttl-02 {
    font-size: clamp(15px, 1.07vw, 27px);
  }
}

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

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

.lps_sec .section_ttl {
  margin-bottom: 50px;
}

.lps_sec .section_ttl.ttl-lg .en {
  font-size: 8vw;
  line-height: 1;
  margin-top: -4.5vw;
  z-index: 10;
  color: #fff;
  mix-blend-mode: difference;
  margin-bottom: 32px;
  letter-spacing: .05em;
  position: relative;
}
.st-lv3{
  font-size: clamp(24px, 1.66vw, 42px);
}
.lps_sec .ttl-01 {
  font-size: 3rem;
  letter-spacing: .1em;
}

.lps_sec .ttl-lg .ttl-01 .jp {
  color: #181818;
  color: var(--clr-main);
  font-size: clamp(28px, 1.87vw, 47px);
  font-weight: 400;
	line-height: 1.3;
}

.lps_sec .ttl-02 {
  padding-top: 26px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 90px;
}

.lps_sec .ttl-02::before {
  content: "";
  width: 64px;
  height: 2px;
  background: #838383;
  background: var(--clr-gray);
  position: absolute;
  left: 0;
  top: 0;
}

.lps_sec .ttl-02 .en {
  font-size: 1rem;
  color: #838383;
  color: var(--clr-gray);
  letter-spacing: .05em;
  margin-top: 10px;
}

.lps_sec .ttl-03 .ttl_en {
  font-size: clamp(12px, 0.78vw, 18px);
  letter-spacing: .05em;
  color: #b6ab97;
  color: var(--clr-txt-sub);
  margin-bottom: .3em;
}

.lps_sec .ttl-01,
.lps_sec .ttl-02,
.lps_sec .ttl-03 {
  position: relative;
  z-index: 1;
}

.lps_sec .ttl-01,
.lps_sec .ttl-03:not(:last-child) {
  margin-bottom: 1em;
}

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

.lps_sec .column-3 .ttl-03 .typesquare_option,
.lps_sec .column-4 .ttl-03 .typesquare_option {
  font-size: clamp(14px, 0.9vw, 22px);
}

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

  .lps_sec .column-3 .ttl-03,
  .lps_sec .column-4 .ttl-03 {
    font-size: 1.7142857143rem;
  }
}

.lps_sec .lps_parts--column .ttl-03 {
  margin-bottom: .5em;
}

@media screen and (max-width:47.9375em) {
  .ttl-02 {
    font-size: clamp(15px, 1.07vw, 27px);
  }

  .ttl-03 {
    font-size: clamp(14px, 0.9vw, 22px);
  }

  .lps_sec .section_ttl {
    margin-bottom: 30px;
  }

  .lps_sec .ttl-01 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(24px, 1.66vw, 42px);
  }

  .lps_sec .ttl-lg .ttl-01 .jp {
    font-size: clamp(24px, 1.66vw, 42px);
    letter-spacing: .1em;
  }

  .lps_sec .section_ttl .en {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .lps_sec .section_ttl.ttl-lg .en {
    font-size: 10vw;
    line-height: .92;
    margin-bottom: 10px;
  }

  .lps_sec .ttl-02 {
    margin-bottom: 40px;
    padding-top: 22px;
    font-size: 1.7142857143rem;
    margin-top: 40px;
  }

  .lps_sec .ttl-02::before {
    width: 54px;
  }

  .lps_sec .ttl-02 .en {
    font-size: clamp(10px, 0.62vw, 14px);
  }

  .lps_sec .ttl-03 .ttl_en {
    font-size: clamp(14px, 0.9vw, 22px);
  }

  .lps_sec .column-3 .ttl-03 {
    font-size: clamp(14px, 0.9vw, 22px);
  }

  .lps_sec .column-4 .ttl-03 {
    font-size: 1.0714285714rem;
  }

  .lps_sec .column-4 .ttl-03 .ttl_en {
    font-size: clamp(13px, 0.83vw, 20px);
  }
}

.lps_parts--column:not(.column-1)+.lps_parts--column {
  margin-top: 0;
}

@media screen and (max-width:47.9375em) {
  .lps_parts--column:not(.column-1)+.lps_parts--column {
    margin-top: 24px;
  }
}

.lps_parts--column .column_item,
.lps_parts--column .text {
  display: flex;
  flex-direction: column;
}

.lps_parts--column:not(.column-1) .text {
  height: 100%;
}

.lps_parts--column .img {
  flex-shrink: 0;
}

.lps_parts--column .img+.text {
  padding-top: 24px;
}

.lps_parts--column .bg-wh .text {
  padding: 6%;
}

.lps_parts--column .column_item.bg-wh:not(:has(.text)) {
  background-color: transparent;
}

.lps_parts--column .btn {
  text-align: center;
}

.lps_parts--column.column-4 .btn a {
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  text-align: center;
  padding: 4px 0;
}

.lps_parts--column.column-4 .btn a .circle {
  width: 40px;
  height: 40px;
  margin-left: 0;
}

@media screen and (max-width:47.9375em) {
  .lps_parts.lps_parts--column.column-4 .mce-content-body:not(:last-child) {
    margin-bottom: 0;
  }
}

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

  .lps_parts--column+.lps_parts--column,
  .lps_parts--column:not(.column-1)+.lps_parts--column {
    margin-top: 24px;
  }

  .lps_parts--column .lps_parts--child {
    display: block;
  }

  .lps_parts--column.column-4 .lps_parts--child {
    display: flex;
    flex-direction: row;
  }

  .lps_parts--column.column-4+.lps_parts--column {
    margin-top: 0;
  }

  .lps_parts--column {
    width: 100%;
    max-width: 100%;
  }

  .lps_parts--column .column_item {
    width: 100%;
  }

  .lps_parts--column .column_item:not(:last-child) {
    margin-bottom: 24px;
  }

  .lps_parts--column.column-2 .lps_parts--child.flex-sp-block .column_item
	 {
    width: 100%;
    margin-right: 0;
  }
  .lps_parts--column.column-3 .lps_parts--child.flex-sp-block .column_item {
    width: 100%;
    margin-right: 0;
  }

  .lps_parts--column.column-4 .lps_parts--child.flex-sp-block .column_item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .lps_parts--column.column-2 .lps_parts--child.flex-sp-reblock .column_item
	 {
    width: 100%;
    margin-right: 0;
  }
  .lps_parts--column.column-3 .lps_parts--child.flex-sp-reblock .column_item {
    width: 100%;
    margin-right: 0;
  }

  .lps_parts--column.column-4 .lps_parts--child.flex-sp-reblock .column_item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .lps_parts--column .column_item:not(:last-child) {
    margin-right: 0;
  }

  .lps_parts--column.column-4 .btn a {
    font-size: .7857142857rem;
    padding: 4px 0;
    min-width: auto;
  }

  .lps_parts--column.column-4 .btn a .circle {
    width: 30px;
    height: 30px;
    margin-left: 4px;
  }
}

.lps_parts--exterior {
  margin-bottom: 80px;
}

.lps_parts--exterior .point_btn_wrap {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.lps_parts--exterior .point_btn_wrap .ttl {
  font-size: 2.25rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}

.lps_parts--exterior .point_btn_wrap .ttl .num {
  font-size: 1rem;
  font-style: italic;
  margin-right: 8px;
}

.lps_parts--exterior .point_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(5vw, 68px);
  height: min(5vw, 68px);
  margin: 12px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.lps_parts--exterior .point_btn::before,
.lps_parts--exterior .point_btn::after {
  content: "";
  position: absolute;
  left: -6px;
  top: -6px;
  width: min(5vw + 12px, 80px);
  height: min(5vw + 12px, 80px);
  background: rgba(255, 255, 255, .5);
  border-radius: 50%;
}

.lps_parts--exterior .point_btn::before {
  animation: light 6s ease-out -3s infinite forwards;
}

.lps_parts--exterior .point_btn::after {
  animation: light 6s ease-out infinite forwards;
}

.lps_parts--exterior .point_btn_wrap.exterior1 {
  top: 36%;
  right: 36%;
}

.lps_parts--exterior .point_btn_wrap.exterior2 {
  top: 58%;
  right: 46%;
}

.lps_parts--exterior .point_btn_wrap.exterior3 {
  top: 56%;
  left: 15%;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  margin-left: auto;
  margin-right: auto;
}

.modal__bg {
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 9999;
  background: rgba(0, 0, 0, .6);
}

.modal__inner {
  height: 100%;
  width: 80%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.point_content .txtarea {
  width: 55%;
  padding: 80px 5% 90px 7%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.point_content .imgarea {
  width: 45%;
}

.point_content .imgarea .img {
  aspect-ratio: 22/19;
}

.point_content .ttl .en {
  font-size: clamp(24px, 1.66vw, 42px);
  line-height: 1;
  margin-bottom: 18px;
  color: #b6ab97;
  color: var(--clr-txt-sub);
}

.point_content .text {
  letter-spacing: .1em;
}

.point_content .exterior--close {
  height: 68px;
  line-height: 68px;
  width: 278px;
  text-align: center;
  margin-top: 28px;
  position: relative;
}

.point_content .exterior--close a {
  font-size: clamp(13px, 0.83vw, 20px);
}

.point_content .exterior--close::before,
.point_content .exterior--close::after {
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 28px;
  top: 50%;
}

.point_content .exterior--close::before {
  transform: rotate(-45deg);
}

.point_content .exterior--close::after {
  transform: rotate(45deg);
}

@media screen and (max-width:47.9375em) {
  .lps_parts--exterior .lps_parts--child.inner {
    width: 95%;
    margin-right: 0;
  }

  .lps_parts--exterior .point_btn_wrap .ttl {
    font-size: 1.5714285714rem;
  }

  .lps_parts--exterior .point_btn_wrap .ttl .num {
    margin-right: 6px;
  }

  .lps_parts--exterior .point_btn {
    width: 36px;
    height: 36px;
    margin: 6px;
  }

  .lps_parts--exterior .point_btn svg {
    width: 20px;
  }

  .lps_parts--exterior .point_btn::before,
  .lps_parts--exterior .point_btn::after {
    width: 44px;
    height: 44px;
    left: -4px;
    top: -4px;
  }

  .lps_parts--exterior .point_btn_wrap.exterior1 {
    top: 36%;
    right: 14%;
  }

  .lps_parts--exterior .point_btn_wrap.exterior2 {
    top: 58%;
    right: 36%;
  }

  .lps_parts--exterior .point_btn_wrap.exterior3 {
    top: 70%;
    left: 4%;
  }

  .modal__inner {
    width: 90%;
  }

  .point_content .imgarea {
    width: 100%;
  }

  .point_content .imgarea .img {
    aspect-ratio: 3/2;
  }

  .point_content .txtarea {
    width: 100%;
    padding: 20px 5% 20px 7%;
  }

  .point_content .txtarea .ttl {
    margin-bottom: .8em;
  }

  .point_content .ttl .en {
    font-size: clamp(15px, 1.07vw, 27px);
    margin-bottom: 6px;
  }

  .point_content .exterior--close {
    height: 50px;
    line-height: 50px;
    margin-top: 18px;
  }

  .point_content .exterior--close::before,
  .point_content .exterior--close::after {
    width: 20px;
  }

  .point_content .exterior--close a {
    font-size: 1rem;
  }
}

.lps_sec {
  position: relative;
  padding-left: min(17vw, 300px);
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width:47.9375em) {
  .lps_sec {
    padding-left: 0;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .lps_sec:has(.ttl-img) {
    padding-top: 0;
  }
}

.lps_sec .ttl-img {
  margin-right: 0;
  margin-left: min(3vw, 60px);
  position: relative;
  z-index: 1;
}

main .lps_sec:first-of-type .ttl-img {
  margin-top: -460px;
}

@media screen and (max-width:47.9375em) {
  main .lps_sec:first-of-type .ttl-img {
    margin-top: 0;
  }

  .lps_sec .ttl-img {
    margin-left: 0;
    height: 100vw;
  }
}

.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;
}

.staff .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:hover {
  color: #181818;
  color: var(--clr-main);
}

@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_wrap>div {
    overflow-x: scroll;
  }

  .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;
  }
}

.lps_parts {
  position: relative;
  z-index: 1;
}

.lps_parts+.ttl-02,
.lps_parts+.lps_parts {
  margin-top: 80px;
}

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

  .lps_parts+.ttl-02,
  .lps_parts+.lps_parts {
    margin-top: 30px;
  }
}

.lps_parts--column+.lps_parts--column {
  margin-top: 40px;
}

@media screen and (max-width:47.9375em) {
  .lps_parts--column+.lps_parts--column {
    margin-top: 16px;
  }
}

.lps_parts .mce-content-body+.btn {
  margin-top: 18px;
}

.lps_parts .mce-content-body+.btn.btn-anchor {
  margin-top: 0;
}

@media screen and (max-width:47.9375em) {
  .lps_parts .mce-content-body:not(:last-child) {
    margin-bottom: 4px;
  }
}

@media screen and (max-width:47.9375em) {
  .lps_parts {
    width: 96vw;
    margin-right: 0;
    margin-left: auto;
  }

  .lps_parts .btn {
    text-align: center;
  }

  .lps_parts .mce-content-body+.btn {
    margin-top: 8px;
  }
}

.next_sec--wrap {
  height: 500px;
  border-top: solid 1px;
}

.next_sec--lft {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F1EFEB;
  background: var(--bg-sub);
}

.next_sec--lft::before {
  content: "Next pages...";
  font-size: 6.25rem;
  font-family: eb garamond, serif;
  font-family: var(--font-en);
  font-style: italic;
  letter-spacing: .02em;
  color: rgba(75, 77, 83, .1);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  line-height: .9;
  z-index: 1;
  pointer-events: none;
}

.next_sec--rgt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #4b4d53;
  background-color: var(--bg-main);
  color: #fff;
  padding: 5%;
  transition: all .4s ease-out;
  transition: var(--trans-default, all 0.4s ease-out);
  background-image: url(../img/about/next-staff.png);
  background-size: cover;
  background-position: bottom;
}

.next_sec--rgt:hover {
  background-color: rgba(75, 77, 83, .8);
}

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

.next_sec--rgt:hover .arrow::before {
  transform: translateX(100%);
}

.next_sec--rgt:hover .arrow::after {
  transform: translateX(0);
}

.next_sec--rgt a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.next_sec--rgt .ttl {
  margin-bottom: 14px;
}

.next_sec--rgt .ttl .en {
  font-size: clamp(10px, 0.62vw, 14px);
}

.next_sec--rgt .ttl .jp {
  font-size: clamp(18px, 1.25vw, 32px);
  letter-spacing: .2em;
  line-height: normal;
}

.next_sec--rgt .txt {
  font-size: clamp(13px, 0.83vw, 20px);
}

.next_sec--rgt .circle {
  position: absolute;
  right: 8%;
  top: calc(50% - 35px);
}

@media screen and (max-width:47.9375em) {
  .next_sec--wrap {
    height: auto;
  }

  .next_sec--lft {
    height: 170px;
  }

  .next_sec--lft::before {
    font-size: 3.5714285714rem;
  }

  .next_sec--rgt {
    height: 200px;
  }

  .next_sec--rgt .ttl .en {
    font-size: clamp(10px, 0.62vw, 14px);
  }

  .next_sec--rgt .ttl .jp {
    font-size: clamp(18px, 1.25vw, 32px);
  }

  .next_sec--rgt .txt {
    font-size: clamp(13px, 0.83vw, 20px);
  }

  .next_sec--rgt .circle {
    display: none;
  }
}

.lps_parts--grade .grade_item {
  position: relative;
  padding: 30px 30px 42px;
  margin-top: 64px;
}

.lps_parts--grade .grade_item.grade1 {
  background: #d6d2c9;
  background: var(--bg-gray);
}

.lps_parts--grade .grade_item.grade2 {
  background: #dce2de;
  background: var(--bg-grn);
}

.lps_parts--grade .grade_item.grade3 {
  background: #e3dcb2;
  background: var(--bg-yellow);
}

.lps_parts--grade .grade_item .img {
  position: absolute;
  z-index: 0;
  top: -64px;
  left: 16%;
}

.lps_parts--grade .grade_item .ttlarea {
  width: 50%;
  margin-right: 0;
  margin-left: auto;
  text-align: center;
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
}

.lps_parts--grade .grade_item .ttlarea .ttl {
  font-size: clamp(30px, 2.5vw, 55px);
  line-height: 1;
  letter-spacing: .05em;
  margin-bottom: 8px;
}

.lps_parts--grade .grade_item .ttlarea .num {
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 80px;
  background: #fff;
  border-radius: 50%;
  font-size: 2.25rem;
}

.lps_parts--grade .grade_item.grade3 .ttlarea .num {
  background: #baad58;
  background: var(--clr-yellow);
  color: #fff;
}

.lps_parts--grade .grade_item .txtarea .ttl {
  font-size: clamp(12px, 0.78vw, 18px);
  line-height: 1.75;
  margin-bottom: 12px;
}

.lps_parts--grade .grade_item .txtarea .text b {
  font-family: 游ゴシック体 pr6n b, yu gothic pr6n b;
  font-family: var(--font-secondary-b);
}

@media screen and (max-width:47.9375em) {
  .lps_parts--grade .grade_item {
    padding: 24px 30px;
    margin-top: 50px;
  }

  .lps_parts--grade .grade_item .img {
    max-width: 160px;
    top: -48px;
  }

  .lps_parts--grade .grade_item .ttlarea {
    margin-bottom: 8px;
    font-size: clamp(15px, 1.07vw, 27px);
  }

  .lps_parts--grade .grade_item .ttlarea .num {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.5714285714rem;
  }

  .lps_parts--grade .grade_item .txtarea .ttl {
    font-size: clamp(14px, 0.9vw, 22px);
    margin-bottom: 6px;
  }
}

.lps_parts--img_text .img_text--child .img {
  height: 100%;
}

.lps_parts--img_text .img_text--txt--inner {
  width: 100%;
}

.lps_parts--img_text .lps_parts--child:not(.bg-wh) {
  align-items: center;
}

.lps_parts--img_text .lps_parts--child:not(.bg-wh) .img_text--txt--inner {
  width: 90%;
  margin-left: auto;
}

.lps_parts--img_text .lps_parts--child:not(.bg-wh).flex-reverse .img_text--txt--inner {
  margin-left: 0;
  margin-right: auto;
}

.lps_parts--img_text .text {
  justify-content: flex-start;
}

@media screen and (max-width:47.9375em) {
  .lps_parts--img_text .btn {
    text-align: center;
  }

  .lps_parts--img_text .lps_parts--child:not(.bg-wh) .img_text--txt--inner {
    width: 100%;
  }

  .lps_parts--img_text .lps_parts--child:not(.bg-wh) .img_text--img {
    margin-bottom: 14px;
  }
}

.lps_parts--interior .interior--txt--inner {
  width: 90%;
  margin-right: 0;
  margin-left: auto;
}

.lps_parts--interior .flex-reverse .interior--txt--inner {
  margin-right: auto;
  margin-left: 0;
}

.lps_parts--interior .ttl-03 .ttl_en {
  font-size: clamp(24px, 1.66vw, 42px);
}

.lps_parts--interior .interior_gallery .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.lps_parts--interior .interior_gallery .slick-dots li {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all .4s ease-out;
  transition: var(--transit-default, all 0.4s ease-out);
  margin: 6px;
}

.lps_parts--interior .interior_gallery .slick-dots li.slick-active {
  background-color: #847049;
  background-color: var(--clr-gold);
}

@media screen and (max-width:47.9375em) {
  .lps_parts--interior .interior--txt--inner {
    width: 100%;
  }

  .lps_parts--interior .interior--img {
    margin-bottom: 10px;
  }

  .lps_parts--interior .ttl-03 .ttl_en {
    font-size: 1.1428571429rem;
  }

  .lps_parts--interior .interior_gallery .slick-dots {
    margin-top: 6px;
  }

  .lps_parts--interior .interior_gallery .slick-dots li {
    width: 8px;
    height: 8px;
  }
}

.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 from: Embedded ; media=all */
@media all {
  .icon-serch {
    fill: #181818;
    fill-rule: evenodd;
  }
}

/*! CSS Used from: Embedded ; media=all */
@media all {
  .icon-serch {
    fill: #181818;
    fill-rule: evenodd;
  }
}

/*! CSS Used from: Embedded ; media=all */
@media all {
  .icon-serch {
    fill: #181818;
    fill-rule: evenodd;
  }
}

/*! 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 light {
  0% {
    transform: scale(1);
    opacity: .6;
  }

  80% {
    opacity: .2;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/*! CSS Used fontfaces */
@font-face {
  font-family: 'リュウミン m-kl jis2004';
  font-weight: Bold;
  src: url(https://wf.typesquare.com/3/tsst/dist/ja/ts?condition=4fda3111fa0fcbb5617762d8d59d55a9&onetime_condition=&eid=60cc056642f8410eb48d31d0e90393a3&bw[name]=Chrome&bw[ftf]=0&bw[os]=Windows&location=craftcorp.jp%2Fservice%2F&fonts[id]=2149&fonts[str]=MFZlaW1vcnc%3D);
}

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

.h3-fs{
  font-size: clamp(18px, 1.66vw, 36px);
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  
	.h3-fs{
  font-size: clamp(15px, 1.07vw, 27px);
  font-weight: 400;
		line-height: 1.4;
}
	  
}
.ttl-h4{
  font-size: clamp(18px, 1.25vw, 32px);
  margin-bottom: 20px;
  font-family: "Shippori Mincho", serif;
}

.next-txt{
  font-size: clamp(18px, 1.25vw, 32px);
}










/*! コンタクトエリア */


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

svg {
  transition: all .4s ease-out;
  transition: var(--transit-default, all 0.4s ease-out);
}

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

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

.btn {
  display: inline-block;
}

.btn a {
  position: relative;
  z-index: 1;
  padding: 14px 0;
  width: 100%;
  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;
    justify-content: center;
}
.d-box-list .btn{
	width: 100%;
}
.arrow {
  position: relative;
  width: .875rem;
  height: .875rem;
  overflow: hidden;
}
.d-box .text{
	padding: 30px;
} 
.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 .arrow::after {
  transform: translateX(0);
}

.btn svg {
  fill: #000;
  fill: var(--btn-clr-main, #fff);
}

.btn.btn-sqr a {
  font-size: 1rem;
  justify-content: center;
  padding: 38px 10px;
}

.btn.btn-sqr .arrow {
  position: absolute;
  right: 10%;
}

.btn.btn-red a {
  
  background: #2CA6A7;
  color: #fff;
  border: solid 1px transparent;
	width: 100%;
}





.btn.btn-red a:hover {
  background: #fff;
  border: solid 1px #dfdfdf;
  color: #4b4d53;
  color: var(--bg-main);
}


.cta_tel a>span.txt {
    display: block;
	margin: auto;
}

.btn.btn-sqr .arrow {
    position: absolute;
    right: 5%;
	top:0;
	bottom:0;
	margin: auto;
}

.btn.btn-red .arrow::before {
  background-image: url(https://craftcorp.jp/wp/wp-content/themes/standard_sass/images/common/arrow-wh.svg);
}

.btn.btn-red .arrow::after {
  background-image: url(https://craftcorp.jp/wp/wp-content/themes/standard_sass/images/common/arrow.svg);
}

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

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

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

  .btn.btn-sqr a {
    font-size: 1rem;
    justify-content: center;
    padding: 14px 10px;
  }
}

.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-j-between {
  justify-content: space-between;
}

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

.cta_tel a {
  display: flex !important;
}

.cta_tel a {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}

.cta_tel a>span {
  display: block;
}

.cta_tel .tel {
  font-size: clamp(12px, 0.78vw, 18px);
  padding-left: 5px;
  position: relative;
}

.cta_tel .tel svg {
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
}

.cta_tel .num {
  font-size: clamp(30px, 2.5vw, 55px);
}

.lps_parts+.lps_parts.lps_parts--cta {
  margin-top: 200px;
}

.lps_parts--cta .lps_parts--child {
  background: #fff;
  padding: 72px 80px 50px;
  position: relative;
}

.lps_parts--cta .ttl_en {
  font-size: min(6vw, 6.25rem);
  color: rgba(75, 77, 83, .1);
  position: absolute;
  left: -4%;
  top: 0;
  line-height: .8;
  letter-spacing: .05em;
  transform: translateY(-50%);
}

.lps_parts--cta .ttlarea {
  margin-bottom: 54px;
}

.lps_parts--cta .ttlarea .ttl {
  font-size: 3rem;
  letter-spacing: .1em;
  margin-bottom: 36px;
}

.lps_parts--cta .ttlarea .text {
  font-size: clamp(13px, 0.83vw, 20px);
  line-height: 1.7;
  letter-spacing: .05em;
}

.lps_parts--cta .cta_btn .ttl {
  font-family: 游ゴシック体 pr6n b, yu gothic pr6n b;
  font-family: var(--font-secondary-b);
  line-height: 1;
  margin-bottom: 24px;
  padding-top: 24px;
  position: relative;
  letter-spacing: 0em;
}

.lps_parts--cta .cta_btn .ttl::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #838383;
  background: var(--clr-gray);
  position: absolute;
  left: 0;
  top: 0;
}

.lps_parts--cta .cta_tel {
  display: inline-block;
}

.lps_parts--cta .cta_tel .btn {
  height: 108px;
  display: flex;
  align-items: center;
}

.lps_parts--cta .cta_tel a {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.free-icon{
	max-width: 40px;
	display: block;
}
.lps_parts--cta .cta_tel a svg {
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
}

.lps_parts--cta .cta_tel a svg .icon-freedial {
  fill: #181818;
  fill: var(--clr-blk);
}

.lps_parts--cta .cta_tel .num {
  font-size: clamp(24px, 1.66vw, 42px);
  line-height: 1;
}

.lps_parts--cta .cta_tel .hours {
  margin-left: 14px;
  font-family: 游ゴシック体 pr6n m, yu gothic pr6n m;
  font-family: var(--font-secondary);
  font-size: 1rem;
}

.lps_parts--cta .cta_btn.cta_contact {
  width: 42%;
  margin-left: 10px;
}

.lps_parts--cta .cta_btn.cta_contact .btn {
  width: 100%;
}

.lps_parts--cta .cta_btn.cta_contact .btn a {
  width: 100%;
}

@media screen and (max-width:47.9375em) {
  .lps_parts+.lps_parts.lps_parts--cta {
    margin-top: 80px;
  }

  .lps_parts--cta .lps_parts--child {
    padding: 36px 24px 30px;
  }

  .lps_parts--cta .ttl_en {
    font-size: 3.5714285714rem;
  }

  .lps_parts--cta .ttlarea {
    margin-bottom: 32px;
  }

  .lps_parts--cta .ttlarea .ttl {
    font-size: 1.8571428571rem;
    margin-bottom: 16px;
  }

  .lps_parts--cta .ttlarea .text {
    font-size: 1.1428571429rem;
  }

  .lps_parts--cta .cta_btn .ttl {
    margin-bottom: 16px;
    padding-top: 16px;
  }

  .lps_parts--cta .cta_tel {
    margin-bottom: 20px;
  }

  .lps_parts--cta .cta_tel .btn {
    height: auto;
  }

  .lps_parts--cta .cta_tel a {
    flex-direction: column;
    align-items: center;
  }

  .lps_parts--cta .cta_tel a svg {
    top: 14px;
  }

  .cta_tel .tel {
    margin-bottom: 7px;
  }

  .lps_parts--cta .cta_btn.cta_contact {
    width: 100%;
    margin-left: 0;
  }
}

.lps_parts {
  position: relative;
  z-index: 1;
}

.lps_parts+.lps_parts {
  margin-top: 80px;
}

@media screen and (max-width:47.9375em) {
  .lps_parts+.lps_parts {
    margin-top: 30px;
  }
}

@media screen and (max-width:47.9375em) {
  .lps_parts {
    width: 96vw;
    margin-right: 0;
    margin-left: auto;
  }

  .lps_parts .btn {
    text-align: center;
  }
}

/*! CSS Used from: Embedded ; media=all */
@media all {
  .icon-freedial {
    fill: #fff;
    fill-rule: evenodd;
  }
}

/*! CSS Used from: Embedded ; media=all */
@media all {
  .icon-freedial {
    fill: #fff;
    fill-rule: evenodd;
  }
}

/*! CSS Used from: Embedded ; media=all */
@media all {
  .icon-freedial {
    fill: #fff;
    fill-rule: evenodd;
  }
}

/*! リフォーム */
.img-s-w{
  position: relative;
}

.b-tag{
  position: absolute;
  z-index: 1;
  top:0;
  left:0;
  padding: 10px 20px;
  background-color: #181818;
  color: #fff;
  opacity: 0.8;
}

.a-tag{
  position: absolute;
  z-index: 1;
  top:0;
  left:0;
  padding: 10px 20px;
  background-color: #1D7FB7;
  color: #fff;
  opacity: 0.8;
}




/*! 横レイアウト */




.lps_sec .ttl-03 .ttl_en {
	font-family: "tsukumin";
  font-size: clamp(24px, 1.66vw, 42px);
	font-weight: bold!important;
  letter-spacing: .05em;
  color: #666;
  margin-bottom: 0em;
}

.lps_sec .lps_parts--img_text .lps_parts--child:not(.bg-wh) .ttl-03 .ttl_en {
  font-size: clamp(24px, 1.66vw, 42px);
}

.lps_sec .ttl-03 {
  position: relative;
  z-index: 1;
	
}
.lps_sec .ttl-03 .typesquare_option {
	line-height: 1.5;
}

.lps_sec .ttl-03:not(:last-child) {
  margin-bottom: 2em;
	font-family: "tsukumin";
	font-weight: bold!important;
	
	
}


@media screen and (max-width:47.9375em) {
	.lps_sec .ttl-03:not(:last-child) {
  margin-bottom: 0em;
	font-family: "tsukumin";
	font-weight: bold!important;
	
	
}
	.lps_sec .ttl-03.service-h5:not(:last-child) {
  margin-bottom: 20px;
	font-family: "tsukumin";
	font-weight: bold!important;
	
	
}
  .ttl-03 {
    font-size: clamp(14px, 0.9vw, 22px);
  }

  .lps_parts--img_text .img-lg .ttl-03 {
    font-size: clamp(15px, 1.07vw, 27px);
  }

  .lps_sec .ttl-03 .ttl_en {
    font-size: clamp(14px, 0.9vw, 22px);
  }
	.lps_sec .ttl-03.service-h5 .ttl_en {
    font-size: clamp(24px, 1.66vw, 42px);
  }
	

  .lps_sec .lps_parts--img_text .lps_parts--child:not(.bg-wh) .ttl-03 .ttl_en {
    font-size: clamp(15px, 1.07vw, 27px);
  }
}

.lps_parts {
  position: relative;
  z-index: 1;
	
}

@media screen and (max-width:47.9375em) {
  .lps_parts {
    width: 96vw;
    margin-right: 0;
    margin-left: auto;
  }
}

.lps_parts--img_text .img_text--child .img {
  height: 100%;
}

.lps_parts--img_text .img_text--txt--inner {
  width: 100%;
}

.lps_parts--img_text .lps_parts--child:not(.bg-wh) {
  align-items: center;
}

.lps_parts--img_text .lps_parts--child:not(.bg-wh) .img_text--txt--inner {
  width: 90%;
  margin-left: auto;
}

.lps_parts--img_text .lps_parts--child:not(.bg-wh).flex-reverse .img_text--txt--inner {
  margin-left: 0;
  margin-right: auto;
}

.lps_parts--img_text .text {
  justify-content: flex-start;
}

.lps_parts--img_text .img-lg .img_text--img {
  position: absolute;
  top: 0;
}

.lps_parts--img_text .img-lg.flex-reverse .img_text--img {
  right: 0;
}

.lps_parts--img_text .img-lg.flex-reverse .img_text--txt {
  margin-right: auto;
}

@media print,
screen and (min-width:48em) {
  .lps_parts--img_text .img-lg .img_text--img {
    height: 100%;
  }

  .lps_parts--img_text .img-lg .img_text--txt {
    display: flex;
    align-items: center;
    min-height: 607.64px;
  }
}

@media screen and (max-width:47.9375em) {
  .lps_parts--img_text .lps_parts--child:not(.bg-wh) .img_text--txt--inner {
    width: 100%;
  }

  .lps_parts--img_text .img-lg .img_text--txt {
    margin-right: auto;
  }

  .lps_parts--img_text .lps_parts--child:not(.bg-wh) .img_text--img {
    margin-bottom: 14px;
  }

  .lps_parts--img_text .img-lg .img_text--img {
    position: relative;
  }

  .lps_parts--img_text .img-lg .img_text--child .img {
    width: 91.2vw;
    margin-left: 0;
  }
}


.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 30px;
}
.prev-arrow {
  left: -40px;
}
.next-arrow {
  right: -40px;
}

.lps_sec .section_ttl.ttl-lg .en.redesign{
	color: #bbb;
}
.img-sec{
	width: 45%;
	
}

.img-sec2{
	width: 30%;
	
}

.img-sec-merit{
	width: 20%;
}
.text-sec{
	width: 45%;
}
.text-sec p{
	margin-bottom: 20px;
}
.text-sec img{
	margin-bottom: 20px;
}
.text-sec2{
	width: 66%;
}

.text-sec-merit{
	width: 76%;
}

.flex-between{
	justify-content: space-between;
}
.flex-around{
	justify-content: space-around;
}
.align-center{
	align-items: center;
}

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

.text-sec{
	width: 100%;
}
	
	.img-sec2{
	width: 100%;
	
}
	.text-sec2{
	width: 100%;
}

	
}


.text-center{
	text-align: center;
}
.mb100{
	margin-bottom: 100px;
}
.mb200{
	margin-bottom: 200px;
}
.mb50{margin-bottom: 50px;}
.mb-50{margin-bottom: 50px;}


.no-posts{
	font-size: clamp(18px, 1.25vw, 32px);
	font-family: "Shippori Mincho", serif;
	margin-bottom: 50px;
}

.post--img.soldout::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    opacity: 1!important;
    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: 7.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%;
    height: 30%;
	left: 0;
	padding: 30px;
	text-align: center;
	z-index: 2;
}
.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;
}
.line-box .line-box-inner .line-cv:hover{
	opacity: 0.7;
}
.sold-wapen{
	background: #B3B542;
	padding: 6px 30px;
	border-radius: 40px;
	color: #fff;
	margin-left: 30px;
	
}


/*画像拡大バナー
*/


.img-zoom-link{
	display: flex;
  justify-content: center;
  align-items: center;
	overflow: hidden;
  background: #4b4d53;
  background: var(--bg-main);
  position: relative;

  aspect-ratio: 520/120;
  margin-bottom: 44px;
	border-radius: 5px;
}


.img-zoom-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  opacity: 0.7;
  background: rgba(000, 000, 000, .8);
  transition: all .4s ease-out;
  transition: var(--trans-default, all 0.4s ease-out);
}

.img-zoom-wrap:hover .img-zoom-link::before {
  opacity: 1;
}

.img-zoom-wrap:hover .img-zoom-link img {
  transition: all .4s ease-out;
  transition: var(--trans-default, all 0.4s ease-out);
  transform: scale(1.1);
}
.img-zoom-title{
	z-index: 2;
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-size: clamp(18px, 1.25vw, 32px);
}

@media screen and (max-width:767px) {
  .img-zoom-link {
    aspect-ratio: 520/200;
    margin-bottom: 10px;
  }
	.slick-arrow{
		display: none!important;
	}
}
/*ページネーション*/
.pagination {
    text-align: center;
	margin-bottom: 100px;
}

/* 現在開いている以外のページのタブ */
.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;
}


/*シングルページネーション*/

.pagination-pn{
	flex-flow: row wrap;
}




.pagination-pn a{
	padding: 20px 40px;
	border: 1px solid #000;
	border-radius: 100px;
	background: rgb(255, 255, 255,0.5);
	display: block;
	font-size: clamp(12px, 0.78vw, 18px);
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .pagination-pn a{
	padding: 10px 20px;
	border: 1px solid #000;
	border-radius: 100px;
	background: rgb(255, 255, 255,0.5);
	display: block;
	font-size: clamp(12px, 0.78vw, 18px);
	text-align: center;
}
	
	  
}

.pagination-pn a:hover{
	opacity: 0.7;
}
.pagination_next,.pagination_prev{
	position: relative;
}
.pagination_next a::before,.pagination_prev a::before{
	position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    top: 0;
    bottom: 0;
    
    margin: auto;
    transform: rotate(45deg);
}
.pagination_next a::before{
	transform: rotate(225deg);
	left: 10%;
   
}

.pagination_prev a::before{
	right: 10%;
}
/*@media screen and (max-width:767px) {
  .pagination-pn div{
	width: 100%;
	  margin-bottom: 20px;
}
}*/

.prev-arrow,
.next-arrow {
    
    width: 30px;
    height: 30px;
    background: #3B414C;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
   
}

.prev-arrow {
    transform: rotate(180deg);
    margin-right: 20px;
}

.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:10px;
    height:10px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}

.d-box{
	display: flex;
	flex-flow: row wrap;
	
}

.d-box-list{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
	box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
.d-box-list:nth-child(3n){
	margin-right: 0%;

}
}
@media only screen and (max-width: 767px) {
  .d-box-list{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.d-box-list:nth-child(2n){
	margin-right: 0%;

}
	
	 

