@charset "UTF-8";
/*===============================================
Lapidem site｜regist-form
===============================================*/
/*===============================================
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｜_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｜#sysMain（aishipRリセット）
===============================================*/
#sysMain {
  padding: 148px 32px 56px !important;
  max-width: 1280px;
  margin: 0 auto 180px !important;
  color: #4C4445;
}
#sysMain h2 {
  background: #e8e6e2;
  color: #4C4445;
  padding: 8px 24px;
  font-size: medium;
  font-weight: normal;
  margin-bottom: 32px;
  line-height: 48px;
}
#sysMain select,
#sysMain button, #sysMain input[type=button], #sysMain input[type=reset], #sysMain input[type=submit] {
  background: transparent;
  border-radius: 17px;
  border: solid 1px #837677;
  padding: 0 32px;
  height: 35px;
  margin: 0.5em 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}
#sysMain .sysFormItem {
  margin: 24px 0;
}
#sysMain .sysFormItem input,
#sysMain .sysFormItem textarea {
  background: inherit;
  border: solid 1px #e8e6e2;
  margin: 0.5em 0;
  padding: 0.5em 0.3em;
}
#sysMain .sysFormItem .sysFormField textarea {
  width: 100%;
  height: 100px;
}
#sysMain .sysFormItem .sysButton {
  background: transparent;
  border-radius: 17px;
  border: solid 1px #837677;
  padding: 0 32px;
}
#sysMain .sysFormItem input[type=text],
#sysMain .sysFormItem input[type=tel],
#sysMain .sysFormItem input.loginId,
#sysMain .sysFormItem input[type=password],
#sysMain .sysFormItem input[type=tel] {
  width: 100%;
}
#sysMain .sysFormItem.sysBirthday input[type=text] {
  width: auto;
}
#sysMain .sysFormItem .sysFormLabel {
  margin-bottom: 8px;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  #sysMain .sysFormItem input[type=text],
  #sysMain .sysFormItem input[type=tel],
  #sysMain .sysFormItem input.loginId,
  #sysMain .sysFormItem input[type=password],
  #sysMain .sysFormItem input[type=tel] {
    width: auto;
  }
}
#sysMain #sysMemberRegisterConfirm .sysFormLabel:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background: #4C4445;
  transform: translateY(-4px);
  margin-right: 7px;
}
#sysMain #sysMemberRegisterConfirm .sysFormField {
  margin-left: 0.9375rem;
}/*# sourceMappingURL=regist-form.css.map */