﻿img {
  height: auto;
  max-width: 100%;;
  vertical-align: bottom;
}
.section-inner {
  margin-left: auto;
  margin-right: auto;
}
section {
  color: #000;
}
.btn-icon-window {
  position: relative;
}
.btn-icon-window::after {
  content: '';
  position: absolute;
  top: 50%;
  background: url(/cms/img/page/cl/icon-window.png) no-repeat;
  transform: translateY(-50%);
}
.pane-contents>.container {
  width: 100%;
}
@media screen and (min-width:751px) {
  .sp-only {
    display: none!important;
  }
  .section-inner {
    width: 100%;
    max-width: 1600px;
    box-sizing: content-box;
  }
  .btn-icon-window::after {
    right: min(32 / 1680 * 100vw, 32px);
    width: 15px;
    height: 13px;
    background-size: contain;
  }
}
@media screen and (max-width:750px){
  .pc-only {
    display: none!important;
  }
  .section-inner {
    width: calc(372 / 414 * 100vw);
  }
  .btn-icon-window::after {
    right: calc(21 / 414 * 100vw);
    width: calc(15 / 414 * 100vw);
    height: calc(13 / 414 * 100vw);
    background-size: contain;
  }
}

/* fv */
.section-fv {
  position: relative;
  width: 100%;
}
.title-mv {
  position: absolute;
  margin: 0;
  padding: 0;
}
.logo-mv {
  position: absolute;
  margin: 0;
  padding: 0;
}
.scroll-mv {
  position: fixed;
  overflow: hidden;
  transition: opacity .25s ease;
}
.scroll-mv.is-hidden {
  opacity: 0; pointer-events: none;
}
.scroll-mv img {
  display: block;
  margin-left: auto;
}
.scroll-mv div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}
.scroll-mv div::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 2px;
  background: #fff;
  animation: lineanimeation 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@media screen and (min-width:751px) {
  .section-fv {
    background: url(/cms/img/page/cl/mv.jpg) no-repeat;
    background-size: contain;
    aspect-ratio: 1920 / 932;
  }
  .title-mv {
    top: min(69 / 1680 * 100vw, 69px);
    left: min(210 / 1680 * 100vw, 210px);
    width: min(668 / 1680 * 100vw, 668px);
  }
  .logo-mv {
    top: min(69 / 1680 * 100vw, 69px);
    right: min(210 / 1680 * 100vw, 210px);
    width: min(247 / 1680 * 100vw, 247px);
  }
  .scroll-mv {
    bottom: 0;
    right: min(25 / 1680 * 100vw, 25px);
    width: min(30 / 1680 * 100vw, 30px);
    height: min(160 / 1680 * 100vw, 160px);
  }
  .scroll-mv img {
    height: min(80 / 1680 * 100vw, 80px);
  }
  .scroll-mv div::before {
    height: 50px;
  }
  @keyframes lineanimeation {
    0%{bottom: calc(100% - 50px);}
    100%{bottom:-50px;}
  }
}
@media screen and (max-width:750px){
  .section-fv {
    background: url(/cms/img/page/cl/sp/mv.jpg) no-repeat;
    background-size: contain;
    aspect-ratio: 900 / 1658;
    width: 100%;
  }
  .title-mv {
    bottom: calc(115 / 414 * 100vw);
    left: calc(25 / 414 * 100vw);
    width: calc(320 / 414 * 100vw);
  }
  .logo-mv {
    top: calc(78 / 414 * 100vw);
    left: calc(25 / 414 * 100vw);
    width: calc(139 / 414 * 100vw);
  }
  .scroll-mv {
    bottom: 0;
    right: calc(10 / 414 * 100vw);
    width: calc(16 / 414 * 100vw);
    height: calc(100 / 414 * 100vw);
  }
  .scroll-mv img {
    height: calc(47 / 414 * 100vw);
  }
  .scroll-mv div::before {
    height: calc(60 / 414 * 100vw);
  }
  @keyframes lineanimeation {
    0%{bottom: calc(100% - (60 / 414 * 100vw));}
    100%{bottom:calc(-60 / 414 * 100vw);}
  }
}

/* intro */
.section-intro {
  background-color: #EDEDED;
  overflow: hidden;
}
.title-intro {
  text-align: center;
}
@media screen and (min-width:751px) {
  .section-intro {
    padding: min(200 / 1680 * 100vw, 200px) 0;
  }
  .title-intro {
    margin: 0 auto min(115 / 1680 * 100vw, 115px);
  }
  .section-intro .content-item {
    display: flex;
    align-items: center;
  }
  .section-intro .content-item.revers {
    flex-direction: row-reverse;
  }
  .section-intro .content-item:not(:last-child) {
    margin-bottom: 94px;
  }
  .section-intro .content-item .item-image {
    margin-left: calc(50% - 50vw);
    margin-right: min(100 / 1680 * 100vw, 100px);
    width: min(900 / 1680 * 100vw, 900px);
  }
  .section-intro .content-item.revers .item-image {
    margin-left: min(100 / 1680 * 100vw, 100px);
    margin-right: calc(50% - 50vw);
  }
  .section-intro .content-item .item-text p {
    font-size: 18px;
    line-height: calc(32 / 18);
  }
  .section-intro .content-item .item-text p:not(:last-child) {
    margin-bottom: min(30 / 1680 * 100vw, 30px);
  }
}
@media screen and (max-width:750px){
  .section-intro {
    padding: calc(100 / 414 * 100vw) 0;
  }
  .title-intro {
    margin: 0 auto calc(40 / 414 * 100vw);
    padding: 0;
    width: calc(360 / 414 * 100vw);
  }
  .section-intro .content-item:not(:last-child) {
    margin-bottom: calc(40 / 414 * 100vw);
  }
  .section-intro .content-item .item-image {
    margin-bottom: calc(40 / 414 * 100vw);
  }
  .section-intro .content-item .item-text p {
    font-size: calc(16 / 414 * 100vw);
    line-height: calc(28 / 16);
  }
  .section-intro .content-item .item-text p:not(:last-child) {
    margin-bottom: calc(30 / 414 * 100vw);
  }
}

/* brand */
.section-description {
  text-align: center;
}
.section-brand .section-content .content-item .item-logo {
  text-align: center;
}
.section-brand .btn-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 0;
  border: 1px solid #aaa;
  border-radius: 50vh;
  font-weight: bold;
  transition: ease 0.3s;
}
.section-brand .btn-brand:hover {
  text-decoration: none;
  background-color: #EDEDED;
}
@media screen and (min-width:751px) {
  .section-brand {
    padding: 200px 0;
  }
  .section-brand .section-description {
    /* margin-bottom: 90px; */
  }
  .section-brand .section-description .brand-logo {
    margin: 0 auto 50px;
    width: min(705 / 1680 * 100vw, 705px);
  }
  .section-brand .section-description .title-brand {
    margin: 0 auto 60px;
    width: min(478 / 1680 * 100vw, 478px);
  }
  .section-brand .section-description .description-text p {
    font-size: 18px;
    line-height: calc(32 / 18);
  }
  .section-brand .section-description .description-text p:not(:last-child) {
    margin-bottom: min(30 / 1680 * 100vw, 30px);
  }
  .section-brand .section-content {
    display: flex;
    gap: min(60 / 1680 * 100vw, 60px);
  }
  .section-brand .section-content .content-item {
    display: flex;
    flex-direction: column;
    width: calc((100% - min(60 / 1680 * 100vw, 60px)) / 2);
  }
  .section-brand .section-content .content-item .item-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: min(130 / 1680 * 100vw, 130px);
  }
  .section-brand .section-content .content-item.brand-daytona .item-logo {
    width: min(200 / 1680 * 100vw, 200px);
  }
  .section-brand .section-content .content-item.brand-dope .item-logo {
    width: min(160 / 1680 * 100vw, 160px);
  }
  .section-brand .section-content .content-item .item-text {
    margin-bottom: min(50 / 1680 * 100vw, 50px);
    padding: 0 min(10 / 1680 * 100vw, 10px);
  }
  .section-brand .section-content .content-item .item-text p {
    font-size: 16px;
    line-height: calc(28 / 16);
  }
  .section-brand .section-content .content-item .item-text p:not(:last-child) {
    margin-bottom: min(30 / 1680 * 100vw, 30px);
  }
  .section-brand .btn-brand {
    height: 50px;
    width: min(400 / 1680 * 100vw, 400px);
    font-size: 16px;
  }
  .readmore__btn {
    display: none;
  }
}
@media screen and (max-width:750px){
  .section-brand {
    padding: calc(100 / 414 * 100vw) 0;
  }
  .section-brand .section-description {
   /* margin-bottom: calc(95 / 414 * 100vw); */
  }
  .section-brand .section-description .brand-logo {
    margin: 0 auto calc(30 / 414 * 100vw);
    width: calc(321 / 414 * 100vw);
  }
  .section-brand .section-description .title-brand {
    margin: 0 auto calc(28 / 414 * 100vw);
    width: calc(272 / 414 * 100vw);
  }
  .section-brand .section-description .description-text p {
    font-size: calc(16 / 414 * 100vw);
    line-height: calc(28 / 16);
  }
  .section-brand .section-description .description-text p:not(:last-child) {
    margin-bottom: calc(30 / 414 * 100vw);
  }
  .section-brand .section-content .content-item:not(:last-child) {
    margin-bottom: calc(70 / 414 * 100vw);
  }
  .section-brand .section-content .content-item .item-logo {
    margin: calc(25 / 414 * 100vw) auto calc(20 / 414 * 100vw);
  }
  .section-brand .section-content .content-item.brand-daytona .item-logo {
    width: calc(172 / 414 * 100vw);
  }
  .section-brand .section-content .content-item.brand-dope .item-logo {
    width: calc(140 / 414 * 100vw);
  }
  .section-brand .btn-brand {
    margin-top: calc(20 / 414 * 100vw);
    height: calc(50 / 414 * 100vw);
    width: calc(364 / 414 * 100vw);
    font-size: calc(16 / 414 * 100vw);
  }
  .readmore {
    position: relative;
  }
  .readmore:not(.is-open) .readmore__content {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .section-content .readmore:not(.is-open) .readmore__content {
    -webkit-line-clamp: 4;
  }
  .readmore.is-open .readmore__content {
    display: block;
    transition: 0.3s ease;
  }
  .readmore.is-open::after {
    display: none;
  }
  .readmore__btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(200 / 414 * 100vw);
    margin: calc(15 / 414 * 100vw) auto 0;
    height: calc(36 / 414 * 100vw);
    border-radius: 50vh;
    border: 0;
    background: #EAEAEA;
    font-size: calc(14 / 414 * 100vw);
    color: #000;
  }
  .readmore__btn::before {
    content:"";
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top:calc( 50% - 3px );
    right: 20px;
    transform: rotate(-45deg);
  }
  .readmore:not(.is-open) .readmore__btn::before {
    transform: rotate(135deg);
  }
  .readmore__btn[hidden] { display: none}
}

/* style */
.section-style {
  background-color: #555;
}
.section-style .section-content.style-gallery {
  display: flex;
  flex-direction: column;
}
.section-style .section-content.style-gallery .content-item:first-child {
  background-color: #fff;
  text-align: center;
}
.gallery {
  display: flex;
}
.gallery-item-wrap {
  display: flex;
  flex-direction: column;
}
.gallery-item-wrap .wrap-item {
  display: flex;
}
.gallery-item-wrap .gallery-item {
  position: relative;
}
.gallery-item-wrap .gallery-item:hover::before {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url(/cms/img/page/cl/icon-glass.png) no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
}
.section-style .section-content.style-product {
  display: flex;
}
.product-title img {
  height: 100%;
}
.price-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.price-list .price-list-item {
  display: flex;
  width: 100%;
  background-color: #F8F8F8;
}
.price-list-item.list-header {
  font-weight: bold;
  background: #000000;
  color: #fff;
}
.price-list .price-list-item:nth-child(even) {
  background-color: #E5E5E5;
}
.price-list .price-list-name {
  flex: 1;
}
.price-list .price-list-value {
  font-weight: bold;
}
.product-set {
  display: flex;
}
.set-item:nth-child(1) {
  flex: 1;
}
.set-item:nth-child(2) {
  font-weight: bold;
}
.set-title img {
  height: 100%;
}
.btn-wrap {
  display: flex;
  flex-direction: column;
}
.section-style .btn-page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 0;
  border: 1px solid #aaa;
  border-radius: 50vh;
  font-weight: bold;
  transition: ease 0.3s;
}
.section-style .btn-page:hover {
  text-decoration: none;
  background-color: #EDEDED;
}
@media screen and (min-width:751px) {
  .section-style {
    margin-bottom: min(70 / 1680 * 100vw, 70px);
    padding: min(200 / 1680 * 100vw, 200px) 0;
  }
  .title-style {
    margin: 0 auto 60px;
    width: min(344 / 1680 * 100vw, 344px);
  }
  .section-style .section-content.style-gallery {
    margin: 0 auto min(100 / 1680 * 100vw, 100px);
    width: min(1260 / 1680 * 100vw, 1260px);
    gap: min(30 / 1680 * 100vw, 30px);
  }
  .gallery {
    gap: min(30 / 1680 * 100vw, 30px);
  }
  .gallery-item-wrap {
    gap: min(30 / 1680 * 100vw, 30px);
  }
  .gallery-item-wrap .wrap-item {
    gap: min(30 / 1680 * 100vw, 30px);
  }
  .section-style .section-content.style-product {
    margin: 0 auto min(100 / 1680 * 100vw, 100px);
    width: min(1260 / 1680 * 100vw, 1260px);
    gap: min(30 / 1680 * 100vw, 30px);
  }
  .section-style .section-content.style-product .content-item {
    padding: min(23 / 1680 * 100vw, 23px) min(32 / 1680 * 100vw, 32px) min(65 / 1680 * 100vw, 65px);
    width: calc((100% - min(30 / 1680 * 100vw, 30px)) / 2);
    background-color: #fff;
  }
  .product-title {
    margin: min(25 / 1680 * 100vw, 25px) auto min(35 / 1680 * 100vw, 35px);
    text-align: center;
    height: min(41 / 1680 * 100vw, 41px);
  }
  .price-list {
    margin-bottom: min(20 / 1680 * 100vw, 20px);
  }
  .price-list .price-list-item {
    padding: min(10 / 1680 * 100vw, 10px) min(20 / 1680 * 100vw, 20px);
    font-size: 18px;
  }
  .product-set {
    margin-bottom: min(20 / 1680 * 100vw, 20px);
    padding: 0 min(22 / 1680 * 100vw, 22px);
  }
  .set-item:nth-child(1) {
    font-size: 14px;
  }
  .set-item:nth-child(2) {
    font-size: 30px;
  }
  .set-title {
    margin-bottom: min(5 / 1680 * 100vw, 5px);
    height: min(26 / 1680 * 100vw, 26px);
    font-size: 18px;
    font-weight: bold;
  }
  .product-note {
    margin-bottom: min(30 / 1680 * 100vw, 30px);
    padding: 0 min(22 / 1680 * 100vw, 22px);
  }
  .btn-wrap {
    padding: 0 min(22 / 1680 * 100vw, 22px);
    gap: min(15 / 1680 * 100vw, 15px);
  }
  .section-style .btn-page {
    height: 50px;
    width: 100%;
    font-size: 16px;
  }
  .lb-data .lb-close {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width:750px){
  .section-style {
    margin-bottom: calc(70 / 414 * 100vw);
    padding: calc(100 / 414 * 100vw) 0;
  }
  .title-style {
    margin: 0 auto calc(20 / 414 * 100vw);
    width: calc(250 / 414 * 100vw);
  }
  .section-style .section-content.style-gallery {
    margin: 0 auto calc(40 / 414 * 100vw);
    gap: calc(20 / 414 * 100vw);
  }
  .gallery {
    flex-direction: column;
    gap: calc(20 / 414 * 100vw);
  }
  .gallery-item-wrap {
    gap: calc(20 / 414 * 100vw);
  }
  .gallery-item-wrap .wrap-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: calc(20 / 414 * 100vw);
  }
  .gallery-item-wrap .wrap-item.col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-01 .gallery-item-wrap .wrap-item.col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-02 .gallery-item-wrap .wrap-item.col3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-02 .gallery-item-wrap .wrap-item.col3 .gallery-item:nth-child(1) {
    order: 1;
  }
  .gallery-02 .gallery-item-wrap .wrap-item.col3 .gallery-item:nth-child(3) {
    order: 2;
  }
  .gallery-02 .gallery-item-wrap .wrap-item.col3 .gallery-item:nth-child(2) {
    order: 3;
    grid-column: 1 / -1;
  }
  .gallery-item { display: block; }
  .gallery-item img {
    display: block;
    width: 100%;
    height: auto;
  }
  .section-style .section-content.style-product {
    flex-direction: column;
    gap: calc(20 / 414 * 100vw);
  }
  .section-style .section-content.style-product .content-item {
    padding-bottom: calc(40 / 414 * 100vw);
    background-color: #fff;
  }
  .product-title {
    margin: calc(15 / 414 * 100vw) auto calc(20 / 414 * 100vw);
    text-align: center;
    height: calc(30 / 414 * 100vw);
  }
  .price-list {
    margin: 0 auto calc(25 / 414 * 100vw);
    width: calc(334 / 414 * 100vw);
  }
  .price-list .price-list-item {
    padding: calc(10 / 414 * 100vw);
    font-size: calc(14 / 414 * 100vw);
  }
  .product-set {
    margin: 0 auto calc(18 / 414 * 100vw);
    width: calc(314 / 414 * 100vw);
  }
  .set-item:nth-child(1) {
    font-size: calc(12 / 414 * 100vw);
  }
  .set-item:nth-child(2) {
    font-size: calc(22 / 414 * 100vw);
  }
  .set-title {
    height: calc(21 / 414 * 100vw);
    font-size: 13px;
    font-weight: bold;
  }
  .product-note {
    margin: 0 auto calc(18 / 414 * 100vw);
    width: calc(314 / 414 * 100vw);
    font-size: calc(12 / 414 * 100vw);
  }
  .btn-wrap {
    margin: 0 auto;
    width: calc(314 / 414 * 100vw);
    gap: calc(10 / 414 * 100vw);
  }
  .section-style .btn-page {
    height: calc(40 / 414 * 100vw);
    width: 100%;
    font-size: calc(12 / 414 * 100vw);
  }
  .lb-data .lb-close {
    width: calc(50 / 414 * 100vw);
    height: calc(50 / 414 * 100vw);
  }
}


/* beforeafter */
.icv__theme-wrapper {
  display: none;
}
.beforeafter .icv__control::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(/cms/img/page/cl/icon-slide.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (min-width:751px) {
  .beforeafter .icv__control::before {
    width: 60px;
  }
}
@media screen and (max-width:750px){
  .beforeafter .icv__control::before {
    width: calc(60 / 414 * 100vw);
  }
}

/* notice */
@media screen and (min-width:751px) {
  .section-notice .section-inner {
    padding-bottom: min(90 / 1680 * 100vw, 90px);
    width: min(1260 / 1680 * 100vw, 1260px);
  }
  .block-common-parts-notice--title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222222;
    color: #ffffff;
    height: 170px;
    padding: 0 200px;
  }
  .block-common-parts-notice--title:hover {
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    opacity: 0.85;
  }
  .block-common-parts-notice--title:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 110px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    border: 1px #fff solid;
    border-radius: 50%;
  }
  .block-common-parts-notice--title div {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .block-common-parts-notice--title div:before,
  .block-common-parts-notice--title div:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -71px;
    width: 21px;
    height: 1px;
    background-color: #ffffff;
    transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .block-common-parts-notice--title div:after {
    transform: rotate(90deg);
  }
  .block-common-parts-notice--title.active div:after {
    transform: rotate(0);
  }
  .block-common-parts-notice--title h2 {
    margin: 0;
  }
  .block-common-parts-notice--title p {
    font-size: 1.8rem;
    margin-top: 10px;
  }
  .block-common-parts-notice--content {
    display: none;
    border: 1px #d0d0d0 solid;
    border-top: none;
    padding: 54px 140px 52px 140px;
  }
  .block-common-parts-notice--content .notice {
    text-align: center;
    font-size: 2rem;
    color: #cc0000;
    line-height: 1.65;
    margin-bottom: 12px;
  }
  .block-common-parts-notice--content ul {
    margin-top: 54px;
  }
  .block-common-parts-notice--content ul li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 30px;
    font-size: 1.8rem;
  }
  .block-common-parts-notice--content ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 8px;
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 50%;
  }
}
@media screen and (max-width:750px){
  .section-notice {
    padding-bottom: calc(100 / 414 * 100vw);
  }
  .remodal-wrapper.notice .remodal {
    padding: 0;
    height: 82.7vh;
    margin-top: 3.2vh;
    margin-bottom: 0;
    vertical-align: top;
    overflow: scroll;
  }
  .remodal-wrapper.notice .remodal:before,
  .remodal-wrapper.notice .remodal:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 20px);
    left: 0;
    background-color: #ffffff;
    z-index: 2;
  }
  .remodal-wrapper.notice .remodal:before {
    height: 30px;
    top: 0;
  }
  .remodal-wrapper.notice .remodal:after {
    height: 32px;
    bottom: 0;
  }
  .remodal-overlay.notice {
    background-color: rgba(0, 0, 0, 0.73);
  }
  .remodal-wrapper.notice .remodal .remodal-close {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #000000;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 3;
  }
  .remodal-wrapper.notice .remodal .remodal-close:before,
  .remodal-wrapper.notice .remodal .remodal-close:after {
    content: "";
    display: block;
    position: absolute;
    width: 19px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -9px;
    background-color: #ffffff;
  }
  .remodal-wrapper.notice .remodal .remodal-close:before {
    transform: rotate(45deg);
  }
  .remodal-wrapper.notice .remodal .remodal-close:after {
    transform: rotate(-45deg);
  }
  .block-common-parts-notice--content {
    padding: 31px 20px 60px 20px;
    height: 100%;
    position: relative;
    overflow: scroll;
  }
  .block-common-parts-notice--content > div {
    text-align: center;
    margin-bottom: 32px;
  }
  .block-common-parts-notice--content > div h2 {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0 20px 0 10px;
  }
  .block-common-parts-notice--content > div p {
    font-size: 1.4rem;
    margin-top: 16px;
    line-height: 1.7;
  }
  .block-common-parts-notice--content .notice {
    text-align: left;
    font-size: 1.4rem;
    color: #cc0000;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  .block-common-parts-notice--content ul {
    margin-top: 35px;
  }
  .block-common-parts-notice--content ul li {
    position: relative;
    margin-bottom: 0px;
    padding-left: 17px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.7;
  }
  .block-common-parts-notice--content ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 7px;
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 50%;
  }
}

.content-item.compare {
  display: grid;
  grid-template-areas: "stack";
  place-items: center;
  position: relative;
  --pos: 50%;
  touch-action: none;
}

.content-item.compare > * {
  grid-area: stack;
}

.content-item.compare .before img {
  -webkit-mask: linear-gradient(to right, #000 0, var(--pos, 50%), #0000 0);
  mask: linear-gradient(to right, #000 0, var(--pos, 50%), #0000 0);
}

.content-item.compare .after img {
  -webkit-mask: linear-gradient(to right, #0000 0, var(--pos, 50%), #000 0);
  mask: linear-gradient(to right, #0000 0, var(--pos, 50%), #000 0);
}

.content-item.compare img {
  display: block;
  max-width: 100%;
  height: auto;
}

.content-item.compare input[type="range"] {
  display: none;
}

.content-item.compare::after {
  content: "";
  position: absolute;
  inset-block: 0;
  inline-size: 4px;
  inset-inline-start: calc(var(--pos, 50%) - 2px);
  background: CanvasText;
  z-index: 2;
  cursor: ew-resize;
}

.content-item.compare .handle {
  position: absolute;
  top: 50%;
  left: var(--pos, 50%);
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #000;
  z-index: 3;
  cursor: ew-resize;
  background: url(/cms/img/page/cl/icon-slide.png) no-repeat;
  background-size: contain;
}
@media screen and (min-width:751px) {
  .content-item.compare .handle {
    width: 60px;
  }
}
@media screen and (max-width:750px){
  .content-item.compare .handle {
    width: calc(60 / 414 * 100vw);
  }
}

#lightbox{
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}
#lightbox .lb-outerContainer,
#lightbox .lb-dataContainer,
#lightbox .lb-container{
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  box-sizing: content-box !important;
  margin: 0 auto !important;
}
#lightbox .lb-outerContainer {
  background-color: transparent;
}
#lightbox .lb-image{
  width: auto !important;
  height: auto !important;
  max-width: 90vw !important;
  max-height: 85vh !important;
  display: block;
  margin: 0 auto;
}
#lightbox .lb-dataContainer{
  max-width: 90vw !important;
}
.lb-data .lb-details {
  width: 100%;
  text-align: center;
  color: #fff;
}
.lb-data .lb-close {
  position: fixed;
  top: 0;
  right: 0;
  background: url(/cms/img/page/cl/close.png) no-repeat;
  background-size: contain;
  z-index: 100;
  transform: translate(0, -100%);
}
.lightbox .lb-image {
  border: none;
  border-radius: 0;
}
@media screen and (min-width:751px) {
  .lb-nav a.lb-next {
    position: absolute;
    top: 50%;
    right: -100px;
    float: none;
    opacity: 1;
    background: url(/cms/img/page/cl/icon-next.png) no-repeat;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
  }
  .lb-nav a.lb-prev {
    position: absolute;
    top: 50%;
    left: -100px;
    float: none;
    opacity: 1;
    background: url(/cms/img/page/cl/icon-prev.png) no-repeat;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width:750px){
  .lb-nav a.lb-next {
    background: url(/cms/img/page/cl/icon-next.png) no-repeat right 10px center;
    background-size: 45px;
  }
  .lb-nav a.lb-prev {
    background: url(/cms/img/page/cl/icon-prev.png) no-repeat left 10px center;
    background-size: 45px;
  }
}