



/*--------------------------------------------------------------------------
adjust
---------------------------------------------------------------------------*/

.cm-title {
  text-align: center;
}
.cm-title .en {
  display: block;
  font-size: 36px;
  line-height: 1.5;
  font-family: ivypresto-headline, serif;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.07em;
}
.cm-title .ja {
  font-size: 13px;
  line-height: 1.5;
}


@media screen and (max-width: 768px) {
.cm-title .en {
  font-size: 30px;
}
.cm-title .ja {
  font-size: 12px;
  line-height: 1.5;
}
}



/*--------------------------------------------------------------------------
header
---------------------------------------------------------------------------*/
header {
  position: absolute;
  top: 3.75vw; /* heroの上余白7.5%の半分 */
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
header img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
header {
  position: relative;
  top: initial;
  left: initial;
  transform: initial;
  z-index: 10;
}
header img {
  max-width: 150px;
  margin: 30px auto;
}
}


/*--------------------------------------------------------------------------
hero
---------------------------------------------------------------------------*/
.hero {
  width: 75%;
  margin: 0 auto;
  padding: 7.5% 0;
}
.hero img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
.hero {
  width: 80%;
  margin: 0 auto 40px;
  padding: 0;
}
}


/*--------------------------------------------------------------------------
lead
---------------------------------------------------------------------------*/
.lead .copy {
  width: 50%;
}

.lead .copy b {
  display: block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "valt";
  margin-left: auto;
  margin-right: 0;
  padding-right: 20%;
  font-family: shippori-mincho, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 2;
}
.lead .txt {
  width: 50%;
}
.lead .txt p {
  line-height: 2.5;
}
.lead .txt p br.sp {
  display: none;
}


@media screen and (max-width: 1440px) {
.lead .copy b {
  font-size: 30px;
}
.lead .txt p {
  line-height: 2;
}
}

@media screen and (max-width: 1200px) {
.lead {
  width: 70%;
  margin: 3% auto 0;
}
.lead .copy {
  width: 150px;
}
.lead .copy b {
  font-size: 28px;
}
.lead .txt {
  width: calc(100% - 150px);
  padding: 0 0 0 10%;
}
.lead .txt p br {
  display: none;
}
}

@media screen and (max-width: 768px) {
.lead {
  width: 80%;
  margin: 0 auto;
}
.lead .copy {
  width: 100%;
}
.lead .copy b {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.8;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
.lead .txt {
  width: 100%;
  margin: 15px 0 0;
  padding: 0;

}
.lead .txt p br {
  display: none;
}
.lead .txt p br.sp {
  display: block;
}
}

/*--------------------------------------------------------------------------
products
---------------------------------------------------------------------------*/
.products {
  background: #111;
}
.products .cm-title {
  color: #d4d4d4;
}

.products ul.products-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: calc(100% - 2px);
  margin: 0 auto;
}
.products ul.products-list li {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.products ul.products-list li.coming {
  position: relative;
  text-align: center;
}
.products ul.products-list li.coming:hover {
  opacity: 1;
}
.products ul.products-list li.coming img {
  opacity: 0.05;
}
.products ul.products-list li.coming::after {
  content: "COMING SOON";
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
  line-height: 1.5;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.products ul.products-list li.coming a {
  pointer-events: none;
}
.products ul.products-list li:hover {
  opacity: 0.5;
}
.products ul.products-list li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.products ul.products-list li a .cover {
}
.products ul.products-list li a .cover img {
  width: 70%;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.products ul.products-list li a .txt {
  width: 100%;
  display: flex;
  padding: 20px 30px;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.products ul.products-list li a .txt p {
  width: calc(100% - 30px);
  text-align: left;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 300;

}
.products ul.products-list li a .txt span {
 width: 30px;
 display: flex;
}
.products ul.products-list li a .txt span img {
  width: 30px;
  height: auto;
  align-self: center;
}


@media screen and (max-width: 1440px) {
.products ul.products-list li a .txt {
  padding: 10px 15px;
}
}

@media screen and (max-width: 1200px) {
.products ul.products-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  width: calc(100% - 2px);
  margin: 0 auto;
}
}

@media screen and (max-width: 960px) {
.products ul.products-list {
  display: block;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.products ul.products-list li {
  display: block;
  width: 100%;
  margin-bottom: 3px;
  aspect-ratio: 1 / 1;
  background: #fff;
}
.products ul.products-list li a .txt {
  padding: 20px 30px;
}
}



/*--------------------------------------------------------------------------
story
---------------------------------------------------------------------------*/
.story {
  background: #111;
}
.story .label {
  width: 300px;
  justify-content: center;
  align-self: flex-start;
}
.story .label h2 {
  display: block;
  margin: 0 auto;
  writing-mode: vertical-rl;
  color: #d4d4d4;
  font-family: ivypresto-headline, serif;
  font-style: normal;
  font-weight: 200;
  font-size: 36px;
  letter-spacing: 0.07em;
  line-height: 2;
}
.story .card {
  width: calc(100% - 300px);
  overflow: hidden;
  color: #d4d4d4;
}
.story .card .card-swiper {
  position: relative;
  padding-right: 6%;
}
.story .card .card-swiper .swiper-slide {
  display: flex;
  background: linear-gradient(140deg,rgba(38, 38, 38, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
/* スクロールバー全体 */
.story .card .card-scrollbar {
  position: relative;
  left: auto;
  bottom: auto;

  width: 100%;
  height: 1px;
  margin-top: 60px;

  background: rgba(0, 0, 0, 1);
  border-radius: 0;
}
/* 動くバー */
.story .card .card-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  top: -1px;

  background: #6a6a6a;
  border-radius: 0;
  cursor: grab;
}
/* ドラッグ中 */
.story .card .card-scrollbar .swiper-scrollbar-drag:active {
  cursor: grabbing;
}
.swiper-button-prev, .swiper-button-next {
  display: none;
}
.story .card .card-swiper .cover {
  width: 50%;
}
.story .card .card-swiper .explain {
  width: 50%;
  padding: 30px 8%;
  align-self: center;
}
.story .card .card-swiper .explain .mini {
  display: block;
  color: #a2a2a2;
  font-size: 12px;
}
.story .card .card-swiper .explain .title {
  display: block;
  font-size: 28px;
  font-family: shippori-mincho, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}
.story .card .card-swiper .explain .txt p {
  margin-top: 10px;
  font-size: 14px;
  text-align: justify;
}


@media screen and (max-width: 1200px) {
.story .label {
  width: 200px;
}
.story .card {
  width: calc(100% - 200px);
}
.story .card .card-swiper .explain {
  width: 50%;
  padding: 30px 6%;
  align-self: center;
}
}

@media screen and (max-width: 960px) {
.story {
}
.story .box {
  display: block;
  width: 94%;
  margin-left: auto;
  margin-right: 0;
}
.story .label h2 {
  font-size: 36px;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
.story .card {
  width: 100%;
}
.story .cover {
  width: 100%;
}

.story .card .card-swiper .swiper-slide {
  display: block;
}
.story .card .card-swiper .cover {
  width: 100%;
}
.story .card .card-swiper .explain {
  width: 100%;
  padding: 30px;
  align-self: center;
}
.story .card .card-swiper .explain .title {
  display: block;
  font-size: 20px;

}
.story .card .card-swiper .explain .txt p {
  font-size: 13px;
  line-height: 1.7;
  text-align: justify;
}
}
@media screen and (max-width: 768px) {
.story .label h2 {
  font-size: 28px;
}
.story .card .card-swiper .explain .txt p {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.8;
}
}



/*--------------------------------------------------------------------------
feature
---------------------------------------------------------------------------*/
.feature {
  background: #111;
  color: #d4d4d4
}
.feature ul.feature-list {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.feature ul.feature-list li {
  display: flex;
  margin-bottom: 70px;
}
.feature ul.feature-list li .cover {
  width: 45%;
}
.feature ul.feature-list li .txt {
  width: 55%;
  padding: 0 0 0 9% ;
  align-self: center;
  text-align: justify;
}
.feature ul.feature-list li.reverse .txt {
  padding: 0 9% 0 0;
  order: -1;
}
.feature ul.feature-list li .txt .number {
  width: 64px;
  display: inline-block;
  margin-left:auto;
  margin-right:0;
  font-size: 10px;
  font-family: figtree, sans-serif;
  font-style: normal;
  font-weight: 300;
  position: relative;
  text-align: right;
}
.feature ul.feature-list li .txt .number::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  background: #4b4b4b;
}
.feature ul.feature-list li .txt .number i {
  padding-left: 8px;
  font-style: normal;
  display: inline-block;
  background: #111;
  position: relative;
  z-index: 10;
}
.feature ul.feature-list li .txt .title {
  font-size: 24px;
  font-family: shippori-mincho, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
.feature ul.feature-list li {
  display: block;
  width: 76%;
  margin: 0 auto 60px;
}
.feature ul.feature-list li .cover {
  width: 100%;
}
.feature ul.feature-list li .cover img {
  max-width: 280px;
  display: block;
  margin: 0 auto;
}

.feature ul.feature-list li .txt {
  width: 100%;
  padding: 0;
  align-self: center;
  text-align: justify;
}
.feature ul.feature-list li.reverse .txt {
  padding: 0;
}

.feature ul.feature-list li .txt .number {
  width: 64px;
  display: block;
  margin: 20px auto 0;
  font-size: 11px;
  font-family: ivypresto-headline, serif;
  font-style: normal;
  font-weight: 300;
  position: relative;
  text-align: center;
}
.feature ul.feature-list li .txt .number::before {
  display: none;
}

.feature ul.feature-list li .txt .number i {
  padding-left: 0;
}
.feature ul.feature-list li .txt .title {
  font-size: 20px;
  margin-top: 4px!important;
  text-align: center;
}
.feature ul.feature-list li .txt .intro {
  margin-top: 12px!important;
  font-size: 12px;
}
}


/*--------------------------------------------------------------------------
designer
---------------------------------------------------------------------------*/
.designer {
 background: linear-gradient(
    to bottom right,
    #fff 0%,
    #fff 50%,
    #f8f8f8 50%,
    #f8f8f8 100%
  );
  position: relative;
}
.designer .box {
  width: 80%;
  max-width: 960px;
  display: flex;
  margin: 0 auto;
}

.designer .cover {
  text-align: center;
}
.designer .cover img {
  width: 200px;
  display: block;
  margin: 0 auto;
}
.designer .txt {
  width: calc(100% - 320px);
  padding-left: 8%;
  align-self: center;
}
.designer .txt .copy {
  display: block;
  margin: 8% auto 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "valt";
  font-family: shippori-mincho, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 2;
}
.designer .txt .intro .name p {
  font-family: shippori-mincho, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.5;
}
.designer .txt .intro .name span {
  display: block;
  margin-top: 2px;
  font-family: figtree, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 1.5;
}

.designer .txt .explain {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width: 960px) {
  .designer .box {
    width: 80%;
    max-width: 960px;
    display: block;
    margin: 0 auto;
  }
  .designer .cover {
    width: 100%;
  }
  .designer .cover img {
    width: 120px;
    display: block;
    margin: 0 auto;
  }
  .designer .txt {
    width: 100%;
    padding-left: 0;
  }
  .designer .txt .copy {
    margin: 20px 0 0;
    font-size: 20px;
    line-height: 1.6;
  }

  .designer .txt .intro {
    margin-top: 30px;
  }
  .designer .txt .intro .name {
    text-align: center;
  }
  .designer .txt .intro .name p {
    margin: 0;
    font-size: 18px;
  }
  .designer .txt .intro .name span {
    margin-top: 2px;
    font-size: 8px;
  }
  .designer .txt .intro .explain {
    font-size: 12px;
    line-height: 1.8;
  }

}


/*--------------------------------------------------------------------------
flow
---------------------------------------------------------------------------*/
.flow ul.flow-list {
  align-items: stretch;
}

.flow ul.flow-list li {
  width: 25%;
  padding: 20px 0;
  text-align: center;
  box-shadow: 1px 0 0 0 #c4c4c4 inset;
}
.flow ul.flow-list li:last-child {
  border-right: solid 1px #c4c4c4;
}

.flow ul.flow-list li p {
  margin-top: 8px;
  padding: 0 20px;
}

.flow ul.flow-list li p small {
  display: block;
  margin-top: 4px;
  color: #7c7c7c;
}
.flow ul.flow-list li .number {
  font-family: figtree, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
}
@media screen and (max-width: 1100px) {
  .flow ul.flow-list {
    align-items: start;

  }
  .flow ul.flow-list li {
    width: 100%;
    display: flex;
    padding: 20px 0;
    text-align: left;
    box-shadow: none;
    border-bottom: solid 1px #efefef;
  }
  .flow ul.flow-list li:first-child {
    padding-top: 0;
  }
  .flow ul.flow-list li:last-child {
    border-right: none;
  }
  .flow ul.flow-list li .number{
    width: 20px;
  }
  .flow ul.flow-list li p {
    width: 100%;
    margin-top: 0;
    padding: 0 0 0 20px;
  }
  .flow ul.flow-list li p br {
    display: none;
  }
}
.flow .note {
  text-align: center;
}
.flow .note b {
  display: block;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.5;
}
.flow .note p {
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
.flow .note {
  text-align: left;
}
.flow .note b {
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.5;
}
.flow .note p {
  font-size: 11px;
  line-height: 1.7;
}
.flow .note p br {
  display: none;
}
}

/*--------------------------------------------------------------------------
warranty
---------------------------------------------------------------------------*/
.warranty {
  background-image:url("../img/warranty/bg.jpg");
  background-repeat:  no-repeat;   
  background-position:center center;
  background-size:cover;
  width:100%;
  height:100%;
  position: relative;
}
.warranty::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
}
.warranty .box {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.warranty .box .budge {
  width: 190px;
  height: 190px;
  background: #262626;
  background: linear-gradient(313deg,rgba(38, 38, 38, 1) 0%, rgba(73, 73, 73, 1) 50%, rgba(38, 38, 38, 1) 100%);
  text-align: center;
  position: relative;
  border-radius: 100px;
  z-index: 10;
}
.warranty .box .budge p {
  font-family: shippori-mincho, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  color: #fff;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.warranty .box .txt {
  width: calc(100% - 190px);
  padding-left: 5%;
  font-family: shippori-mincho, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.6;
  color: #d4d4d4;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 960px) {
.warranty .box {
  display: block;
}
.warranty .box .budge {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.warranty .box .budge p {
  font-size: 24px;
  line-height: 1.4;
}
.warranty .box .txt {
  width: 100%;
  margin-top: 20px;
  padding-left: 0;
  font-family: shippori-mincho, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  z-index: 10;
  text-align: center;
}
}
@media screen and (max-width: 768px) {
.warranty {
  background-image:url("../img/warranty/bg-sp.jpg");
  background-repeat:  no-repeat;   
  background-position:center center;
  background-size:cover;
  width:100%;
  height:100%;
  position: relative;
}
.warranty .box {
  display: block;
}
.warranty .box .budge {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.warranty .box .budge p {
  font-size: 20px;
  line-height: 1.4;
}
.warranty .box .txt {
  width: 100%;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
}
}



/*--------------------------------------------------------------------------
bg-black
---------------------------------------------------------------------------*/
.bg-black {
  background-image:url("../img/bg-black.jpg");
  background-repeat:  no-repeat;   
  background-position:center center;
  background-size:cover;
  width:100%;
  height:100%;
  position: relative;
}
@media screen and (max-width: 768px) {
.bg-black {
  padding-top: 80px!important;
}
}

/*--------------------------------------------------------------------------
bg-black contact
---------------------------------------------------------------------------*/
.bg-black .contact {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.bg-black .contact .lead {
  text-align: center;
}
.bg-black .contact .tel {
  width: 300px;
  margin: 0 auto;
}
.bg-black .contact .tel-time {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
.bg-black .contact .tel {
  width: 80%;
  margin: 0 auto;
  border: solid 1px #222;
  border-radius: 2px;
}
.bg-black .contact .tel a {
  display: block;
  padding: 20px;
}
.bg-black .contact .tel a img {
  width: 200px;
  display: block;
  margin: 0 auto;
}

}



/* フォーム */
.bg-black .contact iframe {
  display: block;
  width: 90%;
  max-width: 980px;
  min-height: 1100px;
  margin: 0 auto;
}


/*--------------------------------------------------------------------------
bg-black recommend
---------------------------------------------------------------------------*/
.bg-black .recommend {
  width: 86.6666%;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}
.bg-black .recommend ul.recommend-list li {
  width: 32.5%;
  margin-bottom: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bg-black .recommend ul.recommend-list li:hover {
  opacity: 0.5;
}

@media screen and (max-width: 960px) {
.bg-black .recommend ul.recommend-list li {
  width: 100%;
  margin-bottom: 10px;
}
.bg-black .recommend ul.recommend-list li:last-child {
  margin-bottom: 0;
}
}


/*--------------------------------------------------------------------------
footer
---------------------------------------------------------------------------*/
footer {
  background: #111;
}
footer .box {
  padding: 80px 60px;
}
footer .box .logo {
  width: 160px;
}
footer .box ul.menu-list {
  width: calc(100% - 320px);
  padding-left: 40px;
}
footer .box ul.menu-list li {
  display: inline-block;
}
footer .box ul.menu-list li a {
  display: block;
  padding-left: 20px;
  color: #d4d4d4;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
footer .box ul.menu-list li a:hover {
  opacity: 0.5;
}
footer .box .copy {
  width: 160px;
  color: #d4d4d4;
  font-family: figtree, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  text-align: right;
}
@media screen and (max-width: 960px) {
footer {
}
footer .box {
  border-top: solid 1px #212121;
  padding: 40px 0 20px 0;
}
footer .box .logo {
  width: 100%;
}
footer .box .logo img {
  width: 160px;
  display: block;
  margin: 0 auto;
}
footer .box ul.menu-list {
  width: 100%;
  margin-top: 10px;
  padding: 20px 0;
  text-align: center;
}
footer .box ul.menu-list li {
  display: inline-block;
}
footer .box ul.menu-list li a {
  padding: 0 10px;
}
footer .box .copy {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
}



