@charset "UTF-8";
/*===============================================
Lapidem site｜wellness-contents
===============================================*/
/*===============================================
Lapidem site｜common
===============================================*/
.fw400 {
  font-weight: 400 !important;
}

* {
  word-break: normal !important;
}

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

body {
  font-family: futura-pt, "Noto Sans JP", sans-serif;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  background: #f3f1ee;
  color: #837677 !important;
  overflow-x: hidden;
}
body .wrapper {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
body .w1024 {
  max-width: 1024px;
}
body .w1280 {
  max-width: 1280px;
  margin: 0 auto;
}
body .w1440 {
  max-width: 1440px;
}
body img {
  height: auto;
  max-width: 100%;
}
body p, body dl {
  font-size: 0.9375rem;
  line-height: 2;
  text-align: justify;
  font-weight: normal;
}
body em {
  display: block;
  font-size: 3rem;
  line-height: 1;
  font-style: normal;
}
body a[href^="tel:"] {
  pointer-events: none;
}
body .txt-area {
  padding: 56px 32px;
}
body .txt-area p {
  margin-bottom: 40px;
}
body .txt-area p:last-child {
  margin-bottom: 0;
}
body .contents-image {
  width: calc(100% - 32px);
  padding-top: 62.577%;
}
body .contents-image::after {
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: left top;
  left: 16px;
}
@media screen and (min-width: 960px) {
  body .contents-image {
    padding: 0;
  }
}
body .author {
  text-align: right;
  margin: 1rem 0 0 auto;
  display: inherit;
  line-height: 1.8;
}
body .slick-next {
  right: -24px;
}
body .slick-prev {
  left: -24px;
  z-index: 10;
}
body .slick-prev:before, body .slick-next:before {
  color: #837677;
}
body .txt-effects {
  position: relative;
  overflow: hidden;
  word-break: normal;
}
body .txt-effects > span {
  visibility: hidden;
}
body .txt-effects::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: 100%;
  background: #f3f1ee;
  content: "";
  transform: translate3D(-120%, 0, 0);
}
body .txt-effects.isAnimate > span {
  visibility: visible;
  transition: visibility 0s 0.5s;
}
body .txt-effects.isAnimate::after {
  transition: transform 1.2s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transform: translate3D(100%, 0, 0);
}
body .txt-effects small {
  display: block;
}
body .btn-go-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  background: #09112C;
  border: 1px solid #f3f4f1;
  border-radius: 50%;
  display: block;
}
body .btn-go-top::before, body .btn-go-top::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: white;
  position: absolute;
  border-radius: 1px;
}
body .btn-go-top::before {
  transform: rotate(45deg);
  top: 20px;
  left: 19px;
}
body .btn-go-top::after {
  transform: rotate(-45deg);
  top: 20px;
  left: 7px;
}
@media screen and (min-width: 520px) {
  body .btn-go-top {
    bottom: 32px;
    right: 32px;
  }
}
body .modaal-content-container {
  padding: 32px;
}
body .modaal-content-container h3 {
  margin-bottom: 24px;
}
body .modaal-content-container h3:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background: #4C4445;
  margin-right: 7px;
  transform: translateY(-4px);
}
body .modaal-content-container p {
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  body .modaal-content-container {
    padding: 80px 56px 80px 41px;
  }
}
@media screen and (min-width: 960px) {
  body .txt-area {
    padding: 66px 56px 80px;
  }
  body .slick-next {
    right: 8px;
  }
  body .slick-prev {
    left: 8px;
  }
  body #stalker {
    pointer-events: none;
    position: fixed;
    top: -8px;
    left: -8px;
    width: 16px;
    height: 16px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    transform: translate(0, 0);
    transition: transform 0.2s;
    transition-timing-function: ease-out;
    z-index: 999;
  }
  body #stalker.hov_ {
    animation-name: hover;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
  }
  @keyframes hover {
    0% {
      top: -8px;
      left: -8px;
      width: 16px;
      height: 16px;
    }
    100% {
      top: -48px;
      left: -48px;
      width: 96px;
      height: 96px;
      opacity: 0;
    }
  }
}
body .tb-hide {
  display: block;
}
body .sp-hide {
  display: none;
}
@media screen and (min-width: 768px) {
  body .tb-hide {
    display: none;
  }
  body .sp-hide {
    display: initial;
  }
}
@media screen and (min-width: 960px) {
  body .tb-hide {
    display: initial;
  }
  body header nav ul .tb-hide {
    display: none;
  }
  body .pc-hide {
    display: none !important;
  }
}
body .contents-ttl {
  width: 100%;
  border-bottom: 1px solid #9F9391;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 32px;
  margin-top: 8px;
  padding-bottom: 12px;
}
body .contents-ttl.ja {
  font-size: 1.125rem;
  line-height: 1.6;
}
body .contents-ttl.ritual-detox {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  body .contents-ttl {
    font-size: 2rem;
    margin-bottom: 56px;
    padding-bottom: 24px;
    margin-top: 24px;
  }
  body .contents-ttl.ja {
    font-size: 1.5rem;
  }
}
body .item-ttl {
  font-size: 1.5rem;
}
body .sub-ttl {
  font-size: 1.75rem;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 40px;
}
body .sub-ttl__name {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-top: 4px;
}
body .sub-ttl__spec {
  font-size: 0.75rem;
  margin-left: 12px;
}
body .sub-ttl__academy-curriculum-list {
  margin-bottom: 24px;
  position: relative;
}
body .sub-ttl__academy-curriculum-list span {
  display: inline-block;
  background: #f3f1ee;
  padding-right: 15px;
  position: relative;
  z-index: 10;
}
body .sub-ttl__academy-curriculum-list::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #837677;
}
body .sub-ttl__contents {
  font-size: 1.75rem;
  line-height: 1.3;
  text-transform: uppercase;
}
body .sub-ttl__contents--sholder {
  font-size: 0.75rem;
  padding: 0.75rem 0.75rem 0.75rem 0;
  display: inline-block;
  line-height: 1.8;
}
body .sub-ttl__contents--sholder::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background: #4C4445;
  margin-right: 7px;
  transform: translateY(-4px);
}
body .sub-ttl__contents--container {
  margin-bottom: 40px;
}
body .sub-ttl__contents--container small {
  display: inline-block;
  line-height: 1.5;
}
body .sub-ttl__contents.line {
  width: 100%;
}
body .sub-ttl__contents.line span {
  display: inline-block;
  padding-right: 16px;
  background: #f3f1ee;
}
body .sub-ttl__contents.line span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #837677;
  display: block;
  position: absolute;
  top: 15px;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  body .sub-ttl__contents--sholder {
    padding: 0.75rem;
    display: inline-block;
  }
}
body .read-ttl {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 32px;
}
body .capitalize {
  text-transform: capitalize;
  display: inline-block;
}
body .blockSub__text__price {
  width: 180px;
  height: 32px;
  border: #837677 1px solid;
  padding-top: 2px;
  margin-bottom: 8px;
}
body .blockSub__text__price p {
  text-align: center;
}
body .blockSub__text__price p span {
  border-right: #4C4445 1px solid;
  padding-left: 4px;
  margin-right: 6px;
}
body .list-details > li:not(:last-child) {
  margin-bottom: 1rem;
}
body .list-details > li span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background: #837677;
  margin-right: 7px;
  transform: translateY(-4px);
}
body .list-details--sub li h3 {
  font-weight: normal !important;
  margin-bottom: 0 !important;
}
body .list-details--sub li p {
  text-indent: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
body .list-details--sub li p span::before {
  display: none;
}
@media screen and (min-width: 960px) {
  body .list-details li:not(:last-child) {
    margin-bottom: 0;
  }
}
body .txt-list {
  line-height: 1.6;
  font-size: 0.75rem;
}
body .txt-list h3 {
  margin-bottom: 8px;
}
body .txt-list ul {
  text-align: left;
}
body .txt-list ul li {
  display: inline-block;
}
body .txt-list ul li:not(:last-of-type) span::after {
  content: "、";
}
body .attention-list {
  margin-top: 24px;
  font-size: 0.75rem;
  line-height: 1.8;
}
body .attention-list li:first-of-type::before {
  content: "*1";
}
body .attention-list li:nth-of-type(2)::before {
  content: "*2";
}
body .mb16 {
  margin-bottom: 16px;
}
body .mb40 {
  margin-bottom: 40px;
}
body .mb56 {
  margin-bottom: 56px;
}
body .mb80 {
  margin-bottom: 56px;
}
@media screen and (min-width: 960px) {
  body .mb80 {
    margin-bottom: 80px;
  }
}
body .u-txtCenter {
  text-align: center;
}
body .u-blockCenter {
  margin: 0 auto;
}
body .u-mb0 {
  margin-bottom: 0 !important;
}
body .u-pb0 {
  padding-bottom: 0 !important;
}
body .u-mb__spacer-C {
  margin-bottom: 80px;
}
body .u-mb__spacer-H {
  margin-bottom: 24px;
}
body .u-marker {
  background: linear-gradient(transparent 50%, #ff0 50%);
}
body .u-bottomLine0 {
  background-image: none !important;
}
body .no-links {
  pointer-events: none;
}
body .ja {
  font-size: 80%;
}
body .stalker {
  z-index: 100000;
}
body .annotation {
  font-size: 80%;
}
body .ritual__active-ingredients__topic .annotation {
  margin-left: 1rem;
}
body .btn-container {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
body .btn-container .linkButton {
  margin: 0;
}
@media screen and (min-width: 480px) {
  body .btn-container {
    flex-direction: row;
    margin-top: 40px;
  }
}

/*===============================================
Lapidem site｜category-digest｜slider-component-B
===============================================*/
.slider-component-B.category-digest nav .main-ttl.txt-effects {
  padding: 56px 32px 0;
}
@media screen and (min-width: 960px) {
  .slider-component-B.category-digest nav .main-ttl.txt-effects {
    padding: 0;
  }
}
.slider-component-B.category-digest .slider-component__ritual-Detox .contents-image {
  background: url(../../img/index__rithal-Detox--mv-main240523-sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 960px) {
  .slider-component-B.category-digest .slider-component__ritual-Detox .contents-image {
    min-height: 570px;
    background: url(../../img/index__rithal-Detox--mv-main240523-pc.jpg) no-repeat center center/cover;
  }
}
.slider-component-B.category-digest .slider-component__ritual .contents-image {
  background: url(../../img/index__rithal--mv-main240523-sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 960px) {
  .slider-component-B.category-digest .slider-component__ritual .contents-image {
    min-height: 570px;
  }
}
.slider-component-B.category-digest .slider-component__five-elements .contents-image {
  background: url(../../img/index__five-elements--mv-main-sp.jpg) no-repeat top center/cover;
}
@media screen and (min-width: 960px) {
  .slider-component-B.category-digest .slider-component__five-elements .contents-image {
    background: url(../../img/index__five-elements--mv-main-sp.jpg) no-repeat bottom center/cover;
    min-height: 570px;
  }
}
.slider-component-B.category-digest .slider-component__bath-collection .contents-image {
  background: url(../../img/index__bath-collection--mv-main-sp.jpg) no-repeat top center/cover;
}
@media screen and (min-width: 960px) {
  .slider-component-B.category-digest .slider-component__bath-collection .contents-image {
    background: url(../../img/index__bath-collection--mv-main-sp.jpg) no-repeat bottom center/cover;
    min-height: 570px;
  }
}
.slider-component-B.category-digest .slider-component__massage-stone .contents-image {
  background: url(../../img/index__massage-stone--mv-main240526--sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 960px) {
  .slider-component-B.category-digest .slider-component__massage-stone .contents-image {
    background: url(../../img/index__massage-stone--mv-main240526--PC.jpg) no-repeat center center/cover;
    min-height: 570px;
  }
}
.slider-component-B.category-digest .slider-component__massage-oil .contents-image {
  background: url(../../img/index__massage-oil--mv-main240523-pc.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 960px) {
  .slider-component-B.category-digest .slider-component__massage-oil .contents-image {
    min-height: 570px;
  }
}

/*===============================================
Lapidem｜_header
===============================================*/
/*===============================================
Lapidem site｜mixin
===============================================*/
header {
  background: #f3f1ee;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 92px;
  padding: 38px 0;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
}
header h1 {
  width: 120px;
  height: 16px;
  margin: 0 auto;
  background: url(../logotype_lapidem-black.svg) no-repeat center center/contain;
  position: relative;
  z-index: 100;
}
header h1 a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  overflow: hidden;
}
header nav {
  position: absolute;
  top: -138px;
  left: -110%;
  width: 100%;
  min-height: 100vh;
  background: #f3f1ee;
  padding: 40px;
  box-sizing: border-box;
  z-index: 100;
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header nav .external-link a {
  display: block;
  position: relative;
}
header nav .external-link a::before {
  content: "";
  width: 6px;
  height: 1px;
  position: absolute;
  right: 16px;
  display: block;
  transform: rotate(-45deg) translateY(-30%);
  top: 50%;
  background-color: #837677;
}
header nav .external-link a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #837677;
  border-right: 1px solid #837677;
  margin-left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
@media screen and (min-width: 960px) {
  header nav .external-link a {
    display: flex;
    align-items: center;
    position: relative;
  }
  header nav .external-link a::before {
    right: 0;
  }
  header nav .external-link a::after {
    position: initial;
    transform: translateY(0);
  }
}
header nav .nav-ttl {
  display: block;
  margin-bottom: 62px;
  width: 120px;
}
header nav > ul {
  text-transform: uppercase;
  border-bottom: 1px solid #837677;
  font-size: 0.75rem;
}
header nav > ul > li a {
  cursor: pointer;
}
header nav > ul .nav-trigger {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
header nav > ul .nav-trigger + ul {
  padding-left: 1rem;
  padding-top: 1.5rem;
}
header nav > ul .nav-trigger::before {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background: #837677;
  position: absolute;
  right: 4px;
  top: 1px;
  transform: rotate(0);
  transition: all 0.5s ease-in-out;
}
header nav > ul .nav-trigger::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #837677;
  position: absolute;
  right: 0;
  top: 5px;
  transform: rotate(0);
  transition: all 0.5s ease-in-out;
}
header nav > ul .nav-trigger.active::before {
  transform: rotate(90deg);
  transition: all 0.5s ease-in-out;
}
header nav > ul .nav-trigger.active::after {
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}
header nav > ul .sub_menu-trigger {
  padding-top: 24px;
  padding-right: 15px;
  position: relative;
  display: inline-block;
}
header nav > ul .sub_menu-trigger::before {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background: #837677;
  position: absolute;
  right: 4px;
  top: 25px;
  transform: rotate(0);
  transition: all 0.5s ease-in-out;
}
header nav > ul .sub_menu-trigger::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #837677;
  position: absolute;
  right: 0;
  top: 29px;
  transform: rotate(0);
  transition: all 0.5s ease-in-out;
}
header nav > ul .sub_menu-trigger.active::before {
  transform: rotate(90deg);
  transition: all 0.5s ease-in-out;
}
header nav > ul .sub_menu-trigger.active::after {
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}
header nav > ul > li {
  padding-bottom: 24px;
}
header nav > ul > li .sub_menu {
  margin-top: 12px;
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
}
header nav > ul > li .sub_menu > li a {
  padding: 8px 0 7px 15px;
  display: block;
  position: relative;
}
header nav > ul > li .sub_menu > li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  top: 14px;
  left: 0;
  background: #837677;
}
@media screen and (min-width: 960px) {
  header nav .external-link a::before {
    background-color: #f3f1ee;
  }
  header nav .external-link a::after {
    border-top: 1px solid #f3f1ee;
    border-right: 1px solid #f3f1ee;
  }
}
header.active nav {
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
header .icon_cart {
  position: fixed;
  top: 28px;
  right: 24px;
  width: 30px;
  height: 32px;
  text-indent: -400%;
  overflow: hidden;
  background: url(../icon_cart-black.svg) no-repeat center center/contain;
  z-index: 110;
}
header .icon_mypage {
  position: absolute;
  top: 30px;
  right: 69px;
  width: 30px;
  height: 32px;
  text-indent: -500%;
  overflow: hidden;
  background: url(../icon_mypage-black.svg) no-repeat center center/contain;
  z-index: 110;
}
header .openButton {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 92px;
  height: 92px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  transition: all 0.5s ease-in-out;
}
header .openButton span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 1px;
  background-color: #837677;
  z-index: 2000;
}
header .openButton span:nth-of-type(1) {
  top: 37px;
  left: 24px;
  width: 44px;
}
header .openButton span:nth-of-type(2) {
  top: 46px;
  left: 24px;
  width: 40px;
}
header .openButton span:nth-of-type(3) {
  top: 55px;
  left: 24px;
  width: 36px;
}
header.active .openButton {
  transition: all 0.5s ease-in-out;
}
header.active .openButton span {
  background-color: #837677;
}
header.active .openButton span:nth-of-type(1) {
  transform: rotate(45deg);
  width: 40px;
  top: 40px;
}
header.active .openButton span:nth-of-type(2) {
  width: 0;
}
header.active .openButton span:nth-of-type(3) {
  transform: rotate(-45deg);
  width: 40px;
  top: 40px;
}
header.nav-scroll {
  background: rgba(232, 230, 228, 0.9);
  transition: all 0.5s ease-in-out;
}
header.nav-scroll .openButton span {
  background-color: #837677;
}
header.nav-scroll .icon_cart {
  background: url(../icon_cart-black.svg) no-repeat center center/contain;
}
header.nav-scroll .icon_mypage {
  background: url(../icon_mypage-black.svg) no-repeat center center/contain;
}
@media screen and (min-width: 960px) {
  header {
    padding: 32px 0;
  }
  header nav {
    position: absolute;
    top: 0;
    left: 0;
    min-height: auto;
    background: inherit;
    padding: 0;
    opacity: 1;
    z-index: 10;
  }
  header nav .nav-ttl {
    display: none;
  }
  header nav > ul {
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: none;
    font-size: 0.6875rem;
    letter-spacing: 0.1rem;
    transform: translateX(-38px);
    margin-top: 2px;
    line-height: 1.5;
  }
  header nav > ul > li {
    padding: 0 12px;
  }
  header nav > ul > li:nth-of-type(4) {
    margin-right: 200px;
  }
  header nav > ul > li .sub_menu {
    display: none;
  }
  header nav.active nav {
    top: -38px;
  }
  header .icon_mypage {
    position: fixed;
    top: 28px;
  }
  header .openButton {
    display: none;
  }
  header.nav-scroll nav ul {
    color: #837677;
  }
  header .header__container {
    position: relative;
    display: flex;
    gap: 80px;
    padding-left: 80px;
  }
  header .header__container h1 {
    margin: inherit;
  }
  header .header__container nav {
    position: relative;
  }
  header .header__container nav > ul {
    justify-content: flex-start;
    transform: translateX(0);
    margin-top: 0;
  }
  header .header__container nav > ul li:nth-of-type(4) {
    margin-right: 0;
  }
}

.header__subNab {
  display: none;
}

@media screen and (min-width: 960px) {
  .header__subNab {
    background: rgba(232, 230, 228, 0.9);
    border-top: 1px solid #f3f1ee;
    font-size: 0.75rem;
    color: #837677;
    position: fixed;
    top: 92px;
    left: 0;
    width: 100%;
    max-height: calc(100% - 92px);
    overflow-y: auto;
    z-index: 1000;
  }
  .header__subNab .List__header__subNab {
    display: flex;
    gap: 56px;
  }
  .header__subNab .List__header__subNab li h3 {
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .header__subNab .List__header__subNab li ul {
    margin-bottom: 40px;
  }
  .header__subNab .List__header__subNab li ul li {
    padding: 10px 0;
    line-height: 1.4;
    padding-left: 15px;
    text-indent: -15px;
  }
  .header__subNab .List__header__subNab li ul li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 1px;
    border-bottom: 1px solid #837677;
    margin-right: 7px;
    transform: translateY(-4px);
  }
  .header__subNab .List__header__subNab li ul li span {
    font-size: 110%;
    text-transform: uppercase;
  }
  .header__subNab .List__header__subNab li ul li span::after {
    content: "";
    width: 2rem;
    height: 1px;
    border-bottom: solid #837677 1px;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    transform: translateY(-3px);
  }
  .header__subNab .txt-area .allProducts::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(135deg);
    margin-left: 10px;
    margin-bottom: 2px;
    transition: all 0.5s ease-in-out;
  }
  .header__subNab .txt-area .allProducts:hover::after {
    transform: rotate(495deg);
    transition: all 0.5s ease-in-out;
  }
  .header__subNab__closeBtn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
  .header__subNab__closeBtn::before, .header__subNab__closeBtn::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px solid #837677;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .header__subNab__closeBtn::before {
    transform: rotate(45deg);
  }
  .header__subNab__closeBtn::after {
    transform: rotate(-45deg);
  }
  .header__subNab.shop .wrapper .contents-image {
    background: url(../../img/common__subNav--shopImg.jpg) no-repeat top center/cover;
  }
  .header__subNab.shop .wrapper .contents-image::after {
    content: "<<< shop";
  }
  .header__subNab.aboutUs .wrapper .contents-image {
    background: url(../../img/common__subNav--aboutUsImg.jpg) no-repeat top center/cover;
  }
  .header__subNab.aboutUs .wrapper .contents-image::after {
    content: "<<< about us";
  }
}
/*===============================================
Lapidem site｜_mv-component-sub
===============================================*/
/*===============================================
Lapidem site｜_btn-scroll
===============================================*/
.btn-scroll {
  /*スクロールダウン全体の場所*/
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  /*Scrollテキストの描写*/
  /* 丸の描写 */
  /* 線の描写 */
}
.btn-scroll span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  bottom: 10px;
  /*テキストの形状*/
  color: #f3f1ee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  word-break: initial;
}
.btn-scroll:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.btn-scroll:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: #f3f1ee;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.mv-component-sub {
  width: 100%;
  min-height: 70vh;
  background: #09112C;
  position: relative;
  padding: 32px;
  box-sizing: border-box;
  overflow-x: hidden;
}
.mv-component-sub .mv-component-sub__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 46px;
  color: #f3f1ee;
  margin-left: 0.46875rem;
  font-size: 1.375rem;
  line-height: 1.8;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.9375rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .mv-component-sub {
    width: calc(100% - 80px);
    height: calc(100vh - 60px);
    min-height: auto;
  }
  .mv-component-sub .mv-component-main__ttl {
    top: 50%;
    transform: translateY(-60%);
  }
}

/*===============================================
Lapidem｜_sub-nav-component
===============================================*/
/*===============================================
Lapidem site｜mixin
===============================================*/
.sub-nav-component ul {
  text-transform: uppercase;
  border-left: 1px solid #f3f1ee;
  border-top: 1px solid #f3f1ee;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.4;
}
.sub-nav-component ul li {
  width: 50%;
  padding: 21px 0;
  border-bottom: 1px solid #f3f1ee;
  border-right: 1px solid #f3f1ee;
}
.sub-nav-component ul li.ja {
  font-size: 91.667%;
}
.sub-nav-component ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.sub-nav-component ul li strong {
  display: block;
}
@media screen and (min-width: 960px) {
  .sub-nav-component {
    max-width: 1328px;
    margin: 0 auto;
    padding: 24px 0 25px;
  }
  .sub-nav-component ul {
    color: #837677;
    border: none;
    margin-bottom: 0;
  }
  .sub-nav-component ul li {
    width: auto;
    margin-left: 24px;
    border: none;
    padding: 0;
  }
}

/*===============================================
Lapidem｜_sub-nav-component__delux
===============================================*/
/*===============================================
Lapidem site｜mixin
===============================================*/
.sub-nav-component__delux {
  padding: 80px 56px;
}
.sub-nav-component__delux ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-size: 0.75rem;
  gap: 32px;
}
.sub-nav-component__delux ul li {
  width: calc((100% - 32px) / 2);
  border-left: 1px solid #837677;
  border-right: 1px solid #837677;
}
@media screen and (min-width: 960px) {
  .sub-nav-component__delux ul li {
    width: calc((100% - 128px) / 5);
  }
}

/*===============================================
Lapidem site｜contents-component-C
===============================================*/
/*===============================================
Lapidem site｜mixin
===============================================*/
.contents-component-C .contents-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.contents-component-C .contents-image::after {
  content: "<<< texttexttexttext";
  display: block;
  text-transform: uppercase;
  position: absolute;
  top: -100%;
  font-size: 0.75rem;
  text-align: right;
  color: #f3f1ee;
  padding-right: 18px;
  transition: all 0.5s ease-in-out;
}
.contents-component-C .contents-image.isAnimate::after {
  top: 0;
  transition: all 0.5s ease-in-out;
}
.contents-component-C.left .contents-image::after {
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: left top;
  left: 16px;
}
.contents-component-C.right .contents-image::after {
  transform-origin: right top;
  transform: rotate(-90deg) translateX(0);
  right: 32px;
}
.contents-component-C .wrapper {
  padding: 32px;
}
.contents-component-C .wrapper .contents-image {
  width: 100%;
  padding-top: 100%;
  background: black;
}
.contents-component-C .wrapper .txt-area {
  padding: 56px 0 0;
}
@media screen and (min-width: 768px) {
  .contents-component-C .wrapper {
    padding: 80px 56px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .contents-component-C .wrapper .contents-image {
    width: 35.702%;
    padding-top: 35.702%;
  }
  .contents-component-C .wrapper .txt-area {
    width: 64.298%;
  }
  .contents-component-C.left .wrapper .txt-area {
    padding: 56px 0 0 56px;
  }
  .contents-component-C.right .wrapper {
    flex-direction: row-reverse;
  }
  .contents-component-C.right .wrapper .txt-area {
    padding: 56px 56px 0 0;
  }
}

/*===============================================
Lapidem site｜contents-component-G
===============================================*/
/*===============================================
Lapidem site｜main-ttl
===============================================*/
.main-ttl {
  font-size: 2rem;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.main-ttl word-break:normal span {
  word-break: break-word;
}
.main-ttl .main-ttl__name {
  display: block;
  font-size: 0.75rem;
  margin-top: 8px;
  margin-bottom: 6px;
  line-height: 1.8;
}
.main-ttl .main-ttl__name > span {
  font-size: 0.625rem;
  margin-left: 0.625rem;
}
.main-ttl .main-ttl__name > span::before, .main-ttl .main-ttl__name > span::after {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 1px;
  border-bottom: 1px solid #837677;
  margin-bottom: 3px;
}
.main-ttl .main-ttl__name > span::before {
  margin-right: 3px;
}
.main-ttl .main-ttl__name > span::after {
  margin-left: 3px;
}
.main-ttl__sub {
  font-size: 0.9375rem;
  margin-left: 0.5rem;
  display: inline-block;
}

/*===============================================
Lapidem site｜linkButton
===============================================*/
.linkButton {
  width: 80%;
  max-width: 200px;
  height: 46px;
  padding-left: 24px;
  border: 1px #837677 solid;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  text-transform: uppercase;
  overflow: hidden;
}
.linkButton::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #837677;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.5s ease-in-out;
}
.linkButton::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #09112C;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.linkButton.before40::before {
  width: 40px;
}
.linkButton.before60::before {
  width: 60px !important;
}
.linkButton.before100::before {
  width: 100px !important;
}
.linkButton:hover {
  color: #f3f1ee;
}
.linkButton:hover::after {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.linkButton:hover::before {
  background-color: #f3f1ee;
  transform: translateX(24px);
  transition: all 0.5s ease-in-out;
}
.linkButton:hover .linkButton__content {
  color: #f3f1ee;
}
.linkButton__content {
  color: #837677;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.8;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 430px) {
  .linkButton::before {
    width: 50px;
  }
}
@media screen and (min-width: 960px) {
  .linkButton {
    margin: 0 auto 0 0;
  }
}

/*===============================================
Lapidem site｜mixin
===============================================*/
.contents-component-G .wrapper {
  padding: 56px 32px;
}
@media screen and (min-width: 960px) {
  .contents-component-G .wrapper {
    padding: 80px 56px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .contents-component-G .wrapper .main-ttl {
    width: 17.808%;
  }
  .contents-component-G .wrapper .contents-area {
    width: 77.397%;
  }
}

/*===============================================
Lapidem site｜contents-component-H
===============================================*/
/*===============================================
Lapidem site｜main-ttl
===============================================*/
.main-ttl {
  font-size: 2rem;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.main-ttl word-break:normal span {
  word-break: break-word;
}
.main-ttl .main-ttl__name {
  display: block;
  font-size: 0.75rem;
  margin-top: 8px;
  margin-bottom: 6px;
  line-height: 1.8;
}
.main-ttl .main-ttl__name > span {
  font-size: 0.625rem;
  margin-left: 0.625rem;
}
.main-ttl .main-ttl__name > span::before, .main-ttl .main-ttl__name > span::after {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 1px;
  border-bottom: 1px solid #837677;
  margin-bottom: 3px;
}
.main-ttl .main-ttl__name > span::before {
  margin-right: 3px;
}
.main-ttl .main-ttl__name > span::after {
  margin-left: 3px;
}
.main-ttl__sub {
  font-size: 0.9375rem;
  margin-left: 0.5rem;
  display: inline-block;
}

/*===============================================
Lapidem site｜linkButton
===============================================*/
.linkButton {
  width: 80%;
  max-width: 200px;
  height: 46px;
  padding-left: 24px;
  border: 1px #837677 solid;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  text-transform: uppercase;
  overflow: hidden;
}
.linkButton::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #837677;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.5s ease-in-out;
}
.linkButton::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #09112C;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.linkButton.before40::before {
  width: 40px;
}
.linkButton.before60::before {
  width: 60px !important;
}
.linkButton.before100::before {
  width: 100px !important;
}
.linkButton:hover {
  color: #f3f1ee;
}
.linkButton:hover::after {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.linkButton:hover::before {
  background-color: #f3f1ee;
  transform: translateX(24px);
  transition: all 0.5s ease-in-out;
}
.linkButton:hover .linkButton__content {
  color: #f3f1ee;
}
.linkButton__content {
  color: #837677;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.8;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 430px) {
  .linkButton::before {
    width: 50px;
  }
}
@media screen and (min-width: 960px) {
  .linkButton {
    margin: 0 auto 0 0;
  }
}

/*===============================================
Lapidem site｜mixin
===============================================*/
.contents-component-H {
  display: flex;
  flex-wrap: wrap;
  background: #f3f1ee;
  border: 1px solid #f3f1ee;
}
.contents-component-H .contents-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-width: 319px;
  width: 25%;
  padding: 32px;
  border-bottom: 1px solid #f3f1ee;
}
.contents-component-H .contents-container > p {
  text-align: center;
  margin-bottom: 24px;
}
.contents-component-H .contents-container > p span {
  display: inline-block;
}
.contents-component-H .contents-container .linkButton {
  margin: auto auto 0;
  max-width: 240px;
  width: 100%;
}
.contents-component-H .contents-container .linkButton::before {
  width: calc(100% - 157px);
}
@media screen and (min-width: 960px) {
  .contents-component-H .contents-container {
    padding: 80px 56px;
    border-bottom: none;
  }
  .contents-component-H .contents-container:not(:last-child) {
    border-right: 1px solid #f3f1ee;
  }
}

/*===============================================
Lapidem site｜contents-component-I
===============================================*/
/*===============================================
Lapidem site｜main-ttl
===============================================*/
.main-ttl {
  font-size: 2rem;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.main-ttl word-break:normal span {
  word-break: break-word;
}
.main-ttl .main-ttl__name {
  display: block;
  font-size: 0.75rem;
  margin-top: 8px;
  margin-bottom: 6px;
  line-height: 1.8;
}
.main-ttl .main-ttl__name > span {
  font-size: 0.625rem;
  margin-left: 0.625rem;
}
.main-ttl .main-ttl__name > span::before, .main-ttl .main-ttl__name > span::after {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 1px;
  border-bottom: 1px solid #837677;
  margin-bottom: 3px;
}
.main-ttl .main-ttl__name > span::before {
  margin-right: 3px;
}
.main-ttl .main-ttl__name > span::after {
  margin-left: 3px;
}
.main-ttl__sub {
  font-size: 0.9375rem;
  margin-left: 0.5rem;
  display: inline-block;
}

/*===============================================
Lapidem site｜linkButton
===============================================*/
.linkButton {
  width: 80%;
  max-width: 200px;
  height: 46px;
  padding-left: 24px;
  border: 1px #837677 solid;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  text-transform: uppercase;
  overflow: hidden;
}
.linkButton::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #837677;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.5s ease-in-out;
}
.linkButton::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #09112C;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.linkButton.before40::before {
  width: 40px;
}
.linkButton.before60::before {
  width: 60px !important;
}
.linkButton.before100::before {
  width: 100px !important;
}
.linkButton:hover {
  color: #f3f1ee;
}
.linkButton:hover::after {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.linkButton:hover::before {
  background-color: #f3f1ee;
  transform: translateX(24px);
  transition: all 0.5s ease-in-out;
}
.linkButton:hover .linkButton__content {
  color: #f3f1ee;
}
.linkButton__content {
  color: #837677;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.8;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 430px) {
  .linkButton::before {
    width: 50px;
  }
}
@media screen and (min-width: 960px) {
  .linkButton {
    margin: 0 auto 0 0;
  }
}

/*===============================================
Lapidem site｜mixin
===============================================*/
.contents-component-I .wrapper .image-area .contents-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.contents-component-I .wrapper .image-area .contents-image::after {
  content: "<<< texttexttexttext";
  display: block;
  text-transform: uppercase;
  position: absolute;
  top: -100%;
  font-size: 0.75rem;
  text-align: right;
  color: #f3f1ee;
  padding-right: 18px;
  transition: all 0.5s ease-in-out;
}
.contents-component-I .wrapper .image-area .contents-image.isAnimate::after {
  top: 0;
  transition: all 0.5s ease-in-out;
}
.contents-component-I .wrapper .image-area.left .contents-image::after {
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: left top;
  left: 16px;
}
.contents-component-I .wrapper .image-area.right .contents-image::after {
  transform-origin: right top;
  transform: rotate(-90deg) translateX(0);
  right: 32px;
}
.contents-component-I .wrapper .image-area .contents-image {
  padding-top: 100%;
  width: 100%;
}
.contents-component-I .wrapper .image-area .main-ttl {
  padding: 0 32px;
}
.contents-component-I .wrapper .contents-area {
  padding: 40px 32px;
  box-sizing: border-box;
}
.contents-component-I .wrapper .contents-area .contents-ttl {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 40px;
}
.contents-component-I .wrapper .contents-area p:not(.linkButton__content) {
  margin-bottom: 32px;
}
@media screen and (min-width: 960px) {
  .contents-component-I .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contents-component-I .wrapper .image-area {
    width: 33.359%;
  }
  .contents-component-I .wrapper .image-area .contents-image {
    margin-bottom: 56px;
  }
  .contents-component-I .wrapper .image-area .main-ttl {
    padding: 0 56px;
  }
  .contents-component-I .wrapper .contents-area {
    width: 66.641%;
    padding: 80px 56px;
    box-sizing: border-box;
  }
  .contents-component-I.right .wrapper {
    flex-direction: row-reverse;
  }
  .contents-component-I.right .wrapper .image-area .contents-image::after {
    transform-origin: right top;
    transform: rotate(-90deg) translateX(0);
    right: 32px;
  }
  .contents-component-I.right .wrapper .image-area .main-ttl {
    padding: 0;
  }
}

/*===============================================
Lapidem site｜contents-component-J
===============================================*/
/*===============================================
Lapidem site｜main-ttl
===============================================*/
.main-ttl {
  font-size: 2rem;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.main-ttl word-break:normal span {
  word-break: break-word;
}
.main-ttl .main-ttl__name {
  display: block;
  font-size: 0.75rem;
  margin-top: 8px;
  margin-bottom: 6px;
  line-height: 1.8;
}
.main-ttl .main-ttl__name > span {
  font-size: 0.625rem;
  margin-left: 0.625rem;
}
.main-ttl .main-ttl__name > span::before, .main-ttl .main-ttl__name > span::after {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 1px;
  border-bottom: 1px solid #837677;
  margin-bottom: 3px;
}
.main-ttl .main-ttl__name > span::before {
  margin-right: 3px;
}
.main-ttl .main-ttl__name > span::after {
  margin-left: 3px;
}
.main-ttl__sub {
  font-size: 0.9375rem;
  margin-left: 0.5rem;
  display: inline-block;
}

/*===============================================
Lapidem site｜linkButton
===============================================*/
.linkButton {
  width: 80%;
  max-width: 200px;
  height: 46px;
  padding-left: 24px;
  border: 1px #837677 solid;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  text-transform: uppercase;
  overflow: hidden;
}
.linkButton::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #837677;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.5s ease-in-out;
}
.linkButton::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #09112C;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.linkButton.before40::before {
  width: 40px;
}
.linkButton.before60::before {
  width: 60px !important;
}
.linkButton.before100::before {
  width: 100px !important;
}
.linkButton:hover {
  color: #f3f1ee;
}
.linkButton:hover::after {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.linkButton:hover::before {
  background-color: #f3f1ee;
  transform: translateX(24px);
  transition: all 0.5s ease-in-out;
}
.linkButton:hover .linkButton__content {
  color: #f3f1ee;
}
.linkButton__content {
  color: #837677;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.8;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 430px) {
  .linkButton::before {
    width: 50px;
  }
}
@media screen and (min-width: 960px) {
  .linkButton {
    margin: 0 auto 0 0;
  }
}

/*===============================================
Lapidem site｜mixin
===============================================*/
.contents-component-J .wrapper .image-area {
  padding: 32px 32px 0;
}
.contents-component-J .wrapper .image-area .contents-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.contents-component-J .wrapper .image-area .contents-image::after {
  content: "<<< texttexttexttext";
  display: block;
  text-transform: uppercase;
  position: absolute;
  top: -100%;
  font-size: 0.75rem;
  text-align: right;
  color: #f3f1ee;
  padding-right: 18px;
  transition: all 0.5s ease-in-out;
}
.contents-component-J .wrapper .image-area .contents-image.isAnimate::after {
  top: 0;
  transition: all 0.5s ease-in-out;
}
.contents-component-J .wrapper .image-area.left .contents-image::after {
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: left top;
  left: 16px;
}
.contents-component-J .wrapper .image-area.right .contents-image::after {
  transform-origin: right top;
  transform: rotate(-90deg) translateX(0);
  right: 32px;
}
.contents-component-J .wrapper .image-area .contents-image {
  padding-top: 62.577%;
  width: 100%;
  margin-bottom: 56px;
}
.contents-component-J .wrapper .image-area .main-ttl {
  padding: 0;
}
.contents-component-J .wrapper .contents-area {
  padding: 0 32px 40px;
  box-sizing: border-box;
}
.contents-component-J .wrapper .contents-area .contents-ttl {
  text-align: justify;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 40px;
}
.contents-component-J .wrapper .contents-area p:not(.linkButton__content) {
  margin-bottom: 32px;
}
.contents-component-J .wrapper .contents-area ul li {
  line-height: 1.8;
  padding-left: 16px;
  text-indent: -16px;
  font-size: 0.9375rem;
}
.contents-component-J .wrapper .contents-area ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background: #837677;
  margin-right: 7px;
  transform: translateY(-4px);
}
.contents-component-J .wrapper .contents-area small {
  line-height: 1.8;
  padding-left: 12.8px;
  text-indent: -12.8px;
}
.contents-component-J.right .wrapper {
  flex-direction: row-reverse;
}
.contents-component-J.right .wrapper .image-area .contents-image::after {
  transform-origin: right top;
  transform: rotate(-90deg) translateX(0);
  right: 32px;
}
@media screen and (min-width: 960px) {
  .contents-component-J {
    padding-bottom: 24px;
  }
  .contents-component-J .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .contents-component-J .wrapper .image-area {
    padding: 0;
    width: 33.359%;
  }
  .contents-component-J .wrapper .image-area .contents-image {
    padding-top: 100%;
  }
  .contents-component-J .wrapper .image-area .main-ttl {
    padding: 0 0 0 56px;
  }
  .contents-component-J .wrapper .contents-area {
    width: 66.641%;
    padding: 80px 56px;
    box-sizing: border-box;
  }
}

/*===============================================
Lapidem site｜item-component-C
===============================================*/
/*===============================================
Lapidem site｜mixin
===============================================*/
/*===============================================
Lapidem site｜main-ttl
===============================================*/
.main-ttl {
  font-size: 2rem;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.main-ttl word-break:normal span {
  word-break: break-word;
}
.main-ttl .main-ttl__name {
  display: block;
  font-size: 0.75rem;
  margin-top: 8px;
  margin-bottom: 6px;
  line-height: 1.8;
}
.main-ttl .main-ttl__name > span {
  font-size: 0.625rem;
  margin-left: 0.625rem;
}
.main-ttl .main-ttl__name > span::before, .main-ttl .main-ttl__name > span::after {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 1px;
  border-bottom: 1px solid #837677;
  margin-bottom: 3px;
}
.main-ttl .main-ttl__name > span::before {
  margin-right: 3px;
}
.main-ttl .main-ttl__name > span::after {
  margin-left: 3px;
}
.main-ttl__sub {
  font-size: 0.9375rem;
  margin-left: 0.5rem;
  display: inline-block;
}

.item-component-C {
  padding: 56px 0;
}
.item-component-C .wrapper .txt-area {
  padding: 0 32px;
}
.item-component-C .wrapper .txt-area .item-component-C__sub-nav {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
.item-component-C .wrapper .txt-area .item-component-C__sub-nav ul {
  text-transform: uppercase;
  border-left: 1px solid #f3f1ee;
  border-top: 1px solid #f3f1ee;
  margin-bottom: 56px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 32px;
}
.item-component-C .wrapper .txt-area .item-component-C__sub-nav ul li {
  width: 50%;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #f3f1ee;
  border-right: 1px solid #f3f1ee;
}
.item-component-C .wrapper .txt-area .item-component-C__sub-nav ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 960px) {
  .item-component-C .wrapper .txt-area .item-component-C__sub-nav ul {
    border: none;
    display: block;
  }
  .item-component-C .wrapper .txt-area .item-component-C__sub-nav ul li {
    border: none;
    width: 100%;
    text-align: left;
    height: auto;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}
.item-component-C .wrapper .txt-area .item-component-C__sub-nav ul li {
  cursor: pointer;
}
.item-component-C .wrapper .item-component-C__item-container {
  margin: 0 32px;
}
.item-component-C .wrapper .item-component-C__item-container .item-component-C__item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.item-component-C .wrapper .item-component-C__item-container .item-component-C__item-list li {
  width: calc((100% - 24px) / 2);
}
.item-component-C .wrapper .item-component-C__item-container .item-component-C__item-list li figure {
  margin-bottom: 16px;
}
.item-component-C .wrapper .item-component-C__item-container .item-component-C__item-list li .item-spec .item-spec__category {
  font-size: 10px;
  margin-bottom: 4px;
}
.item-component-C .wrapper .item-component-C__item-container .item-component-C__item-list li .item-spec h3 {
  font-size: 1.125rem;
  line-height: 1.2;
}
.item-component-C .wrapper .item-component-C__item-container .item-component-C__item-list li .item-spec h3 span {
  margin-top: 12px;
}
.item-component-C .wrapper .item-component-C__item-container .item-component-C__item-list li .item-spec p {
  text-align: left;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .item-component-C .wrapper .item-component-C__item-container .item-component-C__item-list li .item-spec .item-spec__category {
    font-size: 0.75rem;
  }
  .item-component-C .wrapper .item-component-C__item-container .item-component-C__item-list li .item-spec h3 {
    font-size: 1.5rem;
  }
  .item-component-C .wrapper .item-component-C__item-container .item-component-C__item-list li .item-spec p {
    text-align: left;
    line-height: 1.3;
  }
}
@media screen and (min-width: 960px) {
  .item-component-C {
    padding: 80px 0;
  }
  .item-component-C .wrapper {
    display: flex;
  }
  .item-component-C .wrapper .txt-area {
    width: 25%;
    padding: 0 56px;
  }
  .item-component-C .wrapper .txt-area .item-component-C__sub-nav {
    width: auto;
    left: 0;
    margin-left: 0;
  }
  .item-component-C .wrapper .item-component-C__item-container {
    width: 75%;
    margin: 0;
  }
  .item-component-C .wrapper .item-component-C__item-container .item-component-C__item-list {
    gap: 40px 20px;
  }
  .item-component-C .wrapper .item-component-C__item-container .item-component-C__item-list li {
    width: calc((100% - 40px) / 3);
  }
  .item-component-C.right .wrapper {
    flex-direction: row-reverse;
  }
  .item-component-C.right .wrapper .txt-area {
    padding: 0 0 0 56px;
  }
}

/*===============================================
Lapidem site｜inquiry-component
===============================================*/
/*===============================================
Lapidem site｜linkButton
===============================================*/
.linkButton {
  width: 80%;
  max-width: 200px;
  height: 46px;
  padding-left: 24px;
  border: 1px #837677 solid;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  text-transform: uppercase;
  overflow: hidden;
}
.linkButton::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #837677;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.5s ease-in-out;
}
.linkButton::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #09112C;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.linkButton.before40::before {
  width: 40px;
}
.linkButton.before60::before {
  width: 60px !important;
}
.linkButton.before100::before {
  width: 100px !important;
}
.linkButton:hover {
  color: #f3f1ee;
}
.linkButton:hover::after {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.linkButton:hover::before {
  background-color: #f3f1ee;
  transform: translateX(24px);
  transition: all 0.5s ease-in-out;
}
.linkButton:hover .linkButton__content {
  color: #f3f1ee;
}
.linkButton__content {
  color: #837677;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.8;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 430px) {
  .linkButton::before {
    width: 50px;
  }
}
@media screen and (min-width: 960px) {
  .linkButton {
    margin: 0 auto 0 0;
  }
}

.inquiry-component {
  padding: 80px 0;
  background: #f3f1ee;
}
.inquiry-component p:not(.linkButton__content) {
  text-align: center;
  margin-bottom: 24px;
}
.inquiry-component .linkButton {
  margin: 0 auto;
}

.l_2column {
  display: flex;
}
.l_2column > div {
  flex-grow: 1;
}
.l_2column > div:first-child {
  border-right: 1px solid #f3f1ee;
}

/* タブレット&PC Setting */
@media screen and (min-width: 520px) {
  .l_2column {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*===============================================
Lapidem｜_footer
===============================================*/
/*===============================================
Lapidem site｜mixin
===============================================*/
footer {
  background: #09112C;
  padding: 56px 0;
  text-align: center;
  color: #f3f1ee;
  position: relative;
}
footer h2 {
  width: 124px;
  height: 17px;
  margin: 0 auto 40px;
  background: url(../logotype_lapidem-white.svg) no-repeat center center/contain;
}
footer h2 a {
  text-indent: 100%;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
footer nav ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
footer nav ul.footer__contens-nav {
  text-transform: uppercase;
  border-left: 1px solid #f3f1ee;
  border-top: 1px solid #f3f1ee;
  margin-bottom: 56px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  border-left: 1px solid #474d63;
  border-top: 1px solid #474d63;
}
footer nav ul.footer__contens-nav li {
  width: 50%;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #f3f1ee;
  border-right: 1px solid #f3f1ee;
}
footer nav ul.footer__contens-nav li a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 960px) {
  footer nav ul.footer__contens-nav {
    border: none;
    display: block;
  }
  footer nav ul.footer__contens-nav li {
    border: none;
    width: 100%;
    text-align: left;
    height: auto;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}
footer nav ul.footer__contens-nav li {
  border-bottom: 1px solid #474d63;
  border-right: 1px solid #474d63;
}
footer nav ul.footer__sns-nav {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
footer nav ul.footer__sns-nav li a {
  padding: 0 22px;
  display: block;
  font-size: 0.875rem;
}
footer small {
  font-size: 0.75rem;
}
@media screen and (min-width: 960px) {
  footer {
    display: flex;
    flex-wrap: wrap;
    padding-top: 36px;
    padding-bottom: 0;
  }
  footer h2 {
    width: 200px;
    margin: 0;
  }
  footer nav {
    width: calc(100% - 200px);
    border-left: 1px solid #f3f1ee;
    padding-left: 36px;
    padding-bottom: 80px;
  }
  footer nav ul.footer__contens-nav {
    display: flex;
    margin-bottom: 16px;
  }
  footer nav ul.footer__contens-nav li {
    width: auto;
    border: none;
    margin-right: 24px;
    margin-bottom: 0;
  }
  footer nav ul.footer__sns-nav {
    margin: 0;
    justify-content: flex-start;
  }
  footer nav ul.footer__sns-nav li a {
    padding: 0 24px 0 0;
  }
  footer small {
    position: absolute;
    bottom: 24px;
    right: 120px;
  }
}

/*===============================================
Lapidem site｜c-sub-link
===============================================*/
.c-sub-link {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 40px 0 0;
}
.c-sub-link::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(45deg);
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .c-sub-link {
    left: 0;
    transform: translateX(0);
    margin: 56px 0 0;
  }
  .c-sub-link::after {
    transition: all 0.5s ease-in-out;
  }
  .c-sub-link:hover::after {
    transform: rotate(405deg);
    transition: all 0.5s ease-in-out;
  }
}

/*===============================================
Lapidem site｜common
===============================================*/
#sysMain, #corporate #sysMain {
  padding-top: 92px !important;
}

/*===============================================
Lapidem site｜latest-news
===============================================*/
#latest-news.contents-component-C .wrapper .contents-image {
  background: url(../wellness-contents__journal.jpg) no-repeat center center/cover;
}
#latest-news.contents-component-C .wrapper .contents-image::after {
  content: "<<< lapidem Journal";
}

/*===============================================
Lapidem site｜wellness-magazine
===============================================*/
#wellness-magazine.contents-component-C {
  background: #f3f1ee;
}
#wellness-magazine.contents-component-C .wrapper .contents-image {
  background: url(../wellness-contents_lapiholi.jpg) no-repeat center center/cover;
}
#wellness-magazine.contents-component-C .wrapper .contents-image::after {
  content: "<<< Lapiholi";
}

/*===============================================
Lapidem site｜interview
===============================================*/
#interview.contents-component-C {
  background: #f3f1ee;
}
#interview.contents-component-C .wrapper .contents-image {
  background: url(../wellness-contents__inDeep.jpg) no-repeat bottom center/cover;
}
#interview.contents-component-C .wrapper .contents-image::after {
  content: "<<< In Deep Lapidem";
}

/*=========================================================
Lapidem site｜inquiry-2culumn
=========================================================*/
#schedule.contents-component-I .wrapper .contents-area .sub-ttl__contents--container {
  border-bottom: solid 1px #b0a0a2;
}/*# sourceMappingURL=wellness-contents.css.map */