@charset "UTF-8";
/*font-family*/
/*color*/
/*font-size*/
/**transition**/
/**見出し**/
/**サブタイトル**/
/**スクロールアニメーション**/
/**hover-border-bottom**/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	min-height: 0vw;
}

body {
  font-family: "source-han-sans-japanese", "Yu Gothic Pr6N", "Reimin" sans-serif;
}

.Yu-Gothic-M {
  font-family: "Yu Gothic Pr6N M";
}

.Yu-Gothic-B {
  font-family: "Yu Gothic Pr6N B";
}

.Gen-Gothic-N {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
}

.Gen-Gothic-M {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
}

.Gen-Gothic-B {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
}

.Mincho-B {
  font-family: "Reimin Bold";
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-family: "Yu Gothic Pr6N B";
}

p,
td {
  font-family: "Yu Gothic Pr6N M";
}

/**loading**/
#loadingLogo {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1110000000;
    background-color: #f9e5e6;
    opacity: 1;
    pointer-events: none;	
	display:flex;
	justify-content:center;
	align-items:center;
}
body.is-loading #loadingLogo {
     opacity: 0;
    transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s;
}
#loadingLogo .loading__logo {
	display:block;
	width:320px;
	height:auto;
	opacity:0;
}
body.is-loading #loadingLogo .loading__logo {
	opacity:1;
	transition:opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#loading {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1110000000;
    background-color: #f9e5e6;
    opacity: 1;
    pointer-events: none;
}
body.is-loading #loading {
     opacity: 0;
    transition: 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header.scroll-header .header__info__btn {
  top: 16px;
}
@media screen and (max-width:760px) {
	#loadingLogo .loading__logo {
		width:70%;
	}
  .header.scroll-header .header__info__btn {
    top: initial;
    bottom: 0px;
  }
}
.header.scroll-header .header__button {
  top: 8px;
}
.header.scroll-header .header__button button {
  background-color: #595757;
}
.header.scroll-header .header__button button:hover {
  border-color: #fff;
}
.header.scroll-header .header__button button span {
  background-color: #fff;
}
.header.scroll-header .header__button button p {
  color: #fff;
}
.header.scroll-header a.contact-btn {
  border-color: #000;
  color: #000;
  background-color: #fff;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: white;
  height: 120px;
  position: fixed;
  /*ハンバーガーメニュー*/
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  padding: 24px 0;
}
.header__inner .logo-square {
  position: fixed;
  top: 16px;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__left__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header__left__box .header__info__btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 120px;
  top: 42px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media screen and (max-width:760px) {
  .header__left__box .header__info__btn {
    top: initial;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__left__box .header__info__btn a {
  display: block;
  width: 192px;
  padding: 0.71em 0.2em;
  position: relative;
  letter-spacing: 0.1em;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width:760px) {
  .header__left__box .header__info__btn a {
    width: 50%;
    padding: 0.81em 0.2em;
  }
}
.header__left__box .header__info__btn a::after {
  content: "＞";
  margin-left: 20px;
}
.header__left__box .header__info__btn .materials-btn {
  background-color: #e63736;
  color: #fff;
  border: 3px solid #e63736;
}
.header__left__box .header__info__btn .materials-btn:hover {
  padding-left: 25px;
  -webkit-transition: 0.3s cubic-bezier(0.07, 0.38, 0.59, 0.98);
  transition: 0.3s cubic-bezier(0.07, 0.38, 0.59, 0.98);
}
.header__left__box .header__info__btn .contact-btn {
  background-color: transparent;
  color: #000;
  border: 3px solid #000;
}
@media screen and (max-width:760px) {
  .header__left__box .header__info__btn .contact-btn {
    background-color: #fff;
    color: #000;
    border-color: #000;
  }
}
.header__left__box .header__info__btn .contact-btn:hover {
  padding-left: 25px;
  -webkit-transition: 0.3s cubic-bezier(0.07, 0.38, 0.59, 0.98);
  transition: 0.3s cubic-bezier(0.07, 0.38, 0.59, 0.98);
}
.header #HamburgerButton.menu-open span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(40deg);
          transform: translateY(9px) rotate(40deg);
}
.header #HamburgerButton.menu-open span:nth-child(2) {
  opacity: 0;
}
.header #HamburgerButton.menu-open span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-40deg);
          transform: translateY(-6px) rotate(-40deg);
}
.header__button {
  margin-left: 22px;
  position: fixed;
  z-index: 9999;
  right: 32px;
  top: 32px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media screen and (max-width:760px) {
  .header__button {
    right: 12px;
  }
}
.header__button button {
  width: 65px;
  height: 65px;
  border-radius: 100px;
  background-color: #fff;
  text-align: center;
  border: 2px solid transparent;
  -webkit-transition: border 0.2s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: border 0.2s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.header__button button:hover {
  border-color: #000;
}
.header__button button span {
  width: 33px;
  height: 3.5px;
  background-color: #000;
  display: block;
  margin: 4px auto;
}
.header__button button span:nth-child(1) {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.header__button button span:nth-child(3) {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.header__button button p {
  color: #000;
  font-size: 10px;
  letter-spacing: 0.14em;
  width: 33px;
  margin: 0 auto;
}

.logo-square img {
  width: 80px;
  height: 80px;
  display: block;
}

.fv__inner {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.fv .swiper-fv-img {
  height: 100vh;
}
.fv .swiper-fv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__contents {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.fv__title {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fv__title h1 {
	font-size:50px;
  font-size: clamp(1.25rem, 0.625rem + 3.33vw, 3.125rem);
  letter-spacing: 0.2em;
  color: #fff;
}
.fv__title h2 {
  width: 20.5%;
  max-width: 288px;
  min-width: 180px;
  margin: 1.5em auto 0;
}
.fv__title h2 img {
  display: block;
  width: 100%;
  height: auto;
}
.fv__bottom {
  display: grid;
  grid-template-columns: 150px 1fr 150px;
  gap: 2%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 48px;
  left: 0;
  width: 100%;
}
@media screen and (max-width:1250px) {
	.fv__title h2{
		margin-top:0.8em;
	}
  .fv__bottom {
    grid-template-columns: 138px 1fr 128px;
  }
}
@media screen and (max-width:1100px) {
  .fv__bottom {
    grid-template-columns: 124px 1fr 112px;
  }
}
@media screen and (max-width:1000px) {
  .fv__bottom {
    grid-template-columns: 124px 1fr;
    padding-right: 2%;
  }
}
@media screen and (max-width:920px) {
  .fv__bottom {
    padding-right: 0;
  }
}
@media screen and (max-width:760px) {
	.fv__title h1{
	font-size:22px;
   font-size: clamp(1.25rem, 0.625rem + 3.33vw, 3.125rem);		
	}
  .fv__bottom {
    grid-template-columns: 1fr;
  }
	.fv .swiper-fv-img .top-slide-01{
		object-position: right 20% bottom 0%;
	}
	.fv .swiper-fv-img .top-slide-03{
		object-position: right 20% bottom 0%;
	}
}
@media screen and (max-width:920px) {
  .fv__nav {
    overflow-x: scroll;
  }
}
.fv__nav ul {
  display: grid;
  grid-template-columns: 96px 148px 116px 180px 96px;
  gap: 7%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width:1250px) {
  .fv__nav ul {
    gap: 5%;
  }
}
@media screen and (max-width:1100px) {
  .fv__nav ul {
    gap: 3%;
  }
}
@media screen and (max-width:920px) {
  .fv__nav ul {
    min-width: 755px;
  }
}
@media screen and (max-width:760px) {
  .fv__nav ul {
    min-width: initial;
    display: none;
  }
}
.fv__nav ul li {
  text-align: center;
}
.fv__nav ul li a {
  line-height: 69px;
  display: block;
  position: relative;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.14em;
  overflow: hidden;
}
@media screen and (max-width:760px) {
  .fv__nav ul li a {
    font-size: 14px;
  }
}
.fv__nav ul li a:hover span {
  bottom: 0;
  opacity: 1;
  -webkit-transition: 0.3s cubic-bezier(0.07, 0.38, 0.45, 1);
  transition: 0.3s cubic-bezier(0.07, 0.38, 0.45, 1);
}
.fv__nav ul li a span {
  opacity: 0;
  display: block;
  font-size: 12px;
  line-height: 12px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #e63736;
  letter-spacing: 0.2em;
  border-bottom: 7px solid #e63736;
  -webkit-transition: 0.5s cubic-bezier(0.07, 0.38, 0.45, 1);
  transition: 0.5s cubic-bezier(0.07, 0.38, 0.45, 1);
}
.fv__scroll {
  position: relative;
  width: 96%;
  margin: 0 0 0 auto;
}
@media screen and (max-width:760px) {
  .fv__scroll {
    position: absolute;
    left: 0;
    width: 120px;
    bottom: 12vh;
  }
}
.fv__scroll img {
  display: block;
  width: 96%;
  margin: 0 0 -14px auto;
  -webkit-animation: spin 20s linear infinite;
          animation: spin 20s linear infinite;
}
.fv__scroll .scroll__arrow {
  display: block;
  position: absolute;
  top: 8px;
  left: 2px;
  width: 100%;
  height: 100%;
}
.fv__scroll .scroll__arrow::before {
  content: "";
  display: block;
  width: 1px;
  height: 67px;
  background-color: #fff;
  position: absolute;
  top: 28.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: elasticus 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: elasticus 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@media screen and (max-width:1250px) {
  .fv__scroll .scroll__arrow::before {
    height: 56px;
  }
}
@media screen and (max-width:1100px) {
  .fv__scroll .scroll__arrow::before {
    top: 25.5px;
  }
}
.fv__scroll .scroll__arrow span {
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 100%;
  position: relative;
}
.fv__scroll .scroll__arrow span::after {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  bottom: 30px;
  left: 1.7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width:1100px) {
  .fv__scroll .scroll__arrow span::after {
    bottom: 20px;
  }
}
.fv__owners__btn {
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  height: 100%;
}
@media screen and (max-width:1000px) {
  .fv__owners__btn {
    display: none;
  }
}
.fv__owners__btn a {
  display: block;
  padding: 1.9em 0 1em;
}
@media screen and (max-width:1100px) {
  .fv__owners__btn a {
    padding-top: 1.5em;
  }
}
.fv__owners__btn a:hover {
  opacity: 0.58;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fv__owners__btn img {
  width: 33px;
  height: 33px;
  display: block;
  margin: 0 auto;
}
.fv__owners__btn .owners__btn__title {
  font-size: 14px;
  margin: 6px 0 3px;
}
.fv__owners__btn .owners__btn__sub {
  font-size: 12px;
}

.swiper-slide-active .swiper-fv-img,
.swiper-slide-duplicate-active .swiper-fv-img,
.swiper-slide-prev .swiper-fv-img {
  -webkit-animation: zoomIn 10s linear 0.2s 3 normal both;
          animation: zoomIn 10s linear 0.2s 3 normal both;
  overflow: hidden;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
/**SNSアイコン**/
.sns-box {
  position: fixed;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99999;
}
@media screen and (max-width:760px) {
  .sns-box {
    right: 14px;
    top: initial;
    bottom: 0;
  }
}
.sns-box li:nth-child(even) {
  margin: 12px 0;
}
.sns-box li a {
  display: block;
  border-radius: 100px;
  border: 2px solid transparent;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
.sns-box li a:hover {
  border: 2px solid #525150;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
@media screen and (max-width:760px) {
  .sns-box li a img {
    width: 36px;
    height: 36px;
  }
}

/**ハンバーガーメニュー**/
.spMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
	height:100dvh;
  background-color: #f1d8d9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.43, 0.05, 0.17, 1), visibility 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: opacity 0.3s cubic-bezier(0.43, 0.05, 0.17, 1), visibility 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media screen and (max-width:760px) {
  .spMenu {
    overflow: scroll;
  }
}
.spMenu.menu-open {
  opacity: 1;
  visibility: visible;
}
.spMenu__triangle {
  position: relative;
  padding: 10px 0;
}
@media screen and (max-width:1000px) {
  .spMenu__triangle {
    padding: 0;
  }
}
.spMenu__triangle::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 80px 50vw;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}
@media screen and (max-width:1000px) {
  .spMenu__triangle::before {
    border-width: 0 50vw 64px 50vw;
  }
}
@media screen and (max-width:760px) {
  .spMenu__triangle::before {
    border-width: 0 50vw 45px 50vw;
  }
}
.spMenu__inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 31px;
}
@media screen and (max-width:760px) {
  .spMenu__inner {
    width: 100%;
  }
}
.spMenu__inner .spMenu__logo {
  width: 352px;
}
@media screen and (max-width:760px) {
  .spMenu__inner .spMenu__logo {
    margin-left: 3%;
    width: 264px;
  }
}
@media screen and (max-width:400px) {
  .spMenu__inner .spMenu__logo {
    width: 69%;
  }
}
.spMenu__inner .spMenu__logo img {
  width: 100%;
  height: auto;
}
.spMenu__nav {
  width: 80%;
  margin: 4vh auto 0;
}
@media screen and (max-width:1200px) {
  .spMenu__nav {
    width: 90%;
  }
}
@media screen and (max-width:1000px) {
  .spMenu__nav {
    width: 100%;
  }
}
@media screen and (max-width:760px) {
  .spMenu__nav {
    padding-left: 3%;
  }
}
.spMenu__nav a {
  position: relative;
}
.spMenu__nav a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.43, 0.05, 0.17, 1), visibility 0.3s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: opacity 0.3s cubic-bezier(0.43, 0.05, 0.17, 1), visibility 0.3s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: opacity 0.3s cubic-bezier(0.43, 0.05, 0.17, 1), visibility 0.3s cubic-bezier(0.43, 0.05, 0.17, 1), transform 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: opacity 0.3s cubic-bezier(0.43, 0.05, 0.17, 1), visibility 0.3s cubic-bezier(0.43, 0.05, 0.17, 1), transform 0.3s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.spMenu__nav a:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.spMenu__nav__list__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6vh;
}
@media screen and (max-width:760px) {
  .spMenu__nav__list__top {
    display: block;
    margin-bottom: 7%;
  }
}
.spMenu__nav__list__top li:nth-child(even) {
  margin: 0 10%;
}
@media screen and (max-width:760px) {
  .spMenu__nav__list__top li:nth-child(even) {
    margin: 7% 0;
  }
}
.spMenu__nav__list__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:760px) {
  .spMenu__nav__list__center {
    display: block;
  }
}
@media screen and (max-width:1000px) {
  .spMenu__nav__list__center .footer__nav__center:nth-child(2) {
    margin: 0 24px;
  }
}
@media screen and (max-width:760px) {
  .spMenu__nav__list__center .footer__nav__center:nth-child(2) {
    margin: 0;
  }
}
.spMenu__nav__list__center .footer__nav__title {
  margin-bottom: 3vh;
}
.spMenu__nav__list__center .footer__nav__center__list li:nth-child(even) {
  margin: 4vh 0;
}
@media screen and (max-width:760px) {
  .spMenu__nav__list__center .footer__nav__center__list li:nth-child(even) {
    margin: 8% 0;
  }
}
@media screen and (max-width:760px) {
  .spMenu__nav__list__center__right {
    margin-top: 8%;
  }
}
.spMenu__nav__list__center__right li:nth-child(2) {
  margin-top: 4vh;
}
@media screen and (max-width:760px) {
  .spMenu__nav__list__center__right li:nth-child(2) {
    margin-top: 5%;
  }
}
.spMenu__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width:760px) {
  .spMenu__bottom {
    position: relative;
    margin-top: 100px;
  }
}
.spMenu__bottom__links {
  margin-bottom: 5vh;
}
@media screen and (max-width:1000px) {
  .spMenu__bottom__links {
    margin-bottom: 2vh;
  }
}
@media screen and (max-width:760px) {
  .spMenu__bottom__links {
    margin-bottom: 0;
  }
}
.spMenu__bottom__links .header__info__btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 52px;
}
@media screen and (max-width:1000px) {
  .spMenu__bottom__links .header__info__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
}
.spMenu__bottom__links .header__info__btn a {
  display: block;
  width: 273px;
  padding: 0.73em 0.2em;
  position: relative;
  letter-spacing: 0.1em;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
@media screen and (max-width:1000px) {
  .spMenu__bottom__links .header__info__btn a {
    font-size: 16px;
  }
}
@media screen and (max-width:760px) {
  .spMenu__bottom__links .header__info__btn a {
    font-size: 14px;
    width: 50%;
  }
}
.spMenu__bottom__links .header__info__btn a::after {
  content: "＞";
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  position: absolute;
  top: 50%;
  right: 34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s cubic-bezier(0.07, 0.38, 0.59, 0.98);
  transition: 0.3s cubic-bezier(0.07, 0.38, 0.59, 0.98);
}
@media screen and (max-width:1000px) {
  .spMenu__bottom__links .header__info__btn a::after {
    font-size: 26px;
  }
}
@media screen and (max-width:760px) {
  .spMenu__bottom__links .header__info__btn a::after {
    font-size: 20px;
  }
}
.spMenu__bottom__links .header__info__btn .materials-btn {
  background-color: #e63736;
  color: #fff;
  border: 3px solid #e63736;
  padding-right: 52px;
}
.spMenu__bottom__links .header__info__btn .materials-btn::after {
  right: 50px;
}
.spMenu__bottom__links .header__info__btn .materials-btn:hover::after {
  right: 42px;
}
.spMenu__bottom__links .header__info__btn .contact-btn {
  background-color: transparent;
  color: #000;
  border: 3px solid #000;
  padding-right: 40px;
}
.spMenu__bottom__links .header__info__btn .contact-btn:hover::after {
  right: 26px;
}
.spMenu__bottom__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:1000px) {
  .spMenu__bottom__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.spMenu__bottom__info .footer__left__tel__button {
  margin: 0;
}
@media screen and (max-width:760px) {
  .spMenu__bottom__info .footer__left__tel__button img {
    width: 24px;
    height: auto;
  }
}
.spMenu__bottom__info .footer__left__tel__button a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spMenu__bottom__info .footer__left__tel__button p {
	font-size:35px;
  font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.188rem);
  letter-spacing: 0.05em;
  color: #000;
  -webkit-text-stroke: 0px;
  padding-left: 16px;
}
@media screen and (max-width:760px) {
  .spMenu__bottom__info .footer__left__tel__button p {
	  font-size:24px;
     font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.188rem);
    padding-left: 7px;
  }
}
.spMenu__bottom__info .footer__left__tel__text {
  color: #000;
	font-size:16px;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.01em;
}
@media screen and (max-width:1000px) {
  .spMenu__bottom__info .footer__left__tel__text {
	  font-size:14px;
     font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
    text-align: center;
    margin: 5px 0 24px;
  }
}

#HeaderPage .logo-page {
  position: fixed;
  top: 24px;
}
@media screen and (max-width:760px) {
  #HeaderPage .logo-page {
    top: 18px;
  }
}
@media screen and (max-width:760px) {
  #HeaderPage .logo-page img {
    width: 182px;
  }
}
#HeaderPage .header__info__btn {
  right: 228px;
  top: 24px;
}
@media screen and (max-width:1024px) {
  #HeaderPage .header__info__btn {
    right: 189px;
  }
}
@media screen and (max-width:900px) {
  #HeaderPage .header__info__btn {
    top: initial;
    left: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
  }
}
@media screen and (max-width:900px) {
  #HeaderPage .header__info__btn a {
    width: auto;
  }
}
#HeaderPage .header__info__btn .contact-btn {
  border-color: #000;
  color: #000;
  background-color: #fff;
}
#HeaderPage .header__button {
  top: 14px;
}
@media screen and (max-width:1024px) {
  #HeaderPage .header__button {
    right: 12px;
  }
}
#HeaderPage .header__button button {
  background-color: #595757;
  width: 90.5px;
  height: 90.5px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (max-width:1024px) {
  #HeaderPage .header__button button {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width:760px) {
  #HeaderPage .header__button button {
    width: 58px;
    height: 58px;
  }
}
#HeaderPage .header__button button:hover {
  border-color: #fff;
}
#HeaderPage .header__button button span {
  background-color: #fff;
  width: 46px;
  height: 4.95px;
  margin: 6px auto;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (max-width:1024px) {
  #HeaderPage .header__button button span {
    width: 33px;
    height: 3.5px;
    margin: 4px auto;
  }
}
@media screen and (max-width:760px) {
  #HeaderPage .header__button button span {
    width: 30px;
  }
}
#HeaderPage .header__button button p {
  color: #fff;
  font-size: 14px;
  width: auto;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (max-width:1024px) {
  #HeaderPage .header__button button p {
    font-size: 8px;
  }
}
@media screen and (max-width:760px) {
  #HeaderPage .header__button button p {
    font-size: 8px;
  }
}
#HeaderPage .header__page__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#HeaderPage .header__page__nav ul li {
  list-style: none;
}
#HeaderPage .header__page__nav ul li a {
  display: block;
}
#HeaderPage #HamburgerButton.menu-open span:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-40deg);
          transform: translateY(-13px) rotate(-40deg);
}
@media screen and (max-width:1024px) {
  #HeaderPage #HamburgerButton.menu-open span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-40deg);
            transform: translateY(-7px) rotate(-40deg);
  }
}
#HeaderPage.scroll-header .header__button button {
  width: 65px;
  height: 65px;
}
@media screen and (max-width:760px) {
  #HeaderPage.scroll-header .header__button button {
    width: 58px;
    height: 58px;
  }
}
#HeaderPage.scroll-header .header__button button span {
  width: 33px;
  height: 3.5px;
  margin: 4px auto;
}
@media screen and (max-width:760px) {
  #HeaderPage.scroll-header .header__button button span {
    width: 30px;
  }
}
#HeaderPage.scroll-header .header__button button p {
  font-size: 8px;
}

#HeaderPage.scroll-header #HamburgerButton.menu-open span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-40deg);
          transform: translateY(-6px) rotate(-40deg);
}

.header-page__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 138px;
  top: 35px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (max-width:1024px) {
  .header-page__sns {
    right: 96px;
  }
}
@media screen and (max-width:760px) {
  .header-page__sns {
    right: 80px;
    top: 29px;
  }
}
@media screen and (max-width:340px) {
  .header-page__sns {
    display: none;
  }
}
.header-page__sns a {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width:760px) {
  .header-page__sns a img {
    width: 24px;
    height: 24px;
  }
}
.header-page__sns a:hover {
  opacity: 0.6;
}
.header-page__sns a:nth-child(2) {
  margin-left: 16px;
}

.header__page__nav {
  position: absolute;
  right: 138px;
  top: 84px;
  z-index: -1;
}
@media screen and (max-width:1024px) {
  .header__page__nav {
    right: 120px;
  }
}
@media screen and (max-width:1024px) {
  .header__page__nav {
    display: none;
  }
}
.header__page__nav ul li {
  padding: 0 18px;
}
@media screen and (max-width:1024px) {
  .header__page__nav ul li {
    padding: 0 14px;
  }
}
.header__page__nav ul li:nth-child(even) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.header__page__nav ul li:last-child {
  padding-right: 0;
  border-right: none;
}
.header__page__nav ul li a {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width:1024px) {
  .header__page__nav ul li a {
    font-size: 14px;
  }
}
.header__page__nav ul li a:hover {
  opacity: 0.6;
}

#breadcrumbs {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 174px;
  letter-spacing: 0.24em;
}
#breadcrumbs a {
  transition:opacity .4s ease;
}
#breadcrumbs a:hover {
	opacity:.5;
}
@media screen and (max-width:760px) {
  #breadcrumbs {
    width: 86%;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
#breadcrumbs .breadcrumb_last {
  color: #e63736;
}

.page__fv {
  width: 76%;
  max-width: 1400px;
  margin: 162px auto 0;
  padding-bottom: 68px;
}

@media screen and (max-width:760px) {
  .page__fv {
    width: 86%;
    margin-top: 72px;
    padding-bottom: 85px;
  }
}
.page__fv h1 {
  font-size: clamp(2rem, 1.477rem + 2.61vw, 3.438rem);
  letter-spacing: 0.2em;
}
.page__masu__fv h1{
	display:flex;
	overflow:hidden;
}
.masuFadeIn {
	transform:translatey(60px);
}
.masuFadeIn.inview {
	transform:translatey(0px);
	transition: transform 1s cubic-bezier(0.16, 0.5, 0.43, 1) .3s;
}

.page__fv h2 {
  font-size: clamp(1.125rem, 0.852rem + 1.36vw, 1.875rem);
  letter-spacing: 0.24em;
  margin-top: 8px;
}

/**newsの一覧ページ**/
#news .page__fv__inner p {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.1em;
  margin-top: 40px;
  line-height: 1.8em;
}
#news .concept__scroll {
  position: absolute;
  right: 30px;
  z-index: 5;
	bottom:40%;
}
#news .concept__scroll img {
  width: 134px;
  height: auto;
  -webkit-animation: spin 20s linear infinite;
          animation: spin 20s linear infinite;
}
@media screen and (max-width:760px) {
  #news .concept__scroll {
    bottom: 164px;
  }
}
/**新築・建替え**/
.new__fv {
	background-color:#fff;
	margin: 0 auto;
	padding:162px 12% 68px;
	width:100%;
	max-width:initial;
}
.new__fv .concept__scroll {
    bottom: initial;
}

/**リフォーム**/
@media screen and (max-width:760px) {
	#news .concept__scroll img {
		width:102px;
	}
	.new__fv {
		padding:72px 6% 85px;
	}
	section.reform__fv h1{
		font-size:clamp(1rem, 0.7rem + 2.61vw, 3.438rem);
	}
}
/**パンクズリスト**/
@media screen and (max-width:760px) {
#breadcrumbs {
	overflow-x: scroll;
    white-space: pre;
    padding-bottom: 12px;
}	
	.new__fv .concept__scroll {
    top:364px;
}
}

@media screen and (max-width:760px) {
.store__fv h2 {
	font-size:clamp(0.825rem, 0.452rem + 1.36vw, 1.875rem);
}	
}
/*# sourceMappingURL=fv.css.map */