.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%;
}

#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 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 95vh;
}

.mainImg .mainTxt {
  z-index: 10;
}

.mainImg .mainTxt .sub {
  font-size: 14px;
  margin-top: 10px;
  display: block;
}

.mainImg .mainvsab {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: anim 60s linear infinite;
          animation: anim 60s linear infinite;
}

.mainImg .mainvsab img {
  height: 100%;
}

@-webkit-keyframes anim {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1200px);
            transform: translateX(-1200px);
  }
}

@keyframes anim {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1200px);
            transform: translateX(-1200px);
  }
}

#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;
}

@media screen and (max-width: 767px) {
  .mainImg {
    position: relative;
    width: 100%;
    height: calc(100vh - 55px);
    margin-top: 0;
  }
  .mainImg .mainvsab {
    width: 100%;
    min-width: 100%;
    height: 100%;
    padding-top: 0;
    -webkit-animation: none;
            animation: none;
  }
  .mainImg .mainTxt {
    left: 25px;
    bottom: 40px;
    z-index: 10;
  }
  .mainImg .mainTxt .main {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.0;
    margin-bottom: 27px;
  }
  .mainImg .mainTxt .sub {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.625;
  }
  #covervisual {
    width: 100%;
    height: 620px;
    overflow: hidden;
    background-image: none;
    background-size: auto 620px;
    background-position: 0 0;
  }
  #covervisual img {
    height: 620px;
  }
  .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 {
    height: 55px;
  }
  .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-in-d1 {
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.fade-in-d2 {
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 2s;
          transition-delay: 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,
.fade-in-d1.is-show,
.fade-in-d2.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;
}

@-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;
  }
}

.floating {
  position: fixed;
  right: 0;
  top: 320px;
  z-index: 100000;
  width: 45px;
}

.floating a {
  display: block;
  width: 45px;
  height: 140px;
  color: #fff;
  background-color: #000;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 45px;
  letter-spacing: 0.2em;
}

.floating a:hover {
  text-decoration: none;
}

.floating .contact {
  margin-bottom: 6px;
}

@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;
  }
  .floating .reserved {
    display: inline-block;
    width: 100%;
    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%;
}

.contents {
  overflow: visible;
}

.mainframe_ {
  overflow: visible !important;
}

div.container_ {
  max-width: 1600px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

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-50 {
  margin-bottom: 50px !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_ a:hover {
  text-decoration: none;
}

div.container_ .linkbtn {
  text-align: center;
}

div.container_ .linkbtn a {
  position: relative;
  display: block;
  width: 200px;
  border: 1px solid #000;
  background-color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.0;
  color: #fff;
  padding: 14px;
  margin: 0 auto;
}

div.container_ .linkbtn a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 13px;
  width: 4.5px;
  height: 4px;
  background: url(https://www.cassina-ixc.jp/assets/img/executive/202303/triangle-w.png) center center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

div.container_ .linkbtn a:hover {
  text-decoration: none;
  border: 1px solid #918E80;
  background-color: #918E80;
}

div.container_ .text .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.0;
  margin-bottom: 20px;
}

div.container_ .text .sub-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.0;
  margin-bottom: 32px;
}

div.container_ .text hr {
  position: relative;
  border: none;
  width: 100%;
  height: 1px;
  background-color: #b9b9b9;
  margin-bottom: 32px;
}

div.container_ .text hr:after {
  display: block;
  content: '';
  width: 20px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

div.container_ .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 45px;
}

div.container_ .text .sub-image {
  position: relative;
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 13px;
}

div.container_ .text .sub-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

div.container_ .text .sub-image .icon {
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 13px;
  right: 11px;
}

div.container_ .text .attention {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.0;
  margin-bottom: 0;
}

div.container_ .text .linkbtn {
  margin-top: 37px;
}

div.container_ .text .linkbtn a {
  margin: 0;
}

div.container_ .l-text {
  width: 100%;
  min-height: 550px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px;
}

div.container_ .l-text .text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 559px;
  padding-right: 100px;
}

div.container_ .l-text .image {
  position: absolute;
  top: 0;
  left: 559px;
  display: block;
  width: calc(100% - 559px + ((100vw - 100%) / 2));
  height: 550px;
}

div.container_ .l-text .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

div.container_ .r-text {
  width: 100%;
  min-height: 550px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

div.container_ .r-text .text {
  position: relative;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 559px;
  padding-left: 100px;
}

div.container_ .r-text .image {
  position: absolute;
  top: 0;
  right: 559px;
  display: block;
  width: calc(100% - 559px + ((100vw - 100%) / 2));
  height: 550px;
}

div.container_ .r-text .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

div.container_ .picklist h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.0;
  margin-bottom: 70px;
}

div.container_ .picklist .pickList {
  padding-top: 0;
  margin-bottom: 0;
}

div.container_ .picklist .showsList {
  position: relative;
  padding: 0;
  max-width: 1160px;
  margin: 0 auto;
}

div.container_ .picklist .showsList .slick-prev {
  font-size: 0;
  background: url("https://www.cassina-ixc.jp/assets/img/top/arrow_pick.png") left top no-repeat;
  background-size: auto;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: auto;
  left: 210px;
  z-index: 100;
}

div.container_ .picklist .showsList .slick-next {
  font-size: 0;
  background: url("https://www.cassina-ixc.jp/assets/img/top/arrow_pick.png") left top no-repeat;
  background-size: auto;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: auto;
  right: 210px;
  z-index: 100;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

div.container_ .picklist .showsList.alldisplay .slick-slide:not(.slick-active) {
  opacity: 1;
}

div.container_ .picklist .showsList .slick-slide:not(.slick-active) {
  opacity: 0.1;
}

div.container_ .picklist .showsList .slick-slide:not(.slick-active):hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

div.container_ .picklist .showsList .slick-slide.slick-active:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

div.container_ .picklist .showsList .slick-slide a {
  outline: none;
}

div.container_ .picklist .showsList .slick-slide .pickliimg {
  width: 180px;
  margin: 0 auto 15px;
}

div.container_ .picklist .showsList .slick-slide .pickliimg img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.4, 1);
  transition: all 0.4s cubic-bezier(0, 0, 0.4, 1);
}

div.container_ .picklist .showsList .slick-slide .showListCon {
  padding: 0;
}

div.container_ .main-title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.0;
  margin-bottom: 45px;
}

div.container_ .mainNav {
  text-align: center;
  margin: 0 auto 86px;
}

div.container_ .mainNav li {
  width: 238px;
  height: 29px;
  text-align: center;
  vertical-align: top;
  padding: auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

div.container_ .mainNav li:before {
  display: block;
  content: '';
  width: 1px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}

div.container_ .mainNav li:last-child:after {
  display: block;
  content: '';
  width: 1px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
}

div.container_ .mainNav li span {
  display: block;
  width: 100%;
  height: 30px;
}

div.container_ .mainNav li span.en {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.0;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

div.container_ .mainNav li span.ja {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

div.container_ .mainNav li span.ja:after {
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  content: '';
  width: 7.5px;
  height: 8px;
  background: url(https://www.cassina-ixc.jp/assets/img/executive/202303/arr-down.png) center center no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

div.container_ .mainNav li:hover span.en {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

div.container_ .mainNav li:hover span.ja {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

div.container_ #executiveroom {
  margin-bottom: 230px;
}

div.container_ #receptionlounge {
  margin-bottom: 224px;
}

div.container_ #meetingroom {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .dltopcon, .dltopcon2 {
    padding: 0 25px;
  }
  div.container_ {
    overflow: visible;
    position: relative;
    max-width: 1600px;
    min-width: 100%;
    background-color: #fff;
    text-align: left;
    clear: both;
    width: auto;
    padding: 0;
    margin: 0 auto 50px;
    z-index: 10;
  }
  div.container_ .main-title {
    font-size: 24px;
    margin-bottom: 23px;
  }
  div.container_ .mainNav {
    margin-bottom: 13px;
  }
  div.container_ .mainNav li {
    width: auto;
    padding: 0 12px;
  }
  div.container_ .mainNav li:before {
    height: 12px;
  }
  div.container_ .mainNav li:last-child:after {
    height: 12px;
  }
  div.container_ .mainNav li a .en {
    font-size: 12px;
  }
  div.container_ .mainNav li a .ja {
    font-size: 12px;
  }
  div.container_ .mainNav li a .ja:after {
    bottom: 5px;
  }
  div.container_ .l-text {
    margin-bottom: 42px;
  }
  div.container_ .l-text .text {
    width: 100%;
    padding-right: 0;
  }
  div.container_ .l-text .text .title {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    height: 350px;
    font-size: 24px;
  }
  div.container_ .l-text .text .sp-image {
    position: relative;
    width: calc(100% - 18px);
    height: 350px;
    overflow: hidden;
    margin-left: -25px;
    margin-bottom: 32px;
  }
  div.container_ .l-text .text .sp-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
    -webkit-transition: all 3.8s ease-out;
    transition: all 3.8s ease-out;
  }
  div.container_ .l-text .text .sp-image img.move-lr {
    -o-object-position: left;
       object-position: left;
  }
  div.container_ .l-text .text .sp-image img.move-rl {
    -o-object-position: right;
       object-position: right;
  }
  div.container_ .l-text .text .sp-image .icon {
    position: absolute;
    right: 11px;
    bottom: 10px;
    width: 26px;
    height: 26px;
  }
  div.container_ .l-text .text .sp-image .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  div.container_ .l-text .text .sp-image.is-show img.move-lr {
    -o-object-position: right;
       object-position: right;
  }
  div.container_ .l-text .text .sp-image.is-show img.move-rl {
    -o-object-position: left;
       object-position: left;
  }
  div.container_ .l-text .text .sub-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  div.container_ .l-text .text hr {
    display: none;
  }
  div.container_ .l-text .text p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 26px;
  }
  div.container_ .l-text .text .sub-image {
    margin: 0 auto 10px;
  }
  div.container_ .l-text .text .sub-image > a > img {
    width: auto;
    height: 180px;
  }
  div.container_ .l-text .text .attention {
    text-align: center;
  }
  div.container_ .l-text .text .linkbtn a {
    margin: 0 auto;
  }
  div.container_ .r-text {
    margin-bottom: 42px;
  }
  div.container_ .r-text .text {
    width: 100%;
    padding-left: 0;
  }
  div.container_ .r-text .text .title {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    height: 350px;
    font-size: 24px;
  }
  div.container_ .r-text .text .sp-image {
    position: relative;
    right: -43px;
    width: calc(100% - 18px);
    height: 350px;
    overflow: hidden;
    margin-bottom: 32px;
  }
  div.container_ .r-text .text .sp-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 3.8s ease-out;
    transition: all 3.8s ease-out;
  }
  div.container_ .r-text .text .sp-image img.move-lr {
    -o-object-position: left;
       object-position: left;
  }
  div.container_ .r-text .text .sp-image img.move-rl {
    -o-object-position: right;
       object-position: right;
  }
  div.container_ .r-text .text .sp-image .icon {
    position: absolute;
    left: 11px;
    bottom: 10px;
    width: 26px;
    height: 26px;
  }
  div.container_ .r-text .text .sp-image .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  div.container_ .r-text .text .sp-image.is-show img.move-lr {
    -o-object-position: right;
       object-position: right;
  }
  div.container_ .r-text .text .sp-image.is-show img.move-rl {
    -o-object-position: left;
       object-position: left;
  }
  div.container_ .r-text .text .sub-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  div.container_ .r-text .text hr {
    display: none;
  }
  div.container_ .r-text .text p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 26px;
  }
  div.container_ .r-text .text .sub-image {
    margin: 0 auto 10px;
  }
  div.container_ .r-text .text .sub-image > a > img {
    width: auto;
    height: 180px;
  }
  div.container_ .r-text .text .attention {
    text-align: center;
  }
  div.container_ .r-text .text .linkbtn a {
    margin: 0 auto;
  }
  div.container_ .picklist h3 {
    margin-bottom: 30px;
  }
  div.container_ .picklist .pickList {
    width: 100vw;
    margin: 0 -25px;
  }
  div.container_ .picklist .pickList .showsList.alldisplay .slick-slide:not(.slick-active) {
    opacity: 0.1;
  }
  div.container_ #executiveroom {
    margin-bottom: 100px;
  }
  div.container_ #receptionlounge {
    margin-bottom: 100px;
  }
  div.container_ #meetingroom {
    margin-bottom: 100px;
  }
}

.pagengnav {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 100px;
}

.pagengnav a:hover {
  color: #918E80;
}

.pagengnav .backBtn {
  display: inline-block;
  width: auto;
}

.pagengnav .backBtn a:before {
  content: none;
}

.pagengnav .backBtn:hover:after {
  color: #918E80;
}

.pagengnav .backBtn:after {
  content: "\ff1c";
  margin: 0 25px;
}

.pagengnav .listBtn {
  display: inline-block;
  width: auto;
}

.pagengnav .listBtn a:before {
  content: none;
}

.pagengnav .nextBtn {
  display: inline-block;
  width: auto;
}

.pagengnav .nextBtn:before {
  content: "\ff1e";
  margin: 0 25px;
}

.pagengnav .nextBtn:hover:before {
  color: #918E80;
}

.pagengnav .nextBtn a:after {
  content: none;
}

@media screen and (max-width: 767px) {
  .pagengnav {
    text-align: center;
    width: auto;
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .pagengnav .backBtn:after {
    margin: 0 10px;
  }
  .pagengnav .listBtn {
    position: static;
  }
  .pagengnav .nextBtn::before {
    margin: 0 10px;
  }
}

.remodal-overlay {
  z-index: 999999;
}

.remodal-wrapper {
  z-index: 1000000;
}

.remodal-close {
  left: auto;
  right: 0;
}

.remodal {
  max-width: 913px;
  padding: 35px 200px;
}

.modalin .title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.0;
  margin-bottom: 18px;
}

.modalin .sub-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.0;
  margin-bottom: 26px;
}

.modalin .image {
  width: 513px;
  margin: 0 auto 20px;
}

.modalin .size {
  width: 513px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .remodal-wrapper {
    padding: 25px;
  }
  .remodal {
    max-width: 100%;
    padding: 63px 25px 36px;
  }
  .remodal.room-image {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
  }
  .remodal.room-image .modalin .image {
    width: 100%;
    margin-bottom: 0;
  }
  .modalin .title {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .modalin .sub-title {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .modalin .image {
    width: calc(100% - 34px);
    margin: 0 auto 15px;
  }
  .modalin .size {
    font-size: 12px;
  }
}
/*# sourceMappingURL=livingroom-executive-sub.css.map */