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

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

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

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

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

.mainTxt {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#footer {
  margin-top: 0;
}

.pc-none {
  display: block;
}

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

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

.mainImg--outer {
  width: 100%;
  height: calc(100vh + 1800px);
  padding: 0;
  margin: 0;
}

.mainImg {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}

.mainImg .scroll {
  left: 50%;
  right: 50%;
  bottom: 0px;
}

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

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

/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
  video {
    width: 100%;
  }
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16 / 9) {
  video {
    height: 110%;
  }
}

#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: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url(https://www.cassina-ixc.jp/img/feature/2022/gofresh/cover.png);
}

.mainLogo {
  position: absolute;
  left: calc(50% - 195px);
  top: calc(50% - 134px);
  z-index: 9998;
}

.mainLogo img {
  width: 340px;
}

.mainTxt {
  min-width: 854px;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
          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: 33px;
  }
  .mainImg .mainLogo {
    left: calc(50% - 113px);
    top: calc(50% - 137.5px);
    z-index: 9998;
  }
  .mainImg .mainLogo img {
    width: 226px;
  }
  .mainImg .scroll {
    bottom: 40px;
  }
  .mainImg .mainTxt {
    -webkit-transform: translate(-50%, -60%);
            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%;
    background-image: url(https://www.cassina-ixc.jp/assets/img/2022gofresh/cover-sp.jpg);
  }
  .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: 0px !important;
  }
  .sportfivNav {
    padding: 10px;
  }
  .sportfivNav ul li {
    width: 100%;
  }
  .sportfivNav ul li:first-child {
    padding-right: 5px;
  }
  .sportfivNav ul li:last-child {
    padding-left: 5px;
  }
  .sportfivNav ul li dd {
    font-size: 11px;
  }
  .toku-box {
    background: #FFF !important;
    margin-top: 20px !important;
    padding: 3% 5% 3% !important;
  }
  .toku-box h2 {
    font-size: 34px;
  }
  .toku-box .inbox b {
    font-size: 18px !important;
  }
  .toku-box .inbox {
    width: 49%;
  }
  .bdlast {
    border-bottom: solid 1px #000;
    margin-bottom: 20px;
  }
  .hintbox {
    padding: 5%;
  }
  .mapss {
    margin-left: 10px;
    margin-right: 10px;
  }
  .linkprod {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 11px;
    right: -2%;
  }
}

.linkprod:hover {
  background: #000;
  color: #FFF;
}

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

#campnews1 {
  display: none;
}

#select_lang {
  z-index: 40;
}

#lang_en {
  background: #FFF;
}

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

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

.contactList li {
  width: auto;
}

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

p.serchicon {
  position: fixed;
}

.mainvsab {
  height: 100% !important;
}

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

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

.maincp {
  z-index: 1000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner.glow {
  position: relative;
}

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

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

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

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

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

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

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

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

.floating a {
  width: 45px;
  height: auto;
  color: #fff;
  background-color: #000;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 45px;
  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: #000;
  }
  .floating a {
    display: inline-block;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    width: 100%;
    height: 30px;
    padding: 0;
  }
  .floating a:hover {
    background-color: #000;
    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;
  }
}

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

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

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

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

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

.rinkbtn a {
  margin-top: 0;
}

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

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

img {
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  #sidebox_search {
    display: none !important;
  }
  #sidr {
    display: none !important;
  }
}

div.container_ {
  background-color: #FFF;
  background-image: url(https://www.cassina-ixc.jp/assets/img/2022gofresh/image-bg.png);
  background-position: center bottom -160%;
  background-repeat: no-repeat;
  text-align: left;
  position: relative;
  font-family: neue-haas-grotesk-display,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  z-index: 10;
  padding: 0;
}

@media screen and (max-width: 767px) {
  div.container_ {
    padding-bottom: 0;
  }
}

div.container_ .mt-30 {
  margin-top: 30px !important;
}

div.container_ .mt-44 {
  margin-top: 44px !important;
}

div.container_ .mb-0 {
  margin-bottom: 0 !important;
}

div.container_ .mb-20 {
  margin-bottom: 20px !important;
}

div.container_ .mb-25 {
  margin-bottom: 25px !important;
}

div.container_ .mb-30 {
  margin-bottom: 30px !important;
}

div.container_ .mb-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_ h2.title {
  font-family: 'Cinzel', serif;
  font-size: 45px;
  font-weight: normal;
  line-height: 1.0;
  text-align: center;
}

div.container_ h3.sub-title {
  font-family: 'Shippori Mincho', serif;
  font-size: 35px;
  font-weight: normal;
  line-height: 1.0;
  text-align: center;
}

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;
  padding: 18px;
}

div.container_ .linkbtn a:first-child {
  margin-right: 20px;
}

div.container_ .linkbtn a:hover {
  background-color: #f2f2f2;
  color: #000;
}

div.container_ #video .video-container {
  max-width: 1020px;
  margin: 63px auto 55px;
}

div.container_ #video .video-container video {
  width: 100%;
  height: auto;
}

div.container_ #campaign {
  margin-bottom: 153px;
}

div.container_ #campaign .sec-image {
  max-width: 1200px;
  margin: 0 auto 50px;
}

div.container_ #campaign .title {
  margin-bottom: 54px;
}

div.container_ #campaign .period {
  text-align: center;
  font-size: 18px;
  line-height: 1.0;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 23px;
}

div.container_ #campaign p.message {
  font-family: 'Shippori Mincho', serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 110px;
}

div.container_ #campaign p.message small {
  display: block;
  font-family: neue-haas-grotesk-display,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 13px;
  margin-top: 2em;
}

div.container_ #campaign h2.title {
  font-family: 'Shippori Mincho', serif;
  font-size: 35px;
  line-height: 1.0;
  font-weight: normal;
  margin-bottom: 44px;
}

div.container_ #campaign hr {
  border-color: #90B7D0;
  width: 364px;
  margin: 0 auto 60px;
}

div.container_ #campaign .items {
  max-width: 1020px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 60px;
}

div.container_ #campaign .items .row {
  margin-left: 0;
  margin-right: 0;
}

div.container_ #campaign .items .row .item:nth-child(odd) {
  padding-right: 10px;
  padding-left: 0;
}

div.container_ #campaign .items .row .item:nth-child(even) {
  padding-right: 0;
  padding-left: 10px;
}

div.container_ #campaign .items .row .item {
  margin-bottom: 20px;
}

div.container_ #campaign .items .row .item .image img {
  height: 324px;
  -o-object-fit: cover;
     object-fit: cover;
}

div.container_ #campaign .items .row .item .text {
  height: 200px;
  overflow: hidden;
  background-color: #ebebeb;
  padding: 25px 35px;
}

div.container_ #campaign .items .row .item .text .title {
  font-size: 20px;
  line-height: 1.0;
  font-weight: 900;
  text-align: center;
  border-bottom: 1px solid #707070;
  padding-bottom: 12px;
  margin-bottom: 26px;
}

div.container_ #campaign .items .row .item .text p {
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
}

div.container_ #campaign .items .row .item .text .arrow {
  display: inline-block;
  color: #83A2AD;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding: 0 10px;
}

div.container_ #campaign .items .row .item .text .attention {
  line-height: 1.0;
  font-weight: 600;
  color: #83A2AD;
  position: relative;
}

div.container_ #campaign .items .row .item .text .attention small {
  font-size: 13px;
}

div.container_ #campaign .items .row .item .text .fs-20 {
  font-size: 20px;
  top: 1px;
}

div.container_ #campaign .items .row .item .text .fs-30 {
  font-size: 30px;
  top: 3px;
}

div.container_ #present {
  position: relative;
  max-width: 1500px;
  height: auto;
  background-image: url(https://www.cassina-ixc.jp/assets/img/2022gofresh/present_bg.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 78px 240px 42px;
  margin: 0 auto 33px;
}

div.container_ #present h2.title {
  position: absolute;
  left: 50%;
  top: -107px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

div.container_ #present .image {
  position: absolute;
  top: -155px;
  right: -85px;
  width: 355px;
  height: auto;
}

div.container_ #present h3.sub-title {
  position: relative;
  color: #fff;
  margin-bottom: 51px;
}

div.container_ #present h3.sub-title img {
  width: 24px;
  position: relative;
  top: -6px;
}

div.container_ #present .attention {
  position: relative;
  font-family: 'Shippori Mincho', serif;
  text-align: center;
  font-size: 14px;
  line-height: 1.0;
  color: #fff;
  margin-bottom: 34px;
}

div.container_ #present h4 {
  font-family: 'Shippori Mincho', serif;
  color: #ff0;
  font-size: 40px;
  line-height: 1.0;
  font-weight: normal;
  text-align: center;
  margin-bottom: 8px;
}

div.container_ #present h5 {
  font-family: 'Shippori Mincho', serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.0;
  font-weight: normal;
  text-align: center;
}

div.container_ #present p {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
}

div.container_ #present .linkbtn a:first-child {
  margin-right: 0;
}

div.container_ #recovering {
  max-width: 1500px;
  background-color: #F4F8F8;
  padding: 73px 90px;
  margin: 0 auto 140px;
}

div.container_ #recovering h2.title {
  font-family: 'Shippori Mincho', serif;
  font-size: 35px;
  line-height: 1.0;
  font-weight: normal;
  margin-bottom: 44px;
}

div.container_ #recovering h3.sub-title {
  font-size: 25px;
  line-height: 1.0;
  font-weight: normal;
  margin-bottom: 44px;
}

div.container_ #recovering hr {
  border-color: #90B7D0;
  width: 364px;
  margin: 0 auto 25px;
}

div.container_ #recovering p.text {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 60px;
}

div.container_ #recovering .video-outer {
  max-width: 1020px;
  padding: 0;
  margin: 0 auto 97px;
}

div.container_ #recovering .video-outer .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

div.container_ #recovering .video-outer .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.container_ #recovering .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 39px;
}

div.container_ #recovering .items .row {
  margin-left: 0;
  margin-right: 0;
}

div.container_ #recovering .items .row .item:nth-child(odd) {
  padding-right: 20px;
  padding-left: 0;
}

div.container_ #recovering .items .row .item:nth-child(even) {
  padding-right: 0;
  padding-left: 20px;
}

div.container_ #recovering .items .row .item {
  margin-bottom: 53px;
}

div.container_ #recovering .items .row .item h4.sub-title {
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  font-size: 20px;
  line-height: 1.0;
  font-weight: normal;
  margin-bottom: 30px;
}

div.container_ #recovering .items .row .item .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.container_ #recovering .items .row .item .images .inbox:nth-child(odd) {
  padding-right: 10px;
}

div.container_ #recovering .items .row .item .images .inbox:nth-child(even) {
  padding-left: 10px;
}

div.container_ #recovering .items .row .item p {
  text-align: right;
  font-size: 12px;
  line-height: 19px;
  padding-top: 10px;
}

div.container_ #recovering .items .row .item p img {
  width: 25px;
  margin-right: 10px;
}

div.container_ #recovering .grid-outer {
  max-width: 1021px;
  margin: 0 auto 85px;
}

div.container_ #recovering .grid-outer .grid-box4 .inbox {
  width: 21.8%;
  margin-right: 4.2%;
  margin-bottom: 0;
}

div.container_ #recovering .grid-outer .grid-box4 .inbox:last-child {
  margin-right: 0;
}

div.container_ #recovering .grid-outer .grid-box4 .inbox h4 {
  font-family: 'Shippori Mincho', serif;
  color: #83A2AD;
  font-size: 20px;
  line-height: 1.0;
  font-weight: normal;
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px  solid #83A2AD;
}

div.container_ #recovering .grid-outer .grid-box4 .inbox p {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 0;
}

div.container_ #recovering p.attention {
  text-align: center;
  font-size: 12px;
  line-height: 2.1;
  padding-top: 45px;
  margin: 0;
}

div.container_ #banner {
  max-width: 1000px;
  margin: 0 auto 260px;
}

div.container_ #banner a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .swiper-container-horizontal &gt; .swiper-pagination-bullets {
    bottom: 10px;
  }
  div.container_ {
    overflow: hidden;
    position: relative;
    max-width: 1600px;
    min-width: 0;
    background-color: #fff;
    background-image: none;
    text-align: left;
    clear: both;
    width: auto;
    padding: 0 20px;
    margin: 0 auto 50px;
    z-index: 10;
  }
  div.container_ h2.title {
    font-size: 30px;
  }
  div.container_ #video .video-container {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 35px;
  }
  div.container_ #video .video-container video {
    width: 100%;
    height: auto;
  }
  div.container_ #campaign {
    margin-bottom: 60px;
  }
  div.container_ #campaign h2.title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  div.container_ #campaign hr {
    width: auto;
    margin: 0 20px 28px;
  }
  div.container_ #campaign .period {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    padding: 0;
  }
  div.container_ #campaign p.message {
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
    color: #818181;
    padding: 0 23px;
    margin-bottom: 80px;
  }
  div.container_ #campaign p.message small {
    font-size: 12px;
  }
  div.container_ #campaign .items .row .item {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 20px;
  }
  div.container_ #campaign .items .row .item .image img {
    height: 58.2vw;
  }
  div.container_ #campaign .items .row .item .text {
    height: 130px;
    padding: 17px 22px;
  }
  div.container_ #campaign .items .row .item .text .title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  div.container_ #campaign .items .row .item .text p {
    font-size: 14px;
    line-height: 1.8;
  }
  div.container_ #campaign .items .row .item .text .fs-20 {
    font-size: 16px;
  }
  div.container_ #campaign .items .row .item .text .fs-30 {
    font-size: 16px;
    top: 0;
  }
  div.container_ #present {
    width: 100vw;
    background-image: url(https://www.cassina-ixc.jp/assets/img/2022gofresh/present_bg-sp.png);
    padding: 57px 43px 31px;
    margin: 0 -20px 90px;
  }
  div.container_ #present h2.title {
    top: -75px;
    font-size: 35px;
  }
  div.container_ #present .image {
    width: 100%;
    top: 340px;
    left: 0;
    right: 0;
    text-align: center;
  }
  div.container_ #present .image img {
    width: 207px;
  }
  div.container_ #present h3.sub-title {
    font-size: 25px;
    margin-bottom: 37px;
  }
  div.container_ #present h3.sub-title span {
    display: block;
    font-size: 25px;
  }
  div.container_ #present h3.sub-title .icon {
    padding: 3px 0 5px;
  }
  div.container_ #present h3.sub-title img {
    top: 0;
  }
  div.container_ #present h3.sub-title .ps-15 {
    padding: 13px 0;
  }
  div.container_ #present h3.sub-title .ps-53 {
    padding: 13px 0;
  }
  div.container_ #present h4 {
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 8px;
  }
  div.container_ #present h5 {
    font-size: 18px;
  }
  div.container_ #present .attention {
    font-size: 12px;
    white-space: nowrap;
    margin-bottom: 240px;
  }
  div.container_ #present p {
    text-align: left;
    margin-bottom: 30px;
  }
  div.container_ #recovering {
    background-color: #fff;
    padding: 0;
    margin-bottom: 45px;
  }
  div.container_ #recovering h2.title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  div.container_ #recovering h3.sub-title {
    font-size: 22px;
    margin-bottom: 37px;
  }
  div.container_ #recovering hr {
    width: auto;
    margin: 0 20px 22px;
  }
  div.container_ #recovering p.text {
    text-align: left;
    padding: 0 20px;
    margin-bottom: 34px;
  }
  div.container_ #recovering .youtube-video-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 45px;
  }
  div.container_ #recovering .items .row .item {
    padding: 0 !important;
  }
  div.container_ #recovering .items .row .item h4.sub-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  div.container_ #recovering .items .row .item .images .inbox:nth-child(odd) {
    padding-right: 5px;
  }
  div.container_ #recovering .items .row .item .images .inbox:nth-child(even) {
    padding-left: 5px;
  }
  div.container_ #recovering .items .row .item p {
    text-align: left;
  }
  div.container_ #recovering .grid-outer {
    padding: 0 20px;
    margin-bottom: 0;
  }
  div.container_ #recovering .grid-outer .grid-box4 .inbox {
    margin-bottom: 45px;
  }
  div.container_ #recovering .grid-outer .grid-box4 .inbox h4 {
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  div.container_ #recovering p.attention {
    font-size: 10px;
    line-height: 2.2;
    padding: 0 20px;
  }
  div.container_ #banner {
    margin-bottom: 100px;
  }
  div.container_ #message {
    margin: 40px 0 62px;
  }
  div.container_ #message p {
    text-align: left;
  }
}

.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;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>