@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanmp.css");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Old+Mincho:wght@400;500;700&display=swap");
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

#teaser .top__mv__inner .inner {
  margin-block: 0 4.5em;
}
#teaser.preload .top__mv {
  opacity: 0;
}
#teaser.top .bg_marble {
  padding-block: 7.5em 12.5em;
}
@media screen and (max-width: 767px) {
  #teaser.top .bg_marble {
    padding-block: 7.5em;
  }
}
#teaser.top .bg_marble::after {
  opacity: 1;
}
#teaser .top__mv {
  opacity: 1;
}
#teaser .top__mv::before {
  transform: translateY(0);
  transition-delay: 0s;
}
#teaser .top__mv__ttl {
  background-position: 0 0;
}
#teaser .top__mv__ttl__en span {
  background-position: 0 0;
  opacity: 1;
}
#teaser .top__mv__lead {
  background-position: 0 0;
}
#teaser .top__mv__img {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  #teaser .inner {
    overflow: hidden;
  }
}
#teaser .top__concept,
#teaser .top__concept__ttl::before {
  color: #565861;
}
@media screen and (max-width: 767px) {
  #teaser .top__concept::before {
    inline-size: auto;
  }
}
#teaser .top__concept__main {
  padding-block: 0;
}
#teaser .top__concept__main::before {
  content: none;
}
#teaser .top__concept__main p {
  color: #565861;
}
#teaser .teaser__nav__item {
  background-color: #fff;
  padding-block: 2.375em 3.125em;
  padding-inline: 3.5em;
}
.navtit{text-align: center; background: #fff; padding-top: 30px;}
.tel{font-size: 2em;}
@media screen and (max-width: 767px) {
  #teaser .teaser__nav__item {
    padding-block: 2.5em 1.7857142857em;
    padding-inline: 2em;
  }
}
@media screen and (min-width: 768px) {
  #teaser .footer__supplier {
    padding-top: 6.25em;
  }
}/*# sourceMappingURL=teaser.css.map */

a.btn_03 {
  display: flex;
  justify-content: center;
  align-items: center;
/*  */
  height: 100px;
  position: relative;
  background: #b18865;
  border: 1px solid #b18865;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 1em;
	margin: 1em;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
@media screen and (min-width: 767px) {
	a.btn_03 {inline-size: 100%;}
}
a.btn_03:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.btn_03:hover {
  background: #fff;
  color: #b18865;
}
a.btn_03:hover:before {
  border-top: 2px solid #b18865;
  border-right: 2px solid #b18865;
}
.btnbox{max-width: 1000px; margin:100px auto;font-family: YakuHanMP, "Zen Old Mincho", serif;}

@media screen and (min-width: 767px) {
.towerbox{
	display: flex; justify-content: space-between;
}
}