<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 */
/* pcompanylinks */
.pcompanylinks {
  font-size: 0;
  padding: 0 50px;
  box-sizing: border-box;
}

.pcompanylinks li {
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
}

.pcompanylinks li:first-child {
  padding-right: 30px;
}

.pcompanylinks li:last-child {
  padding-left: 30px;
}

.pcompanylinks li img {
  width: 100%;
  height: auto;
}

.pcompanylinks dt {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 25px;
}

.pcompanylinks dd {
  font-size: 14px;
  text-align: left;
}

.pcompanylinks dd img {
  margin-bottom: 35px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pcompanylinks li {
    width: 100%;
  }
  .contactLink {
    max-width: 100%;
    margin-bottom: 60px;
  }
  .pcompanylinks {
    padding: 0 20px;
  }
  .pcompanylinks li:first-child {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .pcompanylinks li:last-child {
    padding-left: 0;
  }
  .pcompanylinks .rinkbtn {
    text-align: right;
  }
  .contactLink2 {
    width: 100%;
  }
}
/* base */
.serchicon i:before {
  box-sizing: content-box;
}

.mainTxt {
  position: absolute;
  left: 0px;
  top: 43%;
  width: 100%;
  text-align: center;
  font-size: 44px;
  color: #FFF;
  line-height: 1;
  font-weight: 600;
  z-index: 10;
}

.mainvsab {
  width: 100%;
  height: 543px !important;
  overflow: hidden;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}
.mainvsab .swiper-slide {
  animation: anim 60s infinite;
}

@media screen and (max-width: 767px) {
  .mainvsab img {
    animation: none;
    width: 100%;
    height: 667px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@keyframes anim-exp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes anim-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc((100% - 470px) * -1));
  }
}
@keyframes anim-down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(100% - 470px));
  }
}
.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;
}

.sp-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .mapss {
    max-width: 600px;
    margin: 0 auto;
  }
  .pc-none {
    display: none;
  }
  .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: 543px;
}
.mainImg .mainImg-inner {
  position: fixed;
  width: 100%;
  height: 543px;
}

.mainTxt {
  width: 100%;
  position: absolute;
  top: calc(50% - 35.7px);
  left: 0;
}
.mainTxt .title {
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 56px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin-bottom: 13px;
}
.mainTxt .sub-title {
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  color: #fff;
}

#covervisual {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#covervisual video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100vh;
}

/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  video {
    width: 100%;
  }
}
/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
  video {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mainImg {
    position: relative;
    width: 100%;
    height: 667px;
  }
  .mainImg .mainImg-inner {
    width: 100%;
    height: 667px;
  }
  #covervisual {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: none;
  }
  .mainvsab {
    width: 100%;
    min-width: 100%;
    height: 667px !important;
  }
  .maincp {
    display: none;
  }
  .mainImg {
    overflow: hidden;
  }
  .sp-none_ {
    display: none;
  }
  .video {
    width: 85%;
  }
  .mainTxt {
    text-align: center;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .mainTxt .title {
    font-size: 42px;
    color: #fff;
    text-shadow: none;
  }
  .mainTxt .sub-title {
    font-size: 14px;
    color: #fff;
    text-shadow: none;
  }
  .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 #fff 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: #fff;
    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;
    position: static;
    z-index: 100000;
  }
  #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;
}

/* 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: 130px;
}

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

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

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

.fade-in.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(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;
}

.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;
}

.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: rgb(165, 165, 165);
    mix-blend-mode: multiply;
    z-index: 99;
  }
}
.container {
  max-width: 100%;
}
.container .row {
  margin-bottom: 10px;
}
.container .row .col-6 {
  padding-right: 5px;
  padding-left: 5px;
}
.container .row .col-6:first-child {
  padding-left: 0;
}
.container .row .col-6:last-child {
  padding-right: 0;
}

img {
  max-width: 100%;
}

.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: 275px;
  font-family: "Marcellus", serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
}
.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: 4px;
  }
  .floating .side_text {
    font-size: 12px;
  }
  .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;
  }
}
.container_ {
  text-align: left;
  position: relative;
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #fff;
  padding: 0 !important;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .container_ {
    padding-bottom: 0;
  }
}
.container_ h1.title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.container_ h2.title {
  font-family: "Marcellus", serif;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
.container_ p.sub-title {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin: 0;
}
.container_ .linkbtn a {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 222px;
  color: #A79782;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #A79782;
  padding: 15px;
}
.container_ .linkbtn a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 5px;
  background: url(https://www.cassina-ixc.jp/img/feature/2024/07/zakka/arrow.png) left center no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.container_ .linkbtn a:hover {
  background-color: #A79782;
  color: #fff;
}
.container_ .linkbtn a:hover:after {
  background: url(https://www.cassina-ixc.jp/img/feature/2024/07/zakka/arrow-wh.png) left center no-repeat;
  background-size: contain;
}
.container_ section {
  margin: 0 auto;
}
.container_ .mt-30 {
  margin-top: 30px !important;
}
.container_ .mt-44 {
  margin-top: 44px !important;
}
.container_ .mb-0 {
  margin-bottom: 0 !important;
}
.container_ .mb-20 {
  margin-bottom: 20px !important;
}
.container_ .mb-25 {
  margin-bottom: 25px !important;
}
.container_ .mb-80 {
  margin-bottom: 80px !important;
}
.container_ .pb-80 {
  padding-bottom: 80px !important;
}
.container_ .ta-r {
  text-align: right;
}
.container_ .cb {
  clear: both;
}
.container_ .swiper-pagination {
  bottom: -22px !important;
}
.container_ .swiper-pagination .swiper-pagination-bullet {
  outline: none;
  width: 4px;
  height: 4px;
}
.container_ .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
.container_ .swiper-button-prev {
  font-size: 0;
  background: url("https://www.cassina-ixc.jp/assets/img/top/arrow_pick.png") left top no-repeat;
  background-size: cover;
  width: 16px;
  height: 14px;
  position: absolute;
  top: calc(50% + 10px);
  left: -40px;
  right: auto;
  z-index: 100;
  outline: none;
}
.container_ .swiper-button-prev:after {
  content: "";
}
.container_ .swiper-button-next {
  font-size: 0;
  background: url("https://www.cassina-ixc.jp/assets/img/top/arrow_pick.png") left top no-repeat;
  background-size: cover;
  width: 16px;
  height: 14px;
  position: absolute;
  top: calc(50% + 10px);
  right: -40px;
  z-index: 100;
  transform: scale(-1, 1);
  outline: none;
}
.container_ .swiper-button-next:after {
  content: "";
}
.container_ .swiper {
  overflow: visible;
}
.container_ #message {
  padding-top: 85px;
  margin-bottom: 67px;
}
.container_ #message p.description {
  text-align: center;
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 2;
  padding: 0;
  margin-bottom: 67px;
}
.container_ #message .linkbtn {
  text-align: center;
}
.container_ #message .linkbtn a:first-child {
  margin-right: 77px;
}
.container_ #sec1 {
  margin-bottom: 93px;
}
.container_ #sec1 .sec1-slider {
  position: relative;
  width: 721px;
  margin: 0 auto;
}
.container_ #item-list {
  margin-bottom: 167px;
}
.container_ #item-list .selectNav {
  width: 100% !important;
}
.container_ #item-list .selectNav li {
  color: #9a9a9a;
}
.container_ #item-list .selectNav li dt {
  font-family: "Marcellus", serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  padding: 0 30px;
}
.container_ #item-list .selectNav li dd {
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.container_ #item-list .selectNav li:hover {
  color: #000;
}
.container_ #item-list .selectNav li.active {
  opacity: 1;
  color: #747474;
}
.container_ #item-list .picklistWrapp {
  margin-bottom: 83px;
}
.container_ #item-list .content {
  visibility: hidden;
}
.container_ #item-list .content.show {
  visibility: visible;
}
.container_ #item-list .pickList {
  padding: 0;
}
.container_ #item-list .pickList .showsList {
  max-width: 1092px;
  display: block;
  padding: 0;
  margin: 0 auto;
}
.container_ #item-list .pickList .showsList li {
  flex: 0 0 calc((100% - 72px) / 4);
  max-width: calc((100% - 72px) / 4);
}
.container_ #item-list .pickList .showsList li .showListCon {
  padding: 0;
}
.container_ #item-list .pickList .showsList li .showListCon .pickliimg {
  margin-bottom: 19px;
}
.container_ #item-list .pickList .showsList li .showListCon dl {
  text-align: left;
}
.container_ #item-list .pickList .showsList li .showListCon dl dt {
  font-family: "Marcellus", serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #AFA493;
  margin-bottom: 3px;
}
.container_ #item-list .pickList .showsList li .showListCon dl dd {
  line-height: 20px;
  padding: 0;
  margin-bottom: 0;
}
.container_ #item-list .pickList .showsList .page {
  display: flex;
  flex-wrap: wrap;
  gap: 27px 24px;
  justify-content: left;
  margin-bottom: 27px;
}
.container_ #item-list .pickList .showsList .page:last-child {
  margin-bottom: 0;
}
.container_ #item-list .linkbtn {
  text-align: center;
}
.container_ #item-list .linkbtn a {
  margin: 0 30px;
}
.container_ #brand-list {
  position: relative;
  background-color: #AFA493;
  background-image: url(https://www.cassina-ixc.jp/img/feature/2024/07/footer-bg.png);
  background-position: center center;
  background-repeat: repeat;
  padding-top: 102px;
  padding-bottom: 111px;
}
.container_ #brand-list h2.title {
  font-family: "Marcellus", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  padding: 0;
  margin-bottom: 75px;
}
.container_ #brand-list .prfLists {
  max-width: 1091px;
  margin: 0 auto;
}
.container_ #brand-list .prfLists li {
  margin-bottom: 60px;
}
.container_ #brand-list .prfLists li .image {
  border: 5px solid #fff;
  background-color: #fff;
}
.container_ #brand-list .prfLists li p {
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}
.container_ #brand-list .prfLists li dl {
  color: #fff;
  margin: 25px 0 22px;
}
.container_ #brand-list .prfLists li dl dt {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.container_ #brand-list .prfLists li dl dt small {
  font-size: 22px;
}
.container_ #brand-list .prfLists li dl dd {
  font-size: 10px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .container_ {
    position: relative;
    overflow: hidden;
    clear: both;
    width: auto;
    max-width: 1600px;
    min-width: 0;
    text-align: left;
    padding: 0 !important;
    margin: 0 auto 50px;
    z-index: 10;
  }
  .container_ h2.title {
    font-size: 30px;
  }
  .container_ #message {
    padding-top: 0;
    margin-bottom: 68px;
  }
  .container_ #message p.description {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    text-align: left;
    padding: 44px 50px 0;
    margin-bottom: 56px;
  }
  .container_ #message .linkbtn a:first-child {
    margin: 0 0 34px 0;
  }
  .container_ #sec1 {
    margin-bottom: 104px;
  }
  .container_ #sec1 .showsList {
    padding: 0 0 0 50px;
  }
  .container_ #sec1 .showsList .slick-slide {
    transform: translateX(-25px);
  }
  .container_ #sec1 .showsList .slick-slide .showListCon {
    padding: 0 12.5px;
  }
  .container_ #item-list {
    padding: 0 25px;
    margin-bottom: 120px;
  }
  .container_ #item-list .selectNav {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .container_ #item-list .selectNav:before {
    width: 15px;
    height: 15px;
    background-image: url(https://www.cassina-ixc.jp/assets/img/202209/arty_crafty/icon_plus.png);
    background-size: cover;
    top: 22px;
  }
  .container_ #item-list .selectNav li dt {
    padding-left: 0;
  }
  .container_ #item-list .selectNav li dd {
    margin-left: 0;
  }
  .container_ #item-list .picklistWrapp {
    margin: 0;
  }
  .container_ #item-list .pickList .showsList .page {
    gap: 38px 10px;
    margin-bottom: 38px;
  }
  .container_ #item-list .pickList .showsList .page li {
    flex: 0 0 calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
  }
  .container_ #item-list .linkbtn a {
    margin: 0 calc(50% - 100px);
  }
  .container_ #item-list .linkbtn a:first-child {
    margin-bottom: 30px;
  }
  .container_ #brand-list {
    width: 100%;
    padding: 67px 25px 124px;
  }
  .container_ #brand-list h2.title {
    width: 100vw;
    margin-left: -25px;
    margin-bottom: 64px;
    color: #fff;
  }
  .container_ #brand-list .prfLists li {
    padding: 0;
    margin-bottom: 42px;
  }
  .container_ #brand-list .prfLists li .image {
    border: 5px solid #fff;
  }
  .container_ #brand-list .prfLists li p {
    color: #fff;
    margin-bottom: 0;
  }
  .container_ #brand-list .prfLists li dl {
    margin: 23px 0 20px;
  }
  .container_ #brand-list .prfLists li dl dt {
    color: #fff;
    margin-bottom: 5px;
  }
  .container_ #brand-list .prfLists li dl dd {
    color: #fff;
  }
  .container_ #brand-list p {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 35px;
  }
  .container_ #brand-list .slider {
    width: 100%;
    position: relative;
    margin-bottom: 0;
  }
  .container_ #brand-list .slider img {
    width: 100%;
  }
  .container_ #brand-list .slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -25px;
  }
  .container_ #brand-list .slider .swiper-pagination-bullet-active {
    background: #5C5C5C;
  }
  .container_ #brand-list .slider .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  }
  .container_ section.strength {
    width: 100%;
    background-color: #FFF;
    padding: 70px 30px 50px 30px;
    margin-bottom: 50px;
  }
  .container_ section.strength .title {
    font-size: 21px;
    line-height: 1;
    color: #6F6F6F;
    border-bottom: 1px solid #707070;
    white-space: nowrap;
    padding: 0 0 8px;
    margin-bottom: 30px;
  }
  .container_ section.strength .container {
    padding: 0;
  }
  .container_ section.strength .strength-image {
    text-align: center;
    height: auto;
    margin-bottom: 35px;
  }
  .container_ section.strength dl {
    margin-bottom: 50px;
  }
  .container_ section.strength dl dt {
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    color: #6F6F6F;
    text-align: center;
    margin-bottom: 20px;
  }
  .container_ section.strength dl dd {
    text-align: left;
    color: #6A6A6A;
    font-size: 13px;
    line-height: 2;
  }
  .container_ section.strength dl:last-child {
    margin-bottom: 50px;
  }
  .container_ section.strength .col-md-4:last-child dl {
    margin-bottom: 0;
  }
  .container_ section.projects {
    width: 100%;
    position: relative;
    margin-bottom: 70px;
  }
  .container_ section.projects .title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 26px;
  }
  .container_ section.projects p {
    width: 100%;
    font-size: 13px;
    line-height: 2;
    font-weight: bold;
    text-align: left;
    margin-bottom: 33px;
  }
  .container_ section.projects p br {
    display: none;
  }
  .container_ section.projects dl {
    margin-bottom: 6px;
  }
  .container_ section.projects dl dt {
    text-align: center;
    margin-bottom: 7px;
  }
  .container_ section.projects dl dd {
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    line-height: 1;
  }
  .container_ section.projects dl .ls-1 {
    letter-spacing: -0.5px;
  }
  .container_ section.projects ul.backbtns.gobtns {
    margin-top: 8px;
    float: left;
  }
  .container_ section.projects ul.backbtns.gobtns li {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 27px;
  }
  .container_ section.projects ul.backbtns.gobtns li:last-child {
    margin-bottom: 0;
  }
  .container_ section.projects ul.backbtns.gobtns a:before {
    transform: scale(-1, 1);
  }
  .container_ section.projects ul.backbtns.gobtns a:before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    background-size: contain;
    background: url("https://www.cassina-ixc.jp/assets/img/common/btn_back.png") center center no-repeat;
    background-size: auto;
    background-size: cover;
    vertical-align: middle;
    margin-right: 13px;
  }
  .container_ section.projects ul.backbtns.gobtns a:hover {
    color: #000;
  }
  .container_ section.interior {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .container_ section.interior .title {
    text-align: center;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .container_ section.interior p {
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
    text-align: left;
    margin-bottom: 37px;
  }
  .container_ section.interior p br {
    display: none;
  }
  .container_ section.interior .container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
  }
  .container_ section.interior .container .row {
    margin: 0;
  }
  .container_ section.interior .container .row .col-6 {
    padding: 0 5px 10px;
  }
  .container_ section.interior .container .row .col-6:nth-child(odd) {
    padding-left: 0;
  }
  .container_ section.interior .container .row .col-6:nth-child(even) {
    padding-right: 0;
  }
  .container_ section.interior .container .row .col-6:nth-child(7), .container_ section.interior .container .row .col-6:nth-child(8) {
    padding-bottom: 0;
  }
  .container_ section.interior .interior-items .interior-item {
    margin: 0;
  }
  .container_ section.interior .interior-items .interior-item dl {
    position: relative;
    margin: 0;
  }
  .container_ section.interior .interior-items .interior-item dl dt {
    text-align: center;
  }
  .container_ section.interior .interior-items .interior-item dl dd {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .container_ section.interior .interior-items .interior-item dl dd a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    line-height: 98px;
    text-decoration: none;
  }
  .container_ section.interior .interior-items .interior-item dl dd a:hover {
    text-decoration: none;
  }
  .container_ section.interior .attention {
    font-size: 9px;
    font-weight: bold;
    color: #6A6A6A;
    line-height: 1;
  }
  .container_ section.contact {
    width: auto;
    background-color: #FFF;
    padding: 46px 20px 0 20px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .container_ section.contact {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 767px) {
  .container_ section.contact .wrapper {
    width: 100%;
  }
  .container_ section.contact .title {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 50px;
  }
  .container_ section.contact .image-content {
    position: relative;
  }
  .container_ section.contact .image-content .image-title {
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    width: 270px;
    background: rgb(91, 83, 68);
    mix-blend-mode: multiply;
    color: #FFF;
    line-height: 1;
    text-align: center;
    padding: 8px 0 8px;
    margin: 0 auto;
    z-index: 999;
  }
  .container_ section.contact .image-content .image-title .caption {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
  }
  .container_ section.contact .image-content .image-title .text {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
  }
  .container_ section.contact p {
    color: #6A6A6A;
    font-size: 13px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 67px;
  }
  .container_ section.contact p.sp-mb-25 {
    margin-bottom: 25px;
  }
  .container_ section.contact .image img {
    width: 100%;
  }
  .container_ section.contact .tel-list {
    margin-bottom: 60px;
  }
  .container_ section.contact .tel-list .area-text {
    color: #6A6A6A;
    font-size: 13px;
    line-height: 2;
    font-weight: bold;
  }
  .container_ section.contact .tel-list .telephone {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 25px;
  }
  .container_ section.contact .tel-list .telephone a:hover {
    color: #000;
    text-decoration: none;
  }
  .container_ section.contact .sub-title {
    position: relative;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }
  .container_ section.contact .contact-form {
    width: auto;
    background-color: #EFEFEF;
    padding: 14px 20px 60px;
    margin: 0 -20px;
  }
}
/* artgallery-css override */
@media screen and (max-width: 767px) {
  .selectNav li dl {
    text-align: left;
    line-height: 1;
    font-size: 0;
    margin-bottom: 0;
  }
  .selectNav li dd {
    font-size: 12px;
    display: inline-block;
    margin: 0 0 0 10px;
  }
  .itemsslide .slick-prev {
    display: block !important;
    left: 0 !important;
  }
  .itemsslide .slick-next {
    display: block !important;
  }
}
.backbtn {
  text-align: center;
  padding-top: 70px;
  margin-bottom: 0;
}
.backbtn .btn-wrapper {
  padding: 0 15px;
}
.backbtn .btn-wrapper a {
  font-family: "Marcellus", serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  color: #000;
  position: relative;
}
.backbtn .btn-wrapper a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 15px;
  border-bottom: solid 1px #000;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}
.backbtn .btn-wrapper a:hover {
  color: #000;
}
.backbtn .btn-wrapper a:hover:after {
  width: 100%;
  transition: all 0.5s ease;
}

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

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