@charset "UTF-8";
/* 機能とパーツごとに分けたscssファイルをcssファイルにコンパイル */
/* function
------------------------------------------------ */
/* setting
------------------------------------------------ */
/* スマホ：~519px
　 タブレット：520px~959px
　 パソコン：960px~ */
html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
}

body {
  /* bodyの基本サイズを16pxに設定 */
  font-size: 1.6rem;
  font-family: "Noto Serif", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  text-align: justify;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 519px) {
  body {
    font-size: 1.4rem;
  }
}

.f-hina {
  font-family: "Hina Mincho", serif;
}

.f-sans {
  font-family: "メイリオ", Meiryo, sans-serif;
}

/* foundation
------------------------------------------------ */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

body {
  color: #000;
}

@media screen and (max-width: 959px) {
  .drawer--open {
    overflow: hidden;
  }
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

img {
  font-size: 0;
  vertical-align: bottom;
  max-width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.br-pc {
  display: block;
}
@media screen and (max-width: 959px) {
  .br-pc {
    display: none;
  }
}

.br-tab {
  display: none;
}
@media screen and (max-width: 959px) {
  .br-tab {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .br-sp {
    display: block;
  }
}

.nonbr-tab {
  display: block;
}
@media screen and (max-width: 959px) {
  .nonbr-tab {
    display: none;
  }
}

.nonbr-sp {
  display: block;
}
@media screen and (max-width: 519px) {
  .nonbr-sp {
    display: none;
  }
}

.link-disable {
  pointer-events: none;
  background-color: #aaa !important;
}

@media screen and (max-width: 519px) {
  .sptop {
    overflow: hidden;
  }
}

.space-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .space-sp {
    display: inline-block;
  }
}

.anchor {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 519px) {
  .anchor {
    margin-top: -2rem;
    padding-top: 2rem;
  }
}

/* utility
------------------------------------------------ */
.u-head1 {
  display: inline-block;
  padding: 3.5rem 13rem 4rem 5rem;
  color: white;
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: 3px;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/zao-stone/p/common/bg_head.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .u-head1 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 519px) {
  .u-head1 {
    padding: 2.5rem 10rem 3rem 4rem;
    font-size: 1.5em;
  }
}

.u-head2 {
  display: block;
  margin: 0 auto;
  padding: 2.5rem 5rem 2.5rem 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/zao-stone/p/common/bg_head2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 519px) {
  .u-head2 {
    font-size: 1rem;
  }
}
.u-head2 span {
  display: block;
  padding: 0 2.5rem;
  font-size: 3.6em;
  line-height: 1;
  border-top: solid 1px white;
}
@media screen and (max-width: 959px) {
  .u-head2 span {
    font-size: 3em;
  }
}
@media screen and (max-width: 519px) {
  .u-head2 span {
    padding: 0 2rem;
  }
}

.u-head3 {
  font-size: 1.7em;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 3px;
}
@media screen and (max-width: 959px) {
  .u-head3 {
    font-size: 1.6em;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 519px) {
  .u-head3 {
    font-size: 1.5em;
  }
}
.u-head3 span {
  font-size: 1.3em;
}

.u-head4 {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 3px;
}
@media screen and (max-width: 959px) {
  .u-head4 {
    font-size: 2.2em;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 519px) {
  .u-head4 {
    font-size: 1.8em;
  }
}

.u-space05 {
  padding: 0.5rem 0;
}

.u-space1 {
  padding: 1rem 0;
}

.u-space2 {
  padding: 2rem 0;
}

.u-space3 {
  padding: 3rem 0;
}

.u-space5 {
  padding: 5rem 0;
}

/* layout
------------------------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}

.translated-ltr .l-header {
  top: 56px;
}

.l-header--work {
  z-index: 100;
}

.l-inner {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1040px) {
  .l-inner {
    padding: 0 2rem;
  }
}
.l-inner--narrow {
  max-width: 100rem;
}
@media screen and (max-width: 140px) {
  .l-inner--narrow {
    padding: 0 2rem;
  }
}

/* component
------------------------------------------------ */
.c-btn {
  display: inline-block;
  position: relative;
  padding: 0.4rem 2rem;
  width: 16rem;
  font-size: 1.3rem;
  color: white;
  text-align: left;
  background-color: #912523;
}
.c-btn::after {
  content: "▶";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: 0.85em;
}

.c-header {
  position: relative;
  width: 100%;
}

.c-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 3rem;
}
@media screen and (max-width: 959px) {
  .c-header__container {
    padding: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-header__container {
    padding: 1rem 2rem 1rem 1rem;
  }
}

.c-header__container--work {
  padding: 1rem 2rem;
}

.c-header__la {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3rem;
  font-family: "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .c-header__la {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-header__la {
    font-size: 1.1rem;
  }
}

.c-header__btn {
  background-color: #fff;
}
.c-header__btn:hover {
  color: white;
  background-color: black;
}
.c-header__btn a {
  padding: 0.5rem 1.6rem;
}
@media screen and (max-width: 959px) {
  .c-header__btn a {
    padding: 0.3rem 1.3rem;
  }
}

.c-header__btn--current {
  color: white;
  background-color: black;
}
.c-header__btn--current a {
  pointer-events: none;
}

.c-header__hamburger {
  position: relative;
  right: 0;
  z-index: 100;
  width: 4.5rem;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media screen and (max-width: 959px) {
  .c-header__hamburger {
    width: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .c-header__hamburger {
    width: 3.5rem;
  }
}
.c-header__hamburger:hover {
  opacity: 0.8;
}

.c-header__hamburger-menu {
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 519px) {
  .c-header__hamburger-menu {
    padding-bottom: 0.3rem;
    font-size: 1rem;
  }
}

.c-header__hamburger-border {
  position: relative;
  width: 100%;
  height: 0.2rem;
  background-color: #5e5f5f;
  background-color: white;
  border-radius: 0.1rem;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-filter: drop-shadow(0 0 1px black);
          filter: drop-shadow(0 0 1px black);
}

.c-header__hamburger-border--top {
  top: 0;
}

.c-header__hamburger-border--middle {
  margin: 1.1rem 0;
}
@media screen and (max-width: 959px) {
  .c-header__hamburger-border--middle {
    margin: 0.9rem 0;
  }
}
@media screen and (max-width: 519px) {
  .c-header__hamburger-border--middle {
    margin: 0.6rem 0;
  }
}

.c-header__hamburger-border--bottom {
  bottom: 0;
}

.c-header__hamburger--open {
  right: 25rem;
  color: white;
}
@media screen and (max-width: 519px) {
  .c-header__hamburger--open {
    right: 23rem;
  }
}
.c-header__hamburger--open .c-header__hamburger-border--top {
  top: 1.3rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .c-header__hamburger--open .c-header__hamburger-border--top {
    top: 1.1rem;
  }
}
@media screen and (max-width: 519px) {
  .c-header__hamburger--open .c-header__hamburger-border--top {
    top: 0.8rem;
  }
}
.c-header__hamburger--open .c-header__hamburger-border--middle {
  opacity: 0;
}
.c-header__hamburger--open .c-header__hamburger-border--bottom {
  bottom: 1.3rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .c-header__hamburger--open .c-header__hamburger-border--bottom {
    bottom: 1.1rem;
  }
}
@media screen and (max-width: 519px) {
  .c-header__hamburger--open .c-header__hamburger-border--bottom {
    bottom: 0.8rem;
  }
}

.c-header__drawer-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: #000;
  opacity: 0.5;
  z-index: 40;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.c-header__drawer-modal--open {
  display: block;
}

.c-header__drawer {
  position: absolute;
  top: 0;
  right: -25rem;
  z-index: 40;
  padding: 2rem 2rem;
  width: 25rem;
  height: 100vh;
  height: 100dvh;
  font-weight: 500;
  background-color: #F7F6F4;
  background-color: #fff;
  border: solid 1px #c8a680;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  overflow: auto;
}
@media screen and (max-width: 519px) {
  .c-header__drawer {
    right: -23rem;
    padding: 1rem;
    width: 23rem;
  }
}
.c-header__drawer::-webkit-scrollbar {
  width: 0.5rem;
}
.c-header__drawer::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-header__drawer::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}
.c-header__drawer small {
  display: block;
  margin-top: 2rem;
  text-align: right;
  color: #c8a680;
  font-size: 1.1rem;
}

.c-header__drawer--open {
  right: 0;
}

.c-header__drawer-menus {
  list-style: none;
}

.c-header__drawer-menu a {
  display: block;
  position: relative;
  padding: 0.7rem 0.5rem 0.7rem 3.2rem;
  border-bottom: dotted 1px black;
}
.c-header__drawer-menu a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 121/109;
  width: 2rem;
  height: auto;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/zao-stone/p/common/icon_furo1.png);
  background-size: contain;
}
.c-header__drawer-menu a:hover::before {
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/zao-stone/p/common/icon_furo2.png);
}

.c-header__drawer-menu--current a::before {
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/zao-stone/p/common/icon_furo2.png);
}

.c-footer {
  width: 100%;
  overflow: hidden;
}

.c-footer__zao {
  position: relative;
  margin-bottom: -15vw;
  z-index: 0;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .c-footer__zao {
    margin-top: 5rem;
  }
}

.c-footer__container {
  position: relative;
  z-index: 1;
  padding: 1rem 0 1rem;
  color: white;
  background-color: #000;
}

.c-footer__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.c-footer__menu {
  margin-top: 1rem;
  border-left: solid 1px white;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .c-footer__menu {
    width: 25%;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__menu {
    width: 50%;
  }
}
.c-footer__menu:last-child {
  border-right: solid 1px white;
}
.c-footer__menu:nth-child(4n) {
  border-right: solid 1px white;
}
@media screen and (max-width: 519px) {
  .c-footer__menu:nth-child(2n) {
    border-right: solid 1px white;
  }
}
.c-footer__menu a {
  display: block;
  padding: 0 1.3rem;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .c-footer__menu a {
    font-size: 1em;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__menu a {
    font-size: 0.9em;
  }
}

.c-footer__name {
  margin-top: 2rem;
  padding-bottom: 0.5rem;
  font-size: 1.2em;
}
@media screen and (max-width: 519px) {
  .c-footer__name {
    font-size: 1.1em;
  }
}

.c-footer__contact {
  display: inline-block;
  padding: 0 1rem;
  color: black;
  background-color: #c8a680;
  border-radius: 5px;
}
@media screen and (max-width: 519px) {
  .c-footer__contact {
    margin-top: 0.5rem;
    font-size: 0.9em;
  }
}

.c-footer__tel,
.c-footer__fax,
.c-footer__mail {
  display: inline-block;
  padding-left: 1.5rem;
  font-size: 1.2em;
}
@media screen and (max-width: 959px) {
  .c-footer__tel,
  .c-footer__fax,
  .c-footer__mail {
    padding-left: 1rem;
    font-size: 1em;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__tel,
  .c-footer__fax,
  .c-footer__mail {
    display: block;
    padding: 0;
  }
}

@media screen and (max-width: 519px) {
  .c-footer__tel {
    margin-top: 0.5rem;
  }
}

.c-footer__address {
  margin-top: 1rem;
  font-size: 0.8em;
}

.c-footer__copy {
  margin-top: 0.8rem;
  font-size: 1rem;
}

.c-footer__top {
  position: absolute;
  bottom: 1rem;
  right: 5vw;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .c-footer__top {
    right: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__top {
    bottom: 4rem;
  }
}
.c-footer__top:hover {
  opacity: 0.8;
}
.c-footer__top img {
  width: 4rem;
}
@media screen and (max-width: 519px) {
  .c-footer__top img {
    width: 3.5rem;
  }
}
.c-footer__top span {
  display: block;
  margin-top: 2px;
  font-size: 1rem;
}

.c-banner {
  width: 100%;
}

.c-banner__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8rem;
  list-style: none;
}
@media screen and (max-width: 519px) {
  .c-banner__ul {
    margin-top: 1rem;
  }
}

.c-banner__li {
  width: 48%;
}
@media screen and (max-width: 959px) {
  .c-banner__li {
    width: 49%;
  }
}
@media screen and (max-width: 519px) {
  .c-banner__li {
    margin-top: 3rem;
    width: 100%;
  }
}

.c-banner__li--3col {
  width: 32%;
}
@media screen and (max-width: 519px) {
  .c-banner__li--3col {
    width: 100%;
  }
}

.c-banner__container {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.c-banner__container img {
  width: 100%;
  height: auto;
}

.c-banner__wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem;
  width: 100%;
  height: auto;
  text-align: right;
  color: white;
}
.c-banner__wrapper small {
  display: inline-block;
  margin-top: 1.3rem;
  padding: 0.3rem 1rem;
  border: solid 1px white;
}
@media screen and (max-width: 519px) {
  .c-banner__wrapper small {
    font-size: 1rem;
  }
}

.c-banner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}
.c-banner__wrap img {
  margin-right: 0.8rem;
  width: 7%;
  -webkit-filter: drop-shadow(0 0 2px black);
          filter: drop-shadow(0 0 2px black);
}
@media screen and (max-width: 519px) {
  .c-banner__wrap img {
    width: 8%;
  }
}
.c-banner__wrap span {
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 8px;
  -webkit-filter: drop-shadow(0 0 2px black) drop-shadow(0 0 2px black);
          filter: drop-shadow(0 0 2px black) drop-shadow(0 0 2px black);
}
@media screen and (max-width: 519px) {
  .c-banner__wrap span {
    font-size: 2.6rem;
  }
}

.c-banner__wrap--3col span {
  font-size: 3rem;
  letter-spacing: 5px;
}
@media screen and (max-width: 959px) {
  .c-banner__wrap--3col span {
    font-size: 2.5rem;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 519px) {
  .c-banner__wrap--3col span {
    font-size: 2.6rem;
    letter-spacing: 8px;
  }
}

.c-banner__wrap--news span {
  font-size: 2.7rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 959px) {
  .c-banner__wrap--news span {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 519px) {
  .c-banner__wrap--news span {
    font-size: 2.6rem;
    letter-spacing: 2px;
  }
}

.c-corner {
  position: relative;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 959px) {
  .c-corner {
    margin-bottom: 4rem;
  }
}
.c-corner img {
  width: 100%;
  max-height: 50dvh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
@media screen and (max-width: 519px) {
  .c-corner img {
    height: 35dvh;
  }
}
.c-corner h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  padding: 1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 1;
  width: 17%;
  height: auto;
  color: white;
  font-weight: 500;
  font-size: 3.5vw;
  line-height: 1.1;
  letter-spacing: 2px;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/zao-stone/p/common/bg_corner-title.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.9;
}
@media screen and (max-width: 959px) {
  .c-corner h1 {
    width: 20%;
    font-size: 4vw;
  }
}
@media screen and (max-width: 519px) {
  .c-corner h1 {
    padding: 0.5rem;
    width: 33.1%;
    font-size: 2.4rem;
  }
}
.c-corner h1 span {
  text-align: center;
  opacity: 1;
}

.c-about {
  width: 100%;
}

.c-about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-about__text {
  width: 53%;
}
@media screen and (max-width: 959px) {
  .c-about__text {
    width: 58%;
  }
}
@media screen and (max-width: 519px) {
  .c-about__text {
    width: 100%;
  }
}
.c-about__text p {
  margin-top: 1rem;
}
.c-about__text ul {
  list-style: none;
}
.c-about__text ul li {
  position: relative;
  margin-top: 1rem;
  padding-left: 2rem;
}
@media screen and (max-width: 519px) {
  .c-about__text ul li {
    padding-left: 1.5rem;
  }
}
.c-about__text ul li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.c-about__images {
  width: 40%;
}
@media screen and (max-width: 519px) {
  .c-about__images {
    width: 100%;
  }
}
.c-about__images img {
  margin-top: 2rem;
}
.c-about__images img:first-child {
  margin-top: 0;
}
@media screen and (max-width: 519px) {
  .c-about__images img:first-child {
    margin-top: 2rem;
  }
}
.c-about__images small {
  display: block;
  text-align: right;
}

.c-about__wrapper {
  margin: 8rem auto 0;
  padding: 5rem;
  width: 85rem;
  max-width: 88%;
  border: solid 1px black;
}
@media screen and (max-width: 959px) {
  .c-about__wrapper {
    margin-top: 6rem;
    padding: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .c-about__wrapper {
    margin-top: 5rem;
    padding: 2rem;
    max-width: 100%;
  }
}
.c-about__wrapper h2 {
  font-weight: 500;
  padding-bottom: 2rem;
}
@media screen and (max-width: 519px) {
  .c-about__wrapper h2 {
    font-size: 1.4em;
    padding-bottom: 1rem;
  }
}
.c-about__wrapper table {
  width: 100%;
  font-size: 1em;
}
.c-about__wrapper table th, .c-about__wrapper table td {
  padding: 1rem;
  font-weight: 500;
  vertical-align: top;
}
@media screen and (max-width: 519px) {
  .c-about__wrapper table th, .c-about__wrapper table td {
    display: block;
    padding: 0.5rem 0 1rem;
    width: 100%;
    text-align: justify;
  }
}
.c-about__wrapper table th {
  min-width: 9rem;
}
@media screen and (max-width: 519px) {
  .c-about__wrapper table th {
    padding-bottom: 0;
    font-weight: bold;
  }
}
.c-about__wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 2.5rem;
}
.c-about__wrapper ul li {
  width: 50%;
}
@media screen and (max-width: 519px) {
  .c-about__wrapper ul li {
    width: 100%;
  }
}
.c-about__wrapper ul li a {
  text-decoration: underline;
}
.c-about__wrapper small {
  display: inline-block;
  margin-top: 1rem;
}

.c-about__map {
  margin-top: 8rem;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .c-about__map {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .c-about__map {
    margin-top: 5rem;
  }
}
.c-about__map iframe {
  aspect-ratio: 2.5;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .c-about__map iframe {
    aspect-ratio: 2;
  }
}
@media screen and (max-width: 519px) {
  .c-about__map iframe {
    aspect-ratio: 1.2;
  }
}

.c-about__spa {
  padding-top: 8rem;
}
@media screen and (max-width: 519px) {
  .c-about__spa {
    padding-top: 6rem;
  }
}
.c-about__spa ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-top: 2rem;
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  .c-about__spa ul {
    font-size: 1.2em;
  }
}
.c-about__spa ul li {
  position: relative;
  margin-top: 3rem;
  padding-left: 3rem;
  width: 50%;
}
@media screen and (max-width: 519px) {
  .c-about__spa ul li {
    margin-top: 2rem;
    width: 100%;
  }
}
.c-about__spa ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
  width: 1.7rem;
  height: 1.7rem;
  border-top: solid 2px black;
  border-right: solid 2px black;
}
@media screen and (max-width: 519px) {
  .c-about__spa ul li::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.c-about__spa small {
  display: block;
  margin-top: 3rem;
  text-align: center;
}

.c-furo {
  width: 100%;
}

.c-furo__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8rem;
}
@media screen and (max-width: 519px) {
  .c-furo__container {
    margin-top: 6rem;
  }
}
.c-furo__container:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 519px) {
  .c-furo__container--re {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.c-furo__text {
  width: 53%;
}
@media screen and (max-width: 959px) {
  .c-furo__text {
    width: 58%;
  }
}
@media screen and (max-width: 519px) {
  .c-furo__text {
    width: 100%;
  }
}

.c-furo__title {
  margin-top: 2rem;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 3px;
}
@media screen and (max-width: 959px) {
  .c-furo__title {
    font-size: 1.8em;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 519px) {
  .c-furo__title {
    margin-top: 1.5rem;
    font-size: 1.6em;
  }
}
.c-furo__title span {
  font-size: 1.3em;
}

.c-furo__info {
  margin-top: 2rem;
}
@media screen and (max-width: 519px) {
  .c-furo__info {
    margin-top: 1.5rem;
  }
}

.c-furo__images {
  width: 40%;
}
@media screen and (max-width: 519px) {
  .c-furo__images {
    width: 100%;
  }
}
.c-furo__images img {
  margin-top: 2rem;
}
.c-furo__images img:first-child {
  margin-top: 0;
}
@media screen and (max-width: 519px) {
  .c-furo__images img:first-child {
    margin-top: 2rem;
  }
}
.c-furo__images small {
  display: block;
  text-align: right;
}

.c-furo__futokoro {
  margin-top: 8rem;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .c-furo__futokoro {
    margin-top: 5rem;
  }
}

.c-furo__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-furo__feature {
  position: relative;
  margin: 5rem auto 0;
  width: 30%;
  color: white;
}
@media screen and (max-width: 519px) {
  .c-furo__feature {
    width: 80%;
  }
}

.c-furo__feature-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: -10%;
  padding: 2.5rem;
  aspect-ratio: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.1;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/zao-stone/p/common/bg_circle1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .c-furo__feature-head {
    padding: 1.5rem;
    font-size: 3vw;
  }
}
@media screen and (max-width: 519px) {
  .c-furo__feature-head {
    padding: 2rem;
    font-size: 6vw;
  }
}

.c-furo__feature-body {
  padding: 3rem;
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/zao-stone/p/common/bg_circle2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .c-furo__feature-body {
    padding: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-furo__feature-body {
    padding: 3rem;
  }
}
.c-furo__feature-body span {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 7rem;
  border-bottom: solid 2px white;
}
@media screen and (max-width: 959px) {
  .c-furo__feature-body span {
    font-size: 6vw;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 519px) {
  .c-furo__feature-body span {
    font-size: 13vw;
  }
}

.c-furo__provide {
  display: block;
  margin: 3rem auto 0;
  padding: 3rem 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  font-size: 1.9em;
  font-weight: 500;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/zao-stone/p/common/bg_square.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 519px) {
  .c-furo__provide {
    font-size: 1.5em;
  }
}

.c-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8rem;
  aspect-ratio: 75/18;
  width: 45%;
  height: auto;
  color: white;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/zao-stone/p/common/bg_btn.png);
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .c-contact__btn {
    width: 48%;
  }
}
@media screen and (max-width: 519px) {
  .c-contact__btn {
    margin-top: 3rem;
    width: 100%;
  }
  .c-contact__btn:first-of-type {
    margin-top: 5rem;
  }
}
.c-contact__btn img {
  margin-right: 1rem;
  width: 5.5rem;
}
@media screen and (max-width: 959px) {
  .c-contact__btn img {
    width: 13%;
  }
}
@media screen and (max-width: 519px) {
  .c-contact__btn img {
    width: 11%;
  }
}

.c-contact__wrap {
  font-size: 3rem;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .c-contact__wrap {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 519px) {
  .c-contact__wrap {
    font-size: 6vw;
  }
}
.c-contact__wrap small {
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 519px) {
  .c-contact__wrap small {
    font-size: 1.3rem;
  }
}

.c-gallery {
  width: 100%;
}
.c-gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
  list-style: none;
}
@media screen and (max-width: 519px) {
  .c-gallery ul {
    margin-top: 4rem;
  }
}
.c-gallery ul li {
  margin: 5rem 5rem 0 0;
  width: calc(50% - 2.5rem);
}
@media screen and (max-width: 959px) {
  .c-gallery ul li {
    margin: 3rem 3rem 0 0;
    width: calc(50% - 1.5rem);
  }
}
@media screen and (max-width: 519px) {
  .c-gallery ul li {
    margin: 1rem 1rem 0 0;
    width: calc(50% - 0.5rem);
  }
}
.c-gallery ul li:nth-child(2n) {
  margin-right: 0;
}

.c-gallery__flow {
  margin-top: 0 !important;
  padding-bottom: 3rem;
}
@media screen and (max-width: 519px) {
  .c-gallery__flow {
    margin-top: 1rem !important;
    padding-bottom: 1rem;
  }
}
.c-gallery__flow li h4 {
  margin-top: 1rem;
  font-size: 1.8em;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .c-gallery__flow li h4 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 519px) {
  .c-gallery__flow li h4 {
    margin-top: 0.5rem;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 519px) {
  .c-gallery__flow li p {
    font-size: 0.9em;
  }
}

.c-work {
  position: relative;
  width: 100%;
  height: 100dvh;
  background-color: #fff;
}

@media screen and (max-width: 519px) {
  .c-work__frames {
    display: none;
  }
}

.c-work__frame-top,
.c-work__frame-bottom {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  height: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-work__frame-top::after,
.c-work__frame-bottom::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

.c-work__frame-bottom {
  top: auto;
  bottom: 0;
  left: 5.3rem;
  width: calc(100vw - 10.6rem);
}
@media screen and (max-width: 959px) {
  .c-work__frame-bottom {
    left: 5rem;
    width: calc(100vw - 10rem);
  }
}
.c-work__frame-bottom::after {
  top: auto;
  bottom: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

.c-work__frame-left,
.c-work__frame-right {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 0;
  height: 100dvh;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-work__frame-left::after,
.c-work__frame-right::after {
  content: "";
  position: absolute;
  top: 5.3rem;
  left: 100%;
  z-index: -1;
  width: 6px;
  height: calc(100% - 10.6rem);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 959px) {
  .c-work__frame-left::after,
  .c-work__frame-right::after {
    top: 5rem;
    height: calc(100% - 10rem);
  }
}

.c-work__frame-right {
  left: auto;
  right: 0;
}
.c-work__frame-right::after {
  left: auto;
  right: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

.c-work--frame-fixed .c-work__frame-top,
.c-work--frame-fixed .c-work__frame-bottom {
  height: 5.3rem;
}
@media screen and (max-width: 959px) {
  .c-work--frame-fixed .c-work__frame-top,
  .c-work--frame-fixed .c-work__frame-bottom {
    height: 5rem;
  }
}
.c-work--frame-fixed .c-work__frame-left,
.c-work--frame-fixed .c-work__frame-right {
  width: 5.3rem;
}
@media screen and (max-width: 959px) {
  .c-work--frame-fixed .c-work__frame-left,
  .c-work--frame-fixed .c-work__frame-right {
    width: 5rem;
  }
}

#fp-nav.left {
  left: 2.65rem !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  z-index: 99 !important;
}
@media screen and (max-width: 959px) {
  #fp-nav.left {
    left: 2.5rem !important;
  }
}
@media screen and (max-width: 519px) {
  #fp-nav.left {
    left: 2rem !important;
  }
}

#fp-nav.right {
  right: 2.65rem !important;
  -webkit-transform: translateX(50%) !important;
          transform: translateX(50%) !important;
  z-index: 99 !important;
}
@media screen and (max-width: 959px) {
  #fp-nav.right {
    right: 2.5rem !important;
  }
}
@media screen and (max-width: 519px) {
  #fp-nav.right {
    right: 2rem !important;
  }
}

.c-work__arrows {
  position: absolute;
  top: 50%;
  right: 2.65rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 100;
}

.c-work__arrow {
  display: block;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 50%;
  border: solid 1px black;
}

.c-work__container {
  position: relative;
  width: 100%;
  height: 100%;
}

.fp-section.active .c-work__container--fade {
  opacity: 0;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-work__wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4rem;
  color: white;
  text-align: right;
}
@media screen and (max-width: 519px) {
  .c-work__wrapper {
    padding: 2rem;
    text-align: center;
  }
}

.c-work__wrapper--left {
  left: 0;
  right: auto;
  text-align: left;
}

.c-work__wrapper--topright {
  top: 3rem;
  bottom: auto;
}
@media screen and (max-width: 519px) {
  .c-work__wrapper--topright {
    text-align: right;
  }
}

.c-work__title {
  display: inline-block;
  position: relative;
  padding-right: 5rem;
  font-size: 1.9em;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1rem;
  -webkit-filter: drop-shadow(1px 1px 3px black);
          filter: drop-shadow(1px 1px 3px black);
}
@media screen and (max-width: 519px) {
  .c-work__title {
    margin-right: 2rem;
    letter-spacing: 0.5rem;
  }
}
.c-work__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1rem;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.c-work__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 2.5rem;
  left: -2rem;
  width: calc(100% + 2rem);
  height: 1px;
  background-color: #fff;
}
.c-work__title span {
  font-size: 1.3em;
}
.c-work__title small {
  display: block;
  font-size: 0.5em;
  letter-spacing: 2px;
}

.c-work__title--left {
  margin-left: 2rem;
}

@media screen and (max-width: 519px) {
  .c-work__title--wide span {
    display: block;
    line-height: 1;
    padding-bottom: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  .c-work__title--right {
    margin-right: 0;
    padding: 0;
  }
}

.c-work__info {
  margin-top: 1.5rem;
  -webkit-filter: drop-shadow(1px 1px 1px black);
          filter: drop-shadow(1px 1px 1px black);
}
@media screen and (max-width: 519px) {
  .c-work__info {
    text-align: justify;
  }
}

.c-work__mainvisual {
  width: 100vw;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 519px) {
  .c-work__mainvisual--right {
    -o-object-position: 55% 50%;
       object-position: 55% 50%;
  }
}

.c-work__img {
  position: absolute;
  max-width: calc(100% - 5.3rem - 5.3rem);
  max-height: calc(100% - 5.3rem - 5.3rem);
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media screen and (max-width: 959px) {
  .c-work__img {
    max-width: calc(100% - 10rem);
    max-height: calc(100% - 10rem);
  }
}
@media screen and (max-width: 519px) {
  .c-work__img {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}

.c-work__text {
  position: absolute;
  z-index: 2;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media screen and (max-width: 519px) {
  .c-work__text {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
.c-work__text h2 {
  font-size: 1.1em;
}
.c-work__text p {
  margin-top: 1.5rem;
}
@media screen and (max-width: 959px) {
  .c-work__text p {
    margin-top: 1rem;
  }
}

.c-work__text--voice {
  padding: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100% !important;
  background-color: rgba(0, 0, 0, 0.3490196078);
}
.c-work__text--voice p {
  margin-top: 0;
}

.c-work__img--topleft {
  top: calc(10% - 3rem);
  left: 10%;
  z-index: 1;
  width: 42%;
}
@media screen and (max-width: 959px) {
  .c-work__img--topleft {
    top: calc(10% - 3rem);
    left: 12%;
    width: 60%;
  }
}
@media screen and (max-width: 519px) {
  .c-work__img--topleft {
    top: 4rem;
    left: 3rem;
    width: 70%;
  }
}

.c-work__img--topleft--large {
  width: 55%;
}
@media screen and (max-width: 959px) {
  .c-work__img--topleft--large {
    width: 65%;
  }
}
@media screen and (max-width: 519px) {
  .c-work__img--topleft--large {
    width: 80%;
  }
}

.fp-section.active .c-work__img--topleft {
  top: 10%;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .fp-section.active .c-work__img--topleft {
    top: 10%;
  }
}
@media screen and (max-width: 519px) {
  .fp-section.active .c-work__img--topleft {
    top: 7rem;
  }
}

@media screen and (max-width: 959px) {
  .c-work__img--topleft--tabsmall {
    top: calc(28% - 3rem);
    width: 50%;
  }
}
@media screen and (max-width: 519px) {
  .c-work__img--topleft--tabsmall {
    top: calc(50% - 3rem);
  }
}

@media screen and (max-width: 959px) {
  .fp-section.active .c-work__img--topleft--tabsmall {
    top: 28%;
  }
}
@media screen and (max-width: 519px) {
  .fp-section.active .c-work__img--topleft--tabsmall {
    top: 50%;
  }
}

.c-work__img--bottomright {
  bottom: calc(10% - 3rem);
  right: 10%;
  width: 42%;
  max-width: 60rem;
}
@media screen and (max-width: 959px) {
  .c-work__img--bottomright {
    right: 12%;
    width: 55%;
  }
}
@media screen and (max-width: 519px) {
  .c-work__img--bottomright {
    right: 3rem;
    bottom: calc(10% - 3rem);
    width: 65%;
  }
}

.c-work__img--bottomright--small {
  max-width: 40rem;
}

.fp-section.active .c-work__img--bottomright {
  bottom: 10%;
  opacity: 1;
}
@media screen and (max-width: 519px) {
  .fp-section.active .c-work__img--bottomright {
    bottom: 10%;
  }
}

@media screen and (max-width: 959px) {
  .c-work__img--bottomright--tabsmall {
    width: 48%;
  }
}
@media screen and (max-width: 519px) {
  .c-work__img--bottomright--tabsmall {
    bottom: 0;
  }
}

@media screen and (max-width: 519px) {
  .fp-section.active .c-work__img--bottomright--tabsmall {
    bottom: 3rem;
  }
}

.c-work__text--bottomright {
  bottom: 8.3rem;
  right: 8.3rem;
  color: white;
  -webkit-filter: drop-shadow(1px 1px 1px black);
          filter: drop-shadow(1px 1px 1px black);
  opacity: 1;
}
@media screen and (max-width: 519px) {
  .c-work__text--bottomright {
    bottom: 2rem;
    right: 2rem;
    width: calc(100% - 4rem);
  }
}

.c-work__text--topright {
  top: 25%;
  right: calc(10% - 3rem);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: calc(40% - 5rem);
}
@media screen and (max-width: 959px) {
  .c-work__text--topright {
    top: 8%;
    left: calc(12% - 3rem);
    right: auto;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    width: 73%;
  }
}
@media screen and (max-width: 519px) {
  .c-work__text--topright {
    top: 5rem;
    left: 0rem;
    width: calc(100% - 6rem);
  }
}

.fp-section.active .c-work__text--topright {
  right: 10%;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .fp-section.active .c-work__text--topright {
    left: 12%;
  }
}
@media screen and (max-width: 519px) {
  .fp-section.active .c-work__text--topright {
    left: 3rem;
  }
}

.c-work__text--centerleft {
  top: 50%;
  left: calc(10% - 3rem);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  padding-right: 2rem;
  width: calc(40% - 5rem);
}
@media screen and (max-width: 959px) {
  .c-work__text--centerleft {
    top: 11%;
    left: calc(12% - 3rem);
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    width: 68%;
  }
}
@media screen and (max-width: 519px) {
  .c-work__text--centerleft {
    top: 10%;
    left: 0rem;
    padding: 0;
    width: calc(100% - 6rem);
  }
}

.fp-section.active .c-work__text--centerleft {
  left: 10%;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .fp-section.active .c-work__text--centerleft {
    left: 12%;
  }
}
@media screen and (max-width: 519px) {
  .fp-section.active .c-work__text--centerleft {
    left: 3rem;
  }
}

.c-work__img--centerright {
  top: 50%;
  right: 2.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
}
@media screen and (max-width: 959px) {
  .c-work__img--centerright {
    top: auto;
    bottom: 5rem;
    right: 2rem;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: 65%;
  }
}
@media screen and (max-width: 519px) {
  .c-work__img--centerright {
    bottom: 7%;
    right: 0;
    width: calc(100% - 6rem);
    max-height: 50%;
    -o-object-position: right center;
       object-position: right center;
  }
}

.fp-section.active .c-work__img--centerright {
  right: 5.3rem;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .fp-section.active .c-work__img--centerright {
    right: 5rem;
  }
}
@media screen and (max-width: 519px) {
  .fp-section.active .c-work__img--centerright {
    right: 3rem;
  }
}

.c-work__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 2rem;
  z-index: 100;
  padding: 1.5rem;
  aspect-ratio: 1;
  font-size: 0.85em;
  color: white;
  border-radius: 50%;
  background-color: #c8a680;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media screen and (max-width: 519px) {
  .c-work__back {
    position: fixed;
    left: 1rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 519px) {
  .c-work__back {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
.c-work__back:hover {
  padding: 3rem;
  opacity: 0.8;
}

.c-work__back--active {
  bottom: 2rem;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 519px) {
  .c-work__back--active {
    bottom: 1rem;
  }
}

/* project
------------------------------------------------ */
.p-mainvisual {
  position: relative;
  width: 100%;
}

.p-mainvisual__slide {
  height: auto !important;
}
.p-mainvisual__slide img {
  width: 100%;
  height: auto;
  max-height: calc(100dvh - 2rem);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
@media screen and (max-width: 519px) {
  .p-mainvisual__slide img {
    height: 60dvh;
  }
}

.p-mainvisual__label {
  position: absolute;
  top: 0;
  left: 5vw;
  padding: 2rem 2rem;
  text-align: center;
  background-color: rgba(27, 22, 15, 0.8392156863);
}
@media screen and (max-width: 959px) {
  .p-mainvisual__label {
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 519px) {
  .p-mainvisual__label {
    padding: 1.5rem 1rem;
  }
}
.p-mainvisual__label img {
  width: 4rem;
}
@media screen and (max-width: 959px) {
  .p-mainvisual__label img {
    width: 3.5rem;
  }
}
@media screen and (max-width: 519px) {
  .p-mainvisual__label img {
    width: 3rem;
  }
}
.p-mainvisual__label h1 {
  position: relative;
  margin: 1.8rem auto 0;
  color: white;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 4.5rem;
  font-weight: 500;
  letter-spacing: 1.5rem;
}
@media screen and (max-width: 959px) {
  .p-mainvisual__label h1 {
    margin-top: 1.3rem;
    font-size: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .p-mainvisual__label h1 {
    margin-top: 1rem;
    font-size: 3.3rem;
    letter-spacing: 0.8rem;
  }
}
.p-mainvisual__label h1 span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -1.6rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 3px;
}
@media screen and (max-width: 959px) {
  .p-mainvisual__label h1 span {
    right: -1.3rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-mainvisual__label h1 span {
    right: -1.3rem;
    font-size: 1.1rem;
    letter-spacing: 2px;
  }
}
.p-mainvisual__label small {
  display: inline-block;
  margin-top: 3rem;
  font-size: 1.1rem;
  font-family: "メイリオ", Meiryo, sans-serif;
  color: #cebbbc;
}
@media screen and (max-width: 959px) {
  .p-mainvisual__label small {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.p-mainvisual__futokoro {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28vw;
  max-width: 33rem;
}

.p-feature {
  width: 100%;
}

.p-feature__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10rem;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/zao-stone/p/common/bg_obi1.png);
  background-size: contain;
  background-position: 50% 12%;
}
@media screen and (max-width: 959px) {
  .p-feature__container {
    margin-top: 8rem;
    padding-top: 5rem;
    background-size: 120% auto;
    background-position: 50% 0%;
  }
}
@media screen and (max-width: 519px) {
  .p-feature__container {
    margin-top: 6rem;
    padding-top: 4rem;
    background-size: auto 25rem;
  }
}
.p-feature__container:nth-child(2) {
  margin-top: 25rem;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/zao-stone/p/common/bg_obi2.png);
}
@media screen and (max-width: 959px) {
  .p-feature__container:nth-child(2) {
    margin-top: 15rem;
    background-position: 50% 11%;
  }
}
@media screen and (max-width: 519px) {
  .p-feature__container:nth-child(2) {
    margin-top: 9rem;
    background-position: 50% 81%;
  }
}

.p-feature__text {
  position: relative;
  padding-left: calc(50vw - 50rem);
  width: 45%;
}
@media screen and (max-width: 1040px) {
  .p-feature__text {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .p-feature__text {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .p-feature__text {
    padding: 0 2rem;
  }
}

.p-feature__text--re {
  padding-left: 0;
  padding-right: calc(50vw - 50rem);
}
@media screen and (max-width: 1040px) {
  .p-feature__text--re {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-feature__text--re {
    margin-top: 10rem;
    padding: 0 2rem;
  }
}

.p-feature__white {
  display: inline-block;
  padding: 0.3rem 5rem;
  font-size: 1.25em;
  background-color: #fff;
  border-radius: 1.5rem;
}
@media screen and (max-width: 959px) {
  .p-feature__white {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 519px) {
  .p-feature__white {
    font-size: 1.1em;
  }
}

.p-feature__title {
  margin-top: 1rem;
  color: white;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 3px;
}
@media screen and (max-width: 959px) {
  .p-feature__title {
    font-size: 1.8em;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 519px) {
  .p-feature__title {
    font-size: 1.6em;
  }
}
.p-feature__title span {
  font-size: 1.3em;
}

.p-feature__info {
  margin-top: 12rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 959px) {
  .p-feature__info {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .p-feature__info {
    margin-top: 5rem;
  }
}

.p-feature__image {
  position: relative;
  width: 55%;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .p-feature__image {
    width: 100%;
  }
}
.p-feature__image img:first-child {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 50%;
}
.p-feature__image img:nth-child(2) {
  width: 87%;
}

.p-feature__image--re {
  text-align: left;
}
.p-feature__image--re img:first-child {
  left: auto;
  right: 0;
}

.p-futokoro {
  width: 100%;
}

.p-futokoro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-futokoro__container {
  margin-top: 6rem;
  width: 47%;
  border: solid 1px #2a2319;
}
@media screen and (max-width: 959px) {
  .p-futokoro__container {
    width: 49%;
  }
}
@media screen and (max-width: 519px) {
  .p-futokoro__container {
    margin-top: 5rem;
    width: 100%;
  }
}

.p-futokoro__container--wide {
  margin-top: 8rem;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .p-futokoro__container--wide {
    margin-top: 6rem;
  }
}

.p-futokoro__title {
  position: relative;
  padding: 1.5rem;
  color: white;
  font-weight: 500;
  font-size: 1.3em;
  text-align: center;
  background-color: #2a2319;
}
.p-futokoro__title span {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  padding: 0.5rem 2rem;
  background-color: #912523;
}
@media screen and (max-width: 519px) {
  .p-futokoro__title span {
    padding: 0.3rem 1.5rem;
    font-size: 0.9em;
  }
}

.p-futokoro__wrapper {
  padding: 3rem;
}
@media screen and (max-width: 959px) {
  .p-futokoro__wrapper {
    padding: 2rem;
  }
}

.p-futokoro__feature {
  font-size: 1.7em;
  text-align: center;
}

.p-futokoro__info {
  margin: 2rem 0;
}

.p-futokoro__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-futokoro__images img {
  width: 47%;
}
@media screen and (max-width: 519px) {
  .p-futokoro__images img {
    width: 48%;
  }
}

.p-faq {
  width: 100%;
}

.p-faq__container {
  border-top: solid 0.1rem rgba(0, 0, 0, 0.1);
}
.p-faq__container:last-of-type {
  border-bottom: solid 0.1rem rgba(0, 0, 0, 0.1);
}

.p-faq__q {
  position: relative;
  padding: 2.5rem 2.5rem 2.8rem 4.5rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 959px) {
  .p-faq__q {
    padding: 2rem 2.5rem 2rem 3.5rem;
    font-size: 1.4em;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 519px) {
  .p-faq__q {
    padding: 1.5rem 2.5rem 1.5rem 3rem;
    font-size: 1.8rem;
  }
}
.p-faq__q:hover {
  background-color: rgba(196, 196, 196, 0.188);
}
.p-faq__q::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1.6rem;
  height: 0.1rem;
  background-color: black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-faq__q::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.7rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0.1rem;
  height: 1.6rem;
  background-color: black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-faq__q span {
  position: absolute;
  top: 48%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .p-faq__q span {
    font-size: 1.2em;
  }
}

.p-faq__q--open::before {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  opacity: 0;
}
.p-faq__q--open::after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}

.p-faq__a {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}

.p-faq__wrapper {
  padding-bottom: 2.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .p-faq__wrapper {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-faq__wrapper {
    padding-bottom: 1.5rem;
  }
}
.p-faq__wrapper a {
  text-decoration: underline;
}

.p-flow {
  width: 100%;
}

.p-flow__title {
  margin-top: 8rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-flow__title {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .p-flow__title {
    margin-top: 5rem;
  }
}

.p-flow__list {
  list-style: none;
}

.p-flow__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4rem auto 0;
  padding: 2rem 4rem;
  width: 70rem;
  max-width: 100%;
  border: solid 1px black;
}
@media screen and (max-width: 959px) {
  .p-flow__container {
    width: 88%;
  }
}
@media screen and (max-width: 519px) {
  .p-flow__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3rem;
    padding: 1rem 2rem;
    width: 100%;
  }
}
.p-flow__container h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35%;
  font-size: 1.8em;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .p-flow__container h3 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 519px) {
  .p-flow__container h3 {
    width: 100%;
    font-size: 1.4em;
  }
}
.p-flow__container h3 span {
  margin-right: 1rem;
  font-size: 1.3em;
}

.p-flow__info {
  width: 60%;
}
@media screen and (max-width: 519px) {
  .p-flow__info {
    width: 100%;
  }
}

.p-flow__caution {
  margin: 5rem auto 0;
  width: 70rem;
  max-width: 100%;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .p-flow__caution {
    width: 88%;
  }
}
@media screen and (max-width: 519px) {
  .p-flow__caution {
    margin-top: 3rem;
    width: 100%;
  }
}
.p-flow__caution li {
  position: relative;
  padding-left: 2rem;
}
@media screen and (max-width: 519px) {
  .p-flow__caution li {
    padding-left: 1.5rem;
  }
}
.p-flow__caution li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.p-works {
  width: 100%;
  padding-bottom: 3rem;
}

.p-works__container {
  margin-top: 4rem;
}
@media screen and (max-width: 519px) {
  .p-works__container {
    margin-top: 3rem;
  }
}
.p-works__container:first-of-type {
  margin-top: 0;
}

.p-works__title {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .p-works__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .p-works__title {
    font-size: 1.6rem;
  }
}

.p-works__thumb {
  position: relative;
  overflow: hidden;
}
.p-works__thumb::before {
  content: "詳しくはこちら - more -";
  display: inline-block;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 1.4rem;
  color: white;
  -webkit-filter: drop-shadow(1px 1px 3px black);
          filter: drop-shadow(1px 1px 3px black);
}
@media screen and (max-width: 519px) {
  .p-works__thumb::before {
    font-size: 1.2rem;
  }
}
.p-works__thumb::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-works__thumb img {
  aspect-ratio: 3.5;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (max-width: 519px) {
  .p-works__thumb img {
    aspect-ratio: 2.2;
  }
}
.p-works__thumb p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 90%;
  color: white;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 959px) {
  .p-works__thumb p {
    display: none;
  }
}
.p-works__thumb:hover {
  opacity: 1;
}
.p-works__thumb:hover::before {
  display: none;
}
.p-works__thumb:hover::after {
  opacity: 0.8;
}
.p-works__thumb:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-works__thumb:hover p {
  opacity: 1;
}

.p-works__thumb--10 img {
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}

.p-works__thumb--80 img {
  -o-object-position: 50% 80%;
     object-position: 50% 80%;
}

/* external
------------------------------------------------ */
/* toppage
----------------------------------- */
#toppage #page1 {
  background-position: 50% 90%;
}
@media screen and (max-width: 959px) {
  #toppage #page1 {
    background-position: 50% 50vw;
  }
}
@media screen and (max-width: 519px) {
  #toppage #page1 {
    background-position: 50% 240vw;
  }
}

/* h1
----------------------------------- */
#page1 > h1 {
  font-size: 0;
}

/* ページ
----------------------------------- */
#page1 {
  background-color: #dfe2da;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/zao-stone/p/common/bg.png);
  background-size: 100% auto;
  background-position: 50% 0%;
}
@media screen and (max-width: 519px) {
  #page1 {
    background-position: 50% 30dvh;
  }
}

/* コンテンツ
----------------------------------- */
/* メイン
----------------------------------- */
/* free
----------------------------------- */
.free {
  width: 100%;
}

/* image_スライド
----------------------------------- */
/* list
----------------------------------- */
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 0;
  width: 100%;
  max-width: 100rem;
}
@media screen and (max-width: 1040px) {
  .list {
    width: calc(100% - 4rem);
  }
}
.list h2 {
  display: none;
}
.list .kiji_contents {
  margin: 4rem 4rem 0 0;
  width: calc(33.333% - 2.6666666667rem);
}
@media screen and (max-width: 959px) {
  .list .kiji_contents {
    margin: 3rem 2rem 0 0;
    width: calc(33.333% - 1.3333333333rem);
  }
}
@media screen and (max-width: 519px) {
  .list .kiji_contents {
    margin: 3rem 1.5rem 0 0;
    width: calc(50% - 0.75rem);
  }
}
.list .kiji_contents:nth-of-type(1), .list .kiji_contents:nth-of-type(2) {
  margin-top: 0;
}
.list .kiji_contents:nth-of-type(3) {
  margin-top: 0;
}
@media screen and (max-width: 519px) {
  .list .kiji_contents:nth-of-type(3) {
    margin-top: 3rem;
  }
}
.list .kiji_contents:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 519px) {
  .list .kiji_contents:nth-of-type(3n) {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 519px) {
  .list .kiji_contents:nth-of-type(2n) {
    margin-right: 0;
  }
}
.list .kiji_contents .kiji_image {
  width: 100%;
  height: auto;
  border-collapse: collapse;
}
.list .kiji_contents .kiji_image img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.list .kiji_contents .kiji_body {
  width: 100%;
}
.list .kiji_contents .kiji_body .kiji_date {
  margin-top: 0.5rem;
}
.list .kiji_contents .kiji_body h3 {
  line-height: 1.5;
}
.list .kiji_contents .kiji_body p {
  display: none;
}
.list .links {
  display: block;
  margin-top: 4rem;
  width: 100%;
  font-size: 0.9em;
  text-align: right;
}
.list .links a {
  font-size: 1.1em;
}

/* list（トップページ）
----------------------------------- */
/* kiji
----------------------------------- */
#kiji {
  margin: 0 auto 0;
  width: 100%;
  max-width: 100rem;
  background-color: rgba(255, 255, 255, 0.6392156863);
}
@media screen and (max-width: 1040px) {
  #kiji {
    width: calc(100% - 4rem);
  }
}
#kiji h2 {
  padding: 1rem 2rem;
  color: white;
  line-height: 1.5;
  background-color: #912523;
}
@media screen and (max-width: 519px) {
  #kiji h2 {
    font-size: 1.3em;
  }
}
#kiji .kiji_contents {
  padding: 4rem;
}
@media screen and (max-width: 519px) {
  #kiji .kiji_contents {
    padding: 2rem;
  }
}
#kiji .kiji_contents .kiji_image {
  margin-bottom: 1rem;
}
#kiji .kiji_contents .kiji_image img {
  max-width: 100% !important;
}
#kiji .kiji_contents h2 {
  padding: 0;
  font-size: 1.5em;
  color: inherit;
  text-align: inherit;
  background-color: inherit;
}
#kiji .kiji_contents p {
  margin-top: 2rem;
}
#kiji .kiji_contents div {
  max-width: 100%;
}
#kiji .kiji_contents img {
  max-width: 100%;
}
@media screen and (max-width: 519px) {
  #kiji .kiji_contents img {
    height: auto !important;
  }
}
#kiji .kiji_contents a {
  color: #2facdf;
  word-wrap: break-word;
}
#kiji .kiji_contents iframe {
  aspect-ratio: 560/315;
  width: 100%;
  height: auto;
}
#kiji .kiji_contents table {
  max-width: 100%;
}
@media screen and (max-width: 519px) {
  #kiji .kiji_contents table.col_two td {
    display: block;
    width: 100% !important;
  }
}
#kiji .kiji_contents .kiji_date {
  margin-top: 5rem;
  font-size: 0.9em;
  text-align: right;
}

#member {
  display: none;
}

#kiji.kiji_comment .kiji_date {
  display: none;
}

#kiji_comment {
  display: none;
}

#kiji_footer {
  margin: 4rem auto 0;
  max-width: 100rem;
}
@media screen and (max-width: 1040px) {
  #kiji_footer {
    width: calc(100% - 4rem);
  }
}

/* お問合せ
----------------------------------- */
#main1 .contact,
#main1 .contact_preview,
#main1 .contact_send,
#main1 .contact_error {
  position: relative;
  margin: 5rem auto 0;
  width: 100%;
  max-width: 100rem;
}
@media screen and (max-width: 1040px) {
  #main1 .contact,
  #main1 .contact_preview,
  #main1 .contact_send,
  #main1 .contact_error {
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 519px) {
  #main1 .contact,
  #main1 .contact_preview,
  #main1 .contact_send,
  #main1 .contact_error {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
}
#main1 .contact h2,
#main1 .contact_preview h2,
#main1 .contact_send h2,
#main1 .contact_error h2 {
  font-size: 2.2rem;
  color: #912523;
  text-align: center;
}
@media screen and (max-width: 519px) {
  #main1 .contact h2,
  #main1 .contact_preview h2,
  #main1 .contact_send h2,
  #main1 .contact_error h2 {
    font-size: 1.8rem;
  }
}
#main1 .contact .contact_text,
#main1 .contact_preview .contact_text,
#main1 .contact_send .contact_text,
#main1 .contact_error .contact_text {
  text-align: center;
}
#main1 .contact .contact_text a.tel,
#main1 .contact_preview .contact_text a.tel,
#main1 .contact_send .contact_text a.tel,
#main1 .contact_error .contact_text a.tel {
  display: inline-block;
  padding: 2rem 4rem;
  color: #912523;
  font-size: 3.8rem;
  line-height: 1;
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_text a.tel,
  #main1 .contact_preview .contact_text a.tel,
  #main1 .contact_send .contact_text a.tel,
  #main1 .contact_error .contact_text a.tel {
    display: block;
    padding: 2rem 2rem 1rem;
    font-size: 3rem;
  }
}
#main1 .contact .contact_text a.tel img,
#main1 .contact_preview .contact_text a.tel img,
#main1 .contact_send .contact_text a.tel img,
#main1 .contact_error .contact_text a.tel img {
  margin-right: 1.5rem;
  width: 4rem;
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_text a.tel img,
  #main1 .contact_preview .contact_text a.tel img,
  #main1 .contact_send .contact_text a.tel img,
  #main1 .contact_error .contact_text a.tel img {
    margin-right: 1rem;
    width: 3rem;
  }
}
#main1 .contact .contact_form,
#main1 .contact_preview .contact_form,
#main1 .contact_send .contact_form,
#main1 .contact_error .contact_form {
  margin-top: 5rem;
  list-style: none;
}
@media screen and (max-width: 959px) {
  #main1 .contact .contact_form,
  #main1 .contact_preview .contact_form,
  #main1 .contact_send .contact_form,
  #main1 .contact_error .contact_form {
    margin-top: 3rem;
  }
}
#main1 .contact .contact_form li,
#main1 .contact_preview .contact_form li,
#main1 .contact_send .contact_form li,
#main1 .contact_error .contact_form li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_form li,
  #main1 .contact_preview .contact_form li,
  #main1 .contact_send .contact_form li,
  #main1 .contact_error .contact_form li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#main1 .contact .contact_form li:nth-last-child(2),
#main1 .contact_preview .contact_form li:nth-last-child(2),
#main1 .contact_send .contact_form li:nth-last-child(2),
#main1 .contact_error .contact_form li:nth-last-child(2) {
  border-bottom: 0.1rem solid #000;
}
#main1 .contact .contact_form li:last-child,
#main1 .contact_preview .contact_form li:last-child,
#main1 .contact_send .contact_form li:last-child,
#main1 .contact_error .contact_form li:last-child {
  display: block;
  text-align: center;
}
#main1 .contact .contact_form li:last-child .contact_index,
#main1 .contact_preview .contact_form li:last-child .contact_index,
#main1 .contact_send .contact_form li:last-child .contact_index,
#main1 .contact_error .contact_form li:last-child .contact_index {
  display: none;
}
#main1 .contact .contact_form li .contact_index,
#main1 .contact_preview .contact_form li .contact_index,
#main1 .contact_send .contact_form li .contact_index,
#main1 .contact_error .contact_form li .contact_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 2rem;
  width: 32%;
  text-align: left;
  background-color: #d8c1a6;
  border-top: 0.1rem solid #000;
  border-left: 0.1rem solid #000;
}
@media screen and (max-width: 959px) {
  #main1 .contact .contact_form li .contact_index,
  #main1 .contact_preview .contact_form li .contact_index,
  #main1 .contact_send .contact_form li .contact_index,
  #main1 .contact_error .contact_form li .contact_index {
    padding: 1rem;
  }
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_form li .contact_index,
  #main1 .contact_preview .contact_form li .contact_index,
  #main1 .contact_send .contact_form li .contact_index,
  #main1 .contact_error .contact_form li .contact_index {
    width: 100%;
    border-right: 0.1rem solid #000;
  }
}
#main1 .contact .contact_form li .contact_index span,
#main1 .contact_preview .contact_form li .contact_index span,
#main1 .contact_send .contact_form li .contact_index span,
#main1 .contact_error .contact_form li .contact_index span {
  display: block;
  width: 100%;
  color: #e55295;
  font-size: 0.8em;
  line-height: 1.5;
}
#main1 .contact .contact_form li .contact_index small,
#main1 .contact_preview .contact_form li .contact_index small,
#main1 .contact_send .contact_form li .contact_index small,
#main1 .contact_error .contact_form li .contact_index small {
  display: block;
}
#main1 .contact .contact_form li .contact_body_needs,
#main1 .contact_preview .contact_form li .contact_body_needs,
#main1 .contact_send .contact_form li .contact_body_needs,
#main1 .contact_error .contact_form li .contact_body_needs {
  font-size: 0.6em;
  color: #ef0000;
}
#main1 .contact .contact_form li .contact_body,
#main1 .contact_preview .contact_form li .contact_body,
#main1 .contact_send .contact_form li .contact_body,
#main1 .contact_error .contact_form li .contact_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 2rem;
  width: 68%;
  text-align: left;
  background-color: #fff;
  border-top: 0.1rem solid #000;
  border-left: 0.1rem solid #000;
  border-right: 0.1rem solid #000;
}
@media screen and (max-width: 959px) {
  #main1 .contact .contact_form li .contact_body,
  #main1 .contact_preview .contact_form li .contact_body,
  #main1 .contact_send .contact_form li .contact_body,
  #main1 .contact_error .contact_form li .contact_body {
    padding: 1rem;
  }
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_form li .contact_body,
  #main1 .contact_preview .contact_form li .contact_body,
  #main1 .contact_send .contact_form li .contact_body,
  #main1 .contact_error .contact_form li .contact_body {
    width: 100%;
  }
}
#main1 .contact .contact_form li .contact_body .contact_body_comment,
#main1 .contact_preview .contact_form li .contact_body .contact_body_comment,
#main1 .contact_send .contact_form li .contact_body .contact_body_comment,
#main1 .contact_error .contact_form li .contact_body .contact_body_comment {
  font-size: 0.7em;
  font-weight: bold;
  color: #ef0000;
}
#main1 .contact .contact_form li input[type=text],
#main1 .contact_preview .contact_form li input[type=text],
#main1 .contact_send .contact_form li input[type=text],
#main1 .contact_error .contact_form li input[type=text] {
  padding: 0.3rem 0.8rem;
  width: 100% !important;
  height: 4rem;
  color: #000;
  font-family: inherit;
  font-size: 1em;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_form li input[type=text],
  #main1 .contact_preview .contact_form li input[type=text],
  #main1 .contact_send .contact_form li input[type=text],
  #main1 .contact_error .contact_form li input[type=text] {
    width: 100% !important;
  }
}
#main1 .contact .contact_form li input[type=text]:focus,
#main1 .contact_preview .contact_form li input[type=text]:focus,
#main1 .contact_send .contact_form li input[type=text]:focus,
#main1 .contact_error .contact_form li input[type=text]:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
#main1 .contact .contact_form li input[type=checkbox],
#main1 .contact_preview .contact_form li input[type=checkbox],
#main1 .contact_send .contact_form li input[type=checkbox],
#main1 .contact_error .contact_form li input[type=checkbox] {
  margin: 0 0.5rem 0 1.5rem;
}
#main1 .contact .contact_form li input[type=checkbox]:first-of-type,
#main1 .contact_preview .contact_form li input[type=checkbox]:first-of-type,
#main1 .contact_send .contact_form li input[type=checkbox]:first-of-type,
#main1 .contact_error .contact_form li input[type=checkbox]:first-of-type {
  margin-left: 0;
}
#main1 .contact .contact_form li input[type=radio],
#main1 .contact_preview .contact_form li input[type=radio],
#main1 .contact_send .contact_form li input[type=radio],
#main1 .contact_error .contact_form li input[type=radio] {
  margin-left: 2rem;
  margin-right: 0.5rem;
  width: auto !important;
}
#main1 .contact .contact_form li input[type=radio]:first-of-type,
#main1 .contact_preview .contact_form li input[type=radio]:first-of-type,
#main1 .contact_send .contact_form li input[type=radio]:first-of-type,
#main1 .contact_error .contact_form li input[type=radio]:first-of-type {
  margin-left: 0;
}
#main1 .contact .contact_form li textarea,
#main1 .contact_preview .contact_form li textarea,
#main1 .contact_send .contact_form li textarea,
#main1 .contact_error .contact_form li textarea {
  padding: 0.3rem 0.8rem;
  width: 100%;
  height: 15rem;
  color: #000;
  font-family: inherit;
  font-size: 1em;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#main1 .contact .contact_form li textarea:focus,
#main1 .contact_preview .contact_form li textarea:focus,
#main1 .contact_send .contact_form li textarea:focus,
#main1 .contact_error .contact_form li textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
#main1 .contact .contact_form li select,
#main1 .contact_preview .contact_form li select,
#main1 .contact_send .contact_form li select,
#main1 .contact_error .contact_form li select {
  position: relative;
  margin: 0 0.8rem;
  padding: 0.3rem 5rem 0.3rem 0.8rem;
  height: 4rem;
  font-family: inherit;
  font-size: 1em;
  color: #000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: white url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/common/select.png);
  background-size: contain;
  background-position: right center;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background-repeat: no-repeat;
  border-radius: 0;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  #main1 .contact .contact_form li select,
  #main1 .contact_preview .contact_form li select,
  #main1 .contact_send .contact_form li select,
  #main1 .contact_error .contact_form li select {
    height: auto;
  }
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_form li select,
  #main1 .contact_preview .contact_form li select,
  #main1 .contact_send .contact_form li select,
  #main1 .contact_error .contact_form li select {
    margin: 0;
    padding-right: 4rem;
    width: 100%;
  }
}
#main1 .contact .contact_form li select:first-of-type,
#main1 .contact_preview .contact_form li select:first-of-type,
#main1 .contact_send .contact_form li select:first-of-type,
#main1 .contact_error .contact_form li select:first-of-type {
  margin-left: 0;
}
#main1 .contact .contact_form li select::-ms-expand,
#main1 .contact_preview .contact_form li select::-ms-expand,
#main1 .contact_send .contact_form li select::-ms-expand,
#main1 .contact_error .contact_form li select::-ms-expand {
  display: none;
}
#main1 .contact .contact_form li select:focus,
#main1 .contact_preview .contact_form li select:focus,
#main1 .contact_send .contact_form li select:focus,
#main1 .contact_error .contact_form li select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
#main1 .contact .contact_form li .formBtn,
#main1 .contact .contact_form li .backBtn,
#main1 .contact .contact_form li .sendBtn,
#main1 .contact_preview .contact_form li .formBtn,
#main1 .contact_preview .contact_form li .backBtn,
#main1 .contact_preview .contact_form li .sendBtn,
#main1 .contact_send .contact_form li .formBtn,
#main1 .contact_send .contact_form li .backBtn,
#main1 .contact_send .contact_form li .sendBtn,
#main1 .contact_error .contact_form li .formBtn,
#main1 .contact_error .contact_form li .backBtn,
#main1 .contact_error .contact_form li .sendBtn {
  display: inline-block;
  margin-top: 6rem;
  padding: 1rem;
  aspect-ratio: 75/18;
  width: 35rem;
  height: auto;
  font-size: 1.2em;
  color: white;
  letter-spacing: 3px;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/zao-stone/p/common/bg_btn.png);
  background-size: contain;
}
@media screen and (max-width: 959px) {
  #main1 .contact .contact_form li .formBtn,
  #main1 .contact .contact_form li .backBtn,
  #main1 .contact .contact_form li .sendBtn,
  #main1 .contact_preview .contact_form li .formBtn,
  #main1 .contact_preview .contact_form li .backBtn,
  #main1 .contact_preview .contact_form li .sendBtn,
  #main1 .contact_send .contact_form li .formBtn,
  #main1 .contact_send .contact_form li .backBtn,
  #main1 .contact_send .contact_form li .sendBtn,
  #main1 .contact_error .contact_form li .formBtn,
  #main1 .contact_error .contact_form li .backBtn,
  #main1 .contact_error .contact_form li .sendBtn {
    width: 45%;
  }
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_form li .formBtn,
  #main1 .contact .contact_form li .backBtn,
  #main1 .contact .contact_form li .sendBtn,
  #main1 .contact_preview .contact_form li .formBtn,
  #main1 .contact_preview .contact_form li .backBtn,
  #main1 .contact_preview .contact_form li .sendBtn,
  #main1 .contact_send .contact_form li .formBtn,
  #main1 .contact_send .contact_form li .backBtn,
  #main1 .contact_send .contact_form li .sendBtn,
  #main1 .contact_error .contact_form li .formBtn,
  #main1 .contact_error .contact_form li .backBtn,
  #main1 .contact_error .contact_form li .sendBtn {
    margin-top: 4rem;
    width: 100%;
  }
}
#main1 .contact .contact_form li .formBtn:hover,
#main1 .contact .contact_form li .backBtn:hover,
#main1 .contact .contact_form li .sendBtn:hover,
#main1 .contact_preview .contact_form li .formBtn:hover,
#main1 .contact_preview .contact_form li .backBtn:hover,
#main1 .contact_preview .contact_form li .sendBtn:hover,
#main1 .contact_send .contact_form li .formBtn:hover,
#main1 .contact_send .contact_form li .backBtn:hover,
#main1 .contact_send .contact_form li .sendBtn:hover,
#main1 .contact_error .contact_form li .formBtn:hover,
#main1 .contact_error .contact_form li .backBtn:hover,
#main1 .contact_error .contact_form li .sendBtn:hover {
  opacity: 0.8;
}
#main1 .contact .contact_form li .backBtn,
#main1 .contact_preview .contact_form li .backBtn,
#main1 .contact_send .contact_form li .backBtn,
#main1 .contact_error .contact_form li .backBtn {
  margin-right: 2rem;
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_form li .backBtn,
  #main1 .contact_preview .contact_form li .backBtn,
  #main1 .contact_send .contact_form li .backBtn,
  #main1 .contact_error .contact_form li .backBtn {
    margin-right: 0;
  }
}
#main1 .contact .contact_form li .formBtn:hover,
#main1 .contact .contact_form li .formBtn:focus,
#main1 .contact .contact_form li .backBtn:hover,
#main1 .contact .contact_form li .backBtn:focus,
#main1 .contact .contact_form li .sendBtn:hover,
#main1 .contact .contact_form li .sendBtn:focus,
#main1 .contact_preview .contact_form li .formBtn:hover,
#main1 .contact_preview .contact_form li .formBtn:focus,
#main1 .contact_preview .contact_form li .backBtn:hover,
#main1 .contact_preview .contact_form li .backBtn:focus,
#main1 .contact_preview .contact_form li .sendBtn:hover,
#main1 .contact_preview .contact_form li .sendBtn:focus,
#main1 .contact_send .contact_form li .formBtn:hover,
#main1 .contact_send .contact_form li .formBtn:focus,
#main1 .contact_send .contact_form li .backBtn:hover,
#main1 .contact_send .contact_form li .backBtn:focus,
#main1 .contact_send .contact_form li .sendBtn:hover,
#main1 .contact_send .contact_form li .sendBtn:focus,
#main1 .contact_error .contact_form li .formBtn:hover,
#main1 .contact_error .contact_form li .formBtn:focus,
#main1 .contact_error .contact_form li .backBtn:hover,
#main1 .contact_error .contact_form li .backBtn:focus,
#main1 .contact_error .contact_form li .sendBtn:hover,
#main1 .contact_error .contact_form li .sendBtn:focus {
  outline: none;
}
#main1 .contact .contact_form li .formBtn::-moz-foucus-inner,
#main1 .contact .contact_form li .backBtn::-moz-foucus-inner,
#main1 .contact .contact_form li .sendBtn::-moz-foucus-inner,
#main1 .contact_preview .contact_form li .formBtn::-moz-foucus-inner,
#main1 .contact_preview .contact_form li .backBtn::-moz-foucus-inner,
#main1 .contact_preview .contact_form li .sendBtn::-moz-foucus-inner,
#main1 .contact_send .contact_form li .formBtn::-moz-foucus-inner,
#main1 .contact_send .contact_form li .backBtn::-moz-foucus-inner,
#main1 .contact_send .contact_form li .sendBtn::-moz-foucus-inner,
#main1 .contact_error .contact_form li .formBtn::-moz-foucus-inner,
#main1 .contact_error .contact_form li .backBtn::-moz-foucus-inner,
#main1 .contact_error .contact_form li .sendBtn::-moz-foucus-inner {
  border: none;
  padding: 0;
}
#main1 .contact .contact_ssl,
#main1 .contact_preview .contact_ssl,
#main1 .contact_send .contact_ssl,
#main1 .contact_error .contact_ssl {
  display: none;
  padding: 2rem 3rem 5rem;
  color: white;
  font-size: 0.9em;
  text-align: justify;
  background-color: #545251;
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_ssl,
  #main1 .contact_preview .contact_ssl,
  #main1 .contact_send .contact_ssl,
  #main1 .contact_error .contact_ssl {
    padding: 2rem 2rem 5rem;
    font-size: 1rem;
  }
}
#main1 .contact .contact_ssl img,
#main1 .contact_preview .contact_ssl img,
#main1 .contact_send .contact_ssl img,
#main1 .contact_error .contact_ssl img {
  display: none;
}
#main1 .contact .contact_ssl a,
#main1 .contact_preview .contact_ssl a,
#main1 .contact_send .contact_ssl a,
#main1 .contact_error .contact_ssl a {
  color: inherit;
  text-decoration: underline;
}

/* プレビュー,エラー,送信完了画面
----------------------------------- */
#main1 .contact_preview .contact_body,
#main1 .contact_error .contact_body,
#main1 .contact_send .contact_body {
  font-weight: bold;
}
#main1 .contact_preview .backBtn,
#main1 .contact_error .backBtn,
#main1 .contact_send .backBtn {
  background-color: #9c9c9c !important;
  background-image: none !important;
}
@media screen and (max-width: 519px) {
  #main1 .contact_preview .sendBtn,
  #main1 .contact_error .sendBtn,
  #main1 .contact_send .sendBtn {
    margin-top: 2rem !important;
  }
}

/* エラー,送信完了画面のテキストとボタン
----------------------------------- */
/* プライバシーポリシー
----------------------------------- */
.parts6 {
  margin: 0 auto 0;
  max-width: 90rem;
  font-weight: 500;
}
@media screen and (max-width: 940px) {
  .parts6 {
    width: calc(100% - 4rem);
  }
}
.parts6 h2 {
  margin-bottom: 3rem;
  padding: 1rem;
  color: white;
  font-size: 1.4em;
  text-align: center;
  background-color: #c8a680;
}
@media screen and (max-width: 519px) {
  .parts6 h2 {
    font-size: 1.3em;
  }
}
.parts6 p {
  margin-top: 2rem;
}

/* カウンター
----------------------------------- */
.counter12 {
  padding: 0 0 2rem 2rem;
  font-size: 1rem;
  color: #9fa0a0;
}/*# sourceMappingURL=style.css.map */