<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%;
  overflow: hidden;
  background: linear-gradient(to bottom, #fff, #efefef);
  padding-top: 113px;
  padding-bottom: 5px;
}
.mainImg .mainImg-inner {
  display: flex;
  width: 111%;
  gap: 0 41px;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.mainImg .mainImg-inner .arch {
  width: 35%;
  height: 52vw;
  background-color: #E8E8E8;
  overflow: hidden;
  border-radius: 9999px 9999px 0 0;
  animation: bgchange 20s ease infinite;
}
.mainImg .snow-block {
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
}
.mainImg .mainTxt {
  position: absolute;
  width: 100%;
  margin: 0;
  left: 0;
  top: calc(50% - 123px);
}
.mainImg .mainTxt .main-snow {
  width: 30px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0 auto;
}
.mainImg .mainTxt .main-snow img {
  margin: 0;
}
.mainImg .mainTxt .title {
  text-align: center;
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 65px;
  letter-spacing: 1.5px;
  color: #fff;
  margin-bottom: 26px;
}
.mainImg .mainTxt .sub-title {
  text-align: center;
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1.5px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .mainImg {
    padding-top: 80px;
    margin-top: 0;
  }
  .mainImg .mainImg-inner {
    width: 100%;
    padding: 0 25px;
  }
  .mainImg .mainImg-inner .arch {
    display: none;
  }
  .mainImg .mainImg-inner .arch:nth-child(2) {
    display: block;
    width: 100%;
    height: 75vh;
  }
  .mainImg .mainTxt {
    top: calc(50% - 90px);
  }
  .mainImg .mainTxt .main-snow {
    width: 35px;
  }
  .mainImg .mainTxt .title {
    font-size: 10.5vw;
    line-height: 11.5vw;
    margin-top: 30px;
  }
  .mainImg .mainTxt .sub-title {
    font-size: 16px;
  }
}
@keyframes anim {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(1400px);
  }
}
@keyframes anim-sp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(300px);
  }
}
.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: 100%;
  }
}
@media screen and (max-width: 767px) {
  #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);
  }
}
.windmill-auto {
  animation: 3s linear infinite rotation;
}

.snow-rotation {
  animation: 1s linear rotation;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.floating {
  position: fixed;
  left: 45px;
  bottom: 300px;
  z-index: 5000;
  width: 45px;
  opacity: 1;
  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;
  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 .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 .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_ {
  background-color: transparent;
  text-align: center;
  position: relative;
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  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-60 {
  margin-bottom: 60px !important;
}
div.container_ .mb-70 {
  margin-bottom: 70px !important;
}
div.container_ .mb-80 {
  margin-bottom: 80px !important;
}
div.container_ .pb-80 {
  padding-bottom: 80px !important;
}
div.container_ .ta-r {
  text-align: right;
}
div.container_ .cb {
  clear: both;
}
div.container_ .linkbtn {
  text-align: left;
}
div.container_ .linkbtn a, div.container_ .linkbtn span {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 200px;
  color: #fff;
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 14px;
}
div.container_ .linkbtn a:after, div.container_ .linkbtn span:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 5px;
  background: url(https://www.cassina-ixc.jp/assets/img/professional/ar_w.png) left center no-repeat;
  background-size: auto;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 17px;
}
div.container_ .linkbtn a:hover, div.container_ .linkbtn span:hover {
  background-color: #B99E73;
  border-color: #B99E73;
  color: #fff;
}
div.container_ .linkbtn a:hover:after, div.container_ .linkbtn span:hover:after {
  background: url(https://www.cassina-ixc.jp/assets/img/professional/ar_w.png) left center no-repeat;
  background-size: contain;
}
div.container_ .swiper1-pagination {
  bottom: 30px;
  position: relative;
  z-index: 10;
}
div.container_ .bg-red {
  background: linear-gradient(90deg, #B40519, #900011);
  background-size: 150% 150%;
  animation-name: gradation-anim;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  width: 100%;
  height: 500px;
  position: absolute;
  top: 370px;
  left: 0;
  z-index: -1;
}
div.container_ .bg-red:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: skewY(-7deg);
  transform-origin: top left;
  background: linear-gradient(83deg, #B40519, #900011);
  background-size: 150% 150%;
  animation-name: gradation-anim;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
div.container_ .bg-blue {
  background: linear-gradient(90deg, #14214C, #032580);
  background-size: 150% 150%;
  animation-name: gradation-anim;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  width: 100%;
  height: 1500px;
  position: absolute;
  top: 800px;
  left: 0;
  z-index: -1;
}
div.container_ .bg-blue:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: skewY(7deg);
  transform-origin: top right;
  background: linear-gradient(97deg, #14214C, #032580);
  background-size: 150% 150%;
  animation-name: gradation-anim;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
div.container_ .bg-gray {
  width: 100%;
  height: 150px;
  background-color: #E6E6E6;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
div.container_ .bg-gray:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  transform: skewY(-7deg);
  transform-origin: top left;
  background-color: #E6E6E6;
}
div.container_ #cassina {
  margin-bottom: 251px;
}
div.container_ #cassina .banner {
  display: block;
  width: 1000px;
  position: relative;
  margin: 0 auto;
}
div.container_ #cassina .banner .image {
  width: 100%;
  position: relative;
  z-index: -1;
}
div.container_ #cassina .banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #C6C6C6;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: all 0.5s ease;
}
div.container_ #cassina .banner .content {
  position: absolute;
  top: 155px;
  left: 50%;
  width: 335px;
  height: 111px;
  transform: translateX(-50%);
  overflow: hidden;
}
div.container_ #cassina .banner .content .logo {
  width: 225px;
  margin: 0 auto 22px;
  position: relative;
  top: 50px;
  transition: all 0.5s ease;
}
div.container_ #cassina .banner .content .text {
  text-align: center;
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  position: relative;
  top: 50px;
  transition: all 0.5s ease;
}
div.container_ #cassina .banner .rinkbtn {
  position: absolute;
  bottom: 160px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 200px;
  color: #fff;
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 14px;
}
div.container_ #cassina .banner .rinkbtn:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 5px;
  background: url(https://www.cassina-ixc.jp/assets/img/professional/ar_w.png) left center no-repeat;
  background-size: auto;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 17px;
}
div.container_ #cassina .banner:hover .overlay {
  opacity: 1;
}
div.container_ #cassina .banner:hover .content .logo {
  top: 0;
}
div.container_ #cassina .banner:hover .content .text {
  top: 0;
}
div.container_ #cassina .banner:hover .rinkbtn {
  background-color: #B99E73;
  border-color: #B99E73;
  color: #fff;
}
div.container_ #accessories {
  margin-bottom: 108px;
}
div.container_ #accessories h2 {
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.5px;
  color: #fff;
  margin-bottom: 58px;
}
div.container_ #accessories .pickList {
  margin-bottom: 40px;
}
div.container_ #accessories .showsList {
  padding: 0;
}
div.container_ #accessories .pickliimg {
  border-radius: 999px 999px 0 0;
  overflow: hidden;
}
div.container_ #accessories .linkbtn {
  text-align: center;
}
div.container_ #karakter {
  margin-bottom: 93px;
}
div.container_ #karakter .banner {
  position: relative;
  display: block;
  width: 715px;
  overflow: hidden;
  margin: 0 auto;
}
div.container_ #karakter .banner .image {
  position: relative;
  width: 100%;
  z-index: -1;
}
div.container_ #karakter .banner .image img {
  transition: all 0.5s ease;
}
div.container_ #karakter .banner .content {
  width: 200px;
  height: 115px;
  overflow: hidden;
  position: absolute;
  top: 45px;
  left: 100px;
}
div.container_ #karakter .banner .content .logo {
  width: 200px;
  position: relative;
  top: 60px;
  margin-bottom: 22px;
  transition: all 0.3s ease;
}
div.container_ #karakter .banner .content .logo img {
  width: 100%;
}
div.container_ #karakter .banner .content .text {
  position: relative;
  top: 60px;
  transition: all 0.3s ease;
}
div.container_ #karakter .banner .content .text .main {
  text-align: center;
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-bottom: 8px;
}
div.container_ #karakter .banner .content .text .sub {
  text-align: center;
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
div.container_ #karakter .banner .rinkbtn {
  position: absolute;
  bottom: 64px;
  left: 100px;
  text-align: center;
  width: 200px;
  color: #fff;
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 14px;
}
div.container_ #karakter .banner .rinkbtn:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 5px;
  background: url(https://www.cassina-ixc.jp/assets/img/professional/ar_w.png) left center no-repeat;
  background-size: auto;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 17px;
}
div.container_ #karakter .banner:hover .content .logo {
  top: 0;
}
div.container_ #karakter .banner:hover .content .text {
  top: 0;
}
div.container_ #karakter .banner:hover .content .text .main {
  color: #fff;
}
div.container_ #karakter .banner:hover .content .text .sub {
  color: #fff;
}
div.container_ #karakter .banner:hover .rinkbtn {
  background-color: #B99E73;
  border-color: #B99E73;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .isResp #header {
    position: fixed;
  }
  .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_ .bg-gray {
    height: 200px;
  }
  div.container_ #cassina {
    padding: 0 25px;
    margin-top: 50px;
    margin-bottom: 137px;
  }
  div.container_ #cassina .banner {
    width: 100%;
    margin-bottom: 40px;
  }
  div.container_ #cassina .banner .content {
    width: 100%;
    height: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  div.container_ #cassina .banner .content .logo {
    top: 0;
    margin: 0 auto;
  }
  div.container_ #cassina .linkbtn {
    text-align: center;
  }
  div.container_ #accessories {
    margin-bottom: 60px;
  }
  div.container_ #accessories h2 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    padding: 0 25px;
    margin-bottom: 32px;
  }
  div.container_ #karakter {
    padding: 0 25px;
  }
  div.container_ #karakter .banner {
    width: 100%;
  }
  div.container_ #karakter .banner .content {
    text-align: center;
    height: 110px;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
  div.container_ #karakter .banner .content .logo {
    width: 190px;
    top: 50px;
    margin: 0 auto 22px;
  }
  div.container_ #karakter .banner .content .text {
    top: 50px;
  }
  div.container_ #karakter .banner .rinkbtn {
    bottom: 37px;
    left: 50%;
    transform: translateX(-50%);
  }
  div.container_ #karakter .banner:hover .image img {
    transform: scale(1);
  }
}
.windmill {
  position: relative;
  top: 0;
  left: 0;
}

.windmill1 {
  width: 30px;
  top: 0;
  left: calc(50% - 15px);
}

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

.bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.bg:nth-child(3) .infiniteslide_wrap, .bg:nth-child(4) .infiniteslide_wrap {
  mix-blend-mode: multiply;
}

.bg-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vert {
  width: 100%;
  height: 100%;
}
.vert .simply-scroll-clip {
  width: 100%;
  height: 100%;
}
.vert .simply-scroll-list {
  width: 100%;
  height: 100%;
  position: relative;
}

#bg-layer3.simply-scroll-list li,
#bg-layer3-sp.simply-scroll-list li {
  position: absolute;
}

.simply-scroll {
  width: 100%;
  height: 100%;
}

.bg-wrapper {
  position: relative;
  background-color: #000;
  padding-bottom: 158px;
}
.bg-wrapper .bg-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #1c1c1c;
  opacity: 0.85;
  top: 0;
  left: 0;
}

.infiniteslide_wrap {
  height: 100% !important;
}

@media screen and (max-width: 767px) {
  .bg-wrapper {
    padding: 70px 0 0;
  }
  .bg-wrapper .bg-overlay {
    display: block;
  }
}
#loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100000000;
  display: none;
  align-items: center;
  transition: all 1s ease;
}
#loader .loader-inner {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
}
#loader .loader-inner .snow {
  width: 52px;
  margin: 0 auto;
}
#loader .loader-inner .arch {
  width: 100px;
  height: 137px;
  background-color: #E5D8C3;
  border-radius: 999px 999px 0 0;
}
#loader .loader-inner .video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#loader #video {
  width: 100%;
}
#loader .image {
  width: 50px;
  margin: 0 auto;
}
#loader.loaded {
  opacity: 0;
}

.scene {
  position: relative;
  z-index: 2;
  height: 220px;
  width: 220px;
  display: grid;
  place-items: center;
  background: #fff;
}

.cube-wrapper {
  transform-style: preserve-3d;
  animation: bouncing 2s infinite;
}

.cube {
  transform-style: preserve-3d;
  transform: rotateX(45deg) rotateZ(45deg);
  animation: rotation-cube 2s infinite;
}

.cube-faces {
  transform-style: preserve-3d;
  height: 80px;
  width: 80px;
  position: relative;
  transform-origin: 0 0;
  transform: translateX(0) translateY(0) translateZ(-40px);
}

.cube-face {
  position: absolute;
  inset: 0;
  background: #fff;
  border: solid 1px #D3D3D3;
}

.cube-face.shadow {
  background: #D3D3D3;
  transform: translateZ(-80px);
  animation: bouncing-shadow 2s infinite;
}

.cube-face.top {
  transform: translateZ(79px);
}

.cube-face.front {
  transform-origin: 0 50%;
  transform: rotateY(-90deg);
}

.cube-face.back {
  transform-origin: 0 50%;
  transform: rotateY(-90deg) translateZ(-80px);
}

.cube-face.right {
  transform-origin: 50% 0;
  transform: rotateX(-90deg) translateY(-80px);
}

.cube-face.left {
  transform-origin: 50% 0;
  transform: rotateX(-90deg) translateY(-80px) translateZ(80px);
}

@media screen and (max-width: 767px) {
  .cube-faces {
    width: 72px;
    height: 72px;
  }
  .cube-face.shadow {
    transform: translateZ(-72px);
  }
  .cube-face.top {
    transform: translateZ(71px);
  }
  .cube-face.back {
    transform: rotateY(-90deg) translateZ(-72px);
  }
  .cube-face.right {
    transform: rotateX(-90deg) translateY(-72px);
  }
  .cube-face.left {
    transform: rotateX(-90deg) translateY(-72px) translateZ(72px);
  }
}
@keyframes rotation-cube {
  0% {
    transform: rotateX(45deg) rotateY(0) rotateZ(45deg);
    animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  }
  50% {
    transform: rotateX(45deg) rotateY(0) rotateZ(225deg);
    animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
  }
  100% {
    transform: rotateX(45deg) rotateY(0) rotateZ(405deg);
    animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  }
}
@keyframes bouncing {
  0% {
    transform: translateY(-40px);
    animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
  }
  45% {
    transform: translateY(40px);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  100% {
    transform: translateY(-40px);
    animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
  }
}
@keyframes bouncing-shadow {
  0% {
    transform: translateZ(-80px) scale(1.3);
    animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    opacity: 0.05;
  }
  45% {
    transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0.3;
  }
  100% {
    transform: translateZ(-80px) scale(1.3);
    animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    opacity: 0.05;
  }
}
.disable-scroll {
  overflow: hidden;
}

@keyframes bgchange {
  0% {
    background: #F0F0F0;
  }
  17% {
    background: #E8E8E8;
  }
  35% {
    background: #B40519;
  }
  52% {
    background: #F0F0F0;
  }
  69% {
    background: #E8E8E8;
  }
  85% {
    background: #1C1B4E;
  }
  100% {
    background: #F0F0F0;
  }
}
@keyframes gradation-anim {
  0% {
    background-position: 100% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
#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=index.css.map */</pre></body></html>