<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.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;
}

/* constant */
/* base */
.serchicon i:before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.mainTxt {
  width: auto;
}

.mainvsab {
  width: 100%;
  height: 95vh;
  overflow: hidden;
  background-size: cover;
  background-position: bottom center;
  height: auto;
}

.sportconW {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}

.sportfivNav {
  position: fixed;
  background: #EDEDED;
  width: 100%;
}

.sportfivNav {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

.sportfivNav ul {
  max-width: 980px;
  margin: 0 auto;
  font-size: 0;
}

.sportfivNav ul li {
  width: 70%;
  display: inline-block;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sportfivNav ul li:first-child {
  padding-right: 40px;
}

.sportfivNav ul li:last-child {
  padding-left: 40px;
}

.sportfivNav ul li dl {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 10px;
}

.sportfivNav ul li dt {
  font-size: 16px;
  font-weight: bold;
}

.sportfivNav ul li dd {
  font-size: 12px;
}

.sportfivNav ul li p {
  font-size: 14px;
  width: 50%;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

.sportfivNav p a {
  background: #000;
  width: 100%;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 24px;
  position: relative;
  color: #FFF;
}

.sportfivNav p a:hover {
  background: #FFF;
  color: #000;
}

.hintbox {
  padding: 80px 5% 60px;
}

.linkprod {
  background: #EEE;
  color: #000;
  letter-spacing: 1px;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  font-size: 11px;
  right: -3.5%;
}

div.container_ {
  min-width: 100%;
  margin-bottom: 0 !important;
}

#footer {
  margin-top: 0;
}

.pc-none {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .mapss {
    max-width: 600px;
    margin: 0 auto;
  }
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block;
  }
  #header #globalnav {
    left: auto;
    text-align: right;
    width: 100%;
    top: 50px !important;
    right: 28px !important;
    position: absolute !important;
  }
}

.mainImg {
  position: relative;
  width: 100%;
  height: 769px;
}

.video-area {
  width: 100%;
  height: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#bg-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
}

/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
  video {
    width: 100%;
  }
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16 / 9) {
  video {
    height: 125%;
  }
}

#covervisual {
  width: 100%;
  height: 769px;
  overflow: hidden;
}

#covervisual img {
  width: 100%;
  height: 769px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  position: fixed;
}

.mainTxt {
  left: 82px;
  bottom: 76px;
  z-index: 9999;
}

.mainTxt .title {
  font-family: "garamond-premier-pro", serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.0;
  color: #fff;
  margin-bottom: 0;
}

.mainTxt p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mainImg {
    position: relative;
    width: 100%;
    height: 620px;
    margin-top: 0;
  }
  .mainImg .image-text {
    position: absolute;
    top: 70px;
    left: 20px;
    color: #FFF;
    text-align: left;
  }
  .mainImg .image-text .main-text {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.0;
    margin-bottom: 5px;
    text-align: left;
  }
  .mainImg .image-text .sub-text {
    font-size: 13px;
    font-weight: normal;
  }
  .mainImg .mainTxt {
    left: 30px;
    top: 102px;
  }
  .mainImg .mainTxt .title {
    margin-bottom: 10px;
  }
  .mainImg .mainTxt .title:before {
    content: "";
  }
  #covervisual {
    width: 100%;
    height: 508px;
    overflow: hidden;
    background-image: none;
    background-size: auto 508px;
    background-position: 0 0;
  }
  #covervisual img {
    height: 508px;
  }
  .mainvsab {
    width: 100%;
    min-width: 100%;
    height: 100%;
  }
  .maincp {
    display: none;
  }
  .mainImg {
    overflow: hidden;
  }
  .sp-none_ {
    display: none;
  }
  .video {
    width: 85%;
  }
  .munubtnrapp {
    top: 20px;
  }
  i:after {
    content: '';
    height: 12px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .serchicon {
    position: fixed;
    width: 30px;
    left: 20px;
    top: 15px;
    z-index: 100000;
    display: block;
  }
  .serchicon i:before {
    width: 12px;
    border: 2px #000 solid;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
  }
  .serchicon i:before, .serchicon i:after {
    content: '';
    height: 12px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .serchicon i:after {
    width: 2px;
    background: #000;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: 11px;
    left: 15px;
  }
  .splogos {
    display: block !important;
    display: block;
    top: 15px;
    left: 60px;
  }
  .menu-trigger span {
    background: #000;
  }
  .menu-trigger.close span {
    background: #FFF;
  }
  .isResp #header {
    height: auto;
  }
  .mainTxt img {
    max-width: 240px !important;
  }
  #header, #header-box {
    background: transparent !important;
  }
  .intno.menuon .topbaseLogos {
    display: none !important;
  }
  .intno.menuon .topLogos {
    display: block !important;
  }
  .intno.menuon .serchicon i:before {
    border: 2px #FFF solid;
  }
  .intno.menuon .serchicon i:after {
    background: #FFF;
  }
  div.wrapper_ {
    padding-top: 0px !important;
  }
  .sportfivNav {
    padding: 10px;
  }
  .sportfivNav ul li {
    width: 100%;
  }
  .sportfivNav ul li:first-child {
    padding-right: 5px;
  }
  .sportfivNav ul li:last-child {
    padding-left: 5px;
  }
  .sportfivNav ul li dd {
    font-size: 11px;
  }
  .toku-box {
    background: #FFF !important;
    margin-top: 20px !important;
    padding: 3% 5% 3% !important;
  }
  .toku-box h2 {
    font-size: 34px;
  }
  .toku-box .inbox b {
    font-size: 18px !important;
  }
  .toku-box .inbox {
    width: 49%;
  }
  .bdlast {
    border-bottom: solid 1px #000;
    margin-bottom: 20px;
  }
  .hintbox {
    padding: 5%;
  }
  .mapss {
    margin-left: 10px;
    margin-right: 10px;
  }
  .linkprod {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 11px;
    right: -2%;
  }
}

.linkprod:hover {
  background: #000;
  color: #FFF;
}

div.label {
  font-size: 16px;
  background: #000;
  border: solid 1px #000;
  padding: 2px 10px;
  display: inline-block;
  color: #FFF;
  margin-bottom: 20px;
  width: 7em;
  text-align: center;
}

#campnews1 {
  display: none;
}

#select_lang {
  z-index: 40;
}

#lang_en {
  background: #FFF;
}

#header #globalnav {
  z-index: 10;
}

.contactList {
  text-align: right;
  width: auto;
}

.contactList li {
  width: auto;
}

#sidebox_search *, #sidebox_search :after, #sidebox_search :before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

p.serchicon {
  position: fixed;
}

.mainvsab {
  height: 100% !important;
}

/* parts */
.under-line {
  position: relative;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 10px;
}

.under-line:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #000000;
  position: absolute;
  right: 0;
  bottom: 0;
}

.maincp {
  z-index: 1000;
}

.scrolltext {
  z-index: 4000;
  bottom: 200px;
}

.scroll:before {
  z-index: 4001;
}

.scroll {
  bottom: 100px;
  z-index: 4002;
}

.fade-in {
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.fade-out {
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.fade-in.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-out.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slidelr-in, .sliderl-in {
  overflow: hidden;
  display: block;
  opacity: 0;
}

.slidelr-in.is-show {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.td-250 {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

.td-500 {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.td-750 {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}

.td-1000 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.td-1250 {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.td-1500 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.sliderl-in.is-show {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.banner.glow {
  position: relative;
}

.banner.glow img {
  position: relative;
  z-index: 10;
}

.banner.glow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 0;
  background: #FFF;
  -webkit-animation: ripple 4s cubic-bezier(0.3, 0, 0.1, 1) infinite;
  animation: ripple 4s cubic-bezier(0.3, 0, 0.1, 1) infinite;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
    opacity: 0;
  }
}

.banner.updown {
  -webkit-animation-name: updown;
          animation-name: updown;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.floating {
  position: fixed;
  right: 0;
  top: 291px;
  z-index: 100000;
  width: 45px;
}

.floating a {
  width: 45px;
  height: 140px;
  color: #fff;
  background-color: #000;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 45px;
  letter-spacing: 0.2em;
}

.floating a:hover {
  text-decoration: none;
}

.floating .contact {
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .floating {
    width: 100%;
    height: 60px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    background-color: #000;
  }
  .floating a {
    display: inline-block;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    width: 100%;
    height: 30px;
  }
  .floating .contact {
    display: inline-block;
    width: calc(50% - 1px);
    border-right: 1px solid #fff;
    margin: 0;
  }
  .floating .reserved {
    display: inline-block;
    width: calc(50% - 0px);
    margin: 0;
  }
}

.btn {
  display: block;
  position: relative;
  background: #f2f2f2;
  width: 330px;
  position: relative;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  line-height: 1.0;
  padding: 20px 24px;
  margin: 0 auto;
}

.btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 5px;
  background: url(https://www.cassina-ixc.jp/assets/img/professional/ar.png) left center no-repeat;
  background-size: contain;
  vertical-align: middle;
  right: 20px;
  top: 25px;
}

.btn:hover:after {
  background: url(https://www.cassina-ixc.jp/assets/img/professional/ar_w.png) left center no-repeat;
  background-size: contain;
}

.btn-white {
  background-color: #FFF;
  color: #000;
}

.btn-white:hover {
  color: #FFF;
  background: #000;
  text-decoration: none;
}

.rinkbtn a {
  margin-top: 0;
}

.sp-fancybox-wrap, .ins-preview-wrapper {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .header-filter {
    position: fixed;
    height: 53.45px;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #a5a5a5;
    mix-blend-mode: multiply;
    z-index: 100;
  }
}

img {
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  #sidebox_search {
    display: none !important;
  }
  #sidr {
    display: none !important;
  }
  .mainImg .news {
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px;
  }
  .mainImg .news h2 {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 15px;
  }
  .mainImg .news .linknav {
    top: 20px;
    right: 20px;
    line-height: 1.0;
  }
  .mainImg .news .news-list {
    height: 57px;
    overflow: hidden;
  }
  .mainImg .news .news-list li {
    margin-top: 16px;
  }
  .mainImg .news .news-list li dl dt {
    display: block;
    margin-bottom: 10px;
  }
  .mainImg .news .news-list li dl dd {
    display: block;
  }
  .mainImg .news-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    background-image: url(https://www.cassina-ixc.jp/assets/img/professional/news_cover.png);
    mix-blend-mode: multiply;
    z-index: 2999;
  }
}

div.container_ {
  background-color: #FFF;
  text-align: left;
  position: relative;
  font-family: "garamond-premier-pro", serif;
  z-index: 10;
  padding: 0 100px;
}

@media screen and (max-width: 767px) {
  div.container_ {
    padding-bottom: 0;
  }
}

div.container_ .mt-30 {
  margin-top: 30px !important;
}

div.container_ .mt-44 {
  margin-top: 44px !important;
}

div.container_ .mb-0 {
  margin-bottom: 0 !important;
}

div.container_ .mb-20 {
  margin-bottom: 20px !important;
}

div.container_ .mb-25 {
  margin-bottom: 25px !important;
}

div.container_ .mb-30 {
  margin-bottom: 30px !important;
}

div.container_ .mb-60 {
  margin-bottom: 60px !important;
}

div.container_ .mb-70 {
  margin-bottom: 70px !important;
}

div.container_ .mb-80 {
  margin-bottom: 80px !important;
}

div.container_ .pb-80 {
  padding-bottom: 80px !important;
}

div.container_ .ta-r {
  text-align: right;
}

div.container_ .cb {
  clear: both;
}

div.container_ .backbtns a:before {
  background: url(https://www.cassina-ixc.jp/assets/img/professional/202206/btn_next.png) center center no-repeat;
  background-size: cover;
}

div.container_ .backbtns a, div.container_ .backbtns a:hover {
  color: #9D8361;
  text-decoration: none;
}

div.container_ .main_image {
  max-width: 850px;
  margin: 0 auto 133px;
}

div.container_ .swiper-button-prev:after,
div.container_ .swiper-button-next:after {
  display: none;
}

div.container_ .swiper-button-prev {
  width: 24px;
  height: 21px;
  background: url("https://www.cassina-ixc.jp/assets/img/top/arrow_pick.png") left top no-repeat;
  background-size: cover;
  left: -35px;
  z-index: 10;
}

div.container_ .swiper-button-next {
  width: 24px;
  height: 21px;
  background: url("https://www.cassina-ixc.jp/assets/img/top/arrow_pick.png") left top no-repeat;
  background-size: cover;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: -35px;
  z-index: 10;
}

div.container_ .swiper-pagination {
  bottom: -20px;
}

div.container_ .text h2.title {
  font-family: "garamond-premier-pro", serif;
  font-size: 26px;
  line-height: 1.0;
  font-weight: bold;
  margin-bottom: 0;
}

div.container_ .text h3.brand {
  font-family: "garamond-premier-pro", serif;
  font-size: 16px;
  line-height: 1.0;
  font-weight: normal;
  margin-bottom: 30px;
}

div.container_ .text h4.sub-title {
  font-size: 20px;
  line-height: 1.0;
  font-weight: normal;
  margin-bottom: 23px;
}

div.container_ .text p {
  font-size: 14px;
  line-height: 2.0;
  margin-bottom: 94px;
}

div.container_ .text .image {
  text-align: center;
  margin: 0 auto 33px;
}

div.container_ .text .rinkbtn {
  text-align: center;
}

div.container_ .text .rinkbtn a:last-child {
  padding: 7px 7px;
}

div.container_ .text .rinkbtn .btn_wrapper {
  display: inline-block;
}

div.container_ .text .rinkbtn .btn_wrapper:first-child a {
  margin-right: 70px;
}

div.container_ #message {
  margin: 70px auto 90px;
}

div.container_ #message p {
  width: 100%;
  max-width: 613px;
  text-align: center;
  font-size: 16px;
  line-height: 2.5;
  margin: 0 auto;
}

div.container_ #grabHome {
  margin-bottom: 0;
}

div.container_ #grabHome .slider {
  z-index: 10;
}

div.container_ #grabHome .text {
  z-index: 0;
  padding: 0 65px 0 0;
}

div.container_ #grabHome .text .image {
  max-width: 410px;
}

div.container_ #grabHome .text p {
  margin-bottom: 15px;
}

div.container_ #foro {
  margin-bottom: 0;
}

div.container_ #foro .text {
  padding: 0 0 0 70px;
}

div.container_ #foro .text p {
  margin-bottom: 30px;
}

div.container_ #foro .text .image {
  max-width: 410px;
}

div.container_ #bird {
  margin-bottom: 141px;
}

div.container_ #bird .container {
  margin-bottom: 123px;
}

div.container_ #bird .slider {
  z-index: 10;
}

div.container_ #bird .text {
  z-index: 0;
  padding: 0 0 0 65px;
}

div.container_ #bird .text p {
  margin-bottom: 0;
}

div.container_ #bird .text .image {
  max-width: 410px;
  position: relative;
  margin-top: -30px;
  z-index: -1;
}

div.container_ #digitalCatalogue h2.title {
  font-family: "garamond-premier-pro", serif;
  font-size: 26px;
  line-height: 1.0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 38px;
}

div.container_ #digitalCatalogue p {
  max-width: 494px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 67px;
}

div.container_ #digitalCatalogue .main_image {
  max-width: 361px;
  position: relative;
}

div.container_ #digitalCatalogue .main_image .rinkbtn {
  position: absolute;
  bottom: 43px;
  right: -62px;
}

@media screen and (max-width: 767px) {
  .isResp #header {
    position: absolute;
  }
  .swiper-container-horizontal &gt; .swiper-pagination-bullets {
    bottom: 10px;
  }
  div.container_ {
    overflow: hidden;
    position: relative;
    max-width: 1600px;
    min-width: 0;
    background-color: #fff;
    text-align: left;
    clear: both;
    width: auto;
    padding: 0 37px;
    margin: 0 auto 50px;
    z-index: 10;
  }
  div.container_ .swiper-button-prev {
    width: 25px;
    height: 22px;
    left: -30px;
  }
  div.container_ .swiper-button-next {
    width: 25px;
    height: 22px;
    right: -30px;
  }
  div.container_ .container &gt; .row &gt; .slider {
    margin-bottom: 64px;
  }
  div.container_ .text {
    padding: 0 15px !important;
  }
  div.container_ .text .rinkbtn {
    text-align: center;
    width: 100vw;
    margin: 0 -37px;
  }
  div.container_ .text .rinkbtn .btn_wrapper {
    display: inline-block;
    width: 45%;
    text-align: center;
  }
  div.container_ .text .rinkbtn .btn_wrapper:first-child a {
    margin-right: 0;
  }
  div.container_ #message {
    margin: 40px 0 62px;
  }
  div.container_ #message p {
    text-align: left;
  }
  div.container_ #grabHome {
    margin-bottom: 0;
  }
  div.container_ #grabHome .text p {
    margin-bottom: 10px;
  }
  div.container_ #grabHome .text .image {
    width: 100%;
    margin: 0 auto 34px;
  }
  div.container_ #foro {
    margin-bottom: 0;
  }
  div.container_ #foro .text p {
    margin-bottom: 20px;
  }
  div.container_ #foro .text .image {
    width: 100%;
    margin: 0 auto 57px;
  }
  div.container_ #bird {
    margin-bottom: 80px;
  }
  div.container_ #bird .text p {
    margin-bottom: 0;
  }
  div.container_ #bird .text .image {
    width: 100%;
    margin: -10px auto 34px;
  }
  div.container_ #digitalCatalogue .main_image {
    padding: 0 10px;
  }
  div.container_ #digitalCatalogue .main_image .rinkbtn {
    right: 0;
  }
  div.container_ #digitalCatalogue p {
    margin-bottom: 35px;
  }
}

.stitch {
  width: 1px;
  height: 146px;
  margin: 78px auto 78px;
}

.stitch span {
  display: block;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  opacity: 0;
  height: 0;
}

.stitch span:before {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#707070), to(#707070));
  background-image: linear-gradient(to bottom, #707070, #707070);
  background-size: 1px 4px;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.stitch span.is-show {
  opacity: 1;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .stitch {
    width: 1px;
    height: 86px;
    margin: 73px auto 73px;
  }
}
/*# sourceMappingURL=enchanting.css.map */</pre></body></html>