<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: auto;
}

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

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

/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
/*動画よりも画面が縦に長くなるとき用*/
#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 {
  width: auto;
  left: 50%;
  top: 50%;
  bottom: auto;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mainTxt .title {
  color: #fff;
  text-align: center;
}

.mainTxt .title .sub-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.0;
  margin-bottom: 25px;
}

.mainTxt .title .main-title {
  font-size: 45px;
  font-weight: 400;
  line-height: 2.0;
  margin-bottom: 38px;
}

.mainTxt .title .logo {
  width: 145px;
  margin: 0 auto;
}

.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: auto;
    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 {
    width: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mainImg .mainTxt .title .sub-title {
    margin-bottom: 14px;
  }
  .mainImg .mainTxt .title .main-title {
    font-size: 35px;
    line-height: 46px;
    font-weight: 400;
    margin-bottom: 35px;
  }
  .mainImg .mainTxt .title .logo {
    width: 109px;
  }
  .mainImg .mainTxt img {
    max-width: 100% !important;
  }
  #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);
  }
}

.windmill-auto {
  -webkit-animation: 30s linear infinite rotation;
          animation: 30s linear infinite rotation;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.floating {
  position: fixed;
  left: 45px;
  bottom: 300px;
  z-index: 50;
  width: 45px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.floating .side_text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  height: 200px;
  font-size: 14px;
  font-weight: normal;
}

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

.floating a:hover {
  text-decoration: none;
  background-color: #f2f2f2;
  color: #000;
}

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

.floating .contact a {
  height: 160px;
}

@media screen and (max-width: 767px) {
  .floating {
    bottom: 400px;
    left: 0;
  }
  .floating .side_text {
    font-size: 12px;
  }
  .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;
  }
}

.cBanner-link {
  width: 100%;
  color: #000;
}

.cBanner-link:hover {
  color: #000;
  text-decoration: none;
}

.cBanner {
  position: fixed;
  right: 30px;
  bottom: 300px;
  width: 350px;
  height: 140px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  z-index: 9999;
  -webkit-box-shadow: 0.125rem 0.125rem 0.625rem rgba(45, 45, 45, 0.2);
          box-shadow: 0.125rem 0.125rem 0.625rem rgba(45, 45, 45, 0.2);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.cBanner .cBanner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cBanner .cBanner-inner .cBanner-heading {
  width: 20px;
  height: 140px;
}

.cBanner .cBanner-inner .cBanner-heading:hover {
  cursor: pointer;
}

.cBanner .cBanner-inner .cBanner-heading .open-heading {
  height: 100%;
  opacity: 1;
}

.cBanner .cBanner-inner .cBanner-heading .open-heading .arrow_r {
  width: 0;
  height: 0;
  border-left: 5px solid black;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 8px;
  top: calc(50% - 5px);
}

.cBanner .cBanner-inner .cBanner-heading .close-heading {
  opacity: 0;
}

.cBanner .cBanner-inner .cBanner-heading .close-heading .arrow_l {
  width: 0;
  height: 0;
  border-right: 5px solid black;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 20px;
  top: 15px;
}

.cBanner .cBanner-inner .cBanner-heading .close-heading p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  left: 4px;
  top: 35px;
}

.cBanner .cBanner-inner .cBanner-content {
  position: relative;
  width: 100%;
  height: 140px;
  background-color: #B29D93;
  padding: 15px 15px 20px 13px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.cBanner .cBanner-inner .cBanner-content .title {
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
  margin-bottom: 15px;
}

.cBanner .cBanner-inner .cBanner-content .text {
  font-size: 12px;
  line-height: 19px;
  font-weight: normal;
}

.cBanner .cBanner-inner .cBanner-content .text:after {
  position: relative;
  top: 1px;
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  background-image: url(https://www.cassina-ixc.jp/assets/img/202209/new_products/arrow_b.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 5px;
}

.cBanner .cBanner-inner .cBanner-content .image {
  position: absolute;
  top: 8px;
  right: 14px;
  width: 160px;
}

.cBanner.small {
  -webkit-transform: translateX(330px);
          transform: translateX(330px);
}

.cBanner.small .cBanner-heading .open-heading {
  opacity: 0;
}

.cBanner.small .cBanner-heading .close-heading {
  opacity: 1;
}

.cBanner.small .cBanner-content {
  opacity: 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: -webkit-gradient(linear, left top, left bottom, from(#E88B30), to(#DE6F00));
  background: linear-gradient(to bottom, #E88B30, #DE6F00);
  text-align: left;
  position: relative;
  font-family: neue-haas-grotesk-display,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  z-index: 10;
  padding: 0;
}

@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_ .linkbtn {
  text-align: right;
}

div.container_ .linkbtn a {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 200px;
  color: #000;
  font-family: neue-haas-grotesk-display,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 10px;
  line-height: 1.0;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #000;
  padding: 14px;
}

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

div.container_ .linkbtn a:hover {
  background-color: #918E80;
  border-color: #918E80;
  color: #fff;
}

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

div.container_ a:hover {
  color: #000;
}

div.container_ .ar {
  font-family: neue-haas-grotesk-display,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  width: 45px;
  position: relative;
  display: inline-block;
}

div.container_ .ar dl {
  margin: 0;
}

div.container_ .ar dl dt {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

div.container_ .ar dl dd {
  width: auto;
}

div.container_ .ar dl dd img {
  width: 45px;
  height: 46px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

div.container_ .ar dl dd img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

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: 10px;
}

div.container_ .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

div.container_ .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #AC884F;
}

div.container_ #slider {
  max-width: 1090px;
  margin: 86px auto 84px;
}

div.container_ #modular {
  position: relative;
  max-width: 1090px;
  margin: 0 auto 73px;
}

div.container_ #modular .container {
  padding: 0;
}

div.container_ #modular .container .row {
  margin: 0;
}

div.container_ #modular .container .row .col-md-6 {
  padding: 0;
}

div.container_ #modular .container .row .col-md-6:nth-child(1) {
  padding-right: 150px;
}

div.container_ #modular .container .row .col-md-6:nth-child(2) {
  padding-top: 40px;
}

div.container_ #modular h2 {
  font-size: 24px;
  line-height: 1.0;
  font-weight: 900;
  margin-bottom: 21px;
}

div.container_ #modular h3 {
  font-size: 20px;
  line-height: 1.0;
  font-weight: 400;
  margin-bottom: 26px;
}

div.container_ #modular p {
  font-size: 14px;
  line-height: 2.0;
  font-weight: 400;
  margin-bottom: 42px;
}

div.container_ #modular .linkbtn {
  text-align: left;
  margin-bottom: 48px;
}

div.container_ #modular .linkbtn a {
  width: 200px;
  font-size: 9px;
  line-height: 13px;
  font-weight: 400;
  color: #fff;
  background-color: #000;
  padding: 6px;
}

div.container_ #modular .linkbtn a:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 5px;
  background: url(https://www.cassina-ixc.jp/assets/img/professional/ar_w.png) left center no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: calc(50% - 2.5px);
}

div.container_ #modular .linkbtn a:hover {
  background-color: transparent;
  border: 1px solid #fff;
}

div.container_ #modular .image &gt; img {
  width: 490px;
  max-width: 490px;
}

div.container_ #modular .image .image-inner {
  background-color: transparent;
  position: relative;
}

div.container_ #modular .image .image-inner .main {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

div.container_ #modular .image .image-inner .back {
  mix-blend-mode: multiply;
}

div.container_ #modular .icon {
  position: absolute;
  width: 180px;
  top: -45.5px;
  right: 454px;
}

div.container_ #profile {
  max-width: 1090px;
  margin: 0 auto 53px;
}

div.container_ #profile .container {
  padding: 0;
}

div.container_ #profile .container .row {
  margin: 0;
}

div.container_ #profile .container .row .col-md-6 {
  padding: 0;
}

div.container_ #profile .container .row .col-md-6:nth-child(1) {
  padding-right: 55px;
}

div.container_ #profile .container .row .col-md-6:nth-child(2) {
  color: #000;
}

div.container_ #profile .image {
  margin-bottom: 10px;
}

div.container_ #profile .cap {
  font-size: 12px;
  line-height: 1.0;
  font-weight: 400;
}

div.container_ #profile .name {
  font-size: 20px;
  line-height: 1.0;
  font-weight: 900;
  margin-bottom: 23px;
}

div.container_ #profile .title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 26px;
}

div.container_ #profile p {
  font-size: 13px;
  line-height: 1.8;
  font-weight: 400;
  color: #000;
}

div.container_ #subImage {
  max-width: 1090px;
  margin: 0 auto 94px;
}

div.container_ #engraving {
  background-color: #fff;
  padding: 191px 0 99px;
}

div.container_ #engraving .engraving-inner {
  position: relative;
  max-width: 972px;
  margin: 0 auto;
}

div.container_ #engraving .title {
  position: absolute;
  top: -80px;
  left: 120px;
  width: 376px;
}

div.container_ #engraving .image {
  position: absolute;
  top: -100px;
  right: 22px;
  width: 340px;
  z-index: 10;
}

div.container_ #engraving .content-wrapper {
  border: 2px solid #B99E73;
  background-color: #04032F;
  padding: 3px;
}

div.container_ #engraving .content {
  position: relative;
  min-height: 250px;
  border: 2px solid #B99E73;
  background-color: #04032F;
  padding: 40px 50px 28px;
}

div.container_ #engraving .snow {
  position: absolute;
  top: 45px;
  left: 400px;
  width: 30px;
}

div.container_ #engraving h2 {
  font-size: 35px;
  line-height: 1.0;
  font-weight: 400;
  color: #B99E73;
  margin-bottom: 12px;
}

div.container_ #engraving h2 .subtitle {
  display: inline-block;
  font-size: 18px;
  line-height: 1.0;
  font-weight: 400;
  color: #fff;
  margin-left: 5px;
}

div.container_ #engraving p {
  font-size: 14px;
  line-height: 2.0;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}

div.container_ #engraving .linkbtnB {
  display: inline-block;
  margin-right: 15px;
}

div.container_ #engraving .linkbtnB a {
  display: block;
  position: relative;
  text-align: center;
  width: 200px;
  border: 1px solid #fff;
  font-size: 12px;
  line-height: 1.0;
  color: #fff;
  padding: 13px;
}

div.container_ #engraving .linkbtnB a:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 5px;
  background: url(https://www.cassina-ixc.jp/assets/img/professional/ar_w.png) left center no-repeat;
  background-size: auto;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: calc(50% - 2.5px);
}

div.container_ #engraving .linkbtnB a:hover {
  background-color: #B99E73;
  border: 1px solid #B99E73;
}

div.container_ #engraving .linkbtnCab {
  display: inline-block;
  position: relative;
  top: -1px;
}

div.container_ #engraving .linkbtnCab a {
  display: block;
  position: relative;
  width: 200px;
  height: 40px;
  background-color: #EDEBE2;
  text-align: right;
  font-size: 10px;
  line-height: 40px;
  font-weight: 600;
  padding: 0 11px;
}

div.container_ #engraving .linkbtnCab a:before {
  display: block;
  position: absolute;
  content: '';
  background-image: url(https://www.cassina-ixc.jp/assets/img/202211/cassina/cab-btn.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 200px;
  height: 40px;
  mix-blend-mode: multiply;
}

div.container_ #engraving .linkbtnCab a:after {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  background-image: url(https://www.cassina-ixc.jp/assets/img/202211/cassina/arrow_b.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

div.container_ #engraving .linkbtnCab a:hover {
  background-color: #BDBBBD;
  color: #fff;
}

div.container_ #engraving .linkbtnCab a:hover:after {
  background-image: url(https://www.cassina-ixc.jp/assets/img/202211/cassina/arrow_w.png);
}

div.container_ #footerContent {
  background-color: #000;
  background-image: url(https://www.cassina-ixc.jp/assets/img/202211/cassina/bg.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 93px 0 76px;
}

div.container_ #footerContent .container {
  max-width: 760px;
  padding: 0;
}

div.container_ #footerContent .container .row {
  margin: 0 0 50px;
}

div.container_ #footerContent .container .row .col-md-6 {
  padding: 0;
}

div.container_ #footerContent .container .row .col-md-6:first-child {
  padding-right: 39px;
}

div.container_ #footerContent .container .row .col-md-6:last-child {
  padding-left: 39px;
}

div.container_ #footerContent .container .row .col-md-6 dl.accessories .image {
  border: 2px solid #E6DCCC;
  overflow: hidden;
}

div.container_ #footerContent .container .row .col-md-6 dl.snow {
  position: relative;
  padding-top: 56px;
}

div.container_ #footerContent .container .row .col-md-6 dl.snow:before {
  content: '';
  width: 40px;
  height: 46px;
  background-image: url(https://www.cassina-ixc.jp/assets/img/202211/zakka/snow-w.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

div.container_ #footerContent .container .row .col-md-6 dl.snow:hover:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

div.container_ #footerContent .container .row .col-md-6 dl dt {
  position: relative;
  overflow: hidden;
  border: 5px solid #fff;
  background-color: #fff;
  margin-bottom: 17px;
}

div.container_ #footerContent .container .row .col-md-6 dl dt img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

div.container_ #footerContent .container .row .col-md-6 dl dt:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

div.container_ #footerContent .container .row .col-md-6 dl dt .title {
  position: absolute;
  width: 100%;
  top: 53px;
  left: 0;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #B99E73;
}

div.container_ #footerContent .container .row .col-md-6 dl dt .logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 126px;
}

div.container_ #footerContent .container .row .col-md-6 dl dt .text {
  position: absolute;
  top: 20px;
  left: 18px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
}

div.container_ #footerContent .container .row .col-md-6 dl dt .text:after {
  content: '';
  width: 12px;
  height: 12px;
  background-image: url(https://www.cassina-ixc.jp/assets/img/202209/index/cab_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 0;
  margin-left: 5px;
}

div.container_ #footerContent .container .row .col-md-6 dl dd {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
}

div.container_ #footerContent .backbtn {
  text-align: center;
}

div.container_ #footerContent .backbtn a {
  color: #fff;
  display: inline-block;
  position: relative;
}

div.container_ #footerContent .backbtn a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 15px;
  border-bottom: solid 1px #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

div.container_ #footerContent .backbtn a:hover:after {
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@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;
    text-align: left;
    clear: both;
    width: auto;
    padding: 0 0 0 25px;
    margin: 0 auto 50px;
    z-index: 10;
  }
  div.container_ .swiper-button-prev {
    display: none;
  }
  div.container_ .swiper-button-next {
    display: none;
  }
  div.container_ .swiper-pagination {
    text-align: center;
  }
  div.container_ .container &gt; .row &gt; .slider {
    margin-bottom: 64px;
  }
  div.container_ #slider {
    margin: 59px 0 45px 25px;
  }
  div.container_ #modular {
    margin: 0 50px 73px 25px;
  }
  div.container_ #modular .col-md-12 {
    padding: 0;
  }
  div.container_ #modular h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  div.container_ #modular h3 {
    font-size: 18px;
    margin-bottom: 26px;
  }
  div.container_ #modular p {
    margin-bottom: 81px;
  }
  div.container_ #modular .main-image {
    position: relative;
    margin-bottom: 44px;
  }
  div.container_ #modular .main-image .icon {
    width: 100px;
    left: calc(50% - 50px);
    top: -50px;
  }
  div.container_ #modular .image {
    position: relative;
    padding-top: 41px;
    margin-bottom: 35px;
  }
  div.container_ #modular .image .ar {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  div.container_ #modular .image &gt; img {
    width: 365px;
    position: relative;
    left: -10px;
  }
  div.container_ #modular .linkbtn {
    text-align: center;
  }
  div.container_ #profile {
    margin: 0 50px 42px 25px;
  }
  div.container_ #profile .container .row .col-md-6:nth-child(1) {
    padding-right: 0;
    margin-bottom: 35px;
  }
  div.container_ #profile .image {
    margin-bottom: 0;
  }
  div.container_ #profile .name {
    font-size: 14px;
    margin-bottom: 12px;
  }
  div.container_ #profile .title {
    font-size: 13px;
    margin-bottom: 22px;
  }
  div.container_ #profile p {
    font-size: 12px;
  }
  div.container_ #subImage {
    margin: 0 50px 54px 25px;
  }
  div.container_ #engraving {
    width: 100vw;
    padding: 126px 25px 62px;
    margin-left: -25px;
  }
  div.container_ #engraving .title {
    width: 250px;
    top: -50px;
    left: calc(50% - 125px);
  }
  div.container_ #engraving .image {
    width: calc(100vw - 100px);
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  div.container_ #engraving .content {
    padding: calc((100vw / 25) * 22) 20px 25px;
  }
  div.container_ #engraving .content .snow {
    top: calc((100vw / 25) * 22);
    left: auto;
    right: 20px;
  }
  div.container_ #engraving .content h2 {
    position: relative;
    text-align: center;
    font-size: 30px;
  }
  div.container_ #engraving .content h2 .subtitle {
    display: block;
    font-size: 16px;
    margin: 15px 0 0 0;
  }
  div.container_ #engraving .content .linkbtnB {
    display: block;
    text-align: center;
    margin: 0 0 19px 0;
  }
  div.container_ #engraving .content .linkbtnB a {
    margin: 0 auto;
  }
  div.container_ #engraving .content .linkbtnCab {
    display: block;
    text-align: center;
  }
  div.container_ #engraving .content .linkbtnCab a {
    margin: 0 auto;
  }
  div.container_ #footerContent {
    width: 100vw;
    background-image: url(https://www.cassina-ixc.jp/assets/img/202211/cassina/bg-sp.png);
    background-repeat: repeat-y;
    background-size: cover;
    padding: 72px 25px 75px;
    margin-left: -25px;
  }
  div.container_ #footerContent .container .row {
    margin-bottom: 0;
  }
  div.container_ #footerContent .container .row .col-md-6 {
    margin-bottom: 46px;
  }
  div.container_ #footerContent .container .row .col-md-6:first-child {
    padding: 0;
  }
  div.container_ #footerContent .container .row .col-md-6:last-child {
    padding: 0;
  }
  div.container_ #footerContent .container .row .col-md-6 dl {
    margin-bottom: 0;
  }
  div.container_ #footerContent .container .row .col-md-6 dl dd {
    margin-bottom: 0;
  }
}

.stich-wrapper {
  width: 100%;
  text-align: center;
}

.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) {
  .stich-wrapper {
    width: 100%;
    padding-right: 50px;
  }
  .stitch {
    width: 1px;
    height: 86px;
    margin: 73px auto 73px;
  }
}

.backbtn {
  text-align: center;
  padding-top: 50px;
}

.backbtn .btn-wrapper {
  padding: 0 15px;
}

.backbtn .btn-wrapper a {
  font-family: 'Shippori Mincho', serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 2.0;
  color: #fff;
  position: relative;
}

.backbtn .btn-wrapper a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 15px;
  border-bottom: solid 1px #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.backbtn .btn-wrapper a:hover {
  color: #fff;
}

.backbtn .btn-wrapper a:hover:after {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*# sourceMappingURL=cassina.css.map */</pre></body></html>