.head{
  background-color: #fafafa;
      padding-bottom: 50px;
}

.special_heading{

}

.seller
{
 padding-bottom: 20px;
}


.Inner {
  position: relative;

   text-decoration: none;
}
.modal-open {
    position: fixed;
    right: 0;
    top: 59px;
    width: 61px;
    height: 61px;
    letter-spacing: 0.6em;
    color: #fff;
    font-size: 10px;
    z-index: 98;
    text-align: center;
    text-decoration: none;
    color: #1B1B1B;
    border: 1px solid #1B1B1B;
    background: rgba(255, 255, 255, 0.3);
}
.modal-open:hover {
	 background: #1B1B1B;
         color: #fff;
	 cursor: pointer;
	 text-decoration: none;
}

.Inner-CTA-Text {
 position: absolute;
    top: 49%;
    left: 55%;
    margin: 0;
    display: inline;
    transform: translate(-50%, -50%);
  
}


.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(50, 50, 50, .3);
  z-index: 106;
}

.modal-cnt {
 position: fixed;
    top: 20%;
    right: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .3);
    display: none;
    max-width: 70%;
    width: 96%;
    margin: auto;
    box-sizing: border-box;
    padding: 15px;
    z-index: 107;
}

.modal-bg.visible,
.modal-cnt.visible {
  display: block;
}

.modal-x {
    position: relative;
    height: 60px;
    width: 60px;
    top: 0px;
    right: 50px;
}

.modal-x::before {
    position: relative;
    background: #FFF;
    width: 25px;
    height: 1px;
    top: -4px;
    transform: rotate(
45deg
);
    content: "";
    display: block;
}

.modal-x::after {
    position: relative;
    background: #FFF;
    width: 25px;
    height: 1px;
    bottom: 5px;
    content: "";
    transform: rotate(
-45deg
);
    display: block;
}

.areamodal h2 {
 margin: 30px 20px;
}

.bar2{
content: "";
    height: 70px;
    width: 1px;
    background: #000000;
    margin: 0px auto 40px auto;
    display: block;
}


@media (max-width: 768px) {
  .modal-cnt {
    top: 9%;
}
  .areamodal h2 {
    margin: 20px 0px;
    font-size: 40px;
}
  .areamodal p {
    margin: 10px 10px;
}
  .modal-open {
    width: 65px;
    height: 65px;
}
}




/******************************/
/* FEATURES */
/******************************/
.p-features {
  padding-bottom: 30px;
}
.p-features-list {
  box-sizing: border-box;
  display: flex;
  margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
}
@media screen and (max-width: 1030px) {
  .p-features-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.p-features-list__item {
  box-sizing: border-box;
  list-style-type:none;
  margin-bottom: 0px;
  padding-left:0%;
  padding-right: 1%;
  width: 300px;
  background: #fff;
}
@media screen and (max-width: 1030px) {
  .p-features-list__item {
    margin-right: 5px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 300px;
  }
}
.p-features-list__in {
  box-sizing: border-box;
  position: relative;
}
.p-features-list__in:before {
  content: "";
  position: absolute;
  top: 150px;
  bottom: 30px;
  right: 10px;
  left: 10px;
  z-index: -1;
  background: transparent;
  transform: scaleY(2.3) perspective(0.6em) rotateX(2deg);
  transform-origin: bottom;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1030px) {
  .p-features-list__in:before {
    top: 150px;
    bottom: 30px;
    right: 15px;
    left: 15px;
     /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); */
  }
}
.p-features-list__in:hover:before {
  content: "";
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); */
}
.p-features-list__in:hover .p-features-list__img img {
  transform: scale(1.05, 1.05);
}
.p-features-list__img {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-features-list__img img {
  width: 100%;
  transform: scale(1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-features-list__txt {
  box-sizing: border-box;
 padding: 0px 5px;
    width: 280px;
  background: #ffffff;
}
@media screen and (max-width: 1030px) {
  .p-features-list__txt {
    padding: 5px 5px;
    width: 300px;
  }
}
.p-features-list__ttl {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.15em;
    line-height: 1.8em;
}
.p-features-list__body {
  color: #717070;
    font-size: 10px;
    letter-spacing: 0.1em;
}

  .p-features-list__body {
    white-space: initial;
  }

.u-contents {
  padding-top: 20px;
    /*  padding-bottom: 75px; */
 
  padding-left: 1%;
    padding-right: 1%;
}
@media screen and (max-width: 767px) {
  .u-contents {
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
.u-contents-s {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .u-contents-s {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* overflow slide */

  .u-overflow-slide {
    overflow-x: scroll;
    -ms-overflow-style: none;
    white-space: nowrap;
    padding-bottom: 0px;
    width: 100%;
  }
 .u-overflow-slide::-webkit-scrollbar {
    display:none;
}

  .u-overflow-slide.is-product-thumb {
    padding-bottom: 10px;
  }

  .u-overflow-slide.is-option-tbl {
    padding-bottom: 15px;
  }

  .u-overflow-slide::-webkit-scrollbar {
    height: 2px;
  }

  .u-overflow-slide::-webkit-scrollbar-track {
    background: #f0f0f0;
  }

  .u-overflow-slide::-webkit-scrollbar-thumb {
    background: #999899;
  }





@media (max-width: 980px) {
 .seller{
  padding-bottom: 0px;
}
}