<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 {
  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;
  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;
  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;
  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;
  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: 100vh;
}

.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 {
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  z-index: 9999;
}
.mainTxt .title {
  font-family: "garamond-premier-pro", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  margin-bottom: 0;
}
.mainTxt .title .first {
  font-size: 30px;
  margin-bottom: 25px;
}
.mainTxt .title .last {
  font-size: 39px;
}
.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: 100vh;
    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;
    margin-bottom: 5px;
    text-align: left;
  }
  .mainImg .image-text .sub-text {
    font-size: 13px;
    font-weight: normal;
  }
  .mainImg .mainTxt {
    width: 100%;
    left: 0;
    top: calc(50% - 47px);
    bottom: auto;
  }
  .mainImg .mainTxt .title .first {
    font-size: 23px;
    margin-bottom: 25px;
  }
  .mainImg .mainTxt .title .last {
    font-size: 31px;
  }
  #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 {
  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 {
  transition: 2s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}

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

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

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

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

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

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

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

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

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

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

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

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.sliderl-in.is-show {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    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;
  animation: ripple 4s cubic-bezier(0.3, 0, 0.1, 1) infinite;
}
@keyframes ripple {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  60% {
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6, 1.6);
    opacity: 0;
  }
}
.banner.updown {
  animation-name: updown;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.floating {
  position: fixed;
  left: 45px;
  bottom: 300px;
  z-index: 50;
  width: 45px;
  opacity: 0;
  transition: all 1s ease;
}
.floating .side_text {
  writing-mode: vertical-rl;
  position: absolute;
  height: 200px;
  font-family: "Cinzel", serif;
  font-size: 14px;
  font-weight: normal;
}
.floating a {
  width: 45px;
  height: auto;
  color: #fff;
  background-color: #000;
  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: 14px;
  }
  .floating a {
    display: inline-block;
    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;
  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;
}

@media screen and (max-width: 767px) {
  .header-filter {
    position: fixed;
    height: 53.45px;
    top: 0;
    width: 100%;
    left: 0;
    background-color: rgb(165, 165, 165);
    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;
  }
  .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;
  }
}
section {
  padding: 0 50px 0 58px;
}

#message {
  margin-bottom: 55px;
}
#message .container {
  max-width: 100%;
  padding: 0;
}
#message .container .row {
  float: none;
  display: flex;
  margin: 0;
}
#message .container .row .col-md-3 {
  flex: 0 0 25.5%;
  max-width: 25.5%;
  padding: 0 34px 0 0;
}
#message .container .row .col-md-9 {
  flex: 0 0 74.5%;
  max-width: 74.5%;
  padding: 0;
}
#message .logo {
  margin-bottom: 35px;
}
#message p {
  font-size: 14px;
  line-height: 1.8;
}

h2 {
  text-align: left;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}

p {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 40px;
}

#categories .inbox a {
  display: block;
  overflow: hidden;
}
#categories .inbox a img {
  transition: all 1s ease;
}
#categories .inbox a img:hover {
  transform: scale(1.1);
  opacity: 0.8;
  transition: all 1s ease;
}

#brands h2.title {
  margin-bottom: 40px;
}
#brands .brand-list-main .inbox {
  margin-bottom: 55px;
}
#brands .brand-list-sub .inbox {
  padding: 0 10px;
  margin-bottom: 0;
}
#brands .brand-list-sub .inbox a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#brands .brand-list-sub .inbox a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
  transition: all 1s ease;
}
#brands .brand-list-sub .inbox a:hover:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #000;
  transform: translateX(-50%);
}
#brands .brand-list-sub .inbox a.christopher:hover:after {
  width: 88%;
  top: 60%;
}
#brands .brand-list-sub .inbox a.ambientec:hover:after {
  width: 53%;
  top: 62%;
}
#brands .brand-list-sub .inbox a.flos:hover:after {
  width: 29%;
  top: 66%;
}
#brands .brand-list-sub .inbox a.foscarini:hover:after {
  width: 42%;
  top: 65%;
}
#brands .brand-list-sub .inbox a.ingo:hover:after {
  width: 83%;
  top: 60%;
}
#brands .brand-list-sub .inbox a.lumina:hover:after {
  width: 31%;
  top: 75%;
}
#brands .brand-list-sub .inbox a.nemo:hover:after {
  width: 47%;
  top: 85%;
}
#brands .brand-list-sub .inbox a.nuura:hover:after {
  width: 46%;
  top: 63%;
}
#brands .brand-list-sub .inbox a.oluce:hover:after {
  width: 42%;
  top: 69%;
}
#brands .brand-list-sub .inbox a.lee:hover:after {
  width: 41%;
  top: 62%;
}
#brands .brand-list-sub .inbox a img {
  transition: all 1s ease;
}
#brands .inbox a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#brands .inbox a:hover .image img {
  transform: scale(1.1);
  opacity: 0.8;
  transition: all 1s ease;
}
#brands .inbox a .image img {
  transition: all 1s ease;
}
#brands .inbox a .logo {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#brands .inbox a .logo.cassina img {
  width: 175px;
}
#brands .inbox a .logo.karacter img {
  width: 157px;
}
#brands .inbox a .logo.cecco img {
  width: 277px;
}

#itemList {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .common_headline1_ {
    padding-top: 40px;
    margin: 0 25px 20px;
  }
  .common_headline1_ span {
    display: block;
    margin: 0;
  }
  section {
    padding: 0;
  }
  .swiper-container-horizontal &gt; .swiper-pagination-bullets {
    bottom: 10px;
  }
  #message .container .row .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    order: 2;
    padding: 30px 25px 0;
  }
  #message .container .row .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    order: 1;
  }
  #message .logo {
    display: none;
  }
  #categories {
    padding: 0 25px;
    margin-bottom: 42px;
  }
  #categories .spgrid-box2 &gt; .inbox {
    width: 47% !important;
    margin-right: 6% !important;
    margin-bottom: 43px;
  }
  #categories .spgrid-box2 &gt; .inbox:nth-child(2n) {
    margin-right: 0 !important;
  }
  #brands {
    padding: 0 25px;
    margin-bottom: 0;
  }
  #brands .brand-list-main .inbox {
    margin-bottom: 15px;
  }
  #brands .inbox a .logo.cassina img {
    width: 133px;
  }
  #brands .inbox a .logo.karacter img {
    width: 114px;
  }
  #brands .inbox a .logo.cecco img {
    width: 264px;
  }
  #brands .brand-list-sub .inbox {
    padding: 0;
    margin-right: 4% !important;
  }
  #brands .brand-list-sub .inbox:nth-child(2n) {
    margin-right: 0 !important;
  }
  #brands .brand-list-sub .inbox a.christopher:hover:after {
    width: 97%;
    top: 63%;
  }
  #brands .brand-list-sub .inbox a.ambientec:hover:after {
    width: 69%;
    top: 65%;
  }
  #brands .brand-list-sub .inbox a.flos:hover:after {
    width: 57%;
    top: 71%;
  }
  #brands .brand-list-sub .inbox a.foscarini:hover:after {
    width: 56%;
    top: 66%;
  }
  #brands .brand-list-sub .inbox a.ingo:hover:after {
    width: 85%;
    top: 60%;
  }
  #brands .brand-list-sub .inbox a.lumina:hover:after {
    width: 46%;
    top: 72%;
  }
  #brands .brand-list-sub .inbox a.nemo:hover:after {
    width: 57%;
    top: 84%;
  }
  #brands .brand-list-sub .inbox a.nuura:hover:after {
    width: 65%;
    top: 64%;
  }
  #brands .brand-list-sub .inbox a.oluce:hover:after {
    width: 55%;
    top: 68%;
  }
  #brands .brand-list-sub .inbox a.lee:hover:after {
    width: 80%;
    top: 64%;
  }
  #itemList {
    padding-top: 75px;
  }
}
.remodal-overlay {
  z-index: 999999;
}

.remodal-wrapper {
  z-index: 1000000;
}

.remodal {
  max-width: 1061px !important;
  padding: 80px !important;
}
.remodal .modalslide {
  display: flex;
}
.remodal .modalslide .modalimg {
  flex: 0 0 400px;
  max-width: 400px;
}
.remodal .modalslide .modaltxt {
  flex: 0 0 calc(100% - 400px);
  max-width: calc(100% - 400px);
  padding-left: 65px;
}
.remodal .modalslide .modaltxt .logo {
  text-align: left;
  padding-top: 25px;
  margin-bottom: 32px;
}
.remodal .modalslide .modaltxt .brand {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
}
.remodal .modalslide .modaltxt .read {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 50px;
}
.remodal .modalslide .modaltxt .btnWrarrp {
  text-align: center;
}
.remodal .modalslide .modaltxt .btnWrarrp .linkbtn {
  text-align: center;
  margin-bottom: 21px;
}
.remodal .modalslide .modaltxt .btnWrarrp .linkbtn.zaiko a {
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  width: 200px;
  background-color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 40px;
  color: #000;
}
.remodal .modalslide .modaltxt .btnWrarrp .linkbtn.zaiko 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: auto;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 17px;
}
.remodal .modalslide .modaltxt .btnWrarrp .linkbtn.zaiko a:hover {
  text-decoration: none;
  background-color: #918E80;
  border: 1px solid #918E80;
  color: #fff;
}
.remodal .modalslide .modaltxt .btnWrarrp .linkbtn.zaiko a:hover:after {
  background: url(https://www.cassina-ixc.jp/assets/img/professional/ar_w.png) left center no-repeat;
  background-size: auto;
  background-size: contain;
}
.remodal .modalslide .modaltxt .btnWrarrp .linkbtn.contact a {
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  width: 200px;
  background-color: #000;
  text-align: center;
  font-size: 13px;
  line-height: 40px;
  color: #fff;
}
.remodal .modalslide .modaltxt .btnWrarrp .linkbtn.contact 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: auto;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 17px;
}
.remodal .modalslide .modaltxt .btnWrarrp .linkbtn.contact a:hover {
  text-decoration: none;
  background-color: #918E80;
  border: 1px solid #918E80;
  color: #fff;
}
.remodal .modalslide .modaltxt .btnWrarrp .linkbtn.contact a:hover:after {
  background: url(https://www.cassina-ixc.jp/assets/img/professional/ar_w.png) left center no-repeat;
  background-size: auto;
  background-size: contain;
}
.remodal .modalslide .modaltxt .btnWrarrp .closebtn {
  position: relative;
  display: inline-block !important;
  margin-bottom: 0;
}
.remodal .modalslide .modaltxt .btnWrarrp .closebtn:hover {
  cursor: pointer;
}
.remodal .modalslide .modaltxt .btnWrarrp .closebtn:before {
  display: inline-block;
  position: relative;
  content: "";
  top: 1px;
  width: 13px;
  height: 13px;
  background: url(https://www.cassina-ixc.jp/assets/img/202210/lighting/closebtn.png) center center/contain no-repeat;
  margin-right: 5px;
}
.remodal.cassina .logo img {
  width: 194px;
}
.remodal.karakter .logo img {
  width: 169px;
}
.remodal.cecco .logo img {
  width: 335px;
}
.remodal.christopher .logo img {
  width: 332px;
}
.remodal.ambientec .logo img {
  width: 212px;
}
.remodal.flos .logo img {
  width: 111px;
}
.remodal.foscarini .logo img {
  width: 165px;
}
.remodal.ingo .logo img {
  width: 100%;
}
.remodal.lumina .logo img {
  width: 392px;
}
.remodal.nuura .logo img {
  width: 164px;
}
.remodal.oluce .logo img {
  width: 149px;
}
.remodal.lee .logo img {
  width: 100%;
}

.remodal-prev {
  display: block;
  position: absolute;
  width: 24px;
  height: 21px;
  background: url("https://www.cassina-ixc.jp/assets/img/top/arrow_pick.png") left top no-repeat;
  background-size: auto;
  background-size: cover;
  top: 50%;
  left: 15px;
  z-index: 10;
}

.remodal-next {
  display: block;
  position: absolute;
  width: 24px;
  height: 21px;
  background: url("https://www.cassina-ixc.jp/assets/img/top/arrow_pick.png") left top no-repeat;
  transform: scale(-1, 1);
  background-size: auto;
  background-size: cover;
  top: 50%;
  right: 15px;
  z-index: 10;
}

.remodal-close {
  left: auto !important;
  right: 0;
}
.remodal-close:before {
  position: absolute;
  top: 50%;
  left: 5px;
  content: "";
  width: 25px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
  transition: all 0.5s ease;
}
.remodal-close:after {
  position: absolute;
  top: 50%;
  left: 5px;
  content: "";
  width: 25px;
  height: 1px;
  background-color: #000;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}
.remodal-close:hover:before {
  transform: rotate(0deg);
}
.remodal-close:hover:after {
  transform: rotate(0deg);
}

@media screen and (max-width: 767px) {
  .remodal-wrapper {
    padding: 60px 10px;
  }
  .remodal {
    padding: 60px 25px 35px !important;
  }
  .remodal .modalslide {
    flex-flow: column;
  }
  .remodal .modalslide .modalimg {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 25px;
    margin-bottom: 0;
  }
  .remodal .modalslide .modaltxt {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .remodal .modalslide .modaltxt .logo {
    text-align: center;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .remodal .modalslide .modaltxt .read {
    font-size: 14px;
    margin-bottom: 45px;
  }
  .remodal.cassina .logo img {
    width: 143px;
    margin-top: 31px;
  }
  .remodal.karakter .logo img {
    width: 132px;
    margin-top: 31px;
  }
  .remodal.cecco .logo img {
    width: 213px;
    margin-top: 31px;
  }
  .remodal.christopher .logo img {
    width: 240px;
    margin-top: 13px;
  }
  .remodal.ambientec .logo img {
    width: 126px;
    margin-top: 31px;
  }
  .remodal.flos .logo img {
    width: 90px;
    margin-top: 27px;
  }
  .remodal.foscarini .logo img {
    width: 111px;
    margin-top: 31px;
  }
  .remodal.ingo .logo img {
    width: 236px;
    margin-top: 20px;
  }
  .remodal.lumina .logo img {
    width: 240px;
    margin-top: 11px;
  }
  .remodal.nuura .logo img {
    width: 137px;
    margin-top: 28px;
  }
  .remodal.oluce .logo img {
    width: 109px;
    margin-top: 21px;
  }
  .remodal.lee .logo img {
    width: 240px;
    margin-top: 13px;
  }
  .remodal-prev {
    top: 239px;
  }
  .remodal-next {
    top: 239px;
  }
}
.swiper-button-next:after {
  content: none !important;
}

.swiper-button-prev:after {
  content: none !important;
}

.swiper-pagination-bullet-active {
  background: #000 !important;
}

#footer_sitemap {
  width: calc(100% - 191px);
}

@media screen and (max-width: 767px) {
  #footer_sitemap {
    width: 100% !important;
  }
  .footlogos img {
    vertical-align: baseline;
  }
}/*# sourceMappingURL=lighting.css.map */</pre></body></html>