.p-sale {
  display: -webkit-flex;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .p-sale {
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  @media print, screen and (min-width: 769px) {
    .p-sale {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }

@media print, screen and (min-width: 769px) {
  .p-sale-txt {
    width: calc(100% - 460px); } }

@media only screen and (max-width: 768px) {
  .p-sale-detail {
    margin-top: 15px; } }
@media print, screen and (min-width: 769px) {
  .p-sale-detail {
    margin-top: 20px; } }

.p-sale-detail-item {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  overflow: hidden;
  transition: .5s;
  display: -webkit-flex;
  display: flex; }
  .p-sale-detail-item:first-child {
    border-top: 1px solid #ddd; }
  @media only screen and (max-width: 768px) {
    .p-sale-detail-item:nth-of-type(3) ~ .p-sale-detail-item:not(.is-open) {
      height: 0;
      padding: 0 10px;
      border: 0; } }
  .p-sale-detail-item dt {
    width: 8em; }
  .p-sale-detail-item dd {
    width: calc(100% - 8em); }

.p-sale-detail-offer {
  padding: 10px;
  overflow: hidden;
  transition: .5s;
  font-size: 12px;
  font-size: 1.2rem; }
  @media only screen and (max-width: 768px) {
    .p-sale-detail-offer:not(.is-open) {
      height: 0;
      padding: 0 10px;
      border: 0; } }
  .p-sale-detail-offer li {
    text-indent: -1em;
    margin-left: 1em; }

.p-sale-detail-btn {
  display: block;
  width: 70%;
  margin: 20px auto;
  padding: 10px;
  border: 1px solid #333;
  position: relative;
  text-align: center; }
  .p-sale-detail-btn:before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    border-top: 1px solid #333;
    position: absolute;
    top: 50%;
    right: 15px;
    transition: .5s;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg); }
  .p-sale-detail-btn:after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    border-top: 1px solid #333;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .p-sale-detail-btn.is-open:before {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg); }

.p-sale-btn {
  display: block;
  padding: 20px;
  color: #fff;
  text-align: center;
  background: url(/_asset/img/icon-arrow.png) top 50% right 20px no-repeat #0266cc;
  background-size: 11px;
  transition: .5s; }
  @media only screen and (max-width: 768px) {
    .p-sale-btn {
      margin: 20px; } }
  @media print, screen and (min-width: 769px) {
    .p-sale-btn {
      margin: 20px auto;
      width: 250px; }
      .p-sale-btn:hover {
        background-color: #047ffd; } }

@media only screen and (max-width: 768px) {
  .p-sale-img {
    margin-bottom: 30px; } }
@media print, screen and (min-width: 769px) {
  .p-sale-img {
    width: 420px; } }

.p-sale-slick {
  font-size: 0px;
  font-size: 0rem; }
  @media only screen and (max-width: 768px) {
    .p-sale-slick {
      margin: 0 0 15px; } }
  @media print, screen and (min-width: 769px) {
    .p-sale-slick {
      margin: 0 0 20px; } }

.p-sale-slick-thumb {
  margin: 0 -10px; }
  .p-sale-slick-thumb .slick-track {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important; }
  .p-sale-slick-thumb .slick-slide {
    margin: 0 10px; }
  .p-sale-slick-thumb .slick-current {
    opacity: .3; }

.p-sale-slick-item,
.p-sale-slick-thumb-item {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border: 1px solid #ccc; }
  .p-sale-slick-item img,
  .p-sale-slick-thumb-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff; }

.p-sale-slick-item:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background: url(/_asset/img/icon-zoom.svg) 47% 55% no-repeat #0266cc;
  background-size: 17px;
  position: absolute;
  right: 15px;
  bottom: 15px; }

.p-modal {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  opacity: 0;
  transition: opacity .5s, top 0s .5s; }
  .p-modal.is-modal {
    transition: opacity .5s, top 0s;
    top: 0;
    opacity: 1; }

.p-modal-slick {
  font-size: 0px;
  font-size: 0rem;
  height: 100%; }
  .p-modal-slick .slick-list,
  .p-modal-slick .slick-track,
  .p-modal-slick .slick-slide {
    height: 100%; }
  .p-modal-slick .slick-slide div {
    height: 100%; }

.p-modal-item {
  height: 100%;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.p-modal-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  @media only screen and (max-width: 768px) {
    .p-modal-prev {
      width: 50px;
      height: 50px;
      left: 0; } }
  @media print, screen and (min-width: 769px) {
    .p-modal-prev {
      width: 50px;
      height: 50px;
      left: 30px; } }
  .p-modal-prev:after {
    content: "";
    display: block;
    width: 50%;
    height: 50%;
    border-top: 2px solid #0266cc;
    border-left: 2px solid #0266cc;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%) rotate(-45deg);
    transform: translate(-40%, -50%) rotate(-45deg); }

.p-modal-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  @media only screen and (max-width: 768px) {
    .p-modal-next {
      width: 50px;
      height: 50px;
      right: 0; } }
  @media print, screen and (min-width: 769px) {
    .p-modal-next {
      width: 50px;
      height: 50px;
      right: 30px; } }
  .p-modal-next:after {
    content: "";
    display: block;
    width: 50%;
    height: 50%;
    border-top: 2px solid #0266cc;
    border-right: 2px solid #0266cc;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%) rotate(45deg);
    transform: translate(-40%, -50%) rotate(45deg); }

.p-modal-close-btn {
  display: block;
  position: absolute;
  text-indent: -1000%;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .p-modal-close-btn {
      top: 15px;
      right: 15px;
      width: 50px;
      height: 50px; } }
  @media print, screen and (min-width: 769px) {
    .p-modal-close-btn {
      top: 40px;
      right: 40px;
      width: 100px;
      height: 100px; } }
  .p-modal-close-btn:before {
    content: "";
    display: block;
    height: 2px;
    border-top: 1px solid #0266cc;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
    @media only screen and (max-width: 768px) {
      .p-modal-close-btn:before {
        width: 50px; } }
    @media print, screen and (min-width: 769px) {
      .p-modal-close-btn:before {
        width: 100px; } }
  .p-modal-close-btn:after {
    content: "";
    display: block;
    height: 2px;
    border-top: 1px solid #0266cc;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
    @media only screen and (max-width: 768px) {
      .p-modal-close-btn:after {
        width: 50px; } }
    @media print, screen and (min-width: 769px) {
      .p-modal-close-btn:after {
        width: 100px; } }

/*# sourceMappingURL=index.css.map */
