<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;
  }
  .sp-none-ib {
    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;
  }
  .sp-none-ib {
    display: inline-block;
  }
  #header #globalnav {
    left: auto;
    text-align: right;
    width: 100%;
    top: 50px !important;
    right: 28px !important;
    position: absolute !important;
  }
}
.mainImg {
  text-align: center;
  position: relative;
  width: 100%;
  height: auto;
}
.mainImg .mainImg-inner {
  position: fixed;
  width: 100%;
  height: auto;
  background-color: #fff;
}
.mainImg .slick-slide {
  transform: translateX(0);
}
.mainImg .imgfilter {
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0.2;
  pointer-events: none;
}
.mainImg .image-grid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(2, auto);
}
.mainImg .image-grid figure {
  width: 100%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  z-index: -1;
  opacity: 0.5;
  transition: all 1s ease;
}
.mainImg .image-grid figure:nth-child(1) {
  transform: translate3d(-20px, -10px, 0px);
}
.mainImg .image-grid figure:nth-child(2) {
  transform: translate3d(0px, -10px, 0px);
}
.mainImg .image-grid figure:nth-child(3) {
  transform: translate3d(20px, -10px, 0px);
}
.mainImg .image-grid figure:nth-child(4) {
  transform: translate3d(-20px, 10px, 0px);
}
.mainImg .image-grid figure:nth-child(5) {
  transform: translate3d(0px, 10px, 0px);
}
.mainImg .image-grid figure:nth-child(6) {
  transform: translate3d(20px, 10px, 0px);
}
.mainImg .image-grid figure.is-show {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.mainImg .image-grid figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainImg .slick-dots {
  width: 100%;
  text-align: center;
  bottom: 10px;
  right: 0;
  left: 0;
}
.mainImg .slick-dots li {
  width: 7px;
  height: 7px;
}
.mainImg .slick-dots li button:before {
  width: 7px;
  height: 7px;
  background-color: #fff;
  opacity: 1;
}
.mainImg .slick-dots li.slick-active button:before {
  background-color: #AC884F;
}
.mainImg .swiper-container {
  overflow: visible;
}
.mainImg .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: auto;
  background-size: auto;
  background-size: auto;
  background-size: cover;
  position: absolute;
  top: calc(50% + 10px);
  right: -40px;
  z-index: 100;
  transform: scale(-1, 1);
  outline: none;
}
.mainImg .swiper-button-next:after {
  content: none;
}
.mainImg .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: auto;
  background-size: auto;
  background-size: auto;
  background-size: cover;
  position: absolute;
  top: calc(50% + 10px);
  left: -40px;
  right: auto;
  z-index: 100;
  outline: none;
}
.mainImg .swiper-button-prev:after {
  content: none;
}
.mainImg .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.mainImg .swiper-pagination-bullet-active {
  background-color: #AC884F;
}

.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%;
  bottom: auto;
  z-index: 999;
  transform: translateY(-75%);
}
.mainTxt .title div {
  width: 100%;
  text-align: center;
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 70px;
  color: #fff;
  margin-bottom: 0;
}
.mainTxt p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  color: #fff;
}

.main-snow {
  width: 30px;
  position: absolute;
  left: calc(50% - 15px);
  top: 32%;
  z-index: 100;
}

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

.snow-content {
  width: 30px;
  position: relative;
  margin: 30px auto;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  .mainImg {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .mainImg .mainImg-inner {
    width: 100%;
    height: auto;
  }
  .mainImg .mainImg-inner .slick-slide img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mainImg .mainImg-inner .image-grid {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
  }
  .mainImg .mainImg-inner .image-grid figure {
    width: 100%;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    z-index: -1;
    opacity: 0.5;
    transition: all 1s ease;
  }
  .mainImg .mainImg-inner .image-grid figure:nth-child(1) {
    transform: translate3d(-20px, -10px, 0px);
  }
  .mainImg .mainImg-inner .image-grid figure:nth-child(2) {
    transform: translate3d(20px, -10px, 0px);
  }
  .mainImg .mainImg-inner .image-grid figure:nth-child(3) {
    transform: translate3d(-20px, 10px, 0px);
  }
  .mainImg .mainImg-inner .image-grid figure:nth-child(4) {
    transform: translate3d(20px, 10px, 0px);
  }
  .mainImg .mainImg-inner .image-grid figure.is-show {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
  .mainImg .mainImg-inner .image-grid figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mainImg .mainTxt {
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .mainImg .mainTxt .title div {
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
  }
  .mainImg .mainTxt img {
    max-width: 100% !important;
  }
  .mainImg .slick-track[style*="width: 0px;"] {
    width: calc((100vw - 50px) * 9) !important;
  }
  .mainImg .slick-slide[style="width: 0px;"] {
    width: calc(100vw - 50px) !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 #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: #fff;
  }
  .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-text {
  position: fixed;
  left: 45px;
  bottom: 400px;
  z-index: -1;
  width: 45px;
  opacity: 0;
  transition: all 1s ease;
}
.floating-text .side_text {
  writing-mode: vertical-rl;
  position: absolute;
  height: 300px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: #B99E73;
}

@media screen and (max-width: 767px) {
  .floating-text {
    left: 0;
  }
  .floating-text .side_text {
    font-size: 12px;
  }
}
.floating {
  position: fixed;
  left: 40px;
  bottom: 300px;
  z-index: 50;
  width: 45px;
  opacity: 0;
  transition: all 1s ease;
}
.floating .side_text {
  writing-mode: vertical-rl;
  position: absolute;
  height: 250px;
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}
.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;
  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: block;
    writing-mode: initial;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: transparent;
  }
  .floating .contact {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    margin: 0;
  }
  .floating .contact .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 65px;
    background-color: #04032F;
    padding-top: 8px;
  }
  .floating .contact .image img {
    width: 105px;
  }
  .floating .contact .snow1 {
    position: absolute;
    right: 14px;
    top: 10px;
    width: 18px;
  }
  .floating .contact .snow2 {
    position: absolute;
    right: 26px;
    top: 30px;
    width: 15px;
  }
  .floating .contact .title {
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    position: absolute;
    top: 8px;
    left: 118px;
    text-align: left;
    letter-spacing: 0;
  }
  .floating .contact .title img {
    width: 196px;
  }
  .floating .contact .text {
    display: inline-block;
    color: #04032F;
    position: absolute;
    top: 33px;
    left: 118px;
  }
  .floating .contact .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-link {
  width: 100%;
  color: #000;
}
.cBanner-link .snow {
  transition: all 1s ease;
}
.cBanner-link:hover {
  color: #000;
  text-decoration: none;
}
.cBanner-link:hover .snow {
  transform: rotate(90deg);
  transition: all 1s ease;
}

.cBanner {
  position: fixed;
  right: 30px;
  bottom: 300px;
  width: 350px;
  height: 140px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  z-index: 9999;
  box-shadow: 0.125rem 0.125rem 0.625rem rgba(45, 45, 45, 0.2);
  transition: all 1s ease;
}
.cBanner .cBanner-inner {
  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 {
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  left: -20px;
  top: 70px;
  color: #000;
  transform: rotate(90deg);
}
.cBanner .cBanner-inner .cBanner-content {
  position: relative;
  width: 100%;
  height: 140px;
  background-color: #707070;
  background-image: url(https://www.cassina-ixc.com/l/christmas_giftbox2022/images/cbanner-bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 11px 15px;
  transition: all 1s ease;
}
.cBanner .cBanner-inner .cBanner-content .sub-title {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  width: 152px;
  margin-bottom: 5px;
}
.cBanner .cBanner-inner .cBanner-content .title {
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 26px;
  color: #fff;
  margin-bottom: 10px;
  width: 140px;
  padding-top: 10px;
}
.cBanner .cBanner-inner .cBanner-content .text {
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  color: #04032F;
}
.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: 6px;
  right: 8px;
  width: 150px;
}
.cBanner .cBanner-inner .cBanner-content .snow {
  position: absolute;
  width: 22px;
  right: 25px;
  bottom: 20px;
}
.cBanner.small {
  background-color: #fff;
  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;
  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: 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;
  }
}
div.container_ {
  position: relative;
  background-color: #fff;
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #1d1d1d;
  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-35 {
  margin-bottom: 35px !important;
}
div.container_ .mb-40 {
  margin-bottom: 40px !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 {
  display: block;
  text-align: center;
  margin-right: 14px;
}
div.container_ .linkbtn a {
  display: inline-block;
  width: 200px;
  position: relative;
  text-align: center;
  background-color: transparent;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #fff;
}
div.container_ .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: auto;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 17px;
}
div.container_ .linkbtn a:hover {
  text-decoration: none;
  background-color: #B99E73;
  border: 1px solid #B99E73;
}
div.container_ .swiper1-pagination {
  bottom: 30px;
  position: relative;
  z-index: 10;
}
div.container_ .bg {
  background-color: #14214C;
}
div.container_ #message {
  max-width: 1092px;
  padding: 110px 0 105px;
  margin: 0 auto;
}
div.container_ #message h4 {
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}
div.container_ #message p {
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 120px;
}
div.container_ #message h3 {
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
}
div.container_ #message .pickList {
  padding: 0;
  margin-bottom: 48px;
}
div.container_ #message .showsList {
  padding: 0;
}
div.container_ #message .slick-slide {
  transform: translate(0);
}
div.container_ #message .showListCon {
  padding: 0 18px;
}
div.container_ #message .itemsslide .slick-prev {
  width: 24px;
  height: 22px;
  left: -20px;
  filter: invert(100%);
}
div.container_ #message .itemsslide .slick-next {
  width: 24px;
  height: 22px;
  right: -20px;
  filter: invert(100%);
}
div.container_ #message .pickliimg {
  position: relative;
  overflow: hidden;
  border-radius: 164px 164px 0 0;
  z-index: 1;
}
div.container_ #message .pickliimg img {
  transition: all 1s ease;
}
div.container_ #message .pickliimg:hover &gt; img {
  transform: scale(1.1);
  transition: all 1s ease;
}
div.container_ #message .pickliimg .icon {
  position: absolute;
  left: 35px;
  bottom: 27px;
  width: 135px;
  height: 135px;
}
div.container_ #message .linkbtn {
  margin: 0 auto;
}
div.container_ #items {
  max-width: 1092px;
  padding-top: 40px;
  margin: 0 auto 70px;
}
div.container_ #items .selectNav {
  width: 962px;
}
div.container_ #items .selectNav li {
  width: 15.6%;
  border-left: none;
}
div.container_ #items .selectNav li:nth-child(2) {
  width: 27%;
}
div.container_ #items .selectNav li:last-child {
  border-right: none;
}
div.container_ #items .selectNav li.active {
  opacity: 1;
}
div.container_ #items .selectNav li.active dl dt {
  color: #B99E73;
}
div.container_ #items .selectNav li dl dt {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.3em;
  padding: 0;
}
div.container_ #items .selectNav li dl dt:hover {
  color: #B99E73;
}
div.container_ #items .selectNav li dl dd {
  color: #747474;
}
div.container_ #items .selectNav li dl.fregrance dt {
  letter-spacing: 0.2em;
}
div.container_ #items .picklistWrapp {
  margin-bottom: 0;
}
div.container_ #items .pickList {
  padding: 0;
}
div.container_ #items .content {
  visibility: hidden;
  pointer-events: none;
}
div.container_ #items .content.show {
  visibility: visible;
  pointer-events: auto;
}
div.container_ #items ul.showsList {
  display: block;
  padding: 0;
}
div.container_ #items ul.showsList .page {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: left;
  margin-bottom: 27px;
}
div.container_ #items ul.showsList .page:last-child {
  margin-bottom: 0;
}
div.container_ #items ul.showsList li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 12.5px;
  margin-bottom: 50px;
}
div.container_ #items ul.showsList li a:hover {
  color: #000;
}
div.container_ #items ul.showsList li a:hover img {
  transform: scale(1.1);
  transition: all 1s ease;
}
div.container_ #items ul.showsList li .showListCon {
  padding: 0;
}
div.container_ #items ul.showsList li .showListCon .pickliimg {
  overflow: hidden;
  margin-bottom: 20px;
}
div.container_ #items ul.showsList li .showListCon .pickliimg img {
  transition: all 1s ease;
}
div.container_ #items ul.showsList li .showListCon dl {
  text-align: left;
  color: #707070;
}
div.container_ #items ul.showsList li .showListCon dl dt {
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}
div.container_ #items ul.showsList li .showListCon dl dd {
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 3px;
}
div.container_ #items ul.showsList li .showListCon dl dd.sub {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .isResp #header {
    position: fixed;
  }
  .cartnavW {
    display: block;
  }
  .cartnavB {
    display: none;
  }
  .header-overlay {
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: #a5a5a5;
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .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;
    margin: 0 auto 50px;
    z-index: 10;
  }
  div.container_ .swiper1-pagination {
    text-align: center;
  }
  div.container_ .linkbtn {
    text-align: center;
  }
  div.container_ .linkbtn a {
    display: inline-block;
    width: 200px;
    position: relative;
    text-align: center;
    background-color: transparent;
    font-size: 12px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    padding: 0;
  }
  div.container_ .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: auto;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 17px;
  }
  div.container_ .linkbtn a:hover {
    text-decoration: none;
    background-color: #B99E73;
  }
  div.container_ #message {
    padding: 120px 0 70px;
    margin: 0;
  }
  div.container_ #message h2 {
    text-align: center;
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 36px;
  }
  div.container_ #message h4 {
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    padding: 0 50px;
    margin-bottom: 30px;
  }
  div.container_ #message p {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    padding: 0 50px;
  }
  div.container_ #message .pickList {
    padding: 0;
    margin-bottom: 32px;
  }
  div.container_ #message .pickliimg .icon {
    width: 117px;
    height: 117px;
    left: 18px;
    bottom: 18px;
  }
  div.container_ #items {
    padding: 110px 25px 0;
  }
  div.container_ #items .selectNav {
    width: 100%;
    padding: 0;
  }
  div.container_ #items .selectNav.open li:hover {
    background-color: #D3C1A4;
  }
  div.container_ #items .selectNav.open li:hover dl dt {
    color: #fff;
  }
  div.container_ #items .selectNav.open li:hover dl dd {
    color: #fff;
  }
  div.container_ #items .selectNav li {
    width: 100%;
    transition: all 0.5s ease;
  }
  div.container_ #items .selectNav li.tab {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 20px 0 18px;
  }
  div.container_ #items .selectNav li.tab.active {
    height: auto;
    opacity: 1;
    padding: 20px 20px 20px 18px;
  }
  div.container_ #items .selectNav li.tab.open {
    height: auto;
    opacity: 1;
    padding: 20px 20px 20px 18px;
  }
  div.container_ #items .selectNav li:nth-child(2) {
    width: 100%;
  }
  div.container_ #items .selectNav li dl {
    margin-bottom: 0;
  }
  div.container_ #items .selectNav li dl dt {
    margin-right: 10px;
  }
  div.container_ #items .selectNav li dl dd {
    margin-left: 0;
    margin-bottom: 0;
  }
  div.container_ #items .selectNav li dl.fregrance dt {
    margin-bottom: 10px;
    letter-spacing: 0.3em;
  }
  div.container_ #items ul.showsList li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 38px;
  }
  div.container_ #items ul.showsList li:nth-child(2n+1) {
    padding: 0 7px 0 0;
  }
  div.container_ #items ul.showsList li:nth-child(2n) {
    padding: 0 0 0 7px;
  }
  div.container_ #items ul.showsList li dl dd {
    word-wrap: break-word;
  }
  div.container_ #items ul.showsList li dl dd.sub {
    font-size: 10px !important;
  }
  div.container_ #footerContent {
    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;
  }
  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;
  }
}
/* windmill */
.windmill {
  position: relative;
  top: 0;
  left: 0;
}

.windmill1 {
  width: 25px;
  top: 70px;
  left: calc(50% - 12.5px);
}

.windmill2 {
  width: 35px;
  left: 96px;
  top: 60px;
}

.windmill3 {
  width: 35px;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}

.windmill4 {
  width: 43px;
  left: auto;
  right: -22px;
}

.windmill5 {
  position: relative;
  width: 25px;
  top: -50px;
  left: auto;
  right: auto;
  margin: 0 auto;
}

.windmill-sp {
  position: relative;
  width: 25px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .windmill1 {
    width: 30px;
    top: 40px;
    left: calc(50% - 15px);
  }
  .windmill1:nth-child(4) {
    top: -10px;
  }
}
/* remodal */
.remodal-overlay {
  z-index: 999999;
}

.remodal-wrapper {
  z-index: 1000000;
  padding: 100px 10px 0;
}

.remodal {
  max-width: 1060px;
  vertical-align: top;
  padding: 64px 87px 21px 77px;
}
.remodal.cute {
  background-color: #F8E8E5;
}
.remodal.creative {
  background-color: #E8E6D3;
}
.remodal.active {
  background-color: #D8DFEB;
}
.remodal.care {
  background-color: #EBEBEB;
}
.remodal.follow {
  background-color: #EDE0D0;
}
.remodal .modalin {
  position: relative;
}
.remodal .headline {
  position: absolute;
  left: -53px;
  top: -40px;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
.remodal .prev {
  position: absolute;
  top: 254px;
  left: -54px;
}
.remodal .prev a {
  display: block;
  width: 25px;
  height: 25px;
  font-size: 0;
  background: url(https://www.cassina-ixc.jp/assets/img/202211/zakka/pickup-ar.png);
  background-size: contain;
}
.remodal .next {
  position: absolute;
  top: 254px;
  right: -54px;
}
.remodal .next a {
  display: block;
  width: 25px;
  height: 25px;
  font-size: 0;
  background: url(https://www.cassina-ixc.jp/assets/img/202211/zakka/pickup-ar.png);
  background-size: contain;
  transform: scale(-1, -1);
}
.remodal .slick-slide {
  transform: none;
}
.remodal .modalslide {
  display: flex;
}
.remodal .slide-box {
  flex: 0 0 400px;
  max-width: 400px;
}
.remodal .slick-slider {
  position: relative;
}
.remodal .slick-slider:not(.slick-dotted) .slick-current[style="width: 0px;"] {
  width: 400px !important;
}
.remodal .slick-dots {
  width: 100%;
  bottom: 5px;
  left: 0;
  text-align: center;
}
.remodal .slick-dots li {
  width: 6px;
  height: 6px;
}
.remodal .slick-dots li button:before {
  width: 6px;
  height: 6px;
  background: #fff;
}
.remodal .modaltxt {
  flex: 0 0 calc(100% - 410px);
  max-width: calc(100% - 410px);
  padding-left: 65px;
  text-align: left;
}
.remodal .modaltxt h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #A5A4A2;
  margin-bottom: 30px;
}
.remodal .modaltxt h4 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #1D1D1D;
  margin-bottom: 15px;
}
.remodal .modaltxt p.read {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 40px;
}
.remodal .modaltxt h5 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #1d1d1d;
  margin-bottom: 15px;
}
.remodal .modaltxt p.read2 {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #747474;
  margin-bottom: 50px;
}
.remodal .modaltxt .linkbtn {
  display: inline-block;
  margin-right: 14px;
}
.remodal .modaltxt .linkbtn a {
  display: inline-block;
  width: 200px;
  position: relative;
  text-align: center;
  background-color: #B40519;
  font-size: 12px;
  line-height: 40px;
  font-weight: 400;
  color: #fff;
}
.remodal .modaltxt .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: auto;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 17px;
}
.remodal .modaltxt .linkbtn a:hover {
  text-decoration: none;
  background-color: #B99E73;
}
.remodal .modaltxt .linkbtn_b {
  display: inline-block;
}
.remodal .modaltxt .linkbtn_b a {
  display: inline-block;
  width: 200px;
  position: relative;
  text-align: center;
  background-color: transparent;
  border: 1px solid #295827;
  font-size: 12px;
  line-height: 40px;
  font-weight: 400;
  color: #295827;
}
.remodal .modaltxt .linkbtn_b a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 5px;
  background: url(https://www.cassina-ixc.jp/assets/img/202211/zakka/ar-green.png) left center no-repeat;
  background-size: auto;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 17px;
}
.remodal .modaltxt .linkbtn_b a:hover {
  text-decoration: none;
  background-color: #B99E73;
  border: 1px solid #B99E73;
  color: #fff;
}
.remodal .modaltxt .linkbtn_b a:hover:after {
  background: url(https://www.cassina-ixc.jp/assets/img/professional/ar_w.png) left center no-repeat;
  background-size: contain;
}
.remodal .footer {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
  color: #707070;
  padding-top: 42px;
}
.remodal .remodal-close {
  width: 18px;
  height: 18px;
  top: 26px;
  left: auto;
  right: 26px;
}
.remodal .remodal-close:before {
  content: none;
}
.remodal .remodal-close:hover span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(0);
}
.remodal .remodal-close:hover span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(0);
}
.remodal .remodal-close span {
  display: block;
  width: 23px;
  height: 2px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.4s ease;
}
.remodal .remodal-close span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.remodal .remodal-close span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .remodal-wrapper {
    padding: 70px 25px;
  }
  .remodal-wrapper .remodal {
    padding: 50px 25px 36px;
  }
  .remodal-wrapper .remodal .modalslide {
    flex-wrap: wrap;
  }
  .remodal-wrapper .remodal .headline {
    position: relative;
    left: 0;
    top: -10px;
    text-align: center;
  }
  .remodal-wrapper .remodal .prev {
    top: 208px;
    left: -12.5px;
  }
  .remodal-wrapper .remodal .next {
    top: 208px;
    right: -12.5px;
  }
  .remodal-wrapper .remodal .slide-box {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 37px;
  }
  .remodal-wrapper .remodal .slick-slider {
    margin-bottom: 0;
  }
  .remodal-wrapper .remodal .slick-slider:not(.slick-dotted) .slick-current[style="width: 0px;"] {
    width: calc(100vw - 100px) !important;
  }
  .remodal-wrapper .remodal .modaltxt {
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .remodal-wrapper .remodal .modaltxt .read2 {
    margin-bottom: 15px;
  }
  .remodal-wrapper .remodal .modaltxt .linkbtn {
    text-align: center;
    display: block;
    margin-right: 0;
  }
  .remodal-wrapper .remodal .modaltxt .linkbtn_b {
    text-align: center;
    display: block;
  }
  .remodal-wrapper .remodal .footer {
    text-align: left;
    font-size: 10px;
    line-height: 1.8;
    padding-top: 0;
  }
  .remodal-wrapper .remodal-close {
    top: 14px;
    right: 17px;
  }
  .remodal-wrapper .closebtn {
    padding-top: 48px;
  }
  .remodal-wrapper .remodal-footer-close {
    display: inline-block;
    color: #86806B;
    cursor: pointer;
  }
  .remodal-wrapper .remodal-footer-close:after {
    display: block;
    content: "";
    width: 15px;
    height: 1px;
    background-color: #86806B;
    transition: all 1s ease;
    margin: 0 auto;
  }
  .remodal-wrapper .remodal-footer-close:hover:after {
    width: 80px;
    transition: all 1s ease;
  }
}
#footer {
  z-index: 99999999;
}

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

@media screen and (max-width: 767px) {
  #footer_sitemap {
    width: 100% !important;
  }
  .footlogos img {
    vertical-align: baseline;
  }
}
#embedim--snow .embedim-snow:nth-child(3n) {
  display: none;
}

@media screen and (max-width: 767px) {
  #embedim--snow .embedim-snow {
    display: none;
  }
  #embedim--snow .embedim-snow:nth-child(4n) {
    display: block;
  }
}/*# sourceMappingURL=zakka.css.map */</pre></body></html>