<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.container_ a {
  text-decoration: none !important;
}

.container_ a:hover {
  text-decoration: none !important;
}

.pcompanylinks a {
  text-decoration: none !important;
}

.pcompanylinks a:hover {
  text-decoration: none !important;
}

/* constant */
/* base */
.serchicon i:before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.mainTxt {
  width: auto;
}

.mainvsab {
  width: 100%;
  height: 95vh;
  overflow: hidden;
  background-size: cover;
  background-position: bottom center;
  height: auto;
}

.sportconW {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}

.sportfivNav {
  position: fixed;
  background: #EDEDED;
  width: 100%;
}

.sportfivNav {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

.sportfivNav ul {
  max-width: 980px;
  margin: 0 auto;
  font-size: 0;
}

.sportfivNav ul li {
  width: 70%;
  display: inline-block;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sportfivNav ul li:first-child {
  padding-right: 40px;
}

.sportfivNav ul li:last-child {
  padding-left: 40px;
}

.sportfivNav ul li dl {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 10px;
}

.sportfivNav ul li dt {
  font-size: 16px;
  font-weight: bold;
}

.sportfivNav ul li dd {
  font-size: 12px;
}

.sportfivNav ul li p {
  font-size: 14px;
  width: 50%;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

.sportfivNav p a {
  background: #000;
  width: 100%;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 24px;
  position: relative;
  color: #FFF;
}

.sportfivNav p a:hover {
  background: #FFF;
  color: #000;
}

.hintbox {
  padding: 80px 5% 60px;
}

.linkprod {
  background: #EEE;
  color: #000;
  letter-spacing: 1px;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  font-size: 11px;
  right: -3.5%;
}

div.container_ {
  min-width: 100%;
  margin-bottom: 0 !important;
}

#footer {
  margin-top: 0;
}

.pc-none {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .mapss {
    max-width: 600px;
    margin: 0 auto;
  }
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block;
  }
  #header #globalnav {
    left: auto;
    text-align: right;
    width: 100%;
    top: 50px !important;
    right: 28px !important;
    position: absolute !important;
  }
}

.mainImg {
  position: relative;
  width: 100%;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#919090), to(#fff));
  background: linear-gradient(to bottom, #919090, #fff);
  padding: 210px 0 136px;
}

.mainImg .swiper-container .swiper-slide img {
  position: absolute;
  bottom: 0;
  -webkit-animation: anim 60s linear infinite;
          animation: anim 60s linear infinite;
}

.mainImg .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.mainImg #message {
  margin: 0 auto;
}

.mainImg #message p {
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mainImg .swiper-container .swiper-slide img {
    position: absolute;
    bottom: 0;
    left: -300px;
    -o-object-fit: none;
       object-fit: none;
    max-width: none;
    width: auto;
    -webkit-animation: anim-sp 30s linear infinite;
            animation: anim-sp 30s linear infinite;
  }
}

@-webkit-keyframes anim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(1400px);
            transform: translateY(1400px);
  }
}

@keyframes anim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(1400px);
            transform: translateY(1400px);
  }
}

@-webkit-keyframes anim-sp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
}

@keyframes anim-sp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(300px);
            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: 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 {
  position: relative;
  width: 474px;
  margin: 0 auto 307px;
  left: auto;
  bottom: auto;
}

.mainTxt .title {
  font-family: "garamond-premier-pro", serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.0;
  color: #fff;
  margin-bottom: 0;
}

.mainTxt p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  color: #fff;
}

.mainTxt .windmill {
  position: absolute;
  top: -2px;
  left: auto;
  right: 146px;
}

.mainTxt .windmill img {
  width: 28px;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .mainImg {
    position: relative;
    width: 100%;
    height: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#7C7C7C), to(#D1D1D1));
    background: linear-gradient(to bottom, #7C7C7C, #D1D1D1);
    margin-top: 0;
    padding: 151px 0 164px;
  }
  .mainImg .image-text {
    position: absolute;
    top: 70px;
    left: 20px;
    color: #FFF;
    text-align: left;
  }
  .mainImg .image-text .main-text {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.0;
    margin-bottom: 5px;
    text-align: left;
  }
  .mainImg .image-text .sub-text {
    font-size: 13px;
    font-weight: normal;
  }
  .mainImg .mainTxt {
    width: 302px !important;
    left: auto;
    top: auto;
    margin-bottom: 88%;
  }
  .mainImg .mainTxt .title {
    margin-bottom: 10px;
  }
  .mainImg .mainTxt .title:before {
    content: "";
  }
  .mainImg .mainTxt img {
    max-width: 100% !important;
  }
  .mainImg .mainTxt .windmill {
    right: 93px;
  }
  .mainImg .mainTxt .windmill img {
    width: 18px;
  }
  .mainImg #message {
    padding: 0 50px;
  }
  .mainImg #message p {
    text-align: left;
    line-height: 2.0;
  }
  #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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

p.serchicon {
  position: fixed;
}

.mainvsab {
  height: 100% !important;
}

/* parts */
.under-line {
  position: relative;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 10px;
}

.under-line:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #000000;
  position: absolute;
  right: 0;
  bottom: 0;
}

.maincp {
  z-index: 1000;
}

.scrolltext {
  z-index: 4000;
  bottom: 200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.sliderl-in.is-show {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.banner.glow {
  position: relative;
}

.banner.glow img {
  position: relative;
  z-index: 10;
}

.banner.glow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 0;
  background: #FFF;
  -webkit-animation: ripple 4s cubic-bezier(0.3, 0, 0.1, 1) infinite;
  animation: ripple 4s cubic-bezier(0.3, 0, 0.1, 1) infinite;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
    opacity: 0;
  }
}

.banner.updown {
  -webkit-animation-name: updown;
          animation-name: updown;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .floating {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    background-image: url(https://www.cassina-ixc.com/l/christmas_giftbox2022/images/cbanner-bg2-sp.png);
    background-repeat: none;
    background-position: center;
    background-size: cover;
    background-color: #707070;
    border-top: 5px solid #fff;
  }
  .floating a {
    display: block;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            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.0;
    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 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

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

.cBanner-link:hover .snow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 1s ease;
  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;
  -webkit-box-shadow: 0.125rem 0.125rem 0.625rem rgba(45, 45, 45, 0.2);
          box-shadow: 0.125rem 0.125rem 0.625rem rgba(45, 45, 45, 0.2);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

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

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

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

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

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

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

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

.cBanner .cBanner-inner .cBanner-heading .close-heading p {
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  left: -20px;
  top: 70px;
  color: #000;
  -webkit-transform: rotate(90deg);
          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;
  -webkit-transition: all 1s ease;
  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;
  -webkit-transform: translateX(330px);
          transform: translateX(330px);
}

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

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

.cBanner.small .cBanner-content {
  opacity: 0;
}

.btn {
  display: block;
  position: relative;
  background: #f2f2f2;
  width: 330px;
  position: relative;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  line-height: 1.0;
  padding: 20px 24px;
  margin: 0 auto;
}

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

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

.btn-white {
  background-color: #FFF;
  color: #000;
}

.btn-white:hover {
  color: #FFF;
  background: #000;
  text-decoration: none;
}

.rinkbtn a {
  margin-top: 0;
}

.sp-fancybox-wrap, .ins-preview-wrapper {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .header-filter {
    position: fixed;
    height: 53.45px;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #a5a5a5;
    mix-blend-mode: multiply;
    z-index: 100;
  }
}

img {
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  #sidebox_search {
    display: none !important;
  }
  #sidr {
    display: none !important;
  }
  .mainImg .news {
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px;
  }
  .mainImg .news h2 {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 15px;
  }
  .mainImg .news .linknav {
    top: 20px;
    right: 20px;
    line-height: 1.0;
  }
  .mainImg .news .news-list {
    height: 57px;
    overflow: hidden;
  }
  .mainImg .news .news-list li {
    margin-top: 16px;
  }
  .mainImg .news .news-list li dl dt {
    display: block;
    margin-bottom: 10px;
  }
  .mainImg .news .news-list li dl dd {
    display: block;
  }
  .mainImg .news-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    background-image: url(https://www.cassina-ixc.jp/assets/img/professional/news_cover.png);
    mix-blend-mode: multiply;
    z-index: 2999;
  }
}

div.container_ {
  background-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: #000;
  font-family: neue-haas-grotesk-display,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  line-height: 1.0;
  font-weight: normal;
  background-color: #AC884F;
  border: 1px solid #AC884F;
  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.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: transparent;
  border-color: #fff;
  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_ #modular {
  background: -webkit-gradient(linear, left top, left bottom, from(#F5A556), to(#DE6F00));
  background: linear-gradient(to bottom, #F5A556, #DE6F00);
  padding: 118px 0 69px;
}

div.container_ #modular .modular-inner {
  max-width: 972px;
  text-align: left;
  margin: 0 auto;
}

div.container_ #modular h2 {
  margin-bottom: 30px;
}

div.container_ #modular h2 img {
  width: 225px;
}

div.container_ #modular h3 {
  margin-bottom: 56px;
}

div.container_ #modular h3 img {
  width: 340px;
}

div.container_ #modular .image {
  position: relative;
  margin-bottom: 75px;
}

div.container_ #modular .image .icon {
  width: 190px;
  position: absolute;
  top: -106px;
  right: -44px;
}

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

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

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

div.container_ #modular .container .row .col-md-6:nth-child(2) {
  position: relative;
}

div.container_ #modular .container .row .col-md-6:nth-child(2) .main {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

div.container_ #modular .container .row .col-md-6:nth-child(2) .back {
  mix-blend-mode: multiply;
}

div.container_ #modular .container .row .col-md-6:nth-child(3) p {
  font-size: 14px;
  line-height: 2.0;
  font-weight: 400;
  margin-bottom: 40px;
}

div.container_ #modular .container .row .col-md-6:nth-child(3) .linkbtn {
  text-align: right;
}

div.container_ #modular .container .row .col-md-6:nth-child(3) .linkbtn a {
  width: 200px;
  font-size: 12px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  border: 2px solid #000;
  background-color: transparent;
  padding: 0;
}

div.container_ #modular .container .row .col-md-6:nth-child(3) .linkbtn a:hover {
  background-color: #000;
}

div.container_ #engraving {
  padding: 184px 0 112px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div.container_ #accessories {
  position: relative;
}

div.container_ #accessories h2 {
  width: 556px;
  font-size: 40px;
  line-height: 55px;
  font-weight: 400;
  color: #B99E73;
  margin: 0 auto 33px;
}

div.container_ #accessories p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 66px;
}

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

div.container_ #accessories .image .linkbtn {
  width: 100%;
  position: absolute;
  bottom: 33px;
  left: 0;
  text-align: center;
  z-index: 10;
}

div.container_ #accessories .image .linkbtn span {
  color: #fff;
}

div.container_ #accessories .image .linkbtn span:after {
  background-image: url(https://www.cassina-ixc.jp/assets/img/professional/ar_w.png);
}

div.container_ #accessories .image .linkbtn span:hover {
  border: #fff;
  background-color: #fff;
  color: #B99E73;
}

div.container_ #accessories .image .linkbtn span:hover:after {
  background-image: url(https://www.cassina-ixc.jp/assets/img/202211/index/ar-g.png);
}

div.container_ #accessories .pickList {
  margin-bottom: 0;
}

div.container_ #accessories .showsList {
  padding: 0;
}

div.container_ #virtualTour {
  position: relative;
padding-top: 120px;
  margin-bottom: 185px;
}

div.container_ #virtualTour h2 {
  width: 274px;
  margin: 0 auto 30px;
}

div.container_ #virtualTour p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 27px;
}

div.container_ #virtualTour .matterport-outer {
  margin: 0;
}

div.container_ #virtualTour iframe {
  width: 853px;
  height: 480px;
}

div.container_ #asako {
  max-width: 972px;
  background: transparent;
  padding: 120px 0 100px;
  margin: 0 auto;
}

div.container_ #asako .image {
  position: relative;
  background-color: #fff;
  border: 5px solid #fff;
}

div.container_ #asako .image:hover .main img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

div.container_ #asako .image .logo {
  width: 130px;
  position: absolute;
  top: 72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

div.container_ #asako .image .main {
  border: 2px solid #B99E73;
  overflow: hidden;
}

div.container_ #asako .image .main img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

div.container_ #asako .image .text {
  position: absolute;
  top: 340px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  color: #fff;
  z-index: 10;
}

div.container_ #asako .image .linkbtn {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 54px;
  left: 0;
}

div.container_ #asako .image .linkbtn a {
  border: 1px solid #17154A;
  background-color: #17154A;
  color: #fff;
}

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

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

div.container_ #footerContent {
  position: relative;
  max-width: 758px;
  padding: 70px 0 70px;
  margin: 0 auto;
}

div.container_ #footerContent .footer-overlay {
  width: 972px;
  height: 100%;
  position: absolute;
  background-color: #1c1c1c;
  opacity: 0.85;
  top: 0;
  left: -107px;
}

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

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

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

div.container_ #footerContent .brand {
  margin-bottom: 73px;
}

div.container_ #footerContent .brand .col-md-6:nth-child(2n+1) {
  padding-right: 15px;
}

div.container_ #footerContent .brand .col-md-6:nth-child(2n) {
  padding-left: 15px;
}

div.container_ #footerContent .brand dl dt {
  overflow: hidden;
  border: 5px solid #B99E73;
  position: relative;
  margin-bottom: 32px;
}

div.container_ #footerContent .brand dl dt .main {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

div.container_ #footerContent .brand dl dt .main:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

div.container_ #footerContent .brand dl dt .logo {
  position: absolute;
}

div.container_ #footerContent .brand dl dt .logo.muni {
  width: 241px;
  left: 50%;
  bottom: 33px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

div.container_ #footerContent .brand dl dt .logo.karakter {
  width: 131px;
  left: 50%;
  top: 67px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

div.container_ #footerContent .brand dl dd {
  text-align: left;
}

div.container_ #footerContent .brand dl dd .title {
  font-size: 24px;
  line-height: 1.0;
  font-weight: 900;
  color: #fff;
  margin-bottom: 18px;
}

div.container_ #footerContent .brand dl dd p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  color: #fff;
  margin-bottom: 14px;
}

div.container_ #footerContent .brand dl dd .linktext a {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  color: #fff;
}

div.container_ #footerContent .brand dl dd .linktext a:hover {
  color: #fff;
}

div.container_ #footerContent .brand dl dd .linktext a:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://www.cassina-ixc.jp/assets/img/202211/cassina/arrow_w.png) top center no-repeat;
  background-size: cover;
  margin-left: 5px;
}

div.container_ #footerContent .line {
  width: 100%;
  height: 360px;
  text-align: left;
  color: #fff;
  background-color: #000;
  background-image: url(https://www.cassina-ixc.jp/assets/img/202211/index/line-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 10px;
  margin-bottom: 46px;
}

div.container_ #footerContent .line .line-inner {
  max-height: 340px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(https://www.cassina-ixc.jp/assets/img/202211/index/line-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 27px 283px 5px 35px;
  margin-bottom: 0;
}

div.container_ #footerContent .line h2 {
  position: relative;
  font-size: 35px;
  line-height: 38px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #000;
  margin-bottom: 20px;
}

div.container_ #footerContent .line h2:after {
  display: block;
  content: '';
  background-image: url(https://www.cassina-ixc.jp/assets/img/202211/index/line-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 63px;
  height: 63px;
  position: absolute;
  top: 0;
  right: 0;
}

div.container_ #footerContent .line p {
  font-size: 14px;
  line-height: 2.0;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

div.container_ #footerContent .line .linkbtn {
  text-align: left;
  margin-bottom: 30px;
}

div.container_ #footerContent .line .linkbtn a {
  color: #fff;
}

div.container_ #footerContent .line .linkbtn a:after {
  background-image: url(https://www.cassina-ixc.jp/assets/img/professional/ar_w.png);
}

div.container_ #footerContent .line .linkbtn a:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #B99E73;
}

div.container_ #footerContent .line .linkbtn a:hover:after {
  background-image: url(https://www.cassina-ixc.jp/assets/img/202211/index/ar-g.png);
}

div.container_ #footerContent .container.info .row .col-md-6:nth-child(2n+1) {
  padding-right: 39px;
}

div.container_ #footerContent .container.info .row .col-md-6:nth-child(2n) {
  padding-left: 39px;
}

div.container_ #footerContent dl dt {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #B99E73;
  margin-bottom: 15px;
}

div.container_ #footerContent dl dt .image {
  overflow: hidden;
  border: 5px solid #fff;
}

div.container_ #footerContent dl dt .image img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

div.container_ #footerContent dl dt .text {
  position: absolute;
  top: 14px;
  left: 14px;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
}

div.container_ #footerContent dl dt .text:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://www.cassina-ixc.jp/assets/img/202211/cassina/arrow_w.png) top center no-repeat;
  background-size: cover;
  margin-left: 5px;
}

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

div.container_ #footerContent dl dd {
  text-align: left;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 400;
  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_ #message {
    padding: 70px 50px;
    background-color: #fff;
    margin: 0;
  }
  div.container_ #message p {
    text-align: left;
    line-height: 2.0;
    margin-bottom: 0;
  }
  div.container_ #modular {
    padding: 0 0 54px;
  }
  div.container_ #modular .modular-inner {
    position: relative;
  }
  div.container_ #modular h2 {
    width: 147px;
    position: absolute;
    top: 45px;
    left: 50px;
    z-index: 10;
  }
  div.container_ #modular h3 {
    width: 222px;
    position: absolute;
    top: 100px;
    left: 50px;
    z-index: 10;
  }
  div.container_ #modular .image .icon {
    width: 100px;
    top: 140px;
    left: auto;
    right: 33px;
  }
  div.container_ #modular .container .row .col-md-6:nth-child(1) p {
    padding: 0 50px;
    font-size: 14px;
    line-height: 1.8;
  }
  div.container_ #modular .container .row .col-md-6:nth-child(2) {
    margin: 0 50px 37px;
  }
  div.container_ #modular .container .row .col-md-6:nth-child(3) .linkbtn {
    text-align: center;
  }
  div.container_ #engraving {
    width: 100vw;
    padding: 129px 25px 80px;
  }
  div.container_ #engraving .title {
    width: 250px;
    top: -50px;
    left: calc(50% - 125px);
  }
  div.container_ #engraving .image {
    width: calc(100vw - 100px);
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  div.container_ #engraving .content {
    padding: calc((100vw / 25) * 22) 20px 25px;
  }
  div.container_ #engraving .content .snow {
    top: calc((100vw / 25) * 22);
    left: auto;
    right: 20px;
  }
  div.container_ #engraving .content h2 {
    position: relative;
    text-align: center;
    font-size: 30px;
  }
  div.container_ #engraving .content h2 .subtitle {
    display: block;
    font-size: 16px;
    margin: 15px 0 0 0;
  }
  div.container_ #engraving .content .linkbtnB {
    display: block;
    text-align: center;
    margin: 0 0 19px 0;
  }
  div.container_ #engraving .content .linkbtnB a {
    margin: 0 auto;
  }
  div.container_ #engraving .content .linkbtnCab {
    display: block;
    text-align: center;
  }
  div.container_ #engraving .content .linkbtnCab a {
    margin: 0 auto;
  }
  div.container_ #accessories {
  }
  div.container_ #accessories h2 {
    width: 100%;
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    padding: 0 50px;
    margin-bottom: 25px;
  }
  div.container_ #accessories .image {
    padding: 0 25px;
    margin-bottom: 42px;
  }
  div.container_ #accessories .image .main {
    margin-bottom: 39px;
  }
  div.container_ #accessories .image .linkbtn {
    bottom: 86px;
  }
  div.container_ #accessories p {
    text-align: center;
    padding: 0 50px;
    margin-bottom: 32px;
  }
  div.container_ #virtualTour {
    padding-top: 120px;
    margin-bottom: 102px;
  }
  div.container_ #virtualTour h2 {
    width: 178px;
    margin: 0 auto 22px;
  }
  div.container_ #virtualTour p {
    text-align: center;
    margin-bottom: 32px;
  }
  div.container_ #virtualTour .matterport-outer {
    position: relative;
    height: 0;
    padding-top: 57%;
    margin: 0 25px;
  }
  div.container_ #virtualTour .matterport-outer iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  div.container_ #asako {
    padding: 0 25px;
  }
  div.container_ #asako .image {
    border: 5px solid #fff;
    margin-bottom: 17px;
  }
  div.container_ #asako .image .logo {
    width: 125px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  div.container_ #asako p {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 0;
    color: #fff;
  }
  div.container_ #footerContent {
    padding: 50px 25px 0;
    margin-bottom: 0;
  }
  div.container_ #footerContent .footer-overlay {
    display: none;
  }
  div.container_ #footerContent .brand {
    margin-bottom: 0;
  }
  div.container_ #footerContent .brand .col-md-6 {
    padding: 0 !important;
  }
  div.container_ #footerContent .brand dl {
    margin-bottom: 0;
  }
  div.container_ #footerContent .brand dl dt {
    margin-bottom: 24px;
  }
  div.container_ #footerContent .brand dl dt .logo.muni {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  div.container_ #footerContent .brand dl dt .logo.karakter {
    width: 121px;
    top: 27px;
  }
  div.container_ #footerContent .brand dl dd {
    margin-bottom: 43px;
  }
  div.container_ #footerContent .brand dl dd .title {
    font-size: 22px;
    margin-bottom: 9px;
  }
  div.container_ #footerContent .brand dl dd p {
    margin-bottom: 17px;
  }
  div.container_ #footerContent .brand dl dd .linktext a {
    font-size: 13px;
  }
  div.container_ #footerContent .line {
    height: auto;
    padding: 10px;
    margin-bottom: 45px;
  }
  div.container_ #footerContent .line .line-inner {
    padding: 36px 22px 175px 21px;
    background-image: url(https://www.cassina-ixc.jp/assets/img/202211/index/line-image-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    max-height: 535px;
  }
  div.container_ #footerContent .line h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 17px;
  }
  div.container_ #footerContent .line h2:after {
    width: 57px;
    height: 57px;
  }
  div.container_ #footerContent .line p {
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  div.container_ #footerContent .line .linkbtn {
    text-align: center;
    margin-bottom: 25px;
  }
  div.container_ #footerContent .line .linkbtn a {
    color: #fff;
  }
  div.container_ #footerContent .line .linkbtn a:after {
    background-image: url(https://www.cassina-ixc.jp/assets/img/professional/ar_w.png);
  }
  div.container_ #footerContent .line .linkbtn a:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #B99E73;
  }
  div.container_ #footerContent .line .linkbtn a:hover:after {
    background-image: url(https://www.cassina-ixc.jp/assets/img/202211/index/ar-g.png);
  }
  div.container_ #footerContent .info .row .col-md-6 {
    padding: 0 !important;
    margin-bottom: 41px;
  }
}

.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: 10000;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#loader .loader-inner {
  margin: 0 auto;
}

#loader .image {
  width: 50px;
  margin: 0 auto;
}

#loader.loaded {
  top: -100vh;
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .cube-faces {
    width: 72px;
    height: 72px;
  }
  .cube-face.shadow {
    -webkit-transform: translateZ(-72px);
            transform: translateZ(-72px);
  }
  .cube-face.top {
    -webkit-transform: translateZ(71px);
            transform: translateZ(71px);
  }
  .cube-face.back {
    -webkit-transform: rotateY(-90deg) translateZ(-72px);
            transform: rotateY(-90deg) translateZ(-72px);
  }
  .cube-face.right {
    -webkit-transform: rotateX(-90deg) translateY(-72px);
            transform: rotateX(-90deg) translateY(-72px);
  }
  .cube-face.left {
    -webkit-transform: rotateX(-90deg) translateY(-72px) translateZ(72px);
            transform: rotateX(-90deg) translateY(-72px) translateZ(72px);
  }
}

@-webkit-keyframes rotation-cube {
  0% {
    -webkit-transform: rotateX(45deg) rotateY(0) rotateZ(45deg);
            transform: rotateX(45deg) rotateY(0) rotateZ(45deg);
    -webkit-animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  }
  50% {
    -webkit-transform: rotateX(45deg) rotateY(0) rotateZ(225deg);
            transform: rotateX(45deg) rotateY(0) rotateZ(225deg);
    -webkit-animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
            animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
  }
  100% {
    -webkit-transform: rotateX(45deg) rotateY(0) rotateZ(405deg);
            transform: rotateX(45deg) rotateY(0) rotateZ(405deg);
    -webkit-animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  }
}

@keyframes rotation-cube {
  0% {
    -webkit-transform: rotateX(45deg) rotateY(0) rotateZ(45deg);
            transform: rotateX(45deg) rotateY(0) rotateZ(45deg);
    -webkit-animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  }
  50% {
    -webkit-transform: rotateX(45deg) rotateY(0) rotateZ(225deg);
            transform: rotateX(45deg) rotateY(0) rotateZ(225deg);
    -webkit-animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
            animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
  }
  100% {
    -webkit-transform: rotateX(45deg) rotateY(0) rotateZ(405deg);
            transform: rotateX(45deg) rotateY(0) rotateZ(405deg);
    -webkit-animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  }
}

@-webkit-keyframes bouncing {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
            animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
  }
  45% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  100% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
            animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
  }
}

@keyframes bouncing {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
            animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
  }
  45% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  100% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
            animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
  }
}

@-webkit-keyframes bouncing-shadow {
  0% {
    -webkit-transform: translateZ(-80px) scale(1.3);
            transform: translateZ(-80px) scale(1.3);
    -webkit-animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
            animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    opacity: 0.05;
  }
  45% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translateZ(-80px) scale(1.3);
            transform: translateZ(-80px) scale(1.3);
    -webkit-animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
            animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    opacity: 0.05;
  }
}

@keyframes bouncing-shadow {
  0% {
    -webkit-transform: translateZ(-80px) scale(1.3);
            transform: translateZ(-80px) scale(1.3);
    -webkit-animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
            animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    opacity: 0.05;
  }
  45% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translateZ(-80px) scale(1.3);
            transform: translateZ(-80px) scale(1.3);
    -webkit-animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
            animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    opacity: 0.05;
  }
}

.disable-scroll {
  overflow: hidden;
}
/*# sourceMappingURL=index.css.map */</pre></body></html>