.fs-l-main, .fs-l-main, .fs-l-pageMain {
  max-width: inherit !important;
  margin: 0 auto;
}
#fs_CustomPage .fs-l-main {
  padding: 0;
}
.fs-c-breadcrumb__listItem {
  display: inline;
}
/* css */ :root {
  --noto: "Noto Sans JP", sans-serif;
  --color_main: #2e2e2e;
  --shadow: drop-shadow(.2em .2em 2em rgba(222, 227, 229, .7));
  --width: 1200px;
}
@media screen and (max-width: 1380px) {
  :root {
    --width: 92%;
  }
}
.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}
.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}
.minisp_only {
  display: none;
}
@media screen and (max-width: 425px) {
	
.minisp_only {
  display: block;
}
}
.lp_wrap {
  margin: 0 auto;
  font-weight: 400;
  font-family: var(--noto);
  overflow: hidden;
}
.lp_wrap img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1380px) {}
@media screen and (max-width: 768px) {}
.lp_wrap * {
  line-height: 1em;
  font-feature-settings: "palt";
  /*font-family: kozuka-mincho-pr6n, serif;*/
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  color: var(--color_main);
  font-size: 62.5%;
  line-height: 1.7;
}
/*共通*/
.content-wrap {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  padding: 10rem 0;
}
@media screen and (max-width:768px) {
  .content-wrap {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    padding: 6rem 1.5rem;
  }
}
.kozuka {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
}
.hiragino{
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
/*mv*/
.fv {
  position: relative;
  width: 100%;
  height: 73vh;
  overflow: hidden;
}
/* 背景画像 */
.fv picture, .fv picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0;
  animation: fadeInBG 2s ease-out forwards;
  animation-delay: 3s;
  z-index: 1;
}
/* 黒背景レイヤー */
.fv .black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 1;
  animation: fadeOutOverlay 2s ease-out forwards;
  animation-delay: 3s;
  z-index: 2;
}
/* テキスト */
.fv .fv_text {
  width: 100%;
  z-index: 3;
  color: white;
  font-size: 8.6rem;
  font-weight: bold;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
  animation: fadeInText 2s ease-out forwards;
  position: absolute;
  letter-spacing: 0.6rem;
}
/* アニメーション定義 */
@keyframes fadeInText {
  to {
    opacity: 1;
  }
}
@keyframes fadeInBG {
  to {
    opacity: 1;
  }
}
@keyframes fadeOutOverlay {
  to {
    opacity: 0;
  }
}
@media screen and (max-width:1024px) {
  .fv {
    height: 56vh;
  }
}
@media screen and (max-width:768px) {
  .fv {
    height: 155vh;
  }
}
@media screen and (max-width: 500px) {
  .fv {
    height: 85vh;
  }
  .fv .fv_text {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 376px) {
    .fv {
        height: 75vh;
    }
}
/*mv*/
/*lead*/
#lead {
  position: relative;
  background-color: #b6b5a6;
  margin-bottom: 0;
}
#lead .left_text {
  position: absolute;
  font-size: 6.8rem;
  writing-mode: vertical-rl;
  line-height: 0;
  color: #d3d2cb;
  left: 25px;
  top: 10px;
}
#lead .right_logo {
  position: absolute;
  max-width: 410px;
  width: 100%;
  right: 50px;
  bottom: 20px;
}
#lead ._ttl {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5rem;
}
#lead ._text {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  text-align: center;
}
@media screen and (max-width:768px) {
  #lead .left_text {
    left: 35px;
    top: 15%;
  }
  #lead .right_logo {
    max-width: 190px;
  }
}
@media screen and (max-width:500px) {
  #lead ._ttl {
    position: relative;
    font-size: 2.3rem;
    z-index: 2;
  }
  #lead ._text {
    font-size: 1.8rem;
  }
  #lead .left_text {
    font-size: 4rem;
    left: 20px;
    top: 20%;
  }
  #lead .right_logo {
    max-width: 110px;
    right: 20px;
  }
}
/*lead*/
/*navigation*/
.navgation {
  background-color: #000000;
}
.navgation .navgation_list {
  max-width: 1100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 8rem;
  margin: auto;
  padding: 8rem 0;
}
.navgation .navgation_list li {
  width: calc(100% / 3 - 4rem);
}
.navgation .navgation_list li a p {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  color: #b7b6ac;
  letter-spacing: 0.3rem;
}
a:hover, a:focus {
  text-decoration: none;
}
.navgation .navgation_list li a p:hover {
  text-decoration: none;
  background-color: #e1d0a2;
  color: #363835;
}
.navgation .navgation_list li a p::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15%;
  width: 13px;
  height: 13px;
  border-top: 3px solid #b7b6ac;
  border-right: 3px solid #b7b6ac;
  transform: rotate(135deg);
}
.navgation .navgation_list li a p:hover::after {
  border-top: 3px solid #363835;
  border-right: 3px solid #363835;
}
@media screen and (max-width:768px) {
  .navgation .navgation_list {
    padding: 6rem 1rem;
    gap: 4rem;
    display: block;
    width: 60%;
  }
  .navgation .navgation_list li {
    width: 100%;
  }
  .navgation .navgation_list li a p {
    font-size: 2.2rem;
  }
  .navgation .navgation_list li a p::after {
    right: 5%;
  }
}
@media screen and (max-width:500px) {
  .navgation .navgation_list {
    gap: 2rem;
  }
  .navgation .navgation_list li a p {
    font-size: 2rem;
  }
  .navgation .navgation_list li a p::after {
    width: 10px;
    height: 10px;
  }
}
/*navigation*/
/*コンテンツ部分*/
.design {
  background-color: #333333;
}
#design {
    scroll-margin-top: 80px;
}
.performance {
  background-color: #212121;
}
.quality {
  background-color: #333333;
}
.content-wrap ._ttl {
  font-size: 11.8rem;
  font-weight: bold;
  letter-spacing: 0.6rem;
  text-align: center;
  color: #e1d0a2;
  margin-bottom: 6rem;
}
.lead .content-wrap ._ttl {
  color: #000;
}
.content-wrap ._flex {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  margin: 0 auto 6rem;
}
.content-wrap ._box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 6rem;
  text-align: center;
}
.content-wrap ._flex ._info {
  max-width: 420px;
  width: 100%;
}
.content-wrap ._flex ._images {
  width: 100%;
}
.content-wrap ._info ._num {
  font-size: 8.8rem;
  font-weight: bold;
  line-height: 1;
  color: #5e5e5e;
  margin-bottom: 3rem;
}
.content-wrap ._info ._text {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.4rem;
  color: #fff;
}
.content-wrap ._box ._info {
  margin-bottom: 3rem;
}
.content-wrap ._info ._smalltext {
  letter-spacing: 0.2rem;
  margin-top: 3rem;
  text-align: left;
}
.content-wrap ._box ._smalltext {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.2rem;
  color: #FFF;
  margin-top: 3rem;
}
.content-wrap ._info ._smalltext span {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.2rem;
  color: #FFF;
  /*background-color: #000;*/
  padding: 5px 0;
}
.content-wrap ._box ._smalltext span {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.2rem;
  color: #000;
  background-color: #d6be7c;
  padding: 5px 0;
}
@media screen and (max-width:768px) {
  .content-wrap ._ttl {
    font-size: 8rem;
  }
  .content-wrap ._num {
    font-size: 8rem;
  }
  .content-wrap ._info ._text {
    font-size: 3.3rem;
  }
  .content-wrap ._flex ._info {
    width: 45%;
  }
  .content-wrap ._flex ._images {
    width: 55%;
  }
}
@media screen and (max-width:500px) {
  .content-wrap ._ttl {
    font-size: 4rem;
    letter-spacing: 0.5rem;
  }
  .content-wrap ._flex {
    gap: 1rem;
  }
  .content-wrap ._info ._num {
    font-size: 4rem;
	  margin-bottom: 2rem;
  }
  .content-wrap ._info ._text {
    font-size: 2rem;
  }
	.content-wrap ._info ._smalltext{
		margin-top: 2rem;
	}
	.content-wrap ._box ._smalltext,
	.content-wrap ._box ._smalltext span{
		font-size: 1.4rem;
	}
  .content-wrap ._info ._smalltext span {
    font-size: 1.2rem;
  }
  .content-wrap ._flex ._info {
    width: 48%;
  }
  .content-wrap ._flex ._images {
    width: 52%;
  }
}
@media screen and (max-width:500px) {
	.content-wrap ._ttl{
		font-size: 3.8rem;
	}
}
.performance ._flex {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 2rem;
}
.performance ._flex ._flexitem{
	width: 50%;
}
.performance ._flex ._num {
  font-size: 8.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #5e5e5e;
  margin-bottom: 3rem;
}
.performance ._flex ._text {
  width: 100%;
  font-size: 3.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.4rem;
  color: #fff;
  margin: 0 auto 3rem;
}
.performance .content-wrap ._flex ._info{
	max-width: 100%;
	width: 100%;
}
@media screen and (max-width:768px) {
  .performance ._flex ._num {
    font-size: 8rem;
  }
  .performance ._flex ._text {
    font-size: 3.3rem;
  }
}
@media screen and (max-width:500px) {
  .performance ._flex ._num {
    font-size: 5rem;
  }
  .performance ._flex ._text {
    font-size: 2rem;
  }
}
/*animation*/
/* 共通：初期状態 */
.fade-left, .fade-right, .fade-up, .fade-down {
  opacity: 0;
  transition: all 0.8s ease-out;
}
/* 左から */
.fade-left {
  transform: translateX(-30px);
}
.fade-left.show {
  opacity: 1;
  transform: translateX(0);
}
/* 右から */
.fade-right {
  transform: translateX(30px);
}
.fade-right.show {
  opacity: 1;
  transform: translateX(0);
}
/* 下から */
.fade-up {
  transform: translateY(30px);
}
.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}
/* 上から */
.fade-down {
  transform: translateY(-30px);
}
.fade-down.show {
  opacity: 1;
  transform: translateY(0);
}