.catalogList {
  position: relative;
}
.catalogList .catalogItem {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1180px) {
  .catalogList .catalogItem {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .catalogList .catalogItem {
    padding: 60px 0;
  }
}
.catalogList .catalogItem:nth-child(even) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1180px) {
  .catalogList .catalogItem:nth-child(even) .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.catalogList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4.5rem;
     -moz-column-gap: 4.5rem;
          column-gap: 4.5rem;
}
@media (max-width: 1536px) {
  .catalogList .item {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 1180px) {
  .catalogList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 2rem;
  }
}
.catalogList .Img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 850px;
}
@media (max-width: 1180px) {
  .catalogList .Img {
    width: 100%;
    margin: 0 auto;
  }
}
.catalogList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogList .Txt {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 750px;
}
@media (max-width: 1536px) {
  .catalogList .Txt {
    width: 600px;
  }
}
@media (max-width: 1180px) {
  .catalogList .Txt {
    width: 100%;
  }
}
.catalogList .Txt .title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #45FDF6;
}
@media (max-width: 1180px) {
  .catalogList .Txt .title {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .catalogList .Txt .title {
    font-size: 28px;
  }
}
.catalogList .Txt .title::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  background: radial-gradient(56% 40% at 50% 50%, #3cb4e5 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  opacity: 0.5;
  z-index: -1;
}
.catalogList .Txt .title a {
  color: inherit;
}
@media (min-width: 1181px) {
  .catalogList .Txt .title a:hover {
    color: #fff;
  }
}
.catalogList .Txt .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #fff;
  margin-top: 1rem;
}
@media (max-width: 1180px) {
  .catalogList .Txt .text {
    font-size: 15px;
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .catalogList .Txt .text {
    font-size: 14px;
    margin-top: 0.5rem;
  }
}
@media (max-width: 480px) {
  .catalogList .Txt .text {
    font-size: 14px;
  }
}
.catalogList .Txt .btnBox {
  margin-top: 2rem;
}
@media (max-width: 1180px) {
  .catalogList .Txt .btnBox {
    margin-top: 1.25rem;
  }
}
.catalogList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.productRelationArea {
  position: relative;
  padding-top: 120px;
}
.productRelationArea .wrap {
  padding: 0;
}
.productRelationArea .dataList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productRelationArea .dataList:not(.slick-slider) .dataItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}
@media (max-width: 1180px) {
  .productRelationArea .dataList:not(.slick-slider) .dataItem {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .productRelationArea .dataList:not(.slick-slider) .dataItem {
    width: 100%;
  }
}
.productRelationArea .dataList .dataItem {
  position: relative;
}
.productRelationArea .dataList .item {
  position: relative;
}
.productRelationArea .dataList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.productRelationArea .dataList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.noData {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 768px) {
  .noData {
    font-size: 15px;
  }
}

.catalogInsPage {
  padding-top: 90px;
}
@media (max-width: 1180px) {
  .catalogInsPage {
    padding-top: 73px;
  }
}
@media (max-width: 768px) {
  .catalogInsPage {
    padding-top: 70px;
  }
}
@media (max-width: 480px) {
  .catalogInsPage {
    padding-top: 61px;
  }
}
.catalogInsPage .bgLineBox {
  z-index: 1;
}
.catalogInsPage .bread {
  z-index: 1;
}

.introArea {
  position: relative;
  background-image: url("../images/deco/catalog-ins-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
  overflow-x: clip;
}
@media (max-width: 1366px) {
  .introArea {
    padding: 100px 0;
  }
}
@media (max-width: 1180px) {
  .introArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .introArea {
    padding: 60px 0;
  }
}
.introArea::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(29, 37, 44, 0)), to(#1D252C));
  background: linear-gradient(to bottom, rgba(29, 37, 44, 0) 70%, #1D252C 100%);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.introArea .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.introArea .decoBox .Img {
  width: 120vw;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 991px) {
  .introArea .decoBox .Img {
    width: 1500px;
  }
}
.introArea .decoBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.introArea .introBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 6.25rem;
     -moz-column-gap: 6.25rem;
          column-gap: 6.25rem;
}
@media (max-width: 1366px) {
  .introArea .introBox {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}
@media (max-width: 1180px) {
  .introArea .introBox {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 991px) {
  .introArea .introBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3rem;
    margin-top: 4rem;
  }
}
@media (max-width: 575px) {
  .introArea .introBox {
    row-gap: 2rem;
  }
}
.introArea .rightBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 2rem;
  z-index: 1;
}
@media (max-width: 991px) {
  .introArea .rightBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
  }
}
.introArea .rightBox .Txt {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.85;
  color: #fff;
}
@media (max-width: 1180px) {
  .introArea .rightBox .Txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .introArea .rightBox .Txt {
    font-size: 15px;
  }
}
.introArea .albumBox {
  z-index: 1;
}

.customExpArea {
  position: relative;
  padding: 150px 0;
  z-index: 1;
}
@media (max-width: 1499px) {
  .customExpArea {
    padding: 100px 0;
  }
}
@media (max-width: 1180px) {
  .customExpArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .customExpArea {
    padding: 60px 0;
  }
}
.customExpArea .textEditorBox {
  position: relative;
}
.customExpArea .textEditorBox .itemRow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .customExpArea .textEditorBox .itemRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
  }
}
.customExpArea .textEditorBox .itemRow .leftBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 14px);
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .customExpArea .textEditorBox .itemRow .leftBox {
    width: 100%;
    padding-right: 0;
  }
}
.customExpArea .textEditorBox .itemRow .rightBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 768px) {
  .customExpArea .textEditorBox .itemRow .rightBox {
    width: 100%;
  }
}

.sideDataArea {
  z-index: 1;
}
/*# sourceMappingURL=catalog.css.map */