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

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

/* constant */
/* pcompanylinks */
.pcompanylinks {
  font-size: 0;
  padding: 0 50px;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .pcompanylinks li {
    width: 100%;
  }
  .contactLink {
    max-width: 100%;
    margin-bottom: 60px;
  }
  .pcompanylinks {
    padding: 0 20px;
  }
  .pcompanylinks li:first-child {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .pcompanylinks li:last-child {
    padding-left: 0;
  }
  .pcompanylinks .rinkbtn {
    text-align: right;
  }
  .contactLink2 {
    width: 100%;
  }
}
/* base */
::-moz-placeholder {
  color: #fff !important;
}
::placeholder {
  color: #fff !important;
}

body.loaded {
  overflow: visible !important;
}

span {
  font-size: inherit;
}

div.wrapper_ {
  padding-top: 100px;
}

.serchicon i:before {
  box-sizing: content-box;
}

.mainTxt {
  position: absolute;
  left: 137px;
  top: 123px;
  width: 100%;
  text-align: left;
  color: #000;
  line-height: 1;
  font-weight: 400;
  z-index: 10;
}
.mainTxt .sub-title {
  font-family: "gyst-variable", sans-serif;
  font-size: 47px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 18px;
  opacity: 0;
  transition: all 1s ease;
}
.mainTxt .title {
  font-family: "gyst-variable", sans-serif;
  font-size: 128px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 5px;
  position: relative;
  left: -10px;
  opacity: 0;
  transition: all 1s ease;
}
.mainTxt .scroll-text {
  display: flex;
  list-style: none;
  gap: 0;
  width: 275px;
  height: 28px;
  overflow: hidden;
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 1s;
}
.mainTxt .scroll-text li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  white-space: nowrap;
  animation: marquee-left 8s linear infinite;
  padding-right: 15px;
  letter-spacing: 2px;
}
.mainTxt .w {
  display: inline-block;
  will-change: auto;
  min-width: 0.2em;
  height: 0.84em;
  transform-origin: left bottom;
  transform: translate3d(0.5em, 0, 0) rotate(10deg) rotateY(120deg) rotateX(-30deg) scale(1.1);
  opacity: 0;
  transition: transform 1.5s cubic-bezier(0.32, 0.94, 0.6, 1), opacity 0.75s cubic-bezier(0.32, 0.94, 0.6, 1);
  backface-visibility: hidden;
}
.mainTxt .c {
  display: inline-block;
  will-change: auto;
  min-width: 0.2em;
  height: 0.84em;
  transform-origin: left bottom;
  transform: translate3d(0.5em, 0, 0) rotate(10deg) rotateY(120deg) rotateX(-30deg) scale(1.1);
  opacity: 0;
  transition: transform 1.5s cubic-bezier(0.32, 0.94, 0.6, 1), opacity 0.75s cubic-bezier(0.32, 0.94, 0.6, 1);
  backface-visibility: hidden;
}
.mainTxt.is-show .title {
  opacity: 1;
}
.mainTxt.is-show .sub-title {
  opacity: 1;
}
.mainTxt.is-show .scroll-text {
  opacity: 1;
}
.mainTxt.is-show .w {
  transform: translateZ(0);
  opacity: 1;
}
.mainTxt.is-show .c {
  transform: translateZ(0);
  opacity: 1;
}

@keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  .mainTxt {
    text-align: left;
    top: 97px;
    left: 50px;
    z-index: 10;
  }
  .mainTxt .sub-title {
    font-size: 26px;
  }
  .mainTxt .title {
    font-size: 73px;
    line-height: 60px;
    left: -5px;
  }
  .mainTxt .title br {
    font-size: 0;
    line-height: 0;
  }
  .mainTxt .scroll-text {
    width: 153px;
  }
  .mainTxt .scroll-text li {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
.mainvsab {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-size: cover;
  background-position: bottom center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#footer {
  margin-top: 0;
}

.pc-none {
  display: block;
}

.sp-none {
  display: none;
}

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

#headerLogo {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
  border-bottom: 1px solid #000;
  text-align: center;
  padding: 18px 0;
  z-index: 1000;
}
#headerLogo img {
  width: 438px;
}

@media screen and (max-width: 767px) {
  #header-box {
    height: 53px;
  }
  #headerLogo {
    top: 53px;
    height: 52px;
    padding: 12px 0;
  }
  #headerLogo img {
    width: 205px;
  }
}
#main-wrapper {
  background: linear-gradient(180deg, #E5D3BD, #fff 20%, #fff);
  position: relative;
}
#main-wrapper .bg-wrapper {
  position: absolute;
  background: url(https://www.cassina-ixc.jp/img/feature/2024/07/index/bg.png) center center repeat-y;
  background-size: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#main-wrapper .bg-left {
  display: block;
  width: 366px;
  height: 1951px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://www.cassina-ixc.jp/img/feature/2024/07/index/stripe.png") center center no-repeat;
  background-size: 150% 100%;
  z-index: 5;
  mix-blend-mode: multiply;
  transition: all 1s ease;
}
#main-wrapper .bg-right {
  display: block;
  width: 366px;
  height: 1951px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("https://www.cassina-ixc.jp/img/feature/2024/07/index/stripe.png") center center no-repeat;
  background-size: 150% 100%;
  transform: scale(-1, 1);
  z-index: 5;
  mix-blend-mode: multiply;
  transition: all 1s ease;
}
#main-wrapper .bg-center {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: linear-gradient(90deg, transparent, #fff 40%, #fff 60%, transparent) center center;
  background-size: cover;
  transform: translateX(-50%);
  z-index: 0;
}
#main-wrapper .bg-brown {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #7C613E;
  background-image: url(https://www.cassina-ixc.jp/img/feature/2024/07/index/bg.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: contain;
  opacity: 0;
  z-index: 3;
  transition: all 1s ease;
}
#main-wrapper .bg-brown.is-show {
  opacity: 1;
}
#main-wrapper .bg-light {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #C4B4A0 !important;
  background-image: url(https://www.cassina-ixc.jp/img/feature/2024/07/index/bg.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: contain;
  opacity: 0;
  z-index: 3;
  transition: all 1s ease;
}
#main-wrapper .bg-light.is-show {
  opacity: 1;
}
#main-wrapper #bg-shade1 {
  display: block;
  width: 410px;
  height: 4271px;
  background: url(https://www.cassina-ixc.jp/img/feature/2024/07/index/stripe-shade.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: -1500px;
  left: calc(100vw + 2800px);
  transform-origin: top center;
  transform: rotate(45deg);
  z-index: 4;
  transition: all 2s ease;
  mix-blend-mode: multiply;
  animation: none;
}
#main-wrapper #bg-shade1.is-show {
  animation: shade-move-right 1.5s linear 1 forwards;
}
#main-wrapper #bg-shade2 {
  display: block;
  width: 410px;
  height: 4271px;
  background: url(https://www.cassina-ixc.jp/img/feature/2024/07/index/stripe-shade.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 3150px;
  left: calc(-100vw - 2800px);
  transform-origin: top center;
  transform: rotate(-45deg) scale(-1, 1);
  z-index: 4;
  transition: all 2s ease;
  mix-blend-mode: multiply;
  animation: none;
}
#main-wrapper #bg-shade2.is-show {
  animation: shade-move-left 1.5s linear 1 forwards;
}
#main-wrapper #bg-shade3 {
  display: block;
  width: 410px;
  height: 4271px;
  background: url(https://www.cassina-ixc.jp/img/feature/2024/07/index/stripe-shade.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 99999px;
  left: calc(100vw + 2800px);
  transform-origin: top center;
  transform: rotate(45deg);
  z-index: 4;
  transition: all 2s ease;
  mix-blend-mode: multiply;
  animation: none;
}
#main-wrapper #bg-shade3.is-show {
  animation: shade-move-right 1.5s linear 1 forwards;
}
#main-wrapper.disp .bg-left {
  background-size: 100% 100%;
}
#main-wrapper.disp .bg-right {
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  #main-wrapper .bg-left {
    width: 102px;
    height: 1728px;
    background: url("https://www.cassina-ixc.jp/img/feature/2024/07/index/stripe-sp.png") center center;
    background-size: 150% 100%;
  }
  #main-wrapper .bg-right {
    width: 102px;
    height: 1728px;
    background: url("https://www.cassina-ixc.jp/img/feature/2024/07/index/stripe-sp.png") center center;
    background-size: 150% 100%;
  }
  #main-wrapper .bg-center {
    height: 100%;
  }
  #main-wrapper #bg-shade1 {
    width: 216px;
    height: 2100px;
    top: -1550px;
  }
  #main-wrapper #bg-shade1.is-show {
    animation: shade-move-right-sp 3s linear 1 forwards;
  }
  #main-wrapper #bg-shade2 {
    width: 216px;
    height: 2100px;
    top: 1450px;
  }
  #main-wrapper #bg-shade2.is-show {
    animation: shade-move-left-sp 3s linear 1 forwards;
  }
  #main-wrapper #bg-shade3 {
    width: 216px;
    height: 2100px;
    top: 3050px;
  }
  #main-wrapper #bg-shade3.is-show {
    animation: shade-move-right-sp 3s linear 1 forwards;
  }
  #main-wrapper.disp .bg-left {
    background-size: 100% 100%;
  }
  #main-wrapper.disp .bg-right {
    background-size: 100% 100%;
  }
}
.mainImg {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: all 1s ease;
}
.mainImg .video-cover {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #E5D3BD, #fff 40%, #fff 60%, #E5D3BD) center center;
  background-size: 300% 100%;
  z-index: 10;
  transition: all 1.5s ease;
  opacity: 1;
}
.mainImg .video-cover.disp {
  background-size: 100% 100%;
}
.mainImg .video-cover.disp.hide {
  opacity: 0;
}
.mainImg .video-area {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 50px;
}

.mainImg-inner {
  position: relative;
  width: 100%;
  height: auto;
}

#bg-video {
  position: relative;
  width: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 767px) {
  .mainImg .mainImg-inner {
    height: auto;
  }
  .mainImg .mainImg-inner #bg-video {
    width: 100%;
  }
  .mainImg .mainImg-inner .video-cover {
    background: linear-gradient(90deg, #EFE1D0, #fff 40%, #fff 60%, #EFE1D0) center center;
    background-size: 300% 100%;
    z-index: 10;
    transition: all 1.5s ease;
    opacity: 1;
  }
  .mainImg .mainImg-inner .video-cover.disp {
    background-size: 100% 100%;
  }
  .mainImg .mainImg-inner .video-cover.disp.hide {
    opacity: 0;
  }
}
/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  video {
    width: 100%;
  }
}
/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
  video {
    height: 100%;
  }
}
.mainvsab {
  height: auto !important;
  min-height: 100vh;
}

@media screen and (max-width: 767px) {
  .mainImg {
    width: 100%;
    height: auto;
  }
  #covervisual {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: none;
  }
  .mainvsab {
    width: 100%;
    min-width: 100%;
    padding-top: 30px;
  }
  .maincp {
    display: none;
  }
  .mainImg {
    overflow: hidden;
  }
  .sp-none_ {
    display: none;
  }
  .video {
    width: 85%;
  }
  .munubtnrapp {
    top: 20px;
  }
  i:after {
    content: "";
    height: 12px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .serchicon {
    position: fixed;
    width: 30px;
    left: 20px;
    top: 15px;
    z-index: 100000;
    display: block;
  }
  .serchicon i:before {
    width: 12px;
    border: 2px #000 solid;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
  }
  .serchicon i:before, .serchicon i:after {
    content: "";
    height: 12px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .serchicon i:after {
    width: 2px;
    background: #000;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: 11px;
    left: 15px;
  }
  .splogos {
    display: block !important;
    display: block;
    top: 15px;
    left: 60px;
  }
  .menu-trigger span {
    background: #fff;
  }
  .menu-trigger.close span {
    background: #FFF;
  }
  .isResp #header {
    height: auto;
  }
  #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;
    overflow: visible !important;
  }
  .sportfivNav {
    padding: 10px;
  }
  .sportfivNav ul li {
    width: 100%;
  }
  .sportfivNav ul li:first-child {
    padding-right: 5px;
  }
  .sportfivNav ul li:last-child {
    padding-left: 5px;
  }
  .sportfivNav ul li dd {
    font-size: 11px;
  }
  .toku-box {
    background: #FFF !important;
    margin-top: 20px !important;
    padding: 3% 5% 3% !important;
  }
  .toku-box h2 {
    font-size: 34px;
  }
  .toku-box .inbox b {
    font-size: 18px !important;
  }
  .toku-box .inbox {
    width: 49%;
  }
  .bdlast {
    border-bottom: solid 1px #000;
    margin-bottom: 20px;
  }
  .hintbox {
    padding: 5%;
  }
  .mapss {
    margin-left: 10px;
    margin-right: 10px;
  }
  .linkprod {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 11px;
    right: -2%;
  }
}
.linkprod:hover {
  background: #000;
  color: #FFF;
}

div.label {
  font-size: 16px;
  background: #000;
  border: solid 1px #000;
  padding: 2px 10px;
  display: inline-block;
  color: #FFF;
  margin-bottom: 20px;
  width: 7em;
  text-align: center;
}

#campnews1 {
  display: none;
}

#select_lang {
  z-index: 40;
}

#lang_en {
  background: #FFF;
}

#header #globalnav {
  z-index: 10;
}

.contactList {
  text-align: right;
  width: auto;
}
.contactList li {
  width: auto;
}

#sidebox_search *, #sidebox_search :after, #sidebox_search :before {
  box-sizing: content-box;
}

p.serchicon {
  position: fixed;
}

/* parts */
.under-line {
  position: relative;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 10px;
}
.under-line:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #000000;
  position: absolute;
  right: 0;
  bottom: 0;
}

.maincp {
  z-index: 1000;
}

.scrolltext {
  z-index: 997;
}

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

.scroll {
  z-index: 999;
}

.fade-in {
  transition: all 2s cubic-bezier(0.36, 0.4, 0.2, 1);
  opacity: 0;
  visibility: hidden;
}

.fade-in.is-show {
  opacity: 1;
  visibility: visible;
}

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

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

.td-2000 {
  transition-delay: 2s;
}

.linkbtn-l a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  padding: 0 0 0 16px;
}
.linkbtn-l a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(https://www.cassina-ixc.jp/assets/img/202305/index/linkbtn-icon-lw.png) left center no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 0;
  transition: all 0.5s ease;
}
.linkbtn-l a:hover {
  text-decoration: none;
  color: #E8E8E8;
}
.linkbtn-l a:hover:before {
  background: url(https://www.cassina-ixc.jp/assets/img/202305/index/linkbtn-icon-lg.png) left center no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

.linkbtn-m a {
  position: relative;
  display: inline-block;
  color: #000;
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  padding: 0 0 0 12px;
}
.linkbtn-m a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(https://www.cassina-ixc.jp/assets/img/202305/index/linkbtn-icon-mb.png) left center no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 0;
  transition: all 0.5s ease;
}
.linkbtn-m a:hover {
  text-decoration: none;
  color: #969696;
}
.linkbtn-m a:hover:before {
  background: url(https://www.cassina-ixc.jp/assets/img/202305/index/linkbtn-icon-mg.png) left center no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

.linkbtn-w a {
  position: relative;
  display: inline-block;
  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: 400;
  padding: 0 0 0 12px;
}
.linkbtn-w a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(https://www.cassina-ixc.jp/assets/img/202305/index/linkbtn-icon-mw.png) left center no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 0;
  transition: all 0.5s ease;
}
.linkbtn-w a:hover {
  text-decoration: none;
  color: #969696;
}
.linkbtn-w a:hover:before {
  background: url(https://www.cassina-ixc.jp/assets/img/202305/index/linkbtn-icon-mg.png) left center no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .header-filter {
    position: fixed;
    height: 53px;
    top: 0;
    width: 100%;
    left: 0;
    background-color: rgb(165, 165, 165);
    mix-blend-mode: multiply;
    z-index: 100;
  }
}
.container {
  max-width: 100%;
}
.container .row {
  margin-bottom: 10px;
}
.container .row .col-6 {
  padding-right: 5px;
  padding-left: 5px;
}
.container .row .col-6:first-child {
  padding-left: 0;
}
.container .row .col-6:last-child {
  padding-right: 0;
}

img {
  max-width: 100%;
}

.mark {
  width: 160px;
  height: 160px;
  border: 4px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 160px;
  position: absolute;
  background: transparent;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.video-container {
  position: relative;
}

.floating {
  position: absolute;
  right: 400px;
  top: 600px;
  z-index: 50;
  width: 120px;
  height: 120px;
  opacity: 0;
  transition: all 1s ease;
}
.floating.is-show {
  opacity: 1;
}
.floating .floating-inner {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 50%;
  padding-top: 40px;
}
.floating .floating-inner .floating-text {
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0 auto 12px;
}
.floating .floating-inner .floating-down {
  text-align: center;
  width: 13px;
  margin: 0 auto;
  animation: down 1.5s linear infinite;
}

@media screen and (max-width: 767px) {
  .floating {
    width: 93px;
    height: 93px;
    top: 463px;
    right: 34px;
  }
  .floating .floating-inner {
    padding-top: 31px;
  }
  .floating .floating-inner .floating-text {
    font-size: 15px;
    margin: 0 auto 6px;
  }
  .floating .floating-inner .floating-down {
    width: 10px;
  }
}
@keyframes down {
  0%, 100% {
    transform: translateY(0);
  }
  85% {
    transform: translateY(10px);
  }
}
div.container_ {
  text-align: left;
  position: relative;
  padding: 0 !important;
  z-index: 10;
  overflow: visible;
}
div.container_ .header.inview {
  transform: translateY(30px);
  transition: all 0.5s ease;
}
div.container_ .header.is-show {
  transform: translateY(0);
}
div.container_ h2.title {
  position: relative;
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  color: #000;
  padding: 0;
  margin: 0 auto 65px;
}
div.container_ h3.sub-title {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  margin-bottom: 18px;
}
div.container_ p.sub-title {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin: 0;
}
div.container_ .linkbtn {
  margin-top: 36px;
}
div.container_ .linkbtn a {
  position: relative;
  display: inline-block;
}
div.container_ .linkbtn a span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
}
div.container_ .linkbtn a span:after {
  position: absolute;
  content: "VIEW MORE";
  display: block;
  width: 0%;
  inset: 0;
  color: #B7B7B7;
  overflow: hidden;
  transition: 0.3s ease-out;
}
div.container_ .linkbtn a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  bottom: -5px;
  background: #B7B7B7;
  transition: 0.3s ease-out;
}
div.container_ .linkbtn a svg {
  color: #fff;
  transition: 0.2s;
  position: relative;
  width: 15px;
  height: 10px;
  transition-delay: 0.2s;
}
div.container_ .linkbtn a:hover {
  border-color: transparent;
}
div.container_ .linkbtn a:hover:after {
  width: 85%;
}
div.container_ .linkbtn a:hover span:after {
  width: 100%;
}
div.container_ .linkbtn a:hover svg {
  transform: translateX(4px);
  color: #B7B7B7;
}
div.container_ .linkbtn-b {
  margin-top: 36px;
}
div.container_ .linkbtn-b a {
  position: relative;
  display: inline-block;
}
div.container_ .linkbtn-b a span {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
}
div.container_ .linkbtn-b a span:after {
  position: absolute;
  content: "VIEW ALL";
  display: block;
  width: 0%;
  inset: 0;
  color: #B7B7B7;
  overflow: hidden;
  transition: 0.3s ease-out;
}
div.container_ .linkbtn-b a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  bottom: -5px;
  background: #B7B7B7;
  transition: 0.3s ease-out;
}
div.container_ .linkbtn-b a svg {
  color: #000;
  transition: 0.2s;
  position: relative;
  width: 15px;
  height: 10px;
  transition-delay: 0.2s;
}
div.container_ .linkbtn-b a:hover {
  border-color: transparent;
}
div.container_ .linkbtn-b a:hover:after {
  width: 85%;
}
div.container_ .linkbtn-b a:hover span:after {
  width: 100%;
}
div.container_ .linkbtn-b a:hover svg {
  transform: translateX(4px);
  color: #B7B7B7;
}
div.container_ .linkbtn-center {
  text-align: center;
}
div.container_ .linkbtn-center a {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 289px;
  max-width: 100%;
  height: 50px;
  background-color: transparent;
  border: 1px solid #816F56;
  overflow: hidden;
}
div.container_ .linkbtn-center a .text-wrapper {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.8s cubic-bezier(0.32, 0.94, 0.6, 1);
}
div.container_ .linkbtn-center a .text-wrapper .text-inner {
  color: #816F56;
  font-size: 13px;
  line-height: 50px;
  font-weight: normal;
  letter-spacing: 1px;
}
div.container_ .linkbtn-center a:hover .text-wrapper {
  transform: translateY(-50px);
}
div.container_ .rinkbtn a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 200px;
  height: 40px;
  border: 1px solid #fff;
  background: transparent;
  padding: 0;
  transition: none;
}
div.container_ .rinkbtn a span {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 200px;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  font-weight: 400;
  border: none;
}
div.container_ .rinkbtn a span:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 5px;
  background: url(https://www.cassina-ixc.jp/img/feature/2023/10/new_products/arrow-wh.png) left center no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 17px;
}
div.container_ .rinkbtn a span:hover {
  color: #fff;
}
div.container_ .rinkbtn a span:hover:after {
  background: url(https://www.cassina-ixc.jp/img/feature/2023/10/new_products/arrow-wh.png) left center no-repeat;
  background-size: contain;
}
div.container_ .rinkbtn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: all 0.3s ease;
  background: linear-gradient(to right, #C30012, #FE711C, #FF0017);
}
div.container_ .rinkbtn a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
}
div.container_ .rinkbtn a:hover {
  border-color: transparent;
}
div.container_ .rinkbtn a:hover:before {
  opacity: 1;
  transform: scale(2, 1);
  transform-origin: left top;
  transition: all 0.3s ease;
  background: linear-gradient(to right, #C30012, #FE711C, #FF0017);
}
div.container_ .rinkbtn-m a {
  position: relative;
  width: 200px;
  height: 40px;
  display: inline-block;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 0;
  margin: 0;
  transition: none;
  overflow: hidden;
}
div.container_ .rinkbtn-m a span {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 200px;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  font-weight: 400;
  border: none;
}
div.container_ .rinkbtn-m a span:hover {
  color: #fff;
}
div.container_ .rinkbtn-m a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: all 0.3s ease;
  background: linear-gradient(to right, #C30012, #FE711C, #FF0017);
}
div.container_ .rinkbtn-m a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
}
div.container_ .rinkbtn-m a:hover {
  border-color: transparent;
}
div.container_ .rinkbtn-m a:hover:before {
  opacity: 1;
  transform: scale(2, 1);
  transform-origin: left top;
  transition: all 0.3s ease;
  background: linear-gradient(to right, #C30012, #FE711C, #FF0017);
}
div.container_ .rinkbtn-m a.hover {
  border-color: transparent;
}
div.container_ .rinkbtn-m a.hover:before {
  opacity: 1;
  transform: scale(2, 1);
  transform-origin: left top;
  transition: all 0.3s ease;
  background: linear-gradient(to right, #C30012, #FE711C, #FF0017);
}
div.container_ .rinkbtn-m a.no-link:hover {
  border-color: #fff;
}
div.container_ .rinkbtn-m a.no-link:hover:before {
  opacity: 0;
}
div.container_ .rinkbtn-m a.no-link.hover {
  border-color: #fff;
}
div.container_ .rinkbtn-m a.no-link.hover:before {
  opacity: 0;
}
div.container_ section {
  margin: 0 auto;
}
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-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_ .swiper-pagination {
  bottom: -30px !important;
}
div.container_ .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
div.container_ .swiper-button-prev {
  font-size: 0;
  background: url("https://www.cassina-ixc.jp/assets/img/top/arrow_pick.png") left top no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: cover;
  position: absolute;
  top: calc(50% + 10px);
  left: -40px;
  right: auto;
  z-index: 100;
  outline: none;
}
div.container_ .swiper-button-prev:after {
  content: "";
}
div.container_ .swiper-button-next {
  font-size: 0;
  background: url("https://www.cassina-ixc.jp/assets/img/top/arrow_pick.png") left top no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: cover;
  position: absolute;
  top: calc(50% + 10px);
  right: -40px;
  z-index: 100;
  transform: scale(-1, 1);
  outline: none;
}
div.container_ .swiper-button-next:after {
  content: "";
}
div.container_ .swiper-pagination-bullet {
  outline: none;
}
div.container_ .swiper {
  overflow: hidden;
}
div.container_ .swiper.inview {
  transform: scale(1.1);
  opacity: 0;
  transition: all 1s cubic-bezier(0.36, 0.4, 0.2, 1);
}
div.container_ .swiper.inview.is-show {
  transform: scale(1);
  opacity: 1;
}
div.container_ .container {
  max-width: 1092px;
  padding: 0;
}
div.container_ .container .row {
  margin: 0;
  gap: 130px 0;
}
div.container_ .container .row .col-lg-3 {
  overflow: hidden;
  padding: 0;
}
div.container_ .container .row .col-lg-6 {
  overflow: hidden;
  padding: 0;
}
div.container_ .container .row .col-lg-6 h4 {
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
div.container_ .container .row .col-lg-6 .designer {
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 34px;
  letter-spacing: 0.5px;
}
div.container_ .container .row .col-lg-6 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 25px;
}
div.container_ .container .row .col-lg-6 p small {
  font-size: 12px;
}
div.container_ .container .row .col-lg-6 .limited {
  display: inline-block;
  border: 1px solid #767676;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #767676;
  padding: 6px 10px;
  margin-bottom: 22px;
}
div.container_ .container .row .col-lg-6:nth-child(2n) {
  padding-left: 106px;
}
div.container_ .container .row .col-lg-6.inview {
  transform: translateY(30px);
  opacity: 0;
  transition: all 1s ease;
}
div.container_ .container .row .col-lg-6.inview.is-show {
  transform: translateY(0);
  opacity: 1;
}
div.container_ .image {
  overflow: hidden;
}
div.container_ .image.inview {
  transform: scale(1.1);
  opacity: 0;
  transition: all 1s cubic-bezier(0.36, 0.4, 0.2, 1);
}
div.container_ .image.inview.is-show {
  transform: scale(1);
  opacity: 1;
}
div.container_ .spacer-wrapper {
  width: 100%;
  background-color: #fff;
}
div.container_ .spacer-wrapper .spacer {
  max-width: 1096px;
  height: 63px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin: 0 auto;
}
div.container_ .sub-image {
  max-width: 1092px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 57px;
}
div.container_ .sub-image .inview {
  transform: scale(1.1);
  opacity: 0;
  transition: all 2s ease;
}
div.container_ .sub-image .is-show {
  transform: scale(1);
  opacity: 1;
}
div.container_ section {
  position: relative;
}
div.container_ .mask {
  -webkit-mask-image: linear-gradient(-25deg, transparent, transparent 41.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
          mask-image: linear-gradient(-25deg, transparent, transparent 41.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-size: 100% max(300%, 100vh);
          mask-size: 100% max(300%, 100vh);
  transform: translateZ(0);
  transition: -webkit-mask-position 1.4s linear;
  transition: mask-position 1.4s linear;
  transition: mask-position 1.4s linear, -webkit-mask-position 1.4s linear;
  -webkit-mask-position: center 100%;
          mask-position: center 100%;
  transition-delay: 0.3s;
}
div.container_ .mask.is-show {
  -webkit-mask-position: center 0;
          mask-position: center 0;
}
div.container_ #message {
  padding-top: 200px;
  padding-bottom: 244px;
  opacity: 0;
  transition: all 0.5s ease;
}
div.container_ #message .image {
  text-align: center;
  margin-bottom: 64px;
}
div.container_ #message .image img {
  width: 324px;
}
div.container_ #message .description {
  text-align: center;
  font-size: 14px;
  line-height: 2.86;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
}
div.container_ #floor {
  transition: all 0.5s ease;
}
div.container_ #floor .container {
  max-width: 782px;
  margin-bottom: 160px;
}
div.container_ #floor .container .row {
  gap: 0;
}
div.container_ #floor .container .row .col-lg-6 {
  flex: 0 0 50%;
  min-width: 50%;
  padding: 0;
}
div.container_ #floor .container .row .col-lg-6:nth-child(1) {
  padding-right: 22px;
}
div.container_ #floor .container .row .col-lg-6:nth-child(1) img {
  width: 370px;
  margin-left: auto;
  animation: img_2828 3s linear infinite;
}
div.container_ #floor .container .row .col-lg-6:nth-child(2) {
  padding-top: 83px;
}
div.container_ #floor .container .row .col-lg-6:nth-child(2) table tr th {
  font-family: "Marcellus", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: #A79782;
  vertical-align: middle;
  padding: 20px 35px 20px 0px;
  border-right: 1px solid #74470D;
}
div.container_ #floor .container .row .col-lg-6:nth-child(2) table tr td {
  padding: 20px 0 20px 20px;
}
div.container_ #floor .container .row .col-lg-6:nth-child(2) table tr td .name {
  font-family: "Marcellus", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #A79782;
  margin-bottom: 6px;
}
div.container_ #floor .container .row .col-lg-6:nth-child(2) table tr td .comment {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  color: #A79782;
}
div.container_ #floor .container .row .col-lg-6:nth-child(2) table tr.on th {
  color: #000;
}
div.container_ #floor .container .row .col-lg-6:nth-child(2) table tr.on td .name {
  color: #000;
}
div.container_ #floor .container .row .col-lg-6:nth-child(2) table tr.on td .comment {
  color: #000;
}
div.container_ .anime {
  text-align: center;
  margin-bottom: 30px;
}
div.container_ .anime img {
  width: 113px;
}
div.container_ #slider {
  position: relative;
  height: auto;
  transition: all 1.5s ease;
}
div.container_ #slider .bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), #fff 40%, #fff 60%, rgba(255, 255, 255, 0)) center center;
  z-index: 0;
  transition: all 1s ease;
}
div.container_ #slider .slider-wrapper {
  position: sticky;
  top: 0;
  left: 0;
  width: 1092px;
  padding: 160px 0;
  margin: 0 auto;
  opacity: 0;
  transition: all 1s ease;
  z-index: 10;
}
div.container_ #slider.is-show .bg-cover {
  transform: scale(1, 3);
}
div.container_ #slider.is-show .slider-wrapper {
  opacity: 1;
}
div.container_ #slider .slider-list {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
}
div.container_ #slider .slider-item {
  position: absolute;
  transition: all 1s ease;
}
div.container_ #slider .slider-item.active .text {
  opacity: 1;
}
div.container_ #slider .slider-item.active .new {
  opacity: 1;
}
div.container_ #slider .slider-item.active .pagination {
  opacity: 1;
}
div.container_ #slider .slider-item.active .link {
  opacity: 1;
  transform: scale(1);
}
div.container_ #slider .bg {
  position: relative;
  z-index: 0;
}
div.container_ #slider .text {
  position: absolute;
  top: 50%;
  left: 52px;
  transform: translateY(-50%);
  transition: all 1.5s ease;
  opacity: 0;
}
div.container_ #slider .text .logo {
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 1px;
}
div.container_ #slider .text .logo small {
  display: block;
  font-family: "altivo", serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 200;
  margin-top: 10px;
  letter-spacing: initial;
}
div.container_ #slider .ixc {
  z-index: 0;
}
div.container_ #slider .ixc .logo {
  width: 148px;
  margin-bottom: 42px;
}
div.container_ #slider .ceccotti {
  z-index: 10;
}
div.container_ #slider .ceccotti .logo {
  width: 443px;
  margin-bottom: 44px;
}
div.container_ #slider .lema {
  z-index: 20;
}
div.container_ #slider .lema .logo {
  width: 194px;
  margin-bottom: 35px;
}
div.container_ #slider .dedar {
  z-index: 30;
}
div.container_ #slider .dedar .logo {
  width: 194px;
  margin-bottom: 35px;
}
div.container_ #slider .summer {
  z-index: 40;
}
div.container_ #slider .summer .text {
  padding-bottom: 60px;
}
div.container_ #slider .summer .text .logo {
  width: auto;
  margin-bottom: 38px;
}
div.container_ #slider .new {
  position: absolute;
  top: 24px;
  right: 23px;
  font-family: "Marcellus", serif;
  font-size: 23px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  writing-mode: vertical-rl;
  transition: all 1.5s ease;
  opacity: 0;
}
div.container_ #slider .pagination {
  position: absolute;
  top: 24px;
  right: 68px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  transition: all 1.5s ease;
  opacity: 0;
}
div.container_ #slider .link {
  position: absolute;
  left: 44px;
  bottom: 115px;
  opacity: 0;
  transform: scale(2);
  transition: all 1.5s ease;
}
div.container_ #slider .link a {
  display: block;
  width: 150px;
  height: 150px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150px;
  letter-spacing: 1px;
  color: #fff;
}
div.container_ #slider #nowPage {
  margin-right: 0.5em;
}
div.container_ #slider #totalPage {
  margin-left: 0.5em;
}
div.container_ #other {
  margin-top: 100px;
  margin-bottom: 164px;
}
div.container_ #other h2.title {
  opacity: 0;
  transition: all 0.5s ease;
}
div.container_ #other h2.title.is-show {
  opacity: 1;
}
div.container_ #other .container {
  margin-bottom: 64px;
}
div.container_ #other .container .row {
  gap: 24px 26px;
}
div.container_ #other .container .row .col-lg-4 {
  position: relative;
  flex: 0 0 calc((100% - 52px) / 3);
  min-width: calc((100% - 52px) / 3);
  padding: 0;
}
div.container_ #other .container .row .col-lg-4:nth-child(1) .logo {
  top: 50px;
}
div.container_ #other .container .row .col-lg-4:nth-child(1) .logo img {
  width: 106px;
}
div.container_ #other .container .row .col-lg-4:nth-child(2) .logo {
  top: 59px;
}
div.container_ #other .container .row .col-lg-4:nth-child(2) .logo img {
  width: 171px;
}
div.container_ #other .container .row .col-lg-4:nth-child(3) .logo {
  top: 56px;
}
div.container_ #other .container .row .col-lg-4:nth-child(3) .logo img {
  width: 158px;
}
div.container_ #other .container .row .col-lg-4:nth-child(4) .logo {
  top: 43px;
}
div.container_ #other .container .row .col-lg-4:nth-child(4) .logo img {
  width: 124px;
}
div.container_ #other .container .row .col-lg-4:nth-child(5) .logo {
  top: 26px;
}
div.container_ #other .container .row .col-lg-4:nth-child(5) .logo img {
  width: 114px;
}
div.container_ #other .container .row .col-lg-4:nth-child(6) .logo {
  top: 46px;
}
div.container_ #other .container .row .col-lg-4:nth-child(6) .logo img {
  width: 188px;
}
div.container_ #other .container .row.inview .col-lg-4 {
  opacity: 0;
  transition: all 0.5s ease;
}
div.container_ #other .container .row.inview.is-show .col-lg-4 {
  opacity: 1;
}
div.container_ #other a .bg {
  overflow: hidden;
}
div.container_ #other a .bg img {
  transform: scale(1);
  transition: all 0.5s ease;
}
div.container_ #other a .logo {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
}
div.container_ #other a:hover .bg img {
  transform: scale(1.1);
}
div.container_ #news {
  margin-bottom: 116px;
}
div.container_ #news .title {
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  color: #816F56;
  margin-bottom: 25px;
}
div.container_ #news p {
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #816F56;
  margin: 0;
}
div.container_ #special {
  padding-top: 159px;
  margin-bottom: 162px;
}
div.container_ #special .slick-slide {
  padding: 0 20px;
}
div.container_ #special .showListCon {
  position: relative;
}
div.container_ #special .slick-prev {
  font-size: 0;
  border: none;
  position: absolute;
  top: 50%;
  left: 70px;
  right: auto;
  background-color: transparent;
  transform: translateY(-50%);
  z-index: 50;
}
div.container_ #special .slick-prev:before {
  display: block;
  content: "";
  width: 32px;
  height: 33px;
  background: url(https://www.cassina-ixc.jp/img/feature/2024/08/index/arrow-bk.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div.container_ #special .slick-next {
  font-size: 0;
  border: none;
  position: absolute;
  top: 50%;
  left: auto;
  right: 70px;
  background-color: transparent;
  transform: translateY(-50%);
  z-index: 50;
}
div.container_ #special .slick-next:before {
  display: block;
  content: "";
  width: 32px;
  height: 33px;
  background: url(https://www.cassina-ixc.jp/img/feature/2024/08/index/arrow-bk.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
}
div.container_ #special .slick-slide {
  transform: translateX(-100px);
  transition: all 0.5s ease;
}
div.container_ #special .slick-slide:not(.slick-active) {
  transform: translateX(-200px);
}
div.container_ #special a .pickliimg {
  position: relative;
  overflow: hidden;
}
div.container_ #special a .pickliimg img {
  transform: scale(1);
  transition: all 0.5s ease;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
div.container_ #special a .text {
  position: absolute;
  left: 50px;
  top: 78%;
  color: #fff;
  z-index: 20;
}
div.container_ #special a .text .sub-title {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
div.container_ #special a .text .title {
  font-family: "Marcellus", serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1px;
}
div.container_ #special a .caption {
  position: absolute;
  top: 16px;
  right: 15px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  writing-mode: vertical-rl;
  z-index: 20;
}
div.container_ #special a:hover .pickliimg img {
  transform: scale(1.1);
}
div.container_ #special a.noclick .pickliimg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8E7F74;
  mix-blend-mode: multiply;
  z-index: 10;
}
div.container_ #virtual {
  margin-bottom: 285px;
}
div.container_ #virtual h2.title {
  margin-bottom: 36px;
  color: #fff;
}
div.container_ #virtual .description {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}
div.container_ #virtual .itemsslide2 {
  margin-bottom: 153px;
}
div.container_ #virtual .itemsslide2 .slick-slide {
  margin: 0 22px;
}
div.container_ #virtual .itemsslide2 .slick-slide .showListCon {
  display: block;
  position: relative;
}
div.container_ #virtual .itemsslide2 .slick-slide .showListCon .pickliimg-on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 1;
}
div.container_ #virtual .itemsslide2 .slick-slide .showListCon .pickliimg-off {
  position: relative;
  z-index: 0;
}
div.container_ #virtual .itemsslide2 .slick-slide .showListCon .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  z-index: 10;
}
div.container_ #virtual .itemsslide2 .slick-slide .showListCon:hover .pickliimg-on {
  opacity: 1;
}
div.container_ #virtual .itemsslide2 .slick-prev {
  font-size: 0;
  background: url("https://www.cassina-ixc.jp/img/feature/2024/08/index/arrow-bk-vr.png") left top no-repeat;
  background-size: contain;
  width: 23px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: calc(25% - 10px);
  z-index: 100;
  transform: translateY(-50%);
  border: none;
}
div.container_ #virtual .itemsslide2 .slick-prev:before {
  content: none;
}
div.container_ #virtual .itemsslide2 .slick-next {
  font-size: 0;
  background: url("https://www.cassina-ixc.jp/img/feature/2024/08/index/arrow-bk-vr.png") left top no-repeat;
  background-size: contain;
  width: 23px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: calc(25% - 10px);
  z-index: 100;
  transform: translateY(-50%) scale(-1, 1);
  border: none;
}
div.container_ #virtual .itemsslide2 .slick-next:before {
  content: none;
}
div.container_ #banner {
  margin-top: 165px;
  padding-bottom: 295px;
}
div.container_ #banner .banner-wrapper {
  text-align: center;
}
div.container_ #banner a {
  display: inline-block;
  width: 715px;
  position: relative;
  margin: 0 auto;
}
div.container_ #banner a .banner-image-off {
  width: 715px;
}
div.container_ #banner a .banner-image-on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease;
}
div.container_ #banner a .content {
  position: absolute;
  top: 26px;
  left: 29px;
  text-align: left;
}
div.container_ #banner a .content .logo {
  width: 212px;
  margin-bottom: 17px;
}
div.container_ #banner a .content .text {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 8px;
}
div.container_ #banner a .content .link {
  display: inline-block;
  position: relative;
}
div.container_ #banner a .content .link span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
}
div.container_ #banner a .content .link span:after {
  position: absolute;
  content: "VIEW MORE";
  display: block;
  width: 0%;
  inset: 0;
  color: #B7B7B7;
  overflow: hidden;
  transition: 0.3s ease-out;
}
div.container_ #banner a .content .link:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  bottom: -5px;
  background: #B7B7B7;
  transition: 0.3s ease-out;
}
div.container_ #banner a .content .link svg {
  color: #fff;
  transition: 0.2s;
  position: relative;
  width: 15px;
  height: 10px;
  transition-delay: 0.2s;
}
div.container_ #banner a .content .link svg line {
  transition: all 0.3s ease;
}
div.container_ #banner a:hover .banner-image-on {
  opacity: 1;
}
div.container_ #banner a:hover .link {
  border-color: transparent;
}
div.container_ #banner a:hover .link:after {
  width: 85%;
}
div.container_ #banner a:hover .link span:after {
  width: 100%;
}
div.container_ #banner a:hover .link svg {
  transform: translateX(4px);
}
div.container_ #banner a:hover .link svg line {
  stroke: #B7B7B7;
}

@media screen and (max-width: 767px) {
  div.container_ {
    position: relative;
    overflow: visible;
    clear: both;
    width: auto;
    max-width: 1600px;
    min-width: 0;
    text-align: left;
    padding: 0 !important;
    margin: 0 auto 50px;
    z-index: 10;
  }
  div.container_ h2.title {
    font-size: 28px;
    letter-spacing: 1px;
  }
  div.container_ h3.sub-title {
    font-size: 18px;
  }
  div.container_ .container .row .col-lg-6 {
    flex: 0 0 100% !important;
    min-width: 100% !important;
  }
  div.container_ .container .row .col-lg-6 h4 {
    text-align: left;
  }
  div.container_ .container .row .col-lg-6 .designer {
    text-align: left;
  }
  div.container_ .link_all_product {
    padding: 0 15px;
  }
  div.container_ .rinkbtn a:hover {
    background-color: transparent;
    color: #fff;
  }
  div.container_ .rinkbtn a:hover:after {
    animation: none;
    background: url(https://www.cassina-ixc.jp/img/feature/2023/10/new_products/arrow-wh.png) center center no-repeat;
    background-size: contain;
  }
  div.container_ .rinkbtn-m a {
    position: relative;
    width: 200px;
    height: 40px;
    display: inline-block;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 0;
    margin: 0;
    transition: none;
  }
  div.container_ .rinkbtn-m a span {
    width: 100%;
    font-size: 12px;
  }
  div.container_ .rinkbtn-m a:before {
    content: none;
  }
  div.container_ .rinkbtn-m a:hover {
    background: transparent;
    color: #fff;
  }
  div.container_ .rinkbtn-m a.hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
  }
  div.container_ .linkbtn {
    margin: 0;
  }
  div.container_ .linkbtn a:after {
    bottom: 0px;
  }
  div.container_ .rinkbtn {
    text-align: center;
  }
  div.container_ .spacer {
    width: calc(100% - 50px);
    height: 29px;
    margin: 0 25px;
  }
  div.container_ .anime {
    padding: 60px 0 87px;
  }
  div.container_ #message {
    padding: 138px 50px;
  }
  div.container_ #message .image {
    margin-bottom: 61px;
  }
  div.container_ #message .image img {
    width: 248px;
  }
  div.container_ #message .description {
    text-align: left;
    font-size: 14px;
    line-height: 30px;
  }
  div.container_ #floor {
    margin-bottom: 212px;
  }
  div.container_ #floor .container {
    max-width: 100%;
    padding: 0 50px;
    margin: 0;
  }
  div.container_ #floor .container .row {
    gap: 15px 0;
  }
  div.container_ #floor .container .row .col-lg-6:nth-child(1) {
    order: 2;
    padding: 0;
  }
  div.container_ #floor .container .row .col-lg-6:nth-child(1) img {
    display: block;
    width: 215px;
    margin: 0 auto;
  }
  div.container_ #floor .container .row .col-lg-6:nth-child(2) {
    order: 1;
  }
  div.container_ #floor .container .row .col-lg-6:nth-child(2) table {
    margin: 0 auto;
  }
  div.container_ .scroll-image {
    height: 93px;
  }
  div.container_ .scroll-image li {
    margin-right: 40px;
    flex: 0 0 546px;
    min-width: 546px;
  }
  div.container_ .scroll-image:first-child {
    margin-bottom: 74px;
  }
  div.container_ #sliderSp {
    position: relative;
    height: auto;
    margin-top: 74px;
  }
  div.container_ #sliderSp .slider-wrapper {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    opacity: 0;
    transition: all 1s ease;
    z-index: 10;
  }
  div.container_ #sliderSp.is-show .slider-wrapper {
    opacity: 1;
  }
  div.container_ #sliderSp .slider-list {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  div.container_ #sliderSp .slider-item {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
  }
  div.container_ #sliderSp .slider-item.active .text {
    opacity: 1;
  }
  div.container_ #sliderSp .slider-item.active .new {
    opacity: 1;
  }
  div.container_ #sliderSp .slider-item.active .pagination {
    opacity: 1;
  }
  div.container_ #sliderSp .slider-item.active .link {
    opacity: 1;
    transform: scale(1);
  }
  div.container_ #sliderSp .bg {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 0;
  }
  div.container_ #sliderSp .bg img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  div.container_ #sliderSp .text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1.5s ease;
    text-align: center;
    opacity: 0;
  }
  div.container_ #sliderSp .text .logo {
    color: #fff;
    font-family: "Marcellus", serif;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 400;
  }
  div.container_ #sliderSp .text .logo small {
    display: block;
    font-family: "altivo", serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 200;
    margin-top: 15px;
  }
  div.container_ #sliderSp .ixc {
    z-index: 0;
  }
  div.container_ #sliderSp .ixc .logo {
    width: 104px;
  }
  div.container_ #sliderSp .ceccotti {
    z-index: 10;
  }
  div.container_ #sliderSp .ceccotti .logo {
    width: 300px;
  }
  div.container_ #sliderSp .lema {
    z-index: 20;
  }
  div.container_ #sliderSp .lema .logo {
    width: 142px;
  }
  div.container_ #sliderSp .dedar {
    z-index: 30;
  }
  div.container_ #sliderSp .dedar .logo {
    width: 190px;
  }
  div.container_ #sliderSp .summer {
    z-index: 40;
  }
  div.container_ #sliderSp .summer .text .logo {
    width: auto;
  }
  div.container_ #sliderSp .new {
    position: absolute;
    top: 66px;
    right: 18px;
    font-family: "Marcellus", serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
    writing-mode: vertical-rl;
    transition: all 1.5s ease;
    opacity: 0;
  }
  div.container_ #sliderSp .pagination {
    position: absolute;
    top: 66px;
    right: 62px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    transition: all 1.5s ease;
    opacity: 0;
  }
  div.container_ #sliderSp .link {
    position: absolute;
    left: calc(50% - 50px);
    bottom: 100px;
    opacity: 0;
    transform: scale(2);
    transition: all 1.5s ease;
  }
  div.container_ #sliderSp .link a {
    display: block;
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-family: "Marcellus", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 100px;
    color: #fff;
  }
  div.container_ #sliderSp #nowPage {
    font-size: 14px;
    margin-right: 0.5em;
  }
  div.container_ #sliderSp #totalPage {
    font-size: 14px;
    margin-left: 0.5em;
  }
  div.container_ #other {
    padding-top: 100px;
    margin-bottom: 109px;
  }
  div.container_ #other h2.title {
    margin-bottom: 40px;
  }
  div.container_ #other .container {
    padding: 0 50px;
  }
  div.container_ #other .container .row {
    gap: 17px 0;
  }
  div.container_ #other .container .row .col-lg-4 {
    flex: 0 0 100%;
    min-width: 100%;
    opacity: 0;
    transition: all 1s ease;
  }
  div.container_ #other .container .row .col-lg-4:nth-child(1) .logo {
    top: 43px;
  }
  div.container_ #other .container .row .col-lg-4:nth-child(1) .logo img {
    width: 89px;
  }
  div.container_ #other .container .row .col-lg-4:nth-child(2) {
    transition-delay: 250ms;
  }
  div.container_ #other .container .row .col-lg-4:nth-child(2) .logo {
    top: 49px;
  }
  div.container_ #other .container .row .col-lg-4:nth-child(2) .logo img {
    width: 143px;
  }
  div.container_ #other .container .row .col-lg-4:nth-child(3) {
    transition-delay: 500ms;
  }
  div.container_ #other .container .row .col-lg-4:nth-child(3) .logo {
    top: 47px;
  }
  div.container_ #other .container .row .col-lg-4:nth-child(3) .logo img {
    width: 132px;
  }
  div.container_ #other .container .row .col-lg-4:nth-child(4) {
    transition-delay: 750ms;
  }
  div.container_ #other .container .row .col-lg-4:nth-child(4) .logo {
    top: 35px;
  }
  div.container_ #other .container .row .col-lg-4:nth-child(4) .logo img {
    width: 104px;
  }
  div.container_ #other .container .row .col-lg-4:nth-child(5) {
    transition-delay: 1000ms;
  }
  div.container_ #other .container .row .col-lg-4:nth-child(5) .logo {
    top: 22px;
  }
  div.container_ #other .container .row .col-lg-4:nth-child(5) .logo img {
    width: 96px;
  }
  div.container_ #other .container .row .col-lg-4:nth-child(6) {
    transition-delay: 1250ms;
  }
  div.container_ #other .container .row .col-lg-4:nth-child(6) .logo {
    top: 40px;
  }
  div.container_ #other .container .row .col-lg-4:nth-child(6) .logo img {
    width: 157px;
  }
  div.container_ #other .container .row .col-lg-4:nth-child(7) {
    padding-top: 25px;
  }
  div.container_ #other .container.is-show .row .col-lg-4 {
    opacity: 1;
  }
  div.container_ #news {
    margin-bottom: 57px;
  }
  div.container_ #news .title {
    font-size: 14px;
  }
  div.container_ #news p {
    font-size: 12px;
    line-height: 20px;
  }
  div.container_ #special {
    padding-top: 64px;
    margin-bottom: 92px;
  }
  div.container_ #special .slick-prev {
    font-size: 0;
    background: url("https://www.cassina-ixc.jp/img/feature/2024/08/index/arrow-bk-s.png") left top no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
    position: absolute;
    top: -15px;
    left: 15px;
    z-index: 100;
    transform: translateY(0);
    border: none;
  }
  div.container_ #special .slick-prev:before {
    content: none;
  }
  div.container_ #special .slick-prev:hover {
    background-color: transparent;
  }
  div.container_ #special .slick-next {
    font-size: 0;
    background: url("https://www.cassina-ixc.jp/img/feature/2024/08/index/arrow-bk-s.png") left top no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
    position: absolute;
    top: -15px;
    left: 30px;
    right: auto;
    z-index: 100;
    transform: translateY(0) scale(-1);
    border: none;
  }
  div.container_ #special .slick-next:before {
    content: none;
  }
  div.container_ #special .slick-next:hover {
    background-color: transparent;
  }
  div.container_ #special .slick-slide {
    transform: translateX(0);
    padding: 0 15px;
  }
  div.container_ #special .slick-slide:not(.slick-active) {
    transform: translateX(0);
  }
  div.container_ #special a .text {
    left: 25px;
    top: 70.55555%;
  }
  div.container_ #virtual {
    margin-bottom: 92px;
  }
  div.container_ #virtual h2.title {
    margin-bottom: 28px;
  }
  div.container_ #virtual .description {
    margin-bottom: 38px;
  }
  div.container_ #virtual .main-image {
    padding: 0 50px;
    margin-bottom: 60px;
  }
  div.container_ #virtual .main-image .links {
    display: flex;
    gap: 0 17px;
    margin-top: 23px;
  }
  div.container_ #virtual .main-image .links a {
    display: block;
    flex: 0 0 calc((100% - 34px) / 3);
    min-width: calc((100% - 34px) / 3);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    border: 1px solid #816F56;
    color: #816F56;
  }
  div.container_ #virtual .slide-wrap {
    position: relative;
    margin-bottom: 112px;
  }
  div.container_ #virtual .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
  }
  div.container_ #banner {
    width: 100%;
    padding: 0 50px 76px;
    margin-top: 65px;
  }
  div.container_ #banner a {
    width: 100%;
  }
  div.container_ #banner a .banner-image-off {
    width: 100%;
  }
  div.container_ #banner a .content {
    top: 27px;
    left: 19px;
    height: calc(100% - 27px);
  }
  div.container_ #banner a .content .logo {
    width: 186px;
    margin-bottom: 22px;
  }
  div.container_ #banner a .content .text {
    font-size: 14px;
    line-height: 22px;
  }
  div.container_ #banner a .content .link {
    position: absolute;
    left: 0;
    bottom: 21px;
  }
}
.backbtn {
  text-align: center;
  padding-top: 29px;
  padding-bottom: 41px;
}
.backbtn .btn-wrapper {
  padding: 0 15px;
}
.backbtn .btn-wrapper a {
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  color: #fff;
  position: relative;
}
.backbtn .btn-wrapper a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 15px;
  border-bottom: solid 1px #fff;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}
.backbtn .btn-wrapper a:hover {
  color: #fff;
}
.backbtn .btn-wrapper a:hover:after {
  width: 100%;
  transition: all 0.5s ease;
}

.remodal-overlay {
  z-index: 99999;
}

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

.remodal {
  max-width: 1171px;
  padding: 0;
  margin-bottom: 0;
}
.remodal .video-container video {
  width: 100%;
}

.remodal-close {
  width: 20px;
  height: 20px;
  top: -20px;
  left: auto;
  right: -20px;
}
.remodal-close:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
.remodal-close:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.5s ease;
}
.remodal-close:hover:before {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
.remodal-close:hover:after {
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 767px) {
  .remodal-close {
    top: -22px;
    right: 0;
  }
}
#footer_sitemap {
  width: calc(100% - 191px);
}

@media screen and (max-width: 767px) {
  #footer_sitemap {
    width: 100% !important;
  }
  .footlogos img {
    vertical-align: baseline;
  }
}
@media screen and (max-width: 767px) {
  .cartnavW {
    display: block;
  }
  .cartnavB {
    display: none;
  }
  .serchicon i:before {
    border: 2px solid #fff;
  }
  .serchicon i:after {
    background-color: #fff;
  }
  .menu-trigger span {
    background: #fff;
  }
  .topbaseLogos {
    display: none;
  }
  .topLogos {
    display: block;
  }
  #header-box {
    z-index: 101;
  }
}
#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 .video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#loader #video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#loader.loaded {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  #loader {
    height: 100vh;
  }
}
@keyframes bganim-even {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(45deg);
  }
  75% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes bganim-odd {
  0% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(90deg);
  }
  75% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
.disable-scroll {
  overflow: hidden;
}

.glitch {
  position: relative;
}

@keyframes noise-anim {
  0% {
    clip: rect(77px, 9999px, 6px, 0);
  }
  5% {
    clip: rect(65px, 9999px, 70px, 0);
  }
  10% {
    clip: rect(82px, 9999px, 82px, 0);
  }
  15% {
    clip: rect(32px, 9999px, 35px, 0);
  }
  20% {
    clip: rect(31px, 9999px, 49px, 0);
  }
  25% {
    clip: rect(18px, 9999px, 46px, 0);
  }
  30% {
    clip: rect(94px, 9999px, 64px, 0);
  }
  35% {
    clip: rect(69px, 9999px, 31px, 0);
  }
  40% {
    clip: rect(6px, 9999px, 72px, 0);
  }
  45% {
    clip: rect(25px, 9999px, 35px, 0);
  }
  50% {
    clip: rect(82px, 9999px, 26px, 0);
  }
  55% {
    clip: rect(7px, 9999px, 92px, 0);
  }
  60% {
    clip: rect(54px, 9999px, 30px, 0);
  }
  65% {
    clip: rect(86px, 9999px, 90px, 0);
  }
  70% {
    clip: rect(38px, 9999px, 65px, 0);
  }
  75% {
    clip: rect(41px, 9999px, 66px, 0);
  }
  80% {
    clip: rect(31px, 9999px, 37px, 0);
  }
  85% {
    clip: rect(8px, 9999px, 12px, 0);
  }
  90% {
    clip: rect(50px, 9999px, 69px, 0);
  }
  95% {
    clip: rect(7px, 9999px, 42px, 0);
  }
  100% {
    clip: rect(14px, 9999px, 57px, 0);
  }
}
.glitch:after {
  width: 100%;
  text-align: center;
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  color: white;
  background: transparent;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(18px, 9999px, 13px, 0);
  }
  5% {
    clip: rect(74px, 9999px, 51px, 0);
  }
  10% {
    clip: rect(33px, 9999px, 65px, 0);
  }
  15% {
    clip: rect(64px, 9999px, 66px, 0);
  }
  20% {
    clip: rect(75px, 9999px, 6px, 0);
  }
  25% {
    clip: rect(40px, 9999px, 49px, 0);
  }
  30% {
    clip: rect(71px, 9999px, 1px, 0);
  }
  35% {
    clip: rect(42px, 9999px, 73px, 0);
  }
  40% {
    clip: rect(92px, 9999px, 57px, 0);
  }
  45% {
    clip: rect(4px, 9999px, 33px, 0);
  }
  50% {
    clip: rect(4px, 9999px, 34px, 0);
  }
  55% {
    clip: rect(49px, 9999px, 25px, 0);
  }
  60% {
    clip: rect(24px, 9999px, 44px, 0);
  }
  65% {
    clip: rect(31px, 9999px, 99px, 0);
  }
  70% {
    clip: rect(54px, 9999px, 83px, 0);
  }
  75% {
    clip: rect(57px, 9999px, 97px, 0);
  }
  80% {
    clip: rect(3px, 9999px, 15px, 0);
  }
  85% {
    clip: rect(84px, 9999px, 34px, 0);
  }
  90% {
    clip: rect(100px, 9999px, 88px, 0);
  }
  95% {
    clip: rect(91px, 9999px, 59px, 0);
  }
  100% {
    clip: rect(10px, 9999px, 87px, 0);
  }
}
@keyframes shade-move-right {
  0% {
    transform: rotate(45deg) translate(0, 0);
  }
  100% {
    transform: rotate(45deg) translate(0, 3500px);
  }
}
@keyframes shade-move-right-sp {
  0% {
    transform: rotate(45deg) translate(0, 0);
  }
  100% {
    transform: rotate(45deg) translate(0, 3000px);
  }
}
@keyframes shade-move-left {
  0% {
    transform: rotate(-45deg) scale(-1, 1) translate(0, 0);
  }
  100% {
    transform: rotate(-45deg) scale(-1, 1) translate(0, 5500px);
  }
}
@keyframes shade-move-left-sp {
  0% {
    transform: rotate(-45deg) scale(-1, 1) translate(0, 0);
  }
  100% {
    transform: rotate(-45deg) scale(-1, 1) translate(0, 3500px);
  }
}
.glitch:before {
  width: 100%;
  text-align: center;
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  color: white;
  background: transparent;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}

@media screen and (max-width: 767px) {
  .glitch:after {
    text-align: left;
  }
  .glitch:before {
    text-align: left;
  }
}
.loop-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  overflow: hidden;
  height: 100px;
}
.loop-wrapper .loop-area {
  display: flex;
  animation: loop-slide 60s linear infinite;
  list-style: none;
  padding: 0;
  margin: 0;
}
.loop-wrapper .loop-area .content {
  display: block;
  width: 1000px;
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 10px;
  color: #fff;
  opacity: 0.25;
}

.loop-top {
  position: absolute;
  top: 50px;
  left: 0;
}

.loop-bottom {
  position: absolute;
  bottom: 50px;
  left: 0;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  .loop-top {
    top: 0;
  }
  .loop-bottom {
    bottom: 0;
  }
}
@keyframes pict-anime {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.no-anime {
  animation: none !important;
}

@keyframes gradation-anim {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes img_2828 {
  0% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-10px);
  }
  66.66667% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.main-image-wrapper {
  overflow: hidden;
}
.main-image-wrapper.inview .main-image {
  transform: scale(1.05);
  transition: transform 2s cubic-bezier(0.15, 0.7, 0, 1);
}
.main-image-wrapper.inview.is-show .main-image {
  transform: scale(1);
}

.no-link {
  cursor: inherit;
}

.top-10 {
  position: relative;
  top: -10px;
}

.scroll-image {
  display: flex;
  list-style: none;
  gap: 0;
  width: 100%;
  height: 150px;
  overflow: hidden;
  margin: 0;
}
.scroll-image li {
  animation: marquee-left 15s linear infinite;
  margin-right: 70px;
  flex: 0 0 863px;
  min-width: 863px;
}

.grid-box3 {
  width: 100%;
  max-width: 1092px;
  overflow: hidden;
  margin: 0 auto;
}
.grid-box3 .inbox {
  width: 32%;
  margin-right: 2%;
  float: left;
  background: #FFF;
  margin-bottom: 20px;
}

.mt-double .inbox {
  position: relative;
}
.mt-double .inbox a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mt-double .inbox a &gt; img {
  position: relative;
  width: 100%;
  transition: 0.5s all;
}
.mt-double .inbox a:hover &gt; img {
  transform: scale(1.1, 1.1);
  transition: 0.6s all;
}
.mt-double .inbox a:hover .smoke {
  opacity: 0.5;
  transition: 0.6s all;
}
.mt-double .inbox .smoke {
  opacity: 0.7;
  transition: 0.6s all;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
}
.mt-double .inbox .tit {
  color: #FFF;
  font-weight: bold;
  font-size: 21px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 37%;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 1px;
}
.mt-double .inbox .tit span {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: normal;
  text-align: center;
}
.mt-double .inbox .tit img {
  width: 50px;
  margin-top: 20px;
}
.mt-double .inbox .att {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5%;
  color: #FFF;
  letter-spacing: 1px;
  text-align: center;
  font-size: 11px;
}/*# sourceMappingURL=index.css.map */</pre></body></html>