



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

.cm-title {
  text-align: center;
}
.cm-title .en {
  display: block;
  font-size: 36px;
  line-height: 1.5;
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.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 {
}
header img {
  display: block;
  width: 120px;
  margin: 40px auto;
}

@media screen and (max-width: 1200px) {
header img {
  width: 100px;
}

}


@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: 100%;
}

.hero .box {
}
.hero .box .vis {
  width: 56%;
}
.hero .box .copy-left {
  width: 22%;
  height: 240px;
  padding-right: 4%;
  -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: 24px;
  line-height: 1.5;
}
.hero .box .copy-left p {
  display: inline-block;
  position: relative;
  margin: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.hero .box .copy-left p span {
  display: none;
}

.hero .box .copy-left p::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 80px;
  background: #000;
}

.hero .box .copy-right {
  width: 22%;
  padding-left: 4%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: shippori-mincho, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.5;
}
.hero .box .copy-right p {
  margin: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "valt";
}

@media screen and (max-width: 768px) {
  .hero .box {
    display: flex;
    flex-direction: column;
  }
  .hero .box .vis {
    width: 100%;
    order: 1;
  }
  .hero .box .copy-right {
    width: 100%;
    display: block;
    order: 2;
    margin-top: 100px;
    padding: 0;
    text-align: center;
  }
  .hero .box .copy-left {
    width: 100%;
    display: block;
    order: 3;
    margin-top: 0;
    padding: 0;
    height: auto;
  }
  .hero .box .copy-left p,
  .hero .box .copy-right p {
    width: 100%;
    margin: 0;
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    text-align: center;
  }
  .hero .box .copy-left p::after {
    display: none;
  }
  .hero .box .copy-left p span {
    display: inline;
  }

}

/*--------------------------------------------------------------------------
lead
---------------------------------------------------------------------------*/
.lead {
  text-align: center;
}
.lead p {
  font-size: 16px;
  line-height: 2.5;
}
.lead p br.sp {
 display: none;
}

@media screen and (max-width: 960px) {
.lead p {
  font-size: 14px;
  line-height: 2.2;
}
}

@media screen and (max-width: 768px) {
.lead {
  padding-top: 50px!important;
}
.lead p br.sp {
  display: block;
}
}




/*--------------------------------------------------------------------------
products
---------------------------------------------------------------------------*/
.products {
  background: #f7f7f7;
}

.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% - 10px);
  text-align: left;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 300;

}
.products ul.products-list li a .txt span {
 width: 10px;
 display: flex;
}
.products ul.products-list li a .txt span img {
  width: 10px;
  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 {
  overflow: hidden;
}
.story .label {
  width: 300px;
  justify-content: center;
  align-self: flex-start;
  position: relative;
  z-index: 30;
}
.story .label h2 {
  display: block;
  margin: 0 auto;
  writing-mode: vertical-rl;
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 0.07em;
  line-height: 2;
}
.story .card {
  width: calc(100% - 300px);
  background: #fff;
}
.story .card .card-swiper {
  position: relative;
  padding-right: 6%;
}
.story .card .card-swiper .swiper-slide {
  display: flex;
  background: #fff;
  box-shadow: 0px 0px 111px -18px #d3d3d3;
}
/* スクロールバー全体 */
.story .card .card-scrollbar {
  position: relative;
  left: auto;
  bottom: auto;

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

  background: rgba(203, 203, 203, 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: #828282;
  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 {
  width: 100%;
}
.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 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 {
  font-size: 11px;
  font-family: figtree, sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
}
.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 {
  display: block;
  margin: 20px auto 0;
  font-size: 11px;
  position: relative;
  text-align: center;
}
.feature ul.feature-list li .txt .title {
  font-size: 20px;
  margin-top: 6px!important;
  text-align: center;
}
.feature ul.feature-list li .txt .intro {
  margin-top: 12px!important;
  font-size: 12px;
}
}


/*--------------------------------------------------------------------------
designer
---------------------------------------------------------------------------*/
.designer {
  background-image:url("../img/designer/bg.jpg");
  background-repeat:  no-repeat;   
  background-position:center center;
  background-size:cover;
  width:100%;
  height: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 {
  position: relative;
}
.flow .dec {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "valt";
  font-family: figtree, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  top: 20px;
  left: 20px;
}
.flow .label {
  width: 240px;
  align-self: flex-start;
}
.flow h2 {
  -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: 1.5;
}

.flow .flow-box {
  width: calc(100% - 240px);
}
.flow ul.flow-list {
  border-top: solid 1px #e6e6e6;
}
.flow ul.flow-list li {
  display: flex;
  padding: 40px 0;
  border-bottom: solid 1px #e6e6e6;
}
.flow ul.flow-list li .number {
  width: 40px;
}
.flow ul.flow-list li .txt {
  width: calc(100% - 40px);
}
.flow ul.flow-list li .txt small {
  display: block;
  margin-top: 4px;
  opacity: 0.7;
}

.flow .note b {
  display: block;
  font-size: 13px;
}
.flow .note p {
  font-size: 12px;
  line-height: 1.8;
}

@media screen and (max-width: 1200px) {
.flow .label {
  width: 160px;
  align-self: flex-start;
}
.flow h2 {
  -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: 28px;
}
.flow .flow-box {
  width: calc(100% - 160px);
}
}

@media screen and (max-width: 768px) {
.flow .dec {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "valt";
  font-family: figtree, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 1.5;
  position: absolute;
  top: 10px;
  left: 10px;
}
.flow .label {
  width: 100%;
}
.flow h2 {
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  font-size: 24px;
}
.flow .flow-box {
  width: 100%;
}
.flow ul.flow-list li {
  display: flex;
  padding: 20px 0;
  border-bottom: solid 1px #e6e6e6;
}

.flow .note b {
  display: block;
  font-size: 12px;
}
.flow .note p {
  font-size: 11px;
  line-height: 1.8;
}
}



/*--------------------------------------------------------------------------
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.6;
  position: absolute;
  top: 0;
  left: 0;
}
.warranty .box {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.warranty .box .budge {
  width: 190px;
  height: 190px;
  background: #fff;
  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;
  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: #fff;
  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;
}
}

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

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

}



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


/*--------------------------------------------------------------------------
box-under recommend
---------------------------------------------------------------------------*/
.box-under .recommend {
  width: 86.6666%;
  max-width: 1200px;
  margin: 0 auto;
}
.box-under .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;
}
.box-under .recommend ul.recommend-list li:hover {
  opacity: 0.5;
}

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


/*--------------------------------------------------------------------------
footer
---------------------------------------------------------------------------*/
footer {
  background: #f7f7f7;
}
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;
  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;
  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 {
  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;
}
}



