.showroomNew *, .showroomNew ::before, .showroomNew ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}
.showroomNew :where(html) {
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}
.showroomNew :where(body) {
  margin: 0;
}
.showroomNew :where(main) {
  display: block;
}
.showroomNew :where(p, table, blockquote, address, pre, iframe, form, figure, dl) {
  margin: 0;
}
.showroomNew :where(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}
.showroomNew :where(ul, ol) {
  margin: 0;
  padding: 0;
  list-style: none;
}
.showroomNew :where(dt) {
  font-weight: bold;
}
.showroomNew :where(dd) {
  margin-left: 0;
}
.showroomNew :where(hr) {
  clear: both;
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  height: 0;
  border-top-width: 1px;
  color: inherit;
}
.showroomNew :where(pre) {
  font-size: inherit;
  font-family: monospace, monospace;
}
.showroomNew :where(address) {
  font-style: inherit;
}
.showroomNew :where(a) {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
.showroomNew :where(abbr[title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.showroomNew :where(b, strong) {
  font-weight: bolder;
}
.showroomNew :where(code, kbd, samp) {
  font-size: inherit;
  font-family: monospace, monospace;
}
.showroomNew :where(small) {
  font-size: 80%;
}
.showroomNew :where(sub, sup) {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
.showroomNew :where(sub) {
  bottom: -0.25em;
}
.showroomNew :where(sup) {
  top: -0.5em;
}
.showroomNew :where(svg, img, embed, object, iframe) {
  vertical-align: bottom;
}
.showroomNew :where(button, input, optgroup, select, textarea) {
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-appearance: none;
}
.showroomNew :where(button, [type=button], [type=reset], [type=submit]) {
  cursor: pointer;
}
.showroomNew :where(button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled) {
  cursor: default;
}
.showroomNew :-moz-focusring {
  outline: auto;
}
.showroomNew :where(select:disabled) {
  opacity: inherit;
}
.showroomNew :where(option) {
  padding: 0;
}
.showroomNew :where(fieldset) {
  margin: 0;
  padding: 0;
  min-width: 0;
}
.showroomNew :where(legend) {
  padding: 0;
}
.showroomNew :where(progress) {
  vertical-align: baseline;
}
.showroomNew :where(textarea) {
  overflow: auto;
}
.showroomNew :where([type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button) {
  height: auto;
}
.showroomNew :where([type=search]) {
  outline-offset: -2px;
}
.showroomNew :where([type=search]::-webkit-search-decoration) {
  -webkit-appearance: none;
}
.showroomNew ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.showroomNew :where([type=number]) {
  -moz-appearance: textfield;
}
.showroomNew :where(label[for]) {
  cursor: pointer;
}
.showroomNew :where(details) {
  display: block;
}
.showroomNew :where(summary) {
  display: list-item;
}
.showroomNew :where([contenteditable]:focus) {
  outline: auto;
}
.showroomNew :where(table) {
  border-collapse: collapse;
  border-color: inherit;
}
.showroomNew :where(caption) {
  text-align: left;
}
.showroomNew :where(td, th) {
  padding: 0;
  vertical-align: top;
}
.showroomNew :where(th) {
  text-align: left;
  font-weight: bold;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}
.fadeInDown.animated {
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.animated {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.animated {
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.animated {
  -webkit-animation: fadeInRight;
          animation: fadeInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.delay-1 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.delay-2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.delay-3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.delay-4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.delay-5 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.delay-6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.delay-7 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.delay-8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.delay-9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.delay-10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.showroomNew {
  padding-top: 115px;
  background-color: #fff;
  color: #1a1a1a;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 1.6rem;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 2;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .showroomNew {
    padding-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .showroomNew .pc-none {
    display: none;
  }
  .showroomNew .sp-none {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .showroomNew .sp-none {
    display: none;
  }
  .showroomNew .pc-none {
    display: block;
  }
}
.showroomNew .wrap {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .showroomNew .wrap {
    padding: 0 20px;
    max-width: 1240px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .showroomNew .wrap {
    padding: 0 20px;
  }
}
.showroomNew img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .showroomNew p br, .showroomNew li span br {
    display: block;
  }
}

.showroomMv {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .showroomMv {
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
    background: url(../img/mv_pc.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .showroomMv {
    width: 100%;
    height: 706px;
    -o-object-fit: cover;
       object-fit: cover;
    background: url(../img/mv_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .showroomMv-ttl {
    margin-left: auto;
    padding-top: 165px;
    width: 536px;
  }
}
@media screen and (max-width: 767px) {
  .showroomMv-ttl {
    margin: 0 auto;
    padding-top: 338px;
    max-width: 303px;
  }
}
.showroomMv-subttl {
  color: #787878;
  font-weight: 700;
  font-style: normal;
  font-family: "Zen Kaku Gothic New";
  line-height: 100%; /* 24px */
}
@media screen and (min-width: 768px) {
  .showroomMv-subttl {
    margin-top: 40px;
    margin-bottom: 24px;
    text-align: right;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .showroomMv-subttl {
    margin-top: 32px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.showroomMv-txt {
  color: #1a1a1a;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 768px) {
  .showroomMv-txt {
    display: inline-block;
    float: right;
    clear: both;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #787878;
    text-align: right;
    font-size: 16px;
    line-height: 1em;
  }
}
@media screen and (max-width: 767px) {
  .showroomMv-txt {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
    font-size: 14px;
    line-height: 2em;
    text-decoration-color: #787878;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 5px;
  }
}

.showroomBody {
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .showroomBody {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .showroomBody {
    padding: 56px 0;
  }
}
.showroomBody-txt {
  color: #1a1a1a;
  text-align: center;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  .showroomBody-txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .showroomBody-txt {
    font-size: 18px;
  }
}
.showroomBody-txt span {
  color: #017198;
}
@media screen and (max-width: 767px) {
  .showroomBody-txt span {
    font-weight: 700;
    font-size: 20px;
  }
}
.showroomBody-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .showroomBody-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 113px;
  }
}
@media screen and (max-width: 767px) {
  .showroomBody-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 43px;
    margin-top: 58px;
  }
}
.showroomBody-list-item {
  position: relative;
  border-radius: 2px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .showroomBody-list-item {
    padding: 24px 40px;
    width: 580px;
  }
}
@media screen and (max-width: 767px) {
  .showroomBody-list-item {
    padding: 16px 16px 20px;
    width: 100%;
  }
}
.showroomBody-list-item::after {
  content: "";
  position: absolute;
  background: url(../img/check_img.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .showroomBody-list-item::after {
    top: -30px;
    left: -20px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .showroomBody-list-item::after {
    top: -12px;
    left: -9px;
    width: 36px;
    height: 36px;
  }
}
.showroomBody-list-item-ttl {
  color: #017198;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 768px) {
  .showroomBody-list-item-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .showroomBody-list-item-ttl {
    font-size: 24px;
  }
}
.showroomBody-list-item-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .showroomBody-list-item-img {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .showroomBody-list-item-img {
    margin-top: 16px;
  }
}
.showroomBody-list-item-subttl {
  margin-top: 20px;
  color: #1a1a1a;
  text-align: left;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 768px) {
  .showroomBody-list-item-subttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .showroomBody-list-item-subttl {
    font-size: 18px;
  }
}
.showroomBody-list-item-txt {
  color: #1a1a1a;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New";
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  .showroomBody-list-item-txt {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .showroomBody-list-item-txt {
    margin-top: 16px;
    text-align: left;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .showroomContents {
    margin-top: -80px;
    margin-bottom: 240px;
    padding-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .showroomContents {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.showroomContents-ttl {
  color: #000;
  text-align: center;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 768px) {
  .showroomContents-ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .showroomContents-ttl {
    font-size: 32px;
    line-height: 1.4em;
  }
}
.showroomContents-ttl::after {
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 12px;
  width: 3px;
  background: #eb8174;
}
@media screen and (min-width: 768px) {
  .showroomContents-ttl::after {
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .showroomContents-ttl::after {
    height: 20px;
  }
}
.showroomContents-nav {
  margin-top: 20px;
}
.showroomContents-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .showroomContents-nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .showroomContents-nav-list-item {
    width: calc(50% - 8px);
  }
}
.showroomContents-nav-list-item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #787878;
  border-radius: 2px;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .showroomContents-nav-list-item-link {
    width: 224px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .showroomContents-nav-list-item-link {
    width: 100%;
    height: 48px;
  }
}
.showroomContents-nav-list-item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 7px;
  background: url(../img/arrow_under_brown.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.showroomContents-nav-list-item-link.active {
  background: #787878;
  color: #fff;
}
.showroomContents-nav-list-item-link.active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 7px;
  background: url(../img/arrow_under_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .showroomContents-tabs {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .showroomContents-tabs {
    margin-top: 56px;
  }
}
.showroomContents-tabs-content {
  display: none;
}
.showroomContents-tabs-content.active {
  display: block;
}
.showroomContents-tabs-content-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f1f6f8;
  color: #017198;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 768px) {
  .showroomContents-tabs-content-ttl {
    height: 68px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .showroomContents-tabs-content-ttl {
    height: 59px;
    font-size: 24px;
  }
}
.showroomContents-tabs-content-ttl::after {
  content: "";
  position: absolute;
  background: url(../img/contents_ttl_underline.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .showroomContents-tabs-content-ttl::after {
    bottom: -10px;
    width: 100%;
    height: 13px;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .showroomContents-tabs-content-ttl::after {
    bottom: -7px;
    width: 100%;
    height: 13px;
    background-size: 183% 60%;
  }
}
.showroomContents-tabs-content-ttl span {
  color: #017198;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 768px) {
  .showroomContents-tabs-content-ttl span {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .showroomContents-tabs-content-ttl span {
    font-size: 20px;
  }
}
.showroomContents-tabs-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 72px;
}
@media screen and (min-width: 768px) {
  .showroomContents-tabs-content-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 42px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .showroomContents-tabs-content-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 64px;
    margin-top: 40px;
  }
}
.showroomContents-tabs-content-list-item {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .showroomContents-tabs-content-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 372px;
  }
}
@media screen and (max-width: 767px) {
  .showroomContents-tabs-content-list-item {
    width: 100%;
  }
}
.showroomContents-tabs-content-list-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-align: left;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 768px) {
  .showroomContents-tabs-content-list-item-ttl {
    height: 64px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .showroomContents-tabs-content-list-item-ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .showroomContents-tabs-content-list-item-img {
    margin-top: 17px;
    width: 372px;
  }
}
@media screen and (max-width: 767px) {
  .showroomContents-tabs-content-list-item-img {
    margin-top: 16px;
    width: 100%;
  }
}
.showroomContents-tabs-content-list-item-img img {
  aspect-ratio: 372/233;
  -o-object-fit: cover;
     object-fit: cover;
}
.showroomContents-tabs-content-list-item-imgcategory {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 136px;
  height: 32px;
  border-radius: 2px;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New";
}
.showroomContents-tabs-content-list-item-imgcategory.mantionerea {
  background: #ea8118;
  color: #fff;
}
.showroomContents-tabs-content-list-item-imgcategory.todateerea {
  background: #ffead9;
  color: #ea8118;
}
.showroomContents-tabs-content-list-item-txt {
  color: #000;
  text-align: left;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .showroomContents-tabs-content-list-item-txt {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .showroomContents-tabs-content-list-item-txt {
    margin-top: 16px;
    font-size: 18px;
  }
}
.showroomContents-tabs-content-list-item-detail {
  margin-top: 20px;
  text-align: left;
}
.showroomContents-tabs-content-list-item-detail-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}
.showroomContents-tabs-content-list-item-detail-menu-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .showroomContents-tabs-content-list-item-detail-menu-dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .showroomContents-tabs-content-list-item-detail-menu-dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
  }
}
.showroomContents-tabs-content-list-item-detail-menu-dl-dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px;
  width: 80px;
  height: 28px;
  border: 1px solid #c6c6c6;
  border-radius: 2px;
  background: #fff;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New";
  line-height: normal;
}
.showroomContents-tabs-content-list-item-detail-menu-dl-dd {
  width: 276px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New";
  line-height: 1.6em;
}
.showroomContents-tabs-content-list-item-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
}
.showroomContents-tabs-content-list-item-category-txt {
  margin-right: 16px;
  margin-bottom: 3px;
  color: #787878;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New";
  line-height: 1.6em;
}
.showroomContents-tabs-content-list-item-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
.showroomContents-tabs-content-list-item-links-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 48px;
  border: 1px solid #017198;
  border-radius: 2px;
  font-weight: 500;
  font-size: 16px;
}
.showroomContents-tabs-content-list-item-links-link:hover {
  opacity: 0.7;
}
.showroomContents-tabs-content-list-item-links-link.bluelink {
  position: relative;
  background: #017198;
  color: #fff;
}
.showroomContents-tabs-content-list-item-links-link.bluelink::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 7px;
  height: 12px;
  background: url(../img/arrow_right_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.showroomContents-tabs-content-list-item-links-link.bluelink::before {
  content: "";
  position: absolute;
  top: 17px;
  width: 16px;
  height: 16px;
  background: url(../img/point.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .showroomContents-tabs-content-list-item-links-link.bluelink::before {
    left: 106px;
  }
}
@media screen and (max-width: 767px) {
  .showroomContents-tabs-content-list-item-links-link.bluelink::before {
    left: 95px;
  }
}
.showroomContents-tabs-content-list-item-links-link.whitelink {
  position: relative;
  background: #fff;
  color: #017198;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .showroomContents-tabs-content-list-item-links-link.whitelink {
    letter-spacing: -1.76px;
  }
}
.showroomContents-tabs-content-list-item-links-link.whitelink::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 7px;
  height: 12px;
  background: url(../img/arrow_right_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.showroomContents-tabs-content-list-item-links-link.whitelink::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 37px;
  width: 16px;
  height: 16px;
  background: url(../img/toiawase.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.showroomContents-tabs-content-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 72px;
  color: #000;
  text-align: right;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New";
}
.showroomContents-tabs-content-back::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/back_btn.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.renoImg {
  position: relative;
}