<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container_ a {
  text-decoration: none !important;
}
.container_ a:hover {
  text-decoration: none !important;
}

.pcompanylinks a {
  text-decoration: none !important;
}
.pcompanylinks a:hover {
  text-decoration: none !important;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
.container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}
.container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  margin: 0;
}
.container .row .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  min-width: 50%;
  padding: 0;
  margin: 0;
}
.container .row .col-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54%;
          flex: 0 0 54%;
  min-width: 54%;
}
.container .row .col-image img {
  max-width: 100%;
}
.container .row .col-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  min-width: 46%;
}

h3.title {
  text-align: center;
  width: 281px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px solid #707070;
  padding-bottom: 17px;
  margin: 0 auto;
}

.linkbtn {
  text-align: left;
}
.linkbtn a {
  text-align: center;
  display: inline-block;
  position: relative;
  min-width: 200px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #000;
  padding: 16px;
  margin: 0;
}
.linkbtn a:after {
  position: absolute;
  top: 50%;
  right: 13px;
  content: "";
  width: 4px;
  height: 4px;
  background: url(https://www.cassina-ixc.jp/assets/img/service/202303/triangle-b.png) center center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.linkbtn a:hover {
  text-decoration: none;
  background: #000;
  color: #FFF;
}
.linkbtn a:hover:after {
  background: url(https://www.cassina-ixc.jp/assets/img/service/202303/triangle-w.png) center center no-repeat;
  background-size: contain;
}

.linkbtn-w {
  text-align: left;
}
.linkbtn-w a {
  text-align: center;
  display: inline-block;
  position: relative;
  min-width: 200px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #000;
  padding: 16px 33px 16px 16px;
  margin: 0;
}
.linkbtn-w a:after {
  position: absolute;
  top: 50%;
  right: 13px;
  content: "";
  width: 4px;
  height: 4px;
  background: url(https://www.cassina-ixc.jp/assets/img/service/202303/triangle-b.png) center center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.linkbtn-w a:hover {
  text-decoration: none;
  background: #000;
  color: #FFF;
}
.linkbtn-w a:hover:after {
  background: url(https://www.cassina-ixc.jp/assets/img/service/202303/triangle-w.png) center center no-repeat;
  background-size: contain;
}

h1.category_name_ {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 35px;
}
h1.category_name_ span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-left: 20px;
}

#mainImage {
  width: 100%;
}
#mainImage .image {
  width: 100%;
}
#mainImage .image img {
  max-width: 100%;
}
#mainImage .description {
  text-align: justify;
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 0;
}

#items {
  width: 100%;
  margin-top: 137px;
}
#items .image {
  position: relative;
  text-align: center;
  margin-bottom: 61px;
}
#items .image img {
  max-width: 100%;
}
#items .image .sub-title {
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
#items .text {
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 23.583px;
  vertical-align: middle;
  margin: 0;
  line-height:27px;
}
#items .text img {
  width: 20px;
  margin: 0 42px 0 24px;
}
#items .text .note {
  font-size: 14px;
  font-weight: 400;
}
#items .desc {
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 19px;
}
#items .container {
  max-width: 87.34353%;
}
#items .container .row {
  gap: 0 106px;
}
#items .container .row .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 106px) / 2);
          flex: 0 0 calc((100% - 106px) / 2);
  min-width: calc((100% - 106px) / 2);
}
#items .container .row .col-6:nth-child(1) .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 260px;
}
#items .container .row .col-6:nth-child(1) .image &gt; img {
  width: 558px;
  margin-left: auto;
}
#items .container .row .col-6:nth-child(1) .text {
  text-align: center;
}
#items .container .row .col-6:nth-child(2) .image {
  min-height: 260px;
  padding-top: 72px;
}
#items .container .row .col-6:nth-child(2) .image img {
  width: 385px;
  margin: 0 auto;
}

#introduction {
  width: 100%;
  margin-top: 166px;
}
#introduction .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
#introduction .sub-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 36px;
  margin-bottom: 0;
}
#introduction .desc {
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 38px;
  margin-bottom: 0;
}
#introduction .linkbtn, #introduction .linkbtn-w {
  margin-top: 49px;
}
#introduction .container .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#introduction .container .row:nth-child(1) .col-text {
  padding-left: 106px;
}
#introduction .container .row:nth-child(2) {
  margin-top: 117px;
}
#introduction .container .row:nth-child(2) .col-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(54% + 43px);
          flex: 0 0 calc(54% + 43px);
  min-width: calc(54% + 43px);
  padding-right: 43px;
}
#introduction .container .row:nth-child(2) .col-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(46% - 43px);
          flex: 0 0 calc(46% - 43px);
  min-width: calc(46% - 43px);
  padding-right: 76px;
}

#banner {
  text-align: center;
  margin-top: 176px;
  margin-bottom: 200px;
}
#banner .banner-wrapper {
  display: block;
  width: 850px;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#banner .banner-wrapper .bg {
  width: 100%;
}
#banner .banner-wrapper .bg img {
  max-width: 100%;
}
#banner .banner-wrapper .text {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
}
#banner .banner-wrapper .text .title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
#banner .banner-wrapper .text .desc {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-top: 10px;
}
#banner .banner-wrapper:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .container_ {
    padding: 0 25px;
  }
  h1.category_name_ {
    line-height: 1;
    margin-bottom: 19px;
  }
  h1.category_name_ span {
    display: block;
    margin-top: 13px;
    margin-left: 0;
  }
  #mainImage .image {
    width: 100vw;
    margin-left: -25px;
  }
  #mainImage .description {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 30px;
  }
  #items {
    margin-top: 83px;
  }
  #items h3.title {
    width: calc(100% - 50px);
    font-size: 18px;
    padding: 0 0 13px;
  }
  #items .sub-title {
    position: relative;
    top: 10px;
    font-size: 20px;
    margin-top: 26px;
    z-index: 10;
  }
  #items .swiper {
    position: relative;
    z-index: 5;
  }
  #items .swiper .swiper-slide {
    background-color: #fff;
  }
  #items .swiper .swiper-slide img {
    max-width: 100%;
  }
  #items .swiper .swiper-slide p {
    position: relative;
    top: -9px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
  }
  #items .swiper .swiper-pagination {
    bottom: -5px;
  }
  #items .swiper .swiper-pagination-bullet-active {
    background: #000;
  }
  #items .desc {
    font-size: 14px;
    line-height: 1.8;
  }
  #items .container {
    max-width: 100%;
  }
  #items .container .row {
    gap: 74px 0;
  }
  #items .container .row .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
  }
  #items .container .row .col-6:nth-child(2) .image {
    min-height: auto;
    padding-top: 0;
    margin-top: 41px;
    margin-bottom: 0;
  }
  #items .container .row .col-6:nth-child(2) .image img {
    width: 100%;
    height: auto;
  }
  #items .container .row .col-6:nth-child(2) .text {
    position: relative;
    top: 0;
    line-height: 1.7;
    margin-top: 19px;
  }
  #introduction {
    margin-top: 90px;
  }
  #introduction h4.title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 19px;
  }
  #introduction h5.sub-title {
    font-size: 18px;
    margin-top: 30px;
  }
  #introduction .desc {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 25px;
  }
  #introduction .linkbtn, #introduction .linkbtn-w {
    text-align: center;
    margin-top: 46px;
  }
  #introduction .container .row .col-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
  }
  #introduction .container .row .col-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
  }
  #introduction .container .row:nth-child(1) .col-text {
    padding-left: 0;
  }
  #introduction .container .row:nth-child(2) {
    border-top: 1px solid #707070;
    padding-top: 59px;
    margin-top: 59px;
  }
  #introduction .container .row:nth-child(2) .col-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
    padding-right: 0;
  }
  #introduction .container .row:nth-child(2) .col-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
    padding-right: 0;
  }
  #banner {
    margin-top: 80px;
  }
  #banner .banner-wrapper {
    width: 100%;
  }
  #banner .banner-wrapper .text {
    top: 27px;
  }
  #banner .banner-wrapper .text .title {
    font-size: 20px;
  }
  #banner .banner-wrapper .text .desc {
    font-size: 14px;
    margin-top: 8px;
  }
}/*# sourceMappingURL=contract.css.map */</pre></body></html>