@charset "UTF-8";
/* ---------------------------------------------------------
    ページタイトル
---------------------------------------------------------*/
.page-title-tag295 {
  display: block;
  background: url(/common/images/product/tag295_bg.jpg) no-repeat right 0;
  background-size: cover;
  color: #fff;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  height: auto;
}

.page-title-tag295-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1080px;
  max-width: 1400px;
  padding: 185px 0 35px 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1300px) {
  .page-title-tag295-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.page-title-tag295-inner__text {
  position: relative;
}

.page-title-tag295-inner__text h1 {
  position: relative;
  margin: 0;
  font-size: 8.4375rem;
  font-weight: bold;
  line-height: 1;
  z-index: 1;
}

.page-title-tag295-inner__text h1 span {
  font-size: 3.0625rem;
}

.page-title-tag295-inner__text .page-title-product__text {
  margin-top: 16px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4375;
}

.page-title-tag295-inner__text .new_wrapper {
  position: absolute;
  top: 5.9%;
  right: 0.375%;
}

.page-title-tag295-inner__text .new {
  position: relative;
  background-color: #8f0e0e;
  border-radius: 50%;
  padding: 15px;
  width: 83px;
  height: 83px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-title-tag295-inner__text .new .new_text {
  font-size: calc(24 / 16 * 1rem);
  font-weight: 700;
  font-family: 'Garamond', serif;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

/* ---------------------------------------------------------
    コンテンツ
---------------------------------------------------------*/
.tag295 {
  min-width: 1140px;
}

.tag295_Hd {
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tag295_Hd::after {
  content: "";
  display: block;
  width: 1160px;
  max-width: 100%;
  height: 1px;
  background-color: #a6884c;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 1300px) {
  .tag295_Hd::after {
    left: -30px;
  }
}

.tag295_Hd-inner {
  position: relative;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-left: 10px;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1300px) {
  .tag295_Hd-inner {
    width: calc(100% - 50px);
    margin: 0;
  }
}

.tag295_Hd-inner::before {
  content: attr(data-text) "";
  display: block;
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: normal;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  color: #a6884c;
  text-indent: -58px;
}

@media screen and (max-width: 1300px) {
  .tag295_Hd-inner::before {
    text-indent: 0;
  }
}

.tag295_Hd span {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.25rem;
  line-height: 1.38889;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  text-indent: -10px;
  margin-left: -50px;
  position: relative;
  z-index: 1;
}

.tag295_Hd span._white {
  color: #fff;
}

@media screen and (max-width: 1300px) {
  .tag295_Hd span {
    margin-left: 0;
  }
}

.tag295_Contents {
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

/* ---------------------------------------------------------
    表
---------------------------------------------------------*/
.tag295-table {
  width: 100%;
  margin-top: 53px;
  border-collapse: collapse;
  font-size: 1.0625rem;
  text-align: center;
}

.tag295-table th {
  font-weight: 400;
  border: 1px solid #989898;
}

.tag295-table td {
  border: 1px solid #989898;
}

.tag295-table__term {
  width: 35.5%;
}

.tag295-table th, .tag295-table__term, .tag295-table__desc {
  padding: 12.3px;
}

.tag295-table th, .tag295-table__term {
  background: #F0F0F0;
}

/* ---------------------------------------------------------
    特徴
---------------------------------------------------------*/
.tag295-feature {
  padding-top: 90px;
  padding-bottom: 143px;
  background: #000;
  color: #fff;
}

.tag295-feature__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  font-size: 1.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tag295-feature__title img {
  margin-right: 20px;
}

.tag295-feature__text {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 80px;
  font-size: 1.0625rem;
}

.tag295-feature__image {
  margin-top: 36px;
  text-align: center;
}

.tag295-feature__item + .tag295-feature__item {
  margin-top: 50px;
}

.tag295-diagram {
  padding-top: 95px;
  padding-bottom: 48px;
}

.tag295-diagram__image {
  margin-top: 63px;
}

.tag295-specifications {
  padding-top: 95px;
  padding-bottom: 48px;
}

.tag295-function {
  padding-top: 95px;
  padding-bottom: 48px;
}

.tag295-dimensions {
  padding-top: 95px;
  padding-bottom: 48px;
  background-color: #000;
  background-image: url(/common/images/product/tag295_bg_diagram.png);
  background-position-x: right;
}

.tag295-dimensions__image {
  margin-top: 63px;
}

.tag295-example {
  padding-top: 95px;
  padding-bottom: 48px;
}

.tag295-example__swiper-buttons {
  position: absolute;
  top: 7px;
  right: 20px;
  z-index: 2;
}

.tag295-example__cards {
  overflow: hidden;
}

.tag295-example-card {
  display: inline-block;
  width: 450px;
}

.tag295-example-card__image figcaption {
  margin-top: 17px;
  padding-top: 14px;
  padding-bottom: 13px;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
}

.tag295-example-card__text {
  font-size: 1.0625rem;
  line-height: calc(30/17);
}

.tag295-example .swiper {
  padding-top: 90px;
  overflow: visible;
}

.tag295-example .swiper-slide {
  width: 450px;
}

.tag295-example .swiper-button-prev, .tag295-example .swiper-button-next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: static;
  margin-top: 0;
  background: #A6884C;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  top: 0;
  -webkit-transform: none;
          transform: none;
}

.tag295-example .swiper-button-prev::after, .tag295-example .swiper-button-next::after {
  font-weight: 700;
  font-size: 10px;
  color: #fff;
}

.tag295-example .swiper-button-next {
  margin-left: 10px;
}

/* ---------------------------------------------------------
    iframe bownow ※20231116追記
---------------------------------------------------------*/
iframe#_bownow_iframe_sid_a6fba65af37e98fab110{
  width: 1200px;
  max-width: 100vw;
  margin: 100px auto;
  display: flex;
  padding: 0 60px;
}

/*# sourceMappingURL=tag295.css.map */