@charset "UTF-8";

.block-01 {
  margin: 0;
  color: #000;
}

/*=================================================================*/
/*	製品テンプレート
/*=================================================================*/
/*  共通
---------------------------------------------------------------*/
.h2Ttl {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 28px;
  font-weight: bold;
  padding: 0 0 30px;
  margin: 0 0 50px;
  background: url(/common/images/products/2024/en_feature.svg) no-repeat bottom center;
  background-size: auto 13px;
  color: #000;
}

.h3Ttl {
  font-size: 22px;
  margin: 0 0 30px;
  color: #6099ad;
  font-weight: bold;
  line-height: 1.4;
}

.h2Ttl + p, .h3Ttl + p {
  font-size: 14px;
}

#cboxContent #cboxSlideshow, #cboxContent #cboxClose, #cboxContent #cboxTitle {
  top: -36px;
  padding: 0 30px 0 0;
  line-height: 1.2em;
}

/*  productHeader
---------------------------------------------------------------*/
.productHeader {
  color: #000;
  padding: 0 4%;
  margin: 20px 0 0;
  position: relative;
}
.productHeader .inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.productHeader .inner .logo {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  /* min-height: 32px; */
  display: -webkit-flex;
  display: flex;
  align-items: center;
  max-width: calc(100% - 106px);
  height: 32px;
}
.productHeader .inner .logo a {
  color: #000;
  height: 100%;
}
.productHeader .inner .logo img {
  height: 100%;
  /* width: auto; */
}
.productHeader .inner .logo.new {
  position: relative;
  padding: 0 40px 0 0;
  box-sizing: border-box;
}
.productHeader .inner .logo.new::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/common/images/products/2024/icon_new.svg) no-repeat 0 0;
  background-size: 30px 30px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.productHeader .inner .btnWrap {
  display: none;
}
.productHeader .inner .menuWrap {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 100;
  width: calc(100% - 20px);
}
.productHeader .inner .menuWrap.fixed {
  position: fixed;
  top: 10px;
}
.productHeader .inner .menuWrap .menuBtn {
  background: #ededed;
  display: block;
  width: 100px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 33px;
  padding: 0 15px 0 0;
  float: right;
  position: relative;
  letter-spacing: 0.05em;
}
.productHeader .inner .menuWrap .menuBtn::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: solid 2px;
  border-right: solid 2px;
  top: 50%;
  margin-top: -8px;
  right: 12px;
  color: #6099ad;
  display: block;
  transform: rotate(135deg);
}
.productHeader .inner .menuWrap .menuBtn.on::before {
  margin-top: -4px;
  transform: rotate(-45deg);
}
.productHeader .inner .menuWrap .pageMenu {
  background: #ededed;
  padding: 28px 20px 20px 20px;
  clear: both;
  border-radius: 15px 0 15px 15px;
  display: none;
}
.productHeader .inner .menuWrap .pageMenu li {
  margin: 0 0 8px;
}
.productHeader .inner .menuWrap .pageMenu li a {
  font-weight: bold;
  color: #000;
  font-size: 15px;
  padding: 0 0 0 16px;
  position: relative;
}
.productHeader .inner .menuWrap .pageMenu li a::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: solid 2px;
  border-right: solid 2px;
  top: 50%;
  margin-top: -4px;
  left: 0;
  color: #6099ad;
  display: block;
  transform: rotate(45deg);
}

/*  mainVisual
---------------------------------------------------------------*/
.mainVisual {
  color: #000;
}
.mainVisual .inner .mainVisualTxt {
  padding: 0 4%;
  box-sizing: border-box;
  font-size: 16px;
}
.mainVisual .inner .mainVisualTxt .mainLogo {
  margin: 0 0 20px;
  /* max-width: 160px; */
}
.mainVisual .inner .mainVisualTxt .mainLogo img {
  max-height: 45px;
  max-width: 100%;
}
.mainVisual .inner .mainVisualTxt .mainLogo span {
  display: block;
  font-size: 18px;
  color: #6099ad;
  margin: 15px 0 0;
  font-weight: bold;
}
.mainVisual .inner .mainVisualTxt p {
  line-height: 1.8;
}
.mainVisual .inner .mainVisualImg {
  margin: 13px 0 30px;
}
.mainVisual .inner .mainVisualImg img {
  width: 100%;
  height: auto;
}
.mainVisual .inner .btnWrap {
  padding: 35px 0;
}
.mainVisual .inner .btnWrap a {
  color: #FFF;
  border-radius: 100px;
  background: #6097aa url(/common/images/products/2024/icon_book.svg) no-repeat right 16px center;
  padding: 12px 45px 10px 20px;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 180px;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
}

/*  mainSlide
---------------------------------------------------------------*/
.mainSlide {
  padding: 25px 0 0;
  margin: 0 0 40px;
  background-color: #edeff0;
}
.mainSlide .inner .swiper {
  box-sizing: border-box;
  margin-bottom: 25px;
  padding: 0 25px 25px;
}
.mainSlide .inner .swiper .swiper-wrapper .swiper-slide {
  display: block;
}
.mainSlide .inner .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  padding-top: 60%;
  position: relative;
}
.mainSlide .inner .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

#wrapper .swiper-scrollbar {
  border-radius: 0;
  height: 8px;
  background-color: #e0e4e6;
  width: 100%;
  left: 0;
  bottom: 0;
}
#wrapper .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: #6099ad;
}

/*  mainBottom
---------------------------------------------------------------*/
.mainBottom {
  color: #000;
  padding: 0 4%;
  border-bottom: solid 1px #e4e5e5;
}
.mainBottom .inner {
  padding: 0 0 4%;
}
.mainBottom .inner .img a {
  border-radius: 20px;
}
.mainBottom .inner .img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.mainBottom .inner .txt {
  padding: 30px 0 0;
}
.mainBottom .inner .txt dl {
  margin: 0 0 20px;
}
.mainBottom .inner .txt dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #6099ad;
  margin: 0 0 20px;
}
.mainBottom .inner .txt dl dd {
  font-size: 15px;
  line-height: 1.8;
}
.mainBottom .inner .txt dl dd br {
  display: none;
}
.mainBottom .inner .txt .bnList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mainBottom .inner .txt .bnList::after {
  content: "";
  width: 31.66%;
}
.mainBottom .inner .txt .bnList li {
  width: 31.66%;
  margin: 0 0 2.5%;
}
.mainBottom .inner .txt .bnList li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mainBottom .inner .txt .bnList li a img {
  width: 100%;
  height: auto;
}
.mainBottom .inner .txt .bnList li a:hover {
  opacity: 0.7;
}

/*  feature
---------------------------------------------------------------*/
.feature {
  color: #000;
  padding: 0 4% 40px;
}
.feature .inner {
  padding: 60px 0 0;
}
.feature .inner .h3Ttl {
  margin: 0 0 20px;
}
.feature .inner img {
  width: 100%;
  height: auto;
}
.feature .inner p {
  font-size: 15px;
  line-height: 1.6;
}
.feature .inner > p {
  margin: 0 0 40px;
}
.fsw1,
.fsw2 {
  margin: 0 0 30px;
}
.imgTxtList {
  margin: 0 0 30px;
}
.imgTxtList li .img {
  margin: 0 0 20px;
}
.imgTxtList li dl dt {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.4;
}
.imgTxtList li dl dd {
  font-size: 14px;
  line-height: 1.6;
}
.block-01 .imgTxt {
  margin: 0 0 40px;
}
.block-01 .imgTxt .txt {
  margin: 0 0 20px;
}
.txtImg {
  margin: 0 0 40px;
}
.txtImg .txt {
  margin: 0 0 20px;
}
.col4Img {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 40px;
}
.col4Img li {
  width: 48%;
  margin: 0 0 4%;
}
.col2Center {
  margin: 0 auto;
}
.col2Center .imgTxtList {
  width: 100%;
  margin: 0 auto 30px;
  max-width: 380px;
}
.col2Center.w920 .imgTxtList li {
  margin: 0 0 30px;
}

.txtImgCol2Wrap .box {
  margin: 0 0 30px;
}
.txtImgCol2Wrap .box .img {
  margin: 0;
}
.txtImgCol2Wrap .box .txt {
  margin: 0 0 10px;
}
.txtImgCol2Wrap .box .txt dl {
  line-height: 1.6;
}
.txtImgCol2Wrap .box .txt dl dt {
  font-size: 20px;
  color: #6099AD;
  margin: 0 0 15px;
  font-weight: bold;
}
.txtImgCol2Wrap .box .txt dl dd {
  font-size: 16px;
}

/*  function
---------------------------------------------------------------*/
.function {
  color: #000;
  padding: 60px 4% 40px;
  background-color: #e7f0f3;
}
.function img {
  width: 100%;
  height: auto;
}
.function .inner .h2Ttl {
  background: url(/common/images/products/2024/en_function.svg) no-repeat bottom center;
  background-size: auto 13px;
}
.functionSwiper01 {
  margin: 0 0 30px;
}
.functionSwiper02 {
  margin: 0 0 20px;
}
.functionList {
  margin: 0 0 30px;
}
.functionList li .img {
  margin: 0 0 20px;
}
.functionSwiper02 .functionList {
  margin: 0 0 20px;
}
.functionSwiper02 .functionList li .img {
  margin: 0;
}
.function .inner dl dt {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 15px;
}
.function .inner dl dd {
  font-size: 14px;
  line-height: 1.6;
}
.fTxt {
  margin: 0 0 40px;
}
.bottomImg {
  margin: 0 auto 40px;
}
.bottomImg .img {
  margin: 0 0 20px;
}
.bottomImg .img img {
  width: 100%;
  max-width: 380px;
  display: block;
  margin: 0 auto 15px;
}
.bottomImg .fTxt {
  max-width: 820px;
  margin: 0;
}
.designerProfile {
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 20px;
  border: solid 4px #dfebef;
  padding: 32px 6% 40px;
}
.designerProfile .txt h3 {
  max-width: 270px;
  margin: 0 0 30px;
}
.designerProfile .txt h3 span {
  color: #6099ad;
  display: block;
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: bold;
}
.designerProfile .txt .profileTxt {
  margin: 0 0 40px;
}
.designerProfile .txt .profileTxt dt {
  font-size: 16px;
  font-weight: bold;
}
.designerProfile .txt .profileTxt dd {
  font-size: 14px;
}
.designerProfile .img {
  width: 250px;
  margin: 0 auto;
}
.designerProfile .img img {
  border-radius: 100%;
}

/*  variation
---------------------------------------------------------------*/
.variation {
  color: #000;
  padding: 60px 0 40px;
}
.variation .inner .h2Ttl {
  background: url(/common/images/products/2024/en_variation.svg) no-repeat bottom center;
  background-size: auto 13px;
}
.variation .inner .h2Ttl + p {
  margin: 0 auto 25px;
  font-size: 15px;
  padding: 0 4%;
}
.slideWrap {
  padding: 32px 0 0;
  margin: 0 0 40px;
  background-color: #edeff0;
}
.slideWrap .swiper {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 40px;
}
.slideWrap .swiper .swiper-wrapper {
  margin: 0 0 38px;
}
.slideWrap .swiper .swiper-wrapper li span {
  display: block;
  font-size: 12px;
  margin: 10px 0 0;
}
.slideWrap .swiper .swiper-wrapper li img {
  width: 100%;
  height: auto;
}
.slideWrap .swiper .swiper-scrollbar {
  left: 0;
  bottom: 0;
  width: 100%;
}
.grayBtnWrap {
  padding: 0 4%;
}
.grayBtnWrap .btnWrapInner {
  background-color: #edeff0;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 40px 30px 30px;
  text-align: center;
}
.grayBtnWrap .btnWrapInner .btn {
  color: #FFF;
  border-radius: 100px;
  background: #6097aa url(/common/images/products/2024/icon_book.svg) no-repeat right 24px center;
  padding: 15px 52px 13px 34px;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 20px;
  box-sizing: border-box;
}
.grayBtnWrap .btnWrapInner .btn + p {
  font-size: 15px;
  line-height: 1.6;
}
.grayBtnWrap .btnWrapInner .btn + p br {
  display: none;
}

/*  lineup
---------------------------------------------------------------*/
.lineup {
  color: #000;
  padding: 60px 4% 40px;
}
.lineup .inner {
  margin: 0 auto;
}
.lineup .inner .h2Ttl {
  background: url(/common/images/products/2024/en_lineup.svg) no-repeat bottom center;
  background-size: auto 13px;
}
.lineup .inner .h2Ttl + p {
  margin: 0 auto 25px;
  font-size: 16px;
}
.imgTxtParts {
  
}
.imgTxtParts img {
  width: 100%;
  height: auto;
}
.imgTxtParts .img {
  margin: 0 0 20px;
}
.imgTxtParts .txt p {
  font-size: 14px;
}
.imgTxtParts .txt dl {
  font-size: 14px;
}
.imgTxtParts .txt dl dt {
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 16px;
}
.imgTxtParts .txt dl dd {
}
.imgTxtParts .col1Wrap {
  margin: 0 0 20px;
}
.imgTxtParts .col2Wrap {
}
.imgTxtParts .col2Wrap .col {
  width: 100%;
  margin: 0 0 30px;
}

/*  gallery
---------------------------------------------------------------*/
.gallery {
  padding: 60px 4%;
  background-color: #e7f0f3;
}
.gallery .inner {
  max-width: 1260px;
  margin: 0 auto;
}
.gallery .inner .h2Ttl {
  background: url(/common/images/products/2024/en_gallery.svg) no-repeat bottom center;
}
.gImgList {
  text-align: center;
}
.gImgList.isHide {
  display: none;
}
.gImgList li {
  margin: 0 0 3%;
}
.gImgList li a {
  display: block;
  padding-top: 60%;
  position: relative;
}
.gImgList li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.gImgList li a.addNum {
  background-color: #000;
  position: relative;
}
.gImgList li a.addNum span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background-color: rgb(0 0 0 / 60%);
  font-weight: bold;
  font-size: 18px;
  z-index: 10;
}
.gallery .inner a.more {
  display: block;
  width: 164px;
  margin: 50px auto 0;
  background-color: #FFF;
  border-radius: 100px;
  border: solid 2px #cfe0e6;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.gallery .inner a.more.isHide {
  display: none;
}
.gallery .inner a.more::before, .gallery .inner a.more::after {
  content: "";
  position: absolute;
}
.gallery .inner a.more::before {
  width: 15px;
  height: 1px;
  background-color: #6099ad;
  right: 15px;
  top: 15px;
}
.gallery .inner a.more::after {
  width: 1px;
  height: 15px;
  background-color: #6099ad;
  right: 22px;
  top: 9px;
}
.gallery .inner a.more:hover {
  opacity: 0.7;
}

/*  support
---------------------------------------------------------------*/
.support {
  padding: 60px 4% 0;
}
.support .inner {
  max-width: 1260px;
  margin: 0 auto;
}
.support .inner .h2Ttl {
  background: url(/common/images/products/2024/en_support.svg) no-repeat bottom center;
  background-size: auto 13px;
  margin: 0 0 40px;
}
.support .inner .h3Ttl {
  margin: 20px 0 20px;
}
.supportBtnWrap {
  margin: 0 0 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.supportBtnWrap a {
  display: block;
  color: #000;
  font-size: 3.8vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  border: solid 3px #cfe0e6;
  padding: 13px 12px 11px 60px;
  box-sizing: border-box;
  border-radius: 200px;
  width: 48%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 15px 0;
  box-sizing: border-box;
}
.supportBtnWrap a.catalog_price {
  background: #FFF url(/common/images/products/2024/icon_book_1.svg) no-repeat left 18px center;
  background-size: 38px auto;
}
.supportBtnWrap a.cad {
  background: #FFF url(/common/images/products/2024/icon_cad.svg) no-repeat left 24px center;
  background-size: 38px auto;
}
.supportBtnWrap a.showroom {
  background: #FFF url(/common/images/products/2024/icon_showroom.svg) no-repeat left 18px center;
  background-size: 32px auto;
}
.supportBtnWrap a.faq {
  background: #FFF url(/common/images/products/2024/icon_faq.svg) no-repeat left 24px center;
  background-size: 45px auto;
}
.supportBtnWrap a.mv {
  background: #FFF url(/common/images/products/2024/icon_movie.svg) no-repeat left 25px center;
  background-size: 38px auto;
}
.supportBtnWrap a.repair {
  background: #FFF url(/common/images/products/2024/icon_repair.svg) no-repeat left 18px center;
  background-size: 38px auto;
}
.supportBtnWrap a.parts {
  background: #FFF url(/common/images/products/2024/icon_parts.svg) no-repeat left 20px center;
  background-size: 46px auto;
}
.supportBtnWrap a.key {
  background: #FFF url(/common/images/products/2024/icon_key.svg) no-repeat left 20px center;
  background-size: 36px auto;
}
.support .inner .caution {
  font-size: 13px;
  text-align: left;
  margin: 0;
}

/*  bottomNav
---------------------------------------------------------------*/
.bottomNav {
  padding: 40px 4% 25px;
  text-align: center;
}
.bottomNav .inner {
  margin: 0 auto;
}
.bottomNav .inner a.btn {
  color: #FFF;
  font-size: 13px;
  background: #5d6062 url(/common/images/icon_w_right_arrow.svg) no-repeat right 20px center;
  display: inline-block;
  padding: 10px 50px 10px 15px;
  margin: 0 auto;
  border-radius: 50px;
  box-sizing: border-box;
  line-height: 1.4;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 20px;
}
.bottomNav .inner a.btn.left {
  background: #5d6062 url(/common/images/icon_w_left_arrow.svg) no-repeat left 20px center;
  padding: 10px 15px 10px 50px;
}

/*  catalog
---------------------------------------------------------------*/
h2.h2Title2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 20px;
  margin: 0 0 20px;
  background: url(https://office.uchida.co.jp/common/images/case/page/icon_title_bottom_arrow.svg) no-repeat center bottom;
}
h2.h2Title2 span {
  color: #6099ad;
}

.catalog {
  background-color: #f1f2f2;
  padding: 50px 4% !important;
  margin: 0 0 0 !important;
}
.catalog .catalogList {
  margin: 0 auto;
}
.catalog .catalogList li {
  background-color: #FFF;
  margin: 0 0 4%;
}
.catalog .catalogList li a {
  display: block;
  color: #333;
}
.catalog .catalogList li a h3 {
  border-bottom: solid 1px #f1f2f2;
  font-weight: bold;
  padding: 13px 14px;
  font-size: 15px;
}
.catalog .catalogList li a h3 span {
  color: #6099ad;
}
.catalog .catalogList li a .imgTxt {
  padding: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.catalog .catalogList li a .imgTxt .img {
  width: 65px;
}
.catalog .catalogList li a .imgTxt .txt {
  font-size: 13px;
  width: calc(100% - 85px);
}
.catalog .catalogList li a .imgTxt .txt .btn {
  font-size: 12px;
  display: inline-block;
  color: #FFF;
  border-radius: 50px;
  /*background: #609aad url(/common/images/case/page/icon_pdf_btn.svg) no-repeat right 9px center;*/
  background-color: #609aad;
  padding: 5px 26px 5px 12px;
  line-height: 1;
  margin: 10px 0 0;
  position: relative;
}
.catalog .catalogList li a .imgTxt .txt .btn::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: solid 1px;
  border-right: solid 1px;
  top: 50%;
  margin-top: -4px;
  right: 12px;
  color: #fff;
  display: block;
  transform: rotate(45deg);
}

.imgWrap {
  margin: 30px 0;
}
.spMb0 { margin-bottom: 0px; }
.spMb10 { margin-bottom: 10px; }
.spMb20 { margin-bottom: 20px; }
.spMb30 { margin-bottom: 30px; }
.spMb40 { margin-bottom: 40px; }
.spMb50 { margin-bottom: 50px; }
.spMb60 { margin-bottom: 60px; }
.spMb70 { margin-bottom: 70px; }
.spMb80 { margin-bottom: 80px; }
.spMb90 { margin-bottom: 90px; }
.spMb100 { margin-bottom: 100px; }

.spPb0 { padding-bottom: 0px; }
.spPb10 { padding-bottom: 10px; }
.spPb20 { padding-bottom: 20px; }
.spPb30 { padding-bottom: 30px; }
.spPb40 { padding-bottom: 40px; }
.spPb50 { padding-bottom: 50px; }
.spPb60 { padding-bottom: 60px; }
.spPb70 { padding-bottom: 70px; }
.spPb80 { padding-bottom: 80px; }
.spPb90 { padding-bottom: 90px; }
.spPb100 { padding-bottom: 100px; }

.small50 { font-size: 50%; }
.small60 { font-size: 60%; }
.small70 { font-size: 70%; }
.small80 { font-size: 80%; }
.small90 { font-size: 90%; }

.linkWrap {
  margin: 40px auto;
  padding: 0 4%;
}
.linkWrap a {
}
