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

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

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

.mainTxt {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#footer {
  margin-top: 0;
}

.pc-none {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .mapss {
    max-width: 600px;
    margin: 0 auto;
  }
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block;
  }
  #header #globalnav {
    left: auto;
    text-align: right;
    width: 100%;
    top: 50px !important;
    right: 28px !important;
    position: absolute !important;
  }
}
.mainImg {
  position: relative;
  width: 100%;
  height: 100vh;
}
.mainImg .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #D3D3D3;
  mix-blend-mode: multiply;
}

.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: 100vh;
  overflow: hidden;
}
#covervisual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.mainvsab {
  position: static;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}

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

.mainTxt {
  width: 100%;
  left: 0;
  top: 50%;
  bottom: auto;
  text-align: center;
  z-index: 9999;
  transform: translateY(-50%);
}
.mainTxt .title {
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-bottom: 18px;
}
.mainTxt .sub-title {
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .isResp div.wrapper_ {
    overflow: visible;
  }
  .mainImg {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
  }
  .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 {
    top: calc(50% - 70px);
    left: 0;
    bottom: auto;
    min-width: 100%;
  }
  .mainImg .mainTxt .title {
    font-size: 50px;
    margin-bottom: 21px;
  }
  .mainImg .mainTxt .sub-title {
    font-size: 20px;
  }
  .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: 100%;
    overflow: hidden;
    background-image: none;
    background-size: auto 508px;
    background-position: 0 0;
  }
  #covervisual img {
    height: 100%;
  }
  .mainvsab {
    width: 100%;
    min-width: 100%;
    height: 100%;
  }
  .maincp {
    display: none;
  }
  .mainImg {
    overflow: hidden;
  }
  .sp-none_ {
    display: none;
  }
  .video {
    width: 85%;
  }
  .munubtnrapp {
    top: 20px;
  }
  i:after {
    content: "";
    height: 12px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .serchicon {
    position: fixed;
    width: 30px;
    left: 20px;
    top: 15px;
    z-index: 100000;
    display: block;
  }
  .serchicon i:before {
    width: 12px;
    border: 2px #fff solid;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
  }
  .serchicon i:before, .serchicon i:after {
    content: "";
    height: 12px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .serchicon i:after {
    width: 2px;
    background: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: 11px;
    left: 15px;
  }
  .splogos {
    display: block !important;
    display: block;
    top: 15px;
    left: 60px;
  }
  .menu-trigger span {
    background: #fff;
  }
  .menu-trigger.close span {
    background: #FFF;
  }
  .isResp #header {
    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 {
  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);
  }
}
.underbar.is-show {
  position: relative;
  display: inline-block;
  padding: 0 25px;
}

.underbar.is-show:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  border-bottom: solid 1px #fff;
  transform: translateX(-50%);
  animation: underbar 1s linear forwards;
}

@keyframes underbar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.floating {
  position: fixed;
  left: 45px;
  bottom: 300px;
  z-index: 9999;
  width: 45px;
  opacity: 0;
  transition: all 1s ease;
}
.floating .side_text {
  writing-mode: vertical-rl;
  position: absolute;
  height: 200px;
  font-family: "Cinzel", serif;
  font-size: 14px;
  font-weight: normal;
}
.floating a {
  width: 45px;
  height: auto;
  color: #fff;
  background-color: #000;
  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;
    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;
  padding: 20px 24px;
  margin: 0 auto;
}
.btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 5px;
  background: url(https://www.cassina-ixc.jp/assets/img/professional/ar.png) left center no-repeat;
  background-size: contain;
  vertical-align: middle;
  right: 20px;
  top: 25px;
}
.btn:hover:after {
  background: url(https://www.cassina-ixc.jp/assets/img/professional/ar_w.png) left center no-repeat;
  background-size: contain;
}

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

.rinkbtn a {
  margin-top: 0;
}

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

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

@media screen and (max-width: 992px) {
  #sidebox_search {
    display: none !important;
  }
  #sidr {
    display: none !important;
  }
}
div.container_ {
  background-color: #FFF;
  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-size: 40px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}
div.container_ h3.sub-title {
  font-size: 35px;
  font-weight: normal;
  line-height: 1;
  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: left;
}
div.container_ .linkbtn a {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 200px;
  color: #000;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #000;
  padding: 14px;
}
div.container_ .linkbtn a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 5px;
  background: url(https://www.cassina-ixc.jp/assets/img/professional/ar.png) left center no-repeat;
  background-size: auto;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 17px;
}
div.container_ .linkbtn a:hover {
  background-color: #918E80;
  border-color: #918E80;
  color: #fff;
}
div.container_ .linkbtn a:hover:after {
  background: url(https://www.cassina-ixc.jp/assets/img/professional/ar_w.png) left center no-repeat;
  background-size: contain;
}
div.container_ #product {
  background-color: #d3d3d3;
  padding: 112px 0 130px;
  margin-bottom: 122px;
}
div.container_ #product .container {
  max-width: 1092px;
  padding: 0;
  margin: 0 auto;
}
div.container_ #product .container .row {
  gap: 0;
  margin: 0;
}
div.container_ #product .container .row .col-lg-6 {
  position: relative;
  padding: 0;
}
div.container_ #product .title {
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 33px;
}
div.container_ #product p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  padding-right: 106px;
  margin-bottom: 0;
}
div.container_ #product .image {
  background-color: #d3d3d3;
  width: 621px;
  height: auto;
  position: absolute;
  top: -68px;
  left: 62px;
  z-index: -1;
}
div.container_ #product .image img {
  width: 100%;
  mix-blend-mode: multiply;
}
div.container_ #story {
  margin-bottom: 106px;
}
div.container_ #story .container {
  max-width: 1092px;
  padding: 0;
  margin: 0 auto;
}
div.container_ #story .container .row {
  gap: 0;
  margin: 0;
}
div.container_ #story .container .row .col-lg-6 {
  padding: 0;
}
div.container_ #story .container .row .col-lg-6:nth-child(1) {
  flex: 0 0 627px;
  min-width: 627px;
  padding: 0;
}
div.container_ #story .container .row .col-lg-6:nth-child(1) .image {
  margin-bottom: 15px;
}
div.container_ #story .container .row .col-lg-6:nth-child(1) .caption {
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
div.container_ #story .container .row .col-lg-6:nth-child(2) {
  position: relative;
  flex: 0 0 calc(100% - 627px);
  min-width: calc(100% - 627px);
  padding-left: 70px;
}
div.container_ #story .container .row .col-lg-6:nth-child(2) .sub-title {
  text-align: left;
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 35px;
}
div.container_ #story .container .row .col-lg-6:nth-child(2) p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
div.container_ #story .container .row .col-lg-6:nth-child(2) p:nth-child(2) {
  margin-bottom: 35px;
}
div.container_ #story .container .row .col-lg-6:nth-child(2) p:nth-child(3) {
  margin-bottom: 310px;
}
div.container_ #story .container .row .col-lg-6:nth-child(2) .image {
  position: absolute;
  bottom: 57px;
  right: 0;
  width: 190px;
}
div.container_ #story .container .row .col-lg-6:nth-child(3) {
  padding: 0 75px 0 0;
}
div.container_ #story .container .row .col-lg-6:nth-child(3) p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
div.container_ #image {
  max-width: 100%;
  margin: 0 auto 92px;
}
div.container_ #profile {
  margin-bottom: 111px;
}
div.container_ #profile .container {
  max-width: 1092px;
  padding: 0;
}
div.container_ #profile .container .row {
  margin: 0;
}
div.container_ #profile .container .row .col-md-6 {
  padding: 0;
}
div.container_ #profile .container .row .col-md-6:nth-child(1) {
  flex: 0 0 404px;
  min-width: 404px;
}
div.container_ #profile .container .row .col-md-6:nth-child(2) {
  flex: 0 0 calc(100% - 404px);
  min-width: calc(100% - 404px);
  padding-left: 70px;
}
div.container_ #profile .image {
  width: 215px;
  margin-left: auto;
}
div.container_ #profile .headline {
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
div.container_ #profile .sub-title {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 36px;
}
div.container_ #profile p {
  font-size: 12px;
  line-height: 25px;
  font-weight: 400;
  padding-right: 232px;
}
div.container_ #goods {
  margin-bottom: 100px;
}
div.container_ #goods h2.title {
  font-family: neue-haas-grotesk-display, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-bottom: 35px;
}
div.container_ #goods .autopagerize_page_element {
  width: 1037px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  padding: 50px;
  margin: 0 auto;
}
div.container_ #goods .autopagerize_page_element div.GoodsStyleT_Line_ {
  box-sizing: content-box;
}
div.container_ #goods .autopagerize_page_element div.GoodsStyleT_Item_ h3.name_ a span &gt; img {
  width: auto;
}

@media screen and (max-width: 767px) {
  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;
    margin: 0 auto 50px;
    z-index: 10;
  }
  div.container_ #product {
    padding: 0 0 43px;
    margin-bottom: 63px;
  }
  div.container_ #product .container .row .col-lg-6:first-child {
    order: 2;
    padding: 0 35px;
  }
  div.container_ #product .container .row .col-lg-6:first-child .title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 33px;
  }
  div.container_ #product .container .row .col-lg-6:last-child {
    order: 1;
    padding-top: 22px;
    padding-bottom: 32px;
  }
  div.container_ #product .container .row .col-lg-6:last-child .image {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
  }
  div.container_ #product .title {
    font-size: 30px;
    line-height: 35px;
    margin-top: 0;
  }
  div.container_ #product p {
    padding: 0;
    margin-bottom: 0;
  }
  div.container_ #story {
    padding: 0;
    margin-bottom: 64px;
  }
  div.container_ #story .container .row {
    gap: 0;
  }
  div.container_ #story .container .row .col-lg-6:nth-child(1) {
    order: 2;
    flex: 0 0 100%;
    min-width: 100%;
    padding: 0 0 35px;
  }
  div.container_ #story .container .row .col-lg-6:nth-child(1) .image {
    margin-bottom: 20px;
  }
  div.container_ #story .container .row .col-lg-6:nth-child(1) .caption {
    text-align: left;
    line-height: 18px;
    padding: 0 35px;
  }
  div.container_ #story .container .row .col-lg-6:nth-child(2) {
    order: 1;
    flex: 0 0 100%;
    min-width: 100%;
    padding: 0 35px 58px;
  }
  div.container_ #story .container .row .col-lg-6:nth-child(2) .sub-title {
    text-align: left;
    font-size: 24px;
  }
  div.container_ #story .container .row .col-lg-6:nth-child(2) p:nth-child(2) {
    margin-bottom: 0;
  }
  div.container_ #story .container .row .col-lg-6:nth-child(3) {
    order: 3;
    padding: 0 35px 50px;
  }
  div.container_ #story .container .row .col-lg-6:nth-child(3) p {
    text-align: left;
  }
  div.container_ #story .container .row .col-lg-6:nth-child(4) {
    order: 4;
    padding: 0 35px;
  }
  div.container_ #image {
    padding: 0;
    margin-bottom: 69px;
  }
  div.container_ #profile {
    padding: 0 35px;
    margin-bottom: 92px;
  }
  div.container_ #profile .container .row .col-md-6:first-child {
    order: 1;
    flex: 0 0 100%;
    min-width: 100%;
    padding-bottom: 44px;
  }
  div.container_ #profile .container .row .col-md-6:first-child .image {
    margin: 0 auto;
  }
  div.container_ #profile .container .row .col-md-6:last-child {
    order: 2;
    flex: 0 0 100%;
    min-width: 100%;
    padding: 0;
    margin: 0;
  }
  div.container_ #profile .image {
    padding: 0;
  }
  div.container_ #profile .image .caption {
    font-size: 10px;
  }
  div.container_ #profile .headline {
    line-height: 1;
    margin-bottom: 10px;
  }
  div.container_ #profile p {
    padding: 0;
    margin-bottom: 55px;
  }
  div.container_ #profile .linkbtn {
    text-align: center;
  }
  div.container_ #goods {
    padding: 0 25px;
  }
  div.container_ #goods h2.title {
    font-size: 24px;
    line-height: 30px;
  }
  div.container_ #goods .autopagerize_page_element {
    border-top: 1px solid #CCC;
    width: 100%;
    background-color: #fff;
    padding: 0;
  }
  div.container_ #goods .goods_ {
    margin: 0;
  }
  div.container_ #goods .GoodsStyleT_ {
    display: flex;
    flex-wrap: wrap;
  }
  div.container_ #goods .GoodsStyleT_Line_ {
    float: left;
    position: relative;
    overflow: hidden;
    width: 50%;
    box-sizing: border-box !important;
    padding: 20px 2% 10px;
    margin: 0 0 10px 0;
  }
  div.container_ #goods .GoodsStyleT_Line_ .name_ {
    font-size: 12px;
    line-height: 1.6;
  }
  div.container_ #goods .GoodsStyleT_Line_ .name_ .category_name_ span:nth-child(2) {
    font-size: 10px !important;
    font-weight: normal !important;
  }
  div.container_ #goods .GoodsStyleT_Line_ .name_ a &gt; img,
  div.container_ #goods .GoodsStyleT_Line_ .name_ a span &gt; img {
    height: 110px;
    display: block;
    margin: 0 auto 5px;
  }
}
.wrapper_ &gt; .scroll,
.wrapper_ &gt; .scrolltext {
  opacity: 0;
}

#header {
  z-index: 5000;
}

.pkpk.pickList {
  padding-top: 0;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.pkpk.itemsslide .slick-next {
  display: none;
}

.pkpk.itemsslide .slick-prev {
  display: none;
}

.pkpk .sidetit:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  margin-bottom: 10px;
}

.pkpk .sidetxtL {
  font-size: 14px;
  font-weight: 600;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  position: absolute;
  left: 20px;
  top: 0;
}

.pkpk .showsList {
  width: 100%;
  padding: 0;
}

.pkpk .showListCon {
  padding: 0 23px;
  position: relative;
  text-align: left !important;
}

.pkpk .showListCon dl {
  text-align: left !important;
}

.pkpk .showListCon dt {
  font-family: "Cinzel", serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 30px;
}

.pkpk .showListCon dd {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 15px;
}

.pkpk .showListCon .linktext a {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
}
.pkpk .showListCon .linktext a:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url(https://www.cassina-ixc.jp/assets/img/202209/index/cab_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 5px;
}
.pkpk .showListCon .linktext a:hover {
  opacity: 0.7;
}

.pkpk .showsList .slick-slide {
  transform: translateX(0);
}

.pkpk .nam {
  font-size: 12px;
  color: #aaa;
  font-weight: 600;
  margin-bottom: 10px;
}

.pkpk .showListCon .rinkbtn {
  position: absolute;
  right: 55px;
  bottom: 55px;
}

.pkpk .pickliimg {
  padding-left: 0;
  margin-bottom: 26px;
}

.pkpk .pickliimg img {
  width: 100%;
  height: auto;
}

.pkpk .rinkbtn a {
  background: #E8E8E8;
  color: #000;
  font-size: 12px;
  font-family: neue-haas-grotesk-display;
  padding: 7px 10px;
  display: inline-block;
  font-weight: 600;
  position: relative;
  margin-top: 30px;
  position: relative;
  transition: all 0.4s ease-out;
  width: 124px;
  box-sizing: border-box;
  text-align: center;
}

.pkpk .rinkbtn a:after {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background: url("https://www.cassina-ixc.jp/assets/img/common/morebg.png") left top no-repeat;
  background-size: cover;
  position: absolute;
  right: -15px;
  top: -13px;
  transition: all 0.2s 0.2s ease-in;
}

.pkpk .pickliimg {
  border: 5px solid #fff;
  position: relative;
  overflow: hidden;
}
.pkpk .pickliimg .image img {
  transition: all 1s ease;
}
.pkpk .pickliimg .overlay {
  opacity: 0;
  background-color: #C4C4C4;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pkpk .pickliimg .text {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
}
.pkpk .pickliimg:hover .image img {
  transform: scale(1.1, 1.1);
  transition: all 1s ease;
}
.pkpk .pickliimg:hover .overlay {
  opacity: 1;
}
.pkpk .pickliimg:hover .text {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .pkpk.pickList {
    padding-top: 0;
    width: 100%;
  }
  .sidetxtL {
    left: 10px;
  }
  .pkpk .slick-list {
    margin-bottom: 80px;
  }
  .pkpk .showsList {
    transform: translateX(0);
    width: 100%;
  }
  .pkpk .showListCon {
    padding: 0;
    box-sizing: border-box;
  }
  .pkpk .showListCon dt {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .pkpk .showListCon .rinkbtn {
    right: 25px;
  }
  .pkpk .pickliimg {
    padding-left: 0 !important;
    margin-bottom: 0;
  }
  .pkpk h2.secTit {
    padding-left: 0px !important;
  }
  .pkpk.pickList {
    width: auto;
  }
  .pkpk .showsList .slick-slide {
    transform: translateX(0);
  }
  .pkpk.itemsslide .slick-next {
    right: 25px;
    bottom: 20px;
    width: 40px;
    height: 40px;
  }
  .pkpk.itemsslide .slick-prev {
    right: 70px;
    bottom: 20px;
    width: 40px;
    height: 40px;
  }
}/*# sourceMappingURL=super.css.map */</pre></body></html>