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

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

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

.mainTxt {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#footer {
  margin-top: 0;
}

.pc-none {
  display: block;
}

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

.video-area {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: relative;
}

#bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  div.wrapper_ {
    background-image: none !important;
  }
  .mainImg .mainvsab .video-container {
    height: auto;
    padding-top: 0;
  }
}
/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  video {
    width: 100%;
  }
}
/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
  video {
    height: 100%;
  }
}
div.wrapper_ {
  padding-top: 0 !important;
}

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

.mainvsab {
  position: relative;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
.mainvsab .video-outer {
  max-width: 1690px;
  width: 100%;
  padding: 62px 60px;
  margin: 0 auto;
}

.mainLogo {
  position: absolute;
  left: calc(50% - 163px);
  top: calc(50% - 107px);
  z-index: 9998;
}
.mainLogo .mainLogo-main {
  margin-bottom: 34px;
}
.mainLogo img {
  width: 325px;
}

.mainTxt {
  min-width: 854px;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  z-index: 9999;
  opacity: 0;
}
.mainTxt .image {
  width: 335px;
  margin: 0 auto 50px;
}
.mainTxt p {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 38px;
  color: #4b4b4b;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .isResp div.wrapper_ {
    overflow: visible;
  }
  .mainImg {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mainImg .mainLogo {
    left: calc(50% - 113px);
    top: calc(50% - 137.5px);
    z-index: 9998;
  }
  .mainImg .mainLogo .mainLogo-main {
    margin-bottom: 29px;
  }
  .mainImg .mainLogo img {
    width: 226px;
  }
  .mainImg .scroll {
    bottom: 40px;
  }
  .mainImg .mainTxt {
    transform: translate(-50%, -60%);
    min-width: 100%;
  }
  .mainImg .mainTxt .image {
    width: 211px;
    margin-bottom: 39px;
  }
  .mainImg .mainTxt p {
    width: 290px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    margin: 0 auto;
  }
  .mainImg .message {
    width: 100%;
    position: absolute;
    top: calc(50% - 144px);
    left: 0;
    font-size: 17px;
    line-height: 36px;
    padding: 0 100px;
  }
  #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%;
  }
  .mainvsab .video-outer {
    padding: 0;
  }
  .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: #000;
  }
  .menu-trigger.close span {
    background: #FFF;
  }
  .isResp #header {
    position: absolute;
    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: 0 !important;
  }
  .sportfivNav {
    padding: 10px;
  }
  .sportfivNav ul li {
    width: 100%;
  }
  .sportfivNav ul li:first-child {
    padding-right: 5px;
  }
  .sportfivNav ul li:last-child {
    padding-left: 5px;
  }
  .sportfivNav ul li dd {
    font-size: 11px;
  }
  .toku-box {
    background: #FFF !important;
    margin-top: 20px !important;
    padding: 3% 5% 3% !important;
  }
  .toku-box h2 {
    font-size: 34px;
  }
  .toku-box .inbox b {
    font-size: 18px !important;
  }
  .toku-box .inbox {
    width: 49%;
  }
  .bdlast {
    border-bottom: solid 1px #000;
    margin-bottom: 20px;
  }
  .hintbox {
    padding: 5%;
  }
  .mapss {
    margin-left: 10px;
    margin-right: 10px;
  }
  .linkprod {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 11px;
    right: -2%;
  }
}
.linkprod:hover {
  background: #000;
  color: #FFF;
}

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

#campnews1 {
  display: none;
}

#select_lang {
  z-index: 40;
}

#lang_en {
  background: #FFF;
}

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

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

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

p.serchicon {
  position: fixed;
}

.mainvsab {
  height: 100% !important;
}

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

.maincp {
  z-index: 1000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.sliderl-in.is-show {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.banner.glow {
  position: relative;
}
.banner.glow img {
  position: relative;
  z-index: 10;
}

.banner.glow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 0;
  background: #FFF;
  animation: ripple 4s cubic-bezier(0.3, 0, 0.1, 1) infinite;
}
@keyframes ripple {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  60% {
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6, 1.6);
    opacity: 0;
  }
}
.banner.updown {
  animation-name: updown;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.floating {
  position: fixed;
  right: 0;
  bottom: 300px;
  z-index: 9999;
  width: 45px;
  opacity: 0;
  transition: all 1s ease;
}
.floating a {
  width: 45px;
  height: auto;
  color: #fff;
  background-color: #000;
  writing-mode: vertical-rl;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 45px;
  letter-spacing: 0.2em;
  padding: 27px 0;
}
.floating a:hover {
  text-decoration: none;
  background-color: #f2f2f2;
  color: #000;
}
.floating .contact {
  margin-bottom: 6px;
}
.floating .contact a {
  height: 160px;
}

@media screen and (max-width: 767px) {
  .floating {
    width: 100%;
    height: 60px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .floating a {
    display: inline-block;
    writing-mode: initial;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    width: 100%;
    height: 30px;
    padding: 0;
    background-color: transparent;
  }
  .floating a:hover {
    background-color: transparent;
    color: #fff;
  }
  .floating .contact {
    display: inline-block;
    width: calc(50% - 1px);
    border-right: 1px solid #fff;
    margin: 0;
  }
  .floating .contact a {
    height: auto;
  }
  .floating .reserved {
    display: inline-block;
    width: calc(50% - 0px);
    margin: 0;
  }
}
.cBanner {
  position: fixed;
  right: 30px;
  bottom: 200px;
  width: 360px;
  height: 230px;
  overflow: hidden;
  background-color: #D9DD7E;
  border-radius: 12px;
  z-index: 9999;
  box-shadow: 0.125rem 0.125rem 0.625rem rgba(45, 45, 45, 0.2);
  transition: all 1s ease;
}
.cBanner .cBanner-inner {
  display: flex;
}
.cBanner .cBanner-inner .cBanner-heading {
  width: 27px;
  height: 230px;
}
.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: 20px;
  height: 20px;
  background: url(https://www.cassina-ixc.jp/img/feature/2024/02/gofresh/down-w.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 3px;
  top: calc(50% - 10px);
  transform: rotate(-90deg);
}
.cBanner .cBanner-inner .cBanner-heading .close-heading {
  opacity: 0;
}
.cBanner .cBanner-inner .cBanner-heading .close-heading .arrow_l {
  width: 20px;
  height: 20px;
  background: url(https://www.cassina-ixc.jp/img/feature/2024/02/gofresh/down-w.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 41px;
  transform: rotate(90deg);
}
.cBanner .cBanner-inner .cBanner-heading .close-heading p {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 1px;
  position: absolute;
  left: -40px;
  top: 115px;
  color: #fff;
  transform: rotate(90deg);
}
.cBanner .cBanner-inner .cBanner-link {
  width: calc(100% - 27px);
  padding: 8px 8px 8px 0;
  text-decoration: none;
}
.cBanner .cBanner-inner .cBanner-link .cBanner-content {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #EDEDED;
  padding: 29px 20px 20px;
  margin: 0;
  transition: all 1s ease;
}
.cBanner .cBanner-inner .cBanner-link .cBanner-content .sub-title {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  width: 152px;
  margin-bottom: 5px;
}
.cBanner .cBanner-inner .cBanner-link .cBanner-content .cBanner-title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  color: #55B4B9;
  margin-bottom: 14px;
}
.cBanner .cBanner-inner .cBanner-link .cBanner-content .cBanner-desc {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #454545;
  margin-bottom: 15px;
}
.cBanner .cBanner-inner .cBanner-link .cBanner-content .cBanner-btn {
  text-align: center;
  width: 200px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: #55B4B9;
  border: 2px solid #55B4B9;
  border-radius: 18px;
  padding: 8px;
  margin: 0 auto;
}
.cBanner .cBanner-inner .cBanner-link .cBanner-content .cBanner-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://www.cassina-ixc.jp/img/feature/2024/02/gofresh/floating-banner-image.png) center 10px no-repeat;
  background-size: 110%;
  z-index: 0;
  mix-blend-mode: multiply;
}
.cBanner .cBanner-inner .cBanner-link:hover .cBanner-content .cBanner-btn {
  background-color: transparent;
  color: #55B4B9;
}
.cBanner.small {
  background-color: #D9DD7E;
  transform: translateX(350px);
}
.cBanner.small .cBanner-heading .open-heading {
  opacity: 0;
}
.cBanner.small .cBanner-heading .close-heading {
  opacity: 1;
}
.cBanner.small .cBanner-content {
  opacity: 0;
}

.btn {
  display: block;
  position: relative;
  background: #f2f2f2;
  width: 330px;
  position: relative;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  line-height: 1;
  padding: 20px 24px;
  margin: 0 auto;
}
.btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 5px;
  background: url(https://www.cassina-ixc.jp/assets/img/professional/ar.png) left center no-repeat;
  background-size: contain;
  vertical-align: middle;
  right: 20px;
  top: 25px;
}
.btn:hover:after {
  background: url(https://www.cassina-ixc.jp/assets/img/professional/ar_w.png) left center no-repeat;
  background-size: contain;
}

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

.rinkbtn a {
  margin-top: 0;
}

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

.smooth {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 3s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
.smooth.is-show {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

@media screen and (max-width: 767px) {
  .smooth {
    transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
  }
}
@media screen and (max-width: 767px) {
  .header-filter {
    position: fixed;
    height: 53.45px;
    top: 0;
    width: 100%;
    left: 0;
    background-color: rgb(165, 165, 165);
    mix-blend-mode: multiply;
    z-index: 100;
  }
}
img {
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  #sidebox_search {
    display: none !important;
  }
  #sidr {
    display: none !important;
  }
}
div.container_ {
  background-color: transparent;
  text-align: left;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 10;
  padding: 0;
  overflow: visible;
}
@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-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_ .bw-2 {
  border: 2px solid #fff;
}
div.container_ .br-15 {
  border-radius: 15px;
}
div.container_ .ps-15 {
  padding: 0 15px;
}
div.container_ .ps-53 {
  padding: 0 53px;
}
div.container_ a:hover {
  color: #000;
  outline: none;
}
div.container_ .backbtns a:before {
  background: url(https://www.cassina-ixc.jp/assets/img/professional/202206/btn_next.png) center center no-repeat;
  background-size: cover;
}
div.container_ .backbtns a, div.container_ .backbtns a:hover {
  color: #9D8361;
  text-decoration: none;
}
div.container_ .linkbtn {
  text-align: center;
}
div.container_ .linkbtn a {
  display: inline-block;
  width: 260px;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  background-color: #000;
}
div.container_ .linkbtn a:hover {
  background-color: #f2f2f2;
  color: #000;
}
div.container_ .container {
  padding: 0;
}
div.container_ .container .row {
  margin: 0;
}
div.container_ .container .row .col-lg-6 {
  padding: 0;
}
div.container_ .linkbtn {
  position: relative;
  text-align: center;
}
div.container_ .linkbtn a {
  display: inline-block;
  position: relative;
  width: 250px;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  color: #50ACB1;
}
div.container_ .linkbtn a:after {
  width: 9px;
  height: 8px;
  display: block;
  content: "";
  position: absolute;
  right: 12px;
  top: calc(50% - 4px);
  background: url(https://www.cassina-ixc.jp/img/feature/2024/02/gofresh/arrow-g.png) center center no-repeat;
  background-size: contain;
}
div.container_ .linkbtn a:hover {
  background-color: #55B4B9;
  color: #fff;
}
div.container_ .linkbtn a:hover:after {
  background: url(https://www.cassina-ixc.jp/img/feature/2024/02/gofresh/arrow-w.png) center center no-repeat;
  background-size: contain;
}
div.container_ .linkbtn a .border {
  position: absolute;
  content: "";
  opacity: 0;
  border: none !important;
}
div.container_ .linkbtn a .top {
  width: 100%;
  border-top: 2px solid #55B4B9 !important;
  border-radius: 18px;
  right: 0;
  top: 0;
}
div.container_ .linkbtn a .bottom {
  width: 100%;
  border-bottom: 2px solid #55B4B9 !important;
  border-radius: 18px;
  left: 0;
  bottom: 0;
}
div.container_ .linkbtn a .left {
  height: 100%;
  border-left: 2px solid #55B4B9 !important;
  border-radius: 18px;
  left: 0;
  bottom: 0;
}
div.container_ .linkbtn a .right {
  height: 100%;
  border-right: 2px solid #55B4B9 !important;
  border-radius: 18px;
  right: 0;
  top: 0;
}
div.container_ .linkbtn a.is-show .border {
  opacity: 1;
}
div.container_ .linkbtn a.is-show .top, div.container_ .linkbtn a.is-show .bottom {
  animation: stroke-width 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
div.container_ .linkbtn a.is-show .left, div.container_ .linkbtn a.is-show .right {
  animation: stroke-height 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
div.container_ #campaign {
  padding: 133px 0 104px;
}
div.container_ #campaign h2.title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
  margin-bottom: 51px;
}
div.container_ #campaign p {
  max-width: 1040px;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  margin: 0 auto 76px;
}
div.container_ #campaign .campaign-banner {
  position: relative;
  max-width: 740px;
  padding-top: 107px;
  margin: 0 auto 74px;
}
div.container_ #campaign .campaign-banner .bg {
  width: 100%;
  position: absolute;
  top: -120px;
  left: 0;
  z-index: -1;
}
div.container_ #campaign .campaign-banner .content {
  position: relative;
  border: 2px solid #454545;
  border-radius: 15px;
  background-color: #fff;
  padding: 42px 0;
  margin-bottom: 100px;
  z-index: 10;
}
div.container_ #campaign .campaign-banner .content .title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #454545;
  margin-bottom: 24px;
}
div.container_ #campaign .campaign-banner .content .title .f-archivo {
  font-family: "Archivo", sans-serif;
}
div.container_ #campaign .campaign-banner .content .sub-title {
  position: relative;
  width: 86px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #454545;
  background-color: #fff;
  margin: 0 auto 17px;
}
div.container_ #campaign .campaign-banner .content .sub-title:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 336px;
  border-top: 1px solid #454545;
  transform: translate(-50%, -50%);
  z-index: -1;
}
div.container_ #campaign .campaign-banner .content .period {
  text-align: center;
  font-family: "Archivo", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1px;
  color: #454545;
}
div.container_ #campaign .campaign-banner .content .period small {
  position: relative;
  top: -3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin-left: 0.2em;
}
div.container_ #campaign h3.sub-title {
  text-align: center;
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 43px;
}
div.container_ #campaign .container {
  max-width: 740px;
  margin: 0 auto;
}
div.container_ #campaign .container .anchor a {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 355px;
  font-size: 20px;
  font-weight: 400;
  line-height: 65px;
  border: 2px solid #454545;
  border-radius: 12px;
  background-color: #fff;
  color: #454545;
  padding: 0;
  margin: 0;
}
div.container_ #campaign .container .anchor a:after {
  width: 25px;
  height: 25px;
  display: block;
  content: "";
  position: absolute;
  right: 21px;
  top: calc(50% - 12.5px);
  background: url(https://www.cassina-ixc.jp/img/feature/2024/02/gofresh/arrow-down-g.png) center center no-repeat;
  background-size: contain;
}
div.container_ #campaign .container .anchor a:hover {
  background-color: #55B4B9;
  color: #fff;
}
div.container_ #campaign .container .anchor a:hover:after {
  background: url(https://www.cassina-ixc.jp/img/feature/2024/02/gofresh/arrow-down-w.png) center center no-repeat;
  background-size: contain;
  animation: rotation 0.5s linear 1;
}
div.container_ #campaign .container .anchor a:first-child {
  margin-right: 26px;
}
div.container_ #campaign .linkbtn {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}
div.container_ #campaign .linkbtn a {
  background-color: #55B4B9;
  color: #fff;
  border: 2px solid #fff;
}
div.container_ #campaign .linkbtn a:after {
  width: 9px;
  height: 8px;
  display: block;
  content: "";
  position: absolute;
  right: 12px;
  top: calc(50% - 4px);
  background: url(https://www.cassina-ixc.jp/img/feature/2024/02/gofresh/arrow-w.png) center center no-repeat;
  background-size: contain;
}
div.container_ #campaign .linkbtn a:hover {
  background-color: #fff;
  color: #55B4B9;
  border-color: #55B4B9;
}
div.container_ #campaign .linkbtn a:hover:after {
  background: url(https://www.cassina-ixc.jp/img/feature/2024/02/gofresh/arrow-g.png) center center no-repeat;
  background-size: contain;
}
div.container_ #section-wrapper {
  position: relative;
}
div.container_ #section-wrapper #nav-section {
  width: 30px;
  position: sticky;
  top: 140px;
  left: calc(50% - 565px);
  margin-top: 100px;
  z-index: 10;
}
div.container_ #section-wrapper #nav-section ul li {
  margin: 0 0 17px;
}
div.container_ #section-wrapper #nav-section ul li a {
  display: inline-block;
  writing-mode: vertical-rl;
  border: 1px solid #9D9D9D;
  border-radius: 999px;
  background-color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  color: #9D9D9D;
  padding: 23px 8px 23px 8px;
}
div.container_ #section-wrapper #nav-section ul li a.show {
  border: 2px solid #454545;
  color: #454545;
}
div.container_ #maintenance {
  background-color: #fff;
  padding: 140px 0 104px;
  margin-bottom: 4px;
}
div.container_ #maintenance h2.title {
  text-align: center;
  font-family: "Archivo", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: #454545;
  margin-bottom: 26px;
}
div.container_ #maintenance .sub-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #454545;
  margin-bottom: 64px;
}
div.container_ #maintenance .video-container {
  position: relative;
  max-width: 820px;
  height: 0;
  padding-top: 461.25px;
  margin: 0 auto 90px;
}
div.container_ #maintenance .video-container video {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
div.container_ #maintenance .desc {
  max-width: 820px;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  color: #454545;
  margin: 0 auto 45px;
}
div.container_ #maintenance .container.service {
  max-width: 820px;
  margin-bottom: 104px;
}
div.container_ #maintenance .container.service .row {
  gap: 0 40px;
}
div.container_ #maintenance .container.service .row .col-lg-6 {
  flex: 0 0 calc(50% - 20px);
  min-width: calc(50% - 20px);
}
div.container_ #maintenance .container.service .row .col-lg-6 .content-wrapper {
  position: relative;
  background-color: #EFEFE9;
  padding: 50px;
  margin-bottom: 24px;
}
div.container_ #maintenance .container.service .row .col-lg-6 .content-wrapper h3 {
  position: absolute;
  top: -21px;
  left: calc(50% - 125px);
  text-align: center;
  width: 250px;
  background-color: #55B4B9;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 11px;
}
div.container_ #maintenance .container.service .row .col-lg-6 .content-wrapper h3.yellow {
  background-color: #F2FA47;
  color: #55B4B9;
}
div.container_ #maintenance .container.service .row .col-lg-6 .content-wrapper p {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #454545;
  margin-bottom: 45px;
}
div.container_ #maintenance .container.service .row .col-lg-6 .content-wrapper .image {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 172px;
}
div.container_ #maintenance .container.service .row .col-lg-6 small {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #454545;
}
div.container_ #maintenance .container.service .row .col-lg-6:first-child .content-wrapper .image {
  bottom: -32px;
}
div.container_ #maintenance h3.sub-title {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #454545;
  margin-bottom: 28px;
}
div.container_ #maintenance .desc2 {
  max-width: 820px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  margin: 0 auto 65px;
}
div.container_ #maintenance .repair {
  max-width: 820px;
  margin-bottom: 81px;
}
div.container_ #maintenance .repair .row {
  gap: 0 40px;
}
div.container_ #maintenance .repair .row:first-child {
  margin-bottom: 53px;
}
div.container_ #maintenance .repair .row .col-lg-6 {
  flex: 0 0 calc(50% - 20px);
  min-width: calc(50% - 20px);
}
div.container_ #maintenance .repair .row .col-lg-6 h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #454545;
  margin-bottom: 19px;
}
div.container_ #maintenance .repair .row .col-lg-6 .inbox {
  width: 100%;
}
div.container_ #maintenance .repair .row .col-lg-6 .inbox .column {
  width: calc(50% - 8px);
  display: inline-block;
}
div.container_ #maintenance .repair .row .col-lg-6 .inbox .column:first-child {
  margin-right: 12px;
}
div.container_ #maintenance .repair .row .col-lg-6 p {
  text-align: right;
  margin-top: 5px;
}
div.container_ #maintenance .repair .row .col-lg-6 p a {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #000;
}
div.container_ #maintenance .repair .row .col-lg-6 p img {
  width: 15px;
  margin-right: 3px;
}
div.container_ #maintenance h5 {
  width: 280px;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  padding: 15px 0 12px;
  margin: 0 auto 29px;
}
div.container_ #maintenance h5 .border {
  position: absolute;
  content: "";
  opacity: 0;
}
div.container_ #maintenance h5 .top {
  width: 100%;
  border-top: 2px solid #fff !important;
  border-radius: 18px;
  right: 0;
  top: 0;
}
div.container_ #maintenance h5 .bottom {
  width: 100%;
  border-bottom: 2px solid #fff !important;
  border-radius: 18px;
  left: 0;
  bottom: 0;
}
div.container_ #maintenance h5 .left {
  height: 100%;
  border-left: 2px solid #fff !important;
  border-radius: 18px;
  left: 0;
  bottom: 0;
}
div.container_ #maintenance h5 .right {
  height: 100%;
  border-right: 2px solid #fff !important;
  border-radius: 18px;
  right: 0;
  top: 0;
}
div.container_ #maintenance h5.is-show .border {
  opacity: 1;
}
div.container_ #maintenance h5.is-show .top, div.container_ #maintenance h5.is-show .bottom {
  animation: stroke-width 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
div.container_ #maintenance h5.is-show .left, div.container_ #maintenance h5.is-show .right {
  animation: stroke-height 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
div.container_ #replace {
  background-color: #EFEFE9;
  padding: 124px 0 104px;
  margin-top: -550px;
}
div.container_ #replace h2.title {
  text-align: center;
  font-family: "Archivo", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: #454545;
  margin-bottom: 26px;
}
div.container_ #replace .sub-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #454545;
  margin-bottom: 68px;
}
div.container_ #replace .swiper-container {
  max-width: 820px;
  margin-bottom: 90px;
}
div.container_ #replace .swiper-container .swiper-pagination-bullet-active {
  background: #fff;
}
div.container_ #replace .desc {
  max-width: 820px;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  color: #454545;
  margin: 0 auto 45px;
}
div.container_ #replace .service {
  max-width: 820px;
  margin: 0 auto 97px;
}
div.container_ #replace .service .content-wrapper {
  position: relative;
  background-color: #fff;
  padding: 58px 58px 70px;
  margin-bottom: 13px;
  text-align: center;
}
div.container_ #replace .service .content-wrapper:first-child {
  padding: 58px;
}
div.container_ #replace .service .content-wrapper h3 {
  position: absolute;
  top: -21px;
  left: calc(50% - 125px);
  text-align: center;
  width: 250px;
  background-color: #55B4B9;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 11px;
}
div.container_ #replace .service .content-wrapper h3.yellow {
  background-color: #F2FA47;
  color: #55B4B9;
}
div.container_ #replace .service .content-wrapper .container {
  width: 100%;
}
div.container_ #replace .service .content-wrapper .container .row {
  gap: 0 37px;
}
div.container_ #replace .service .content-wrapper .container .row .col-lg-4 {
  flex: 0 0 208px;
  min-width: 208px;
  padding: 0;
}
div.container_ #replace .service .content-wrapper h4 {
  text-align: center;
  position: relative;
}
div.container_ #replace .service .content-wrapper h4 span {
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #55B4B9;
  background-color: #fff;
  padding: 0 20px;
  margin: 0 auto;
  z-index: 5;
}
div.container_ #replace .service .content-wrapper h4:before {
  width: 100%;
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  border-top: 1px solid #55B4B9;
  transform: translateX(-50%);
  z-index: 0;
}
div.container_ #replace .service .content-wrapper p {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #454545;
  margin-bottom: 0;
}
div.container_ #replace .service .content-wrapper p small {
  font-size: 12px;
  line-height: 20px;
  color: #454545;
}
div.container_ #replace .service .content-wrapper .image {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 174px;
  transform: translateX(-50%);
}
div.container_ #replace .service .content-wrapper .fuwafuwa {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 85px;
  height: 85px;
  background-color: rgba(157, 157, 157, 0.85);
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  color: #000;
  padding: 25px 0;
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
  z-index: 10;
}
div.container_ #replace .service .content-wrapper:first-child .image {
  width: 150px;
  bottom: -48px;
}
div.container_ #replace .service &gt; small {
  display: block;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #454545;
  margin-bottom: 76px;
}
div.container_ #replace h5 {
  width: 280px;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #55B4B9;
  padding: 15px 0 12px;
  margin: 0 auto 29px;
}
div.container_ #replace h5 .border {
  position: absolute;
  content: "";
  opacity: 0;
}
div.container_ #replace h5 .top {
  width: 100%;
  border-top: 2px solid #55B4B9 !important;
  border-radius: 18px;
  right: 0;
  top: 0;
}
div.container_ #replace h5 .bottom {
  width: 100%;
  border-bottom: 2px solid #55B4B9 !important;
  border-radius: 18px;
  left: 0;
  bottom: 0;
}
div.container_ #replace h5 .left {
  height: 100%;
  border-left: 2px solid #55B4B9 !important;
  border-radius: 18px;
  left: 0;
  bottom: 0;
}
div.container_ #replace h5 .right {
  height: 100%;
  border-right: 2px solid #55B4B9 !important;
  border-radius: 18px;
  right: 0;
  top: 0;
}
div.container_ #replace h5.is-show .border {
  opacity: 1;
}
div.container_ #replace h5.is-show .top, div.container_ #replace h5.is-show .bottom {
  animation: stroke-width 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
div.container_ #replace h5.is-show .left, div.container_ #replace h5.is-show .right {
  animation: stroke-height 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
div.container_ #voice {
  position: relative;
  background-color: #EFEFE9;
  padding: 94px 0 162px;
  margin-bottom: 428px;
}
div.container_ #voice h2.title {
  text-align: center;
  font-family: "Archivo", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: #454545;
  margin-bottom: 26px;
}
div.container_ #voice h3.sub-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #454545;
  margin-bottom: 75px;
}
div.container_ #voice .container {
  max-width: 820px;
}
div.container_ #voice .container .row {
  gap: 40px;
}
div.container_ #voice .container .row .col-lg-6 {
  flex: 0 0 calc(50% - 20px);
  min-width: calc(50% - 20px);
}
div.container_ #voice .container .row .col-lg-6 a {
  display: block;
  position: relative;
  margin-bottom: 12px;
}
div.container_ #voice .container .row .col-lg-6 a .image {
  overflow: hidden;
}
div.container_ #voice .container .row .col-lg-6 a .image img {
  transition: all 0.5s ease;
}
div.container_ #voice .container .row .col-lg-6 a .more {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
}
div.container_ #voice .container .row .col-lg-6 a .more:after {
  position: relative;
  top: 4px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://www.cassina-ixc.jp/img/feature/2024/02/gofresh/right-w.png) center center no-repeat;
  background-size: contain;
  margin-left: 5px;
}
div.container_ #voice .container .row .col-lg-6 a:hover .image img {
  transform: scale(1.1);
}
div.container_ #voice .container .row .col-lg-6 a:hover .more:after {
  animation: rotation 0.5s linear 1;
}
div.container_ #voice .container .row .col-lg-6 p {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  color: #454545;
}
div.container_ #voice .banner {
  position: absolute;
  left: 50%;
  bottom: -320px;
  display: block;
  width: 800px;
  transform: translateX(-50%);
}
div.container_ #voice .banner .spring {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
div.container_ #voice .banner .spring .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #C1C1C1;
  mix-blend-mode: multiply;
  z-index: 10;
}
div.container_ #voice .banner .spring .image {
  position: relative;
  z-index: 0;
}
div.container_ #voice .banner .spring .image img {
  width: 100%;
  transition: all 0.5s ease;
}
div.container_ #voice .banner .spring:hover .image img {
  transform: scale(1.1);
}
div.container_ #voice .banner .spring:hover .filter {
  opacity: 1;
}
div.container_ #voice .banner .spring .title {
  position: absolute;
  bottom: 42px;
  left: 38px;
  font-family: "Archivo", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  color: #fff;
  z-index: 20;
}
div.container_ #voice .banner .spring .title small {
  display: block;
  font-size: 28px;
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  .swiper-container-horizontal &gt; .swiper-pagination-bullets {
    bottom: 10px;
  }
  div.container_ {
    position: relative;
    max-width: 100%;
    min-width: 0;
    text-align: left;
    clear: both;
    width: auto;
    padding: 0;
    margin: 0;
    z-index: 10;
  }
  div.container_ .background-wrapper {
    background-image: none;
    background-color: transparent;
    padding: 0;
  }
  div.container_ .linkbtn a {
    width: 200px;
    font-size: 12px;
    line-height: 40px;
  }
  div.container_ #campaign {
    padding: 70px 50px 109px;
  }
  div.container_ #campaign h2.title {
    text-align: left;
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 23px;
  }
  div.container_ #campaign p {
    font-size: 14px;
    margin-bottom: 38px;
  }
  div.container_ #campaign .campaign-banner {
    padding-top: 80px;
    margin-bottom: 122px;
  }
  div.container_ #campaign .campaign-banner .bg {
    top: -30px;
  }
  div.container_ #campaign .campaign-banner .content {
    padding: 30px 0;
  }
  div.container_ #campaign .campaign-banner .content .title {
    font-size: 20px;
    margin-bottom: 11px;
  }
  div.container_ #campaign .campaign-banner .content .title .f-archivo {
    font-size: 1.05em;
  }
  div.container_ #campaign .campaign-banner .content .sub-title {
    width: 60px;
    font-size: 12px;
    margin-bottom: 9px;
  }
  div.container_ #campaign .campaign-banner .content .sub-title:before {
    width: 150px;
  }
  div.container_ #campaign .campaign-banner .content .period {
    font-size: 18px;
  }
  div.container_ #campaign .campaign-banner .content .period small {
    font-size: 13px;
    top: -2px;
  }
  div.container_ #campaign .campaign-banner .content .linkbtn {
    bottom: -24px;
  }
  div.container_ #campaign h3.sub-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  div.container_ #campaign .container .anchor a {
    width: 100%;
    font-size: 18px;
    line-height: 53px;
    padding: 0 18px;
    text-align: left;
  }
  div.container_ #campaign .container .anchor a.maintenance:after {
    right: 13px;
  }
  div.container_ #campaign .container .anchor a.replace:after {
    right: 13px;
  }
  div.container_ #campaign .container .anchor a:nth-child(1) {
    margin-bottom: 25px;
  }
  div.container_ #section-wrapper #nav-section {
    left: 10px;
  }
  div.container_ #section-wrapper #nav-section ul li a {
    padding: 10px 8px 10px 6px;
  }
  div.container_ #maintenance {
    padding-top: 75px;
  }
  div.container_ #maintenance h2.title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  div.container_ #maintenance .sub-title {
    margin-bottom: 38px;
  }
  div.container_ #maintenance .video-container {
    width: calc(100% - 50px);
    padding-top: 340px;
    overflow: hidden;
    margin: 0 25px 80px;
  }
  div.container_ #maintenance .video-container video {
    width: auto;
    height: 100%;
  }
  div.container_ #maintenance .desc {
    font-size: 14px;
    padding: 0 50px;
    margin-bottom: 50px;
  }
  div.container_ #maintenance .container.service {
    max-width: calc(100% - 50px);
    margin: 0 25px 70px;
  }
  div.container_ #maintenance .container.service .row {
    gap: 55px 0;
  }
  div.container_ #maintenance .container.service .row .col-lg-6 {
    flex: 0 0 100%;
    min-width: 100%;
  }
  div.container_ #maintenance .container.service .row .col-lg-6 .content-wrapper {
    padding: 42px 0;
    margin-bottom: 21px;
  }
  div.container_ #maintenance .container.service .row .col-lg-6 .content-wrapper .image {
    width: 153px;
  }
  div.container_ #maintenance .container.service .row .col-lg-6 small {
    display: block;
    text-align: center;
    font-size: 10px;
  }
  div.container_ #maintenance h3.sub-title {
    font-size: 22px;
    margin-bottom: 31px;
  }
  div.container_ #maintenance .desc2 {
    font-size: 14px;
    padding: 0 50px;
    margin-bottom: 53px;
  }
  div.container_ #maintenance .container.repair {
    max-width: calc(100% - 50px);
    margin: 0 auto 50px;
  }
  div.container_ #maintenance .container.repair .row {
    gap: 37px 0;
  }
  div.container_ #maintenance .container.repair .row .col-lg-6 {
    flex: 0 0 100%;
    min-width: 100%;
  }
  div.container_ #maintenance .container.repair .row .col-lg-6 .inbox .column {
    width: calc(50% - 5px);
  }
  div.container_ #maintenance .container.repair .row .col-lg-6 .inbox .column:first-child {
    margin-right: 5px;
  }
  div.container_ #maintenance .contactbtn h5 {
    width: 200px;
    font-size: 14px;
    margin-bottom: 21px;
  }
  div.container_ #replace {
    padding: 72px 0 66px;
  }
  div.container_ #replace h2.title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  div.container_ #replace .sub-title {
    margin-bottom: 38px;
  }
  div.container_ #replace .swiper-container {
    width: calc(100% - 50px);
    margin: 0 auto 80px;
  }
  div.container_ #replace .desc {
    font-size: 14px;
    padding: 0 50px;
    margin-bottom: 56px;
  }
  div.container_ #replace .service {
    width: calc(100% - 50px);
    margin: 0 25px 40px;
  }
  div.container_ #replace .service .content-wrapper {
    padding: 60px 10px 87px;
    margin-bottom: 22px;
  }
  div.container_ #replace .service .content-wrapper:first-child {
    padding: 40px 40px 60px;
    margin-bottom: 42px;
  }
  div.container_ #replace .service .content-wrapper:first-child .image {
    mix-blend-mode: normal;
  }
  div.container_ #replace .service .content-wrapper .fuwafuwa {
    top: -10px;
    right: -32px;
    left: auto;
  }
  div.container_ #replace .service .content-wrapper .container .row {
    gap: 30px 0;
  }
  div.container_ #replace .service .content-wrapper .container .row .col-lg-4 {
    flex: 0 0 100%;
    min-width: 100%;
  }
  div.container_ #replace .service .content-wrapper .image {
    width: 153px;
    bottom: -16px;
    mix-blend-mode: multiply;
  }
  div.container_ #replace .service .content-wrapper p.last {
    margin-bottom: 0;
  }
  div.container_ #replace .service small {
    display: block;
    text-align: center;
    font-size: 10px;
    color: #9D9D9D;
  }
  div.container_ #replace .service:last-child .content-wrapper {
    padding: 60px 0;
  }
  div.container_ #replace .contactbtn h5 {
    width: 200px;
    font-size: 14px;
    margin-bottom: 21px;
  }
  div.container_ #voice {
    padding: 94px 0 242px;
    margin-bottom: 631px;
  }
  div.container_ #voice h2.title {
    font-size: 30px;
    margin-bottom: 16px;
  }
  div.container_ #voice h3.sub-title {
    font-size: 14px;
    margin-bottom: 38px;
  }
  div.container_ #voice .container {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  div.container_ #voice .container .row {
    gap: 41px 0;
  }
  div.container_ #voice .container .row .col-lg-6 {
    flex: 0 0 100%;
    min-width: 100%;
  }
  div.container_ #voice .container .row .col-lg-6 a {
    margin-bottom: 19px;
  }
  div.container_ #voice .container .row .col-lg-6 p {
    font-size: 14px;
    margin-bottom: 0;
  }
  div.container_ #voice .banner {
    width: calc(100% - 50px);
    left: 25px;
    bottom: -65%;
    margin: 0;
    transform: translateX(0);
  }
  div.container_ #voice .banner .cbanner {
    position: relative;
    width: 100%;
    height: 385px;
    margin-bottom: 67px;
  }
  div.container_ #voice .banner .cbanner .cbanner-inner {
    width: 100%;
    height: 100%;
    border: 8px solid #D9DD7E;
    border-radius: 15px;
    background-color: #EDEDED;
    padding: 0;
  }
  div.container_ #voice .banner .cbanner .cbanner-inner .cbanner-content {
    position: relative;
    height: 100%;
    padding: 25px 20px;
  }
  div.container_ #voice .banner .cbanner .cbanner-inner .cbanner-content .title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: #55B4B9;
    margin-bottom: 13px;
  }
  div.container_ #voice .banner .cbanner .cbanner-inner .cbanner-content .desc {
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #454545;
    margin-bottom: 13px;
  }
  div.container_ #voice .banner .cbanner .cbanner-inner .cbanner-content .rinkbtn {
    width: 200px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    background-color: #55B4B9;
    border: 2px solid #55B4B9;
    border-radius: 18px;
    margin: 0 auto;
  }
  div.container_ #voice .banner .cbanner .cbanner-inner .cbanner-content .bg-image {
    width: 100%;
    height: 150px;
    background: url(https://www.cassina-ixc.jp/img/feature/2024/02/gofresh/floating-banner-image.png) -85px bottom no-repeat;
    background-size: 135%;
    position: absolute;
    left: 0;
    bottom: 0;
    mix-blend-mode: multiply;
  }
  div.container_ #voice .banner .cbanner:hover .cbanner-inner .cbanner-content .rinkbtn {
    background-color: transparent;
    color: #55B4B9;
  }
  div.container_ #voice .banner .spring {
    position: relative;
    width: 100%;
  }
  div.container_ #voice .banner .spring .image-off {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
  }
  div.container_ #voice .banner .spring .image-on {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    transition: all 0.5s ease;
  }
  div.container_ #voice .banner .spring .title {
    font-size: 28px;
    line-height: 1.2;
    left: 20px;
    top: 94px;
    z-index: 20;
  }
  div.container_ #voice .banner .spring .title small {
    font-size: 18px;
    top: -6px;
  }
}
.wrapper_ &gt; .scroll,
.wrapper_ &gt; .scrolltext {
  opacity: 0;
}

#header {
  z-index: 5000;
}

.remodal {
  padding: 0;
}
.remodal .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.remodal .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.remodal-close {
  left: auto;
  right: 0;
}

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

@media screen and (max-width: 767px) {
  #footer_sitemap {
    width: 100% !important;
  }
  .footlogos img {
    vertical-align: baseline;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -7px);
  }
  100% {
    transform: translate(0, 0);
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>