.single main {
  padding: 0;
  margin: auto;
}

body.single {
  background: none;
  color: #000000;
}

.single section {
  padding: 0;
  margin: auto;
}

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-img img {
  width: 100%;
}
.bg-img .slick-slide {
  opacity: 1;
  transform: scale(1);
}

/* 
  .bg-img .slick-slide img {
      transform: scale(1.2);
      transition: .8s cubic-bezier(.645, .045, .355, 1);
  }

  .bg-img .slick-current img {
      transform: scale(1);

  }  */
.slick-slider.pc-none {
  display: none;
}

.bg-overlay {
  background-color: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.bg-txt {
  position: absolute;
  top: 50%;
  left: calc(50% - 60px);
  transform: translateX(-50%) translateY(-50%);
}
.bg-txt h1 {
  color: #fff;
  font-size: 4rem;
  text-align: center;
  font-weight: 500;
  line-height: 2;
}
.bg-txt h1 span {
  margin-left: 60px;
}

.single .p-apperlance__sec {
  background-color: #A19A7B;
  width: 100%;
  max-width: 100%;
  padding: 16px 40px;
}
.single .p-apperlance__sec h2 {
  margin-top: auto;
}

.bg-txt-2 {
  position: absolute;
}
.bg-txt-2 p {
  font-family: "Meiryo";
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
  font-style: italic;
  font-weight: 700;
}

.single section.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #333333;
  height: 100vh;
  width: calc(100% - 220px);
  z-index: -1;
  margin: 0;
  padding: 0;
  margin-left: 220px;
}

section.buddy-libero-desc {
  position: relative;
  margin-top: 100vh;
  padding: 100px 24px;
  width: 100%;
  background: linear-gradient(225deg, #767a63 0%, #767a63 50%, #D3C6A6 50%, #D3C6A6 100%);
}
section.buddy-libero-desc svg {
  position: absolute;
  bottom: calc(100% - 50px);
  left: 50%;
  transform: translateX(-50%);
}

.desc-img {
  width: 50%;
  height: 600px;
  overflow: hidden;
}
.desc-img > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.desc-flex-img {
  width: 100%;
  justify-content: space-between;
}

.desc-wrap {
  margin: 0 16px;
  width: 50%;
  position: relative;
  padding-bottom: 25px;
}
.desc-wrap p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 1.25;
}
.desc-wrap figure {
  width: 49%;
  margin: 0px;
}

section.buddy-libero-desc h2 {
  font-size: 2.4rem;
  margin-top: 0;
  color: #D3C6A6;
}
section.product-desc {
  background-color: #A7977A;
  padding: 50px 0 100px;
}

.product-desc-txt {
  width: 45%;
  margin: 16px;
}

.product-wrap > figure {
  width: 55%;
  margin: auto 8px auto 16px;
}
.product-wrap > figure img {
  width: 100%;
}

.slick-initialized.slider-nav-1 {
  font-size: 0;
}
.slick-initialized.slider-nav-1 .slick-slide {
  width: calc(25% - 16px) !important;
}

.product-desc-txt h3 {
  margin-top: 0;
  font-size: 1.5rem;
}
.product-desc-txt figure {
  width: 50%;
}
.product-desc-txt p {
  margin: 24px auto;
  font-size: 1.5rem;
}
.product-desc-txt a {
  display: inline-block;
  background-color: #000;
  color: #fff;
  margin: 4px auto 16px;
  padding: 16px 64px;
}

.color-validation {
  justify-content: space-between;
}
.color-validation p {
  text-align: center;
  width: 49%;
  padding: 2px 16px;
  background-color: #A88D63;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.color-validation p:last-child {
  background-color: #767a63;
}

.spec-product-img.boxInner {
  width: 75%;
  margin-left: auto;
  font-size: 0;
}
.spec-product-img a {
  width: calc(25% - 16px);
  display: inline-block;
  margin: 24px 8px 0px;
  padding: 0;
  position: relative;
}
.spec-product-img a:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/products/buddy-libero-product/detail.png) no-repeat center center;
  background-size: cover;
  transition: 0.2s ease-in-out;
}
.spec-product-img a:hover:before {
  opacity: 1;
}

a:-webkit-any-link:focus {
  outline-offset: 0px;
  outline: none;
}

.single section.buddy-libero-spec {
  padding: 100px 16px;
  background-color: #BFBC98;
}

@media screen and (min-width: 960px) {
  .slide-wrap {
    display: flex;
  }
  .slider-for,
  .slider-nav {
    width: 50%;
    margin: auto;
  }
  .slider-for .slick-slide img {
    max-height: 100%;
  }
  .slider-nav figure.slick-slide.slick-active {
    display: flex;
    width: calc(50% - 24px) !important;
    height: 150px;
    justify-content: space-between;
    margin: 16px 8px;
    border: 2px solid #000 !important;
    padding: 8px;
  }
  .slider-nav figure.slick-slide.slick-active img {
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.product-png {
  max-width: 1200px;
  font-size: 0;
  align-items: center;
  margin: auto;
}

.product-png-right {
  width: 50%;
  padding: 24px;
}

.product-png-left {
  width: 50%;
  padding: 24px;
}
.product-png-left a {
  width: 100%;
  height: 416px;
  display: block;
}

.product-png-right a {
  background: rgba(255, 255, 255, 0.5);
}

.product-png-left a {
  background: rgba(255, 255, 255, 0.5);
}
.product-png-left a img {
  padding: 16px;
  margin: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-png-right a {
  display: inline-block;
  width: calc(50% - 16px);
  margin: 8px;
  height: 200px;
  vertical-align: middle;
}
.product-png-right a > img {
  padding: 16px;
  margin: auto;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.feature-flex > div > span {
  border: 3px solid #000;
}

.single section.product-youtube-wrap {
  background-color: #A19A7B;
  padding: 60px 0;
}

.feature-flex > div {
  margin-bottom: auto;
}
.feature-flex > div > h3 {
  font-size: 2.4rem;
  line-height: 2.4rem;
}

.hd-1 {
  color: #000000;
  border-bottom: solid 3px #000000;
}

.baddy-libero-feature h2 {
  font-size: 3.6rem;
}

section.product .product__h2, section.compartion-wrap .product__h2 {
  font-size: 3.6rem;
}

.product__h2::before {
  position: absolute;
  left: 50px;
  bottom: 15px;
  color: #fff;
  opacity: 0.5;
}

.baddy-libero-feature {
  padding: 50px 0;
}

.lity-container {
  max-width: 80% !important;
  max-height: 80% !important;
}

.lity-content {
  max-height: 100% !important;
}

.lity-image img {
  max-height: 80% !important;
  max-width: 80% !important;
  margin: auto;
}

section.product {
  background-color: #A19A7B;
  padding: 20px;
}
section.product .product-specifications dt {
  color: #fff;
}
section.compartion-wrap {
  background-color: #A19A7B;
  padding: 60px;
  max-width: none !important;
}
section.compartion-wrap tr th,
section.compartion-wrap tr td {
  background-color: #BFBC98 !important;
}
section.manual-sec {
  background-color: #BFBC98;
  margin: auto;
  padding: 60px;
}
section.manual-sec .pc-flex {
  display: block;
}
section.manual-sec h2 {
  width: 100%;
}
section.manual-sec button.more-btn {
  width: 100%;
  margin: 40px auto;
}

main table {
  width: calc(100% - 16px);
}
main th {
  background: #767a63;
}

.product-specifications,
.product-1culom {
  border-top: 3px solid #000;
  border-radius: 3px;
}

.c-product-table tr td.current-product {
  background-color: transparent;
}
.c-product-table tr td a {
  color: #000;
}

.campaign-banner-wrap {
  background-color: #D3C6A6;
}
.campaign-banner-wrap h2 {
  margin: auto;
  padding: 16px;
  max-width: 1200px;
  border-bottom: 2px solid #000;
  border-radius: 1px;
}
.campaign-banner-wrap a {
  display: block;
  text-align: center;
  padding: 40px 0;
}

.c-product-table {
  background-color: #BFBC98;
}

main th,
main td {
  border: 1px solid #000;
  color: #000;
}
main tr:last-child td,
main tr:last-child th {
  border-bottom: solid 1px #000;
}

.c-product-table tr th {
  color: #000;
  background-color: transparent;
}
.c-product-table::-webkit-scrollbar-thumb {
  background: #767a63;
  border-radius: 10px;
  box-shadow: none;
}
.c-product-table::-webkit-scrollbar-track {
  background: #D3C6A6;
  border: none;
  border-radius: 10px;
  box-shadow: none;
}

.product-page-link {
  display: block;
}

.boxInner {
  overflow: hidden;
  opacity: 0;
  width: inherit;
  height: inherit;
}

.isPlay {
  animation-name: play;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}
.isPlay:before {
  animation-name: maskOut;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
}

.product-desc .isPlay:before,
.product-youtube-wrap .isPlay:before {
  background: #A7977A;
}

.buddy-libero-spec .isPlay:before,
.product-page-link.isPlay:before {
  background: #BFBC98;
}

.campaign-banner-wrap .isPlay:before,
.option-sec .isPlay:before {
  background: #D3C6A6;
}

.buddy-libero-spec .product-png-right a.isPlay:before {
  animation-delay: 1s;
}
.buddy-libero-spec .product-png-right a:nth-child(2).isPlay:before {
  animation-delay: 1.25s;
}
.buddy-libero-spec .product-png-right a:nth-child(3).isPlay:before {
  animation-delay: 1.5s;
}
.buddy-libero-spec .product-png-right a:nth-child(4).isPlay:before {
  animation-delay: 1.75s;
}

section.option-sec {
  background-color: #D3C6A6;
  padding: 60px 8px;
  margin: 0;
}
section.option-sec h2::before {
  content: "Option";
}

.opt-wrap {
  font-size: 0;
}

.opt-block {
  display: inline-block;
  width: calc(20% - 16px);
  margin: 16px 8px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
  vertical-align: top;
}
.opt-block figure {
  width: 100%;
  height: 200px;
  overflow: hidden;
  text-align: center;
}
.opt-block figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.opt-block span {
  text-align: right;
  display: block;
  color: #777777;
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.opt-block p {
  font-size: 1.2rem;
  line-height: 1.1;
  margin: auto;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.fuwa {
  opacity: 0;
  transform: translateY(20px);
  transition-timing-function: ease-in-out;
  transition-duration: 1s;
  transition-delay: 0.5ss;
}
.fuwa.scrollin {
  opacity: 1;
  transform: translateY(0px);
}

.bg-txt.fuwa {
  transform: translateX(-50%) translateY(calc(-50% + 20px));
}

.bg-txt-2.fuwa {
  bottom: 12%;
  right: -25%;
  width: 100%;
}

.bg-txt.fuwa.fuwa.scrollin {
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 960px) {
  .single main {
    padding: 0px;
    margin: auto;
  }
  .single section.bg-fixed {
    position: fixed;
    top: 0px;
    left: 0;
    background-color: #333333;
    height: 50vh;
    width: 100%;
    margin-left: 0px;
  }
  .bg-img img {
    transform: scale(1);
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .bg-img .slick-slide img {
    width: 100%;
    height: 100%;
  }
  .bg-img .slick-track {
    height: 50vh;
    transition: 1s;
  }
  .bg-txt {
    top: 50%;
    left: 50%;
    width: 100%;
  }
  .slick-slider.sp-none {
    display: none;
  }
  .slick-slider.pc-none {
    display: block;
  }
  .bg-txt-2.fuwa {
    padding: 0;
    right: 0;
  }
  .bg-txt h1,
  .bg-txt-2 p {
    font-size: 2.4rem;
  }
  section.buddy-libero-desc {
    margin-top: calc(50vh - 50px);
    margin-bottom: 0;
    padding: 16px 8px;
    background: #767a63;
  }
  section.buddy-libero-desc h2 {
    margin: 16px auto;
  }
  section.buddy-libero-desc svg {
    display: none;
  }
  .desc-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .desc-wrap {
    width: 100%;
    margin: auto;
    padding-bottom: 24px;
  }
  .desc-flex-img {
    display: flex;
  }
  .desc-wrap figure {
    width: 100%;
    margin: 16px 4px 8px;
  }
  .desc-flex-img {
    position: relative;
    transform: inherit;
    left: 0;
    top: 0;
  }
  .product-desc-txt a {
    width: 100%;
    margin: 4px auto 16px;
    padding: 16px 0px;
    text-align: center;
  }
  .product-png-right {
    width: 100%;
    padding: 4px 0;
  }
  .product-png-left {
    width: 100%;
    padding: 4px 0;
  }
  .product-png-left a {
    height: 300px;
  }
  .product__h2::before {
    display: none;
  }
  .product-wrap > figure {
    width: calc(100% - 16px);
    margin: 8px;
  }
  .product-desc-txt {
    width: calc(100% - 16px);
    margin: 8px;
  }
  .product-desc-txt figure {
    width: 100%;
  }
  .color-validation p {
    width: calc(100% - 32px);
    padding: 2px 0;
    margin: 16px;
  }
  .spec-product-img.boxInner {
    width: 100%;
    font-size: 0;
    margin: 40px auto 24px;
  }
  .spec-product-img a {
    width: calc(50% - 16px);
    display: inline-block;
    margin: 8px;
    padding: 0;
    position: relative;
  }
  .product-png-right a {
    display: inline-block;
    width: calc(50% - 10px);
    margin: 8px 4px;
  }
  section.product-desc {
    padding: 20px 0;
  }
  .single section.buddy-libero-spec {
    padding: 20px 8px;
    background-color: #BFBC98;
  }
  section.product {
    padding: 0px 8px 20px;
  }
  section.product .product__h2 {
    margin: auto;
  }
  .baddy-libero-feature {
    padding: 0px;
  }
  .single section.product-youtube-wrap,
  section.compartion-wrap {
    padding: 16px 0;
  }
  .product__h2 {
    position: relative;
    margin: 16px auto 24px;
    z-index: 0;
  }
  .baddy-libero-feature h2 {
    font-size: 3rem;
    padding-left: 8px;
    padding-bottom: 4px;
    line-height: 1;
  }
  section.product .product__h2, section.compartion-wrap .product__h2, section.option-sec h2 {
    font-size: 3rem;
    padding-left: 8px;
    padding-bottom: 4px;
    line-height: 1;
  }
  .feature-flex {
    margin-top: 8px;
  }
  .product-specifications {
    width: 100%;
    margin: 8px auto;
  }
  .product-1culom {
    width: 100%;
    margin: 1.6rem 0px 0;
  }
  section.campaign-banner-wrap {
    padding: 16px 8px;
  }
  .baddy-libero-feature h2 {
    border-bottom: 2px solid #000;
    border-radius: 3px;
  }
  .feature-flex > div > span {
    font-size: 2rem;
  }
  section.option-sec {
    padding: 20px 8px;
  }
  section.option-sec h2 {
    border-bottom: 2px solid #000;
    border-radius: 3px;
  }
  .opt-block {
    display: inline-block;
    width: calc(50% - 16px);
    margin: 8px;
  }
  .opt-block figure {
    height: 100px;
  }
  .campaign-banner-wrap a {
    padding: 16px 0;
  }
}/*# sourceMappingURL=buddy-libero-template.css.map */