/* 松戸石材 */

/* windows Chrome対策 */
.l-body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif !important;
}

/* 変数 */
body {
  --font-main: serif;
  --font-en: "Open Sans", sans-serif;
  --ci_purple: #cc7db1;
}

/* 右端のページへ戻るを角丸 */
.c-page-top {
  border-radius: 50%;
}

/* テキスト修飾 */
.txt-j {
  text-align: justify;
  text-justify: inter-ideograph;
}
.txt-mb {
  margin-bottom: 2em;
}
.txt-ad {
  font-style: normal !important;
}
.txt-bold {
  font-weight: 600;
}
.txt-red {
  color: #e60012;
}
.txt-center {
  text-align: center;
}

/* リンク装飾 */
.link-deco-none {
  text-decoration: none;
}
.link-deco-hover:hover {
  opacity: 0.8;
}

.splide__arrow {
  color: #000 !important;
}
.spider__arrow[data-direction="prev"] {
  left: -40px;
}
.spider__arrow[data-direction="next"] {
  right: -40px;
}
.spider__arrow[data-direction="prev"]::before {
  border-left: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
}
.spider__arrow[data-direction="next"]::before {
  border-right: 1px solid #000 !important;
  border-top: 1px solid #000 !important;
}

/* コピーライトの色を変更 */
.l-footer .c-copyright {
  background-color: #fff;
  color: #000;
  text-align: center;
}

/* フッターの色を変更 */
.l-footer {
  border-top: none;
}
.l-footer-widget-area {
  background-color: #f5f3f2;
  padding-top: 0 !important;
}

/* モバイルメニューの天地 */
.l-header__content {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* アニメーション設定 */
@keyframes slideTextFade {
  0%,
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* アニメ スライダーズーム */
.zoomOut {
  animation-name: zoomOutAnime;
  animation-duration: 2s;

  animation-fill-mode: forwards;
}
@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
/* アニメ スクロールダウン */
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* フェードイン設定 */
.fadein {
  opacity: 0;
  transition: all 1500ms;
  transform: translate(0, 100px);
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* PC時グローバルメニュー */
.p-global-nav .c-navbar__item > a {
  font-size: 17px !important;
  font-family: serif;
}
.p-global-nav {
  color: #000;
}
.l-header__content {
  background-color: rgba(255, 255, 255, 80%);
  height: 88px !important;
  font-size: 20px;
}
.l-header__content .c-row__col {
  margin-right: 50px;
}

/* PC時ヘッダー */
.header-pc {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10px;
  background-color: var(--ci_purple);
  color: #fff;
  text-align: center;
  font-weight: 600;
  height: 88px !important;
  font-size: 16px;
}
.header-pc__contact {
  text-align: center;
  width: 100%;
}
.header-pc__icon {
  color: #fff;
  font-size: 46px;
  line-height: 1em;
  font-size: 24px;
}

/* タイトル */
.top-case__title h2 {
  writing-mode: vertical-rl;
  font-family: var(--font-main);
  letter-spacing: 0.2em;
  font-size: 40px;
}
.smb-section__header {
  z-index: +100;
  position: absolute;
  right: 0;
  top: -50px;
}
.smb-section__header::before {
  position: absolute;
  display: inline-block;
  left: -6px;
  top: -45px;
  content: " ";
  background-image: url(/wp-content/uploads/2025/11/icon-circle1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  z-index: -1;
}
.top-case__title .smb-section__title:after {
  display: none;
}
h3.title__h3 {
  position: relative;
  font-family: var(--font-main);
  font-size: 48px;
  padding-left: 10px;
}
h3.title__h3::before {
  position: absolute;
  left: -30px;
  top: 0;
  content: " ";
  background-image: url(/wp-content/uploads/2025/11/icon-circle1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  z-index: -1;
}

/* トップ スライダー新 */
.slider__area {
  margin-top: 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  max-width: none !important;
}
.slider__img {
  position: relative;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.slider__item {
  color: #fff;
  text-shadow: 2px 2px 10px #555555;
  line-height: 1.2em;
  font-weight: 600;
  font-size: clamp(40px, 4.5vw, 80px);
  font-family: var(--font-main);
  text-align: center;
  width: clamp(300px, 28vw, 550px);
  height: clamp(300px, 28vw, 550px);
  display: flex;
  justify-content: center;
  align-items: center;

  background-size: cover;
  background-repeat: no-repeat;
}
.swiper-slide-active .slider__item {
  animation: slideTextFade 5s ease 0s 1 normal;
}
.slider__item--purple {
  background-image: url(/wp-content/uploads/2025/11/slider-circle1.png);
}
.slider__item--orange {
  background-image: url(/wp-content/uploads/2025/11/slider-circle2.png);
}
.slider__item--left {
  position: absolute;
  top: 50%;
  left: 10vw;
  transform: translateY(-50%);
}
.slider__item__right {
  position: absolute;
  top: 50%;
  right: 20vw;
  transform: translateY(-50%);
}

/* トップページ スクロールボタン */
.scroll {
  position: absolute;
  right: 1.5vw;
  bottom: 0;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  padding: 10px 10px 110px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 14px;
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 1;

  writing-mode: vertical-lr;
}
.scroll::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
  content: "";
}
.scroll::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

/* トップ インフォメーション */
.top-info__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
.top-info__item--left {
  margin-left: calc(50% - 50vw); /*左に飛び出す*/
}
.top-info__item--right {
  flex-direction: row-reverse;
  margin-right: calc(50% - 50vw); /*右に飛び出す*/
}
.top-info__img {
  width: calc(100% - 580px);
  height: 450px;

  object-fit: cover;
}
.top-info__txt {
  width: 540px;
}

/* リスト */
.list-mark {
  list-style: none;
}
.list-mark__li {
  position: relative;
  padding-left: 0.3em;
}
.list-mark__li::before {
  position: absolute;
  left: -1em;
  color: var(--ci_purple);
  content: "\f138";
  font-family: "iconfont";
}

/* フッター */
.footer {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  max-width: none !important;
}
.footer-cont {
  padding: 15px 0;
  background-color: var(--ci_purple);
  margin-bottom: 30px;
}
.footer-cont__item {
  width: 1100px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.footer-cont__tel {
  color: #fff;
  font-size: 36px;
  font-family: var(--font-main);
  line-height: 1em;
}
.footer-cont__icon {
  font-size: 28px;
  margin-right: 3px;
}
.footer-cont__button {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #fff;
  color: var(--ci_purple);
  font-size: 17px;
  line-height: 1em;
}
.footer-cont__button:hover {
  background-color: #f3ebf4;
}
.footer-data {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer-data__logo {
  width: 260px;
  height: auto;
  margin-bottom: 20px;
}
.footer-data__li {
  font-size: 18px;
}
.footer-data__lead {
  position: relative;
  padding: 0 65px;
  text-align: center;
  margin-bottom: 20px;
}
.footer-data__lead:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #000;
}
.footer-data__lead span {
  position: relative;
  padding: 0 1em;
  background: #f5f3f2;
}

/* PC ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
@media screen and (min-width: 1024px) {
  /* PC時に改行をなくす */
  .br_sp {
    display: none;
  }
  .br_tab {
    display: none;
  }

  /* マージン */
  .mt-ss {
    margin-top: 20px !important;
  }
  .mt-s {
    margin-top: 40px !important;
  }
  .mt-m {
    margin-top: 60px !important;
  }
  .mt-l {
    margin-top: 80px !important;
  }

  .mb-ss {
    margin-bottom: 20px !important;
  }
  .mb-s {
    margin-bottom: 40px !important;
  }
  .mb-m {
    margin-bottom: 60px !important;
  }
  .mb-l {
    margin-bottom: 80px !important;
  }

  /* アクセス マップ設定 */
  .map-area {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    max-width: none !important;
    height: 60vh;
  }
  .map-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* アクセス Googleマップ 色変更 PCのみ */
  .map-area iframe,
  .map-area object,
  .map-area embed {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;

    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
  }
  .map-area iframe:hover,
  .map-area object:hover,
  .map-area embed:hover {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);

    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
  }
} /* PC終了 */

/* タブレット ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
@media screen and (min-width: 520px) and (max-width: 1023px) {
  /* タブレット時に改行をなくす */
  .br_sp {
    display: none;
  }
  .br_pc {
    display: none;
  }

  /* マージン */
  .mt-ss {
    margin-top: 10px !important;
  }
  .mt-s {
    margin-top: 30px !important;
  }
  .mt-m {
    margin-top: 50px !important;
  }
  .mt-l {
    margin-top: 70px !important;
  }

  .mb-ss {
    margin-bottom: 10px !important;
  }
  .mb-s {
    margin-bottom: 30px !important;
  }
  .mb-m {
    margin-bottom: 50px !important;
  }
  .mb-l {
    margin-bottom: 70px !important;
  }

  /* アクセス マップ設定 */
  .map-area {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    max-width: none !important;
    height: 60vh;
  }
  .map-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
} /* タブレット終了 */

/* スマホ ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
@media screen and (max-width: 519px) {
  /* スマホ時に改行をなくす */
  .br_pc {
    display: none;
  }
  .br_tab {
    display: none;
  }

  /* マージン */
  .mt-ss {
    margin-top: 15px !important;
  }
  .mt-s {
    margin-top: 25px !important;
  }
  .mt-m {
    margin-top: 45px !important;
  }
  .mt-l {
    margin-top: 65px !important;
  }

  .mb-ss {
    margin-bottom: 15px !important;
  }
  .mb-s {
    margin-bottom: 25px !important;
  }
  .mb-m {
    margin-bottom: 45px !important;
  }
  .mb-l {
    margin-bottom: 65px !important;
  }

  /* アクセス マップ設定 */
  .map-area {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    max-width: none !important;
    height: 60vh;
  }
  .map-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
} /* スマホ終了 */

@font-face {
  font-family: "iconfont";
  src: url("fonts/iconfont.eot?xupado");
  src: url("fonts/iconfont.eot?xupado#iefix") format("embedded-opentype"),
    url("fonts/iconfont.ttf?xupado") format("truetype"),
    url("fonts/iconfont.woff?xupado") format("woff"),
    url("fonts/iconfont.svg?xupado#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope-o:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-home:before {
  content: "\f015";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-phone:before {
  content: "\f095";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-chain:before {
  content: "\f0c1";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-paw:before {
  content: "\f1b0";
}
.icon-paper-plane:before {
  content: "\f1d8";
}
.icon-send:before {
  content: "\f1d8";
}
.icon-facebook-official:before {
  content: "\f230";
}
.icon-telegram:before {
  content: "\f2c6";
}
