@media screen and (min-width: 897px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .pc_only {
    display: none;
  }
}
.ponteskirt {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  background: #efeae3;
  padding-bottom: 50px;
}
@media screen and (min-width: 897px) {
  .ponteskirt__head {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt__head {
    margin-bottom: 30px;
  }
}
.ponteskirt__head__bnr {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.ponteskirt__head__discription__txt {
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 897px) {
  .ponteskirt__head__discription__txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt__head__discription__txt {
    font-size: 14px;
  }
}
.ponteskirt__content__note {
  background: #fff;
  text-align: center;
  box-shadow: 2px 2px 4px grey;
}
@media screen and (min-width: 897px) {
  .ponteskirt__content__note {
    width: 600px;
    margin: 0 auto 50px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt__content__note {
    width: 100%;
    margin: 0 auto 30px;
    padding: 12px 0;
  }
}
@media screen and (min-width: 897px) {
  .ponteskirt__content__note__txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt__content__note__txt {
    font-size: 14px;
  }
}
.ponteskirt__content__note__txt__bold {
  font-family: serif;
  color: #997632;
}
@media screen and (min-width: 897px) {
  .ponteskirt__content__note__txt__bold {
    font-size: 30px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt__content__note__txt__bold {
    font-size: 20px;
  }
}
.ponteskirt__type {
  width: 90%;
  max-width: 750px;
}
@media screen and (min-width: 897px) {
  .ponteskirt__type {
    margin: 0 auto;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt__type {
    margin: 0 auto 50px;
  }
}
.ponteskirt__type__wrapper #normal:checked ~ .type-tab__btn .normal_label {
  background: #fff;
  color: #000;
}
.ponteskirt__type__wrapper #normal:checked ~ .type-tab__panel #normal {
  display: block;
}
.ponteskirt__type__wrapper #yuttari:checked ~ .type-tab__btn .yuttari_label {
  background: #fff;
  color: #000;
}
.ponteskirt__type__wrapper #yuttari:checked ~ .type-tab__panel #yuttari {
  display: block;
}
.ponteskirt .type-tab {
  width: 100%;
}
@media screen and (min-width: 897px) {
  .ponteskirt .type-tab {
    margin: 80px auto;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .type-tab {
    margin: 0 auto;
  }
}
.ponteskirt .type-tab__input {
  display: none;
  font-size: 0;
}
.ponteskirt .type-tab__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ponteskirt .type-tab__btn__label {
  width: 50%;
  display: inline-block;
  padding: 12px 0;
  color: #999;
  background: #ddd;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  transition: ease 0.2s opacity;
}
@media screen and (min-width: 897px) {
  .ponteskirt .type-tab__btn__label__txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .type-tab__btn__label__txt {
    font-size: 11px;
  }
}
.ponteskirt .tab__btn__label__txt__bold {
  font-family: serif;
  text-shadow: 1px 2px 3px #ffffff;
}
@media screen and (min-width: 897px) {
  .ponteskirt .tab__btn__label__txt__bold {
    font-size: 33px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .tab__btn__label__txt__bold {
    font-size: 18px;
  }
}
.ponteskirt .normal_label .tab__btn__label__txt__bold {
  color: #ae1460;
}
.ponteskirt .yuttari_label .tab__btn__label__txt__bold {
  color: #124463;
}
.ponteskirt .type-tab__panel {
  background: #fff;
}
.ponteskirt .type-tab__panel__inr {
  width: 100%;
  display: none;
}
@media screen and (min-width: 897px) {
  .ponteskirt .type-tab__panel__inr {
    padding: 80px 5%;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .type-tab__panel__inr {
    padding: 80px 3%;
  }
}
.ponteskirt .tab__panel__txt {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}
.ponteskirt .type__inr {
  margin: 0 auto;
}
@media screen and (min-width: 897px) {
  .ponteskirt .type__inr {
    width: 90%;
    max-width: 750px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .type__inr {
    width: 100%;
  }
}
.ponteskirt .type__head {
  margin-bottom: 20px;
}
@media screen and (min-width: 897px) {
  .ponteskirt .type__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .type__head {
    width: 100%;
  }
}
@media screen and (min-width: 897px) {
  .ponteskirt .type__head__icon {
    width: 95px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .type__head__icon {
    width: 55px;
    margin: 0 auto;
  }
}
.ponteskirt .type__head__icon__img {
  width: 100%;
}
@media screen and (max-width: 896px) {
  .ponteskirt .type-tab .type__head__title {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (min-width: 897px) {
  .ponteskirt .type-tab .type__head__title__lead__txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .type-tab .type__head__title__lead__txt {
    font-size: 12px;
  }
}
.ponteskirt .type-tab .type__head__title__lead__txt__bold {
  padding: 0 5px;
  font-family: serif;
  text-shadow: 1px 2px 3px #ffffff;
}
@media screen and (min-width: 897px) {
  .ponteskirt .type-tab .type__head__title__lead__txt__bold {
    font-size: 33px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .type-tab .type__head__title__lead__txt__bold {
    font-size: 20px;
  }
}
.ponteskirt .type-tab #normal .type__head__title__lead__txt__bold {
  color: #ae1460;
}
.ponteskirt .type-tab #yuttari .type__head__title__lead__txt__bold {
  color: #124463;
}
.ponteskirt .type-tab .type__head__title__name__txt {
  color: #8a574d;
}
@media screen and (min-width: 897px) {
  .ponteskirt .type-tab .type__head__title__name__txt {
    font-size: 25px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .type-tab .type__head__title__name__txt {
    font-size: 16px;
  }
}
.ponteskirt .type-tab .type__image {
  margin-bottom: 20px;
}
.ponteskirt .type-tab .type .detail__head__txt {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 897px) {
  .ponteskirt .type-tab .type .detail__head__txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .type-tab .type .detail__head__txt {
    font-size: 17px;
  }
}
.ponteskirt .type-tab .type .detail__head__txt:before, .ponteskirt .type-tab .type .detail__head__txt:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}
.ponteskirt .type-tab .type .detail__head__txt:before {
  margin-right: 1rem;
}
.ponteskirt .type-tab .type .detail__head__txt:after {
  margin-left: 1rem;
}
.ponteskirt .type-tab .type .detail__inr {
  width: 80%;
  margin: 20px auto;
}
@media screen and (min-width: 897px) {
  .ponteskirt .type-tab .type .detail__inr {
    width: 80%;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .type-tab .type .detail__inr {
    width: 90%;
  }
}
.ponteskirt .type-tab .type .detail__list {
  position: relative;
  padding-left: 30px;
}
.ponteskirt .type-tab .type .detail__text {
  line-height: 2;
}
@media screen and (min-width: 897px) {
  .ponteskirt .type-tab .type .detail__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .type-tab .type .detail__text {
    font-size: 14px;
  }
}
.ponteskirt .type-tab .type .detail__list__number {
  position: absolute;
  display: inline-block;
  left: 3px;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  background: #333333;
  font-size: 12px;
}
@media screen and (min-width: 897px) {
  .ponteskirt .type-tab .type .detail__list__number {
    top: 7px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .type-tab .type .detail__list__number {
    top: 4px;
  }
}
.ponteskirt .type-tab .type .detail__list__number__txt {
  line-height: 20px;
  letter-spacing: 0;
  color: #ffffff;
}
.ponteskirt .type-tab .type__size {
  margin-bottom: 50px;
}
.ponteskirt .type-tab .type .size__head__txt {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 897px) {
  .ponteskirt .type-tab .type .size__head__txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .type-tab .type .size__head__txt {
    font-size: 17px;
  }
}
.ponteskirt .type-tab .type .size__head__txt:before, .ponteskirt .type-tab .type .size__head__txt:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}
.ponteskirt .type-tab .type .size__head__txt:before {
  margin-right: 1rem;
}
.ponteskirt .type-tab .type .size__head__txt:after {
  margin-left: 1rem;
}
.ponteskirt .type-tab .type .size__inr {
  margin: 20px auto;
}
@media screen and (min-width: 897px) {
  .ponteskirt .type-tab .type .size__inr {
    width: 80%;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .type-tab .type .size__inr {
    width: 90%;
  }
}
.ponteskirt .type-tab .type .product__list {
  margin-bottom: 40px;
  text-align: center;
}
.ponteskirt .type-tab .type .product__list:last-child {
  margin-bottom: 0;
}
.ponteskirt .type-tab .type .product__number__txt {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .ponteskirt .type-tab .type .product__name {
    padding: 10px 0 0;
  }
}
@media screen and (min-width: 897px) {
  .ponteskirt .type-tab .type .product__name__txt {
    line-height: 2;
    font-size: 18px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .type-tab .type .product__name__txt {
    font-size: 15px;
  }
}
.ponteskirt .type-tab .type .product__price__txt {
  line-height: 2;
}
@media screen and (min-width: 897px) {
  .ponteskirt .type-tab .type .product__price__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .type-tab .type .product__price__txt {
    font-size: 12px;
  }
}
.ponteskirt .type-tab .type .product__btn {
  margin-top: 10px;
}
.ponteskirt .type-tab .type .product__btn__anchor {
  display: block;
  background: #473835;
  color: #ffffff;
  margin: 0 auto;
  border-radius: 3px;
  padding: 12px;
}
@media screen and (min-width: 897px) {
  .ponteskirt .type-tab .type .product__btn__anchor {
    width: 300px;
    font-size: 16px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .type-tab .type .product__btn__anchor {
    width: 70%;
    font-size: 13px;
  }
}
.ponteskirt__body {
  width: 90%;
  margin: 0 auto;
  max-width: 750px;
}
.ponteskirt .body-tab {
  width: 100%;
}
.ponteskirt .body-tab #light:checked ~ .body-tab__btn .light_label {
  background: #fff;
  color: #000;
}
.ponteskirt .body-tab #light:checked ~ .body-tab__btn .light_label .body-tab__btn__label__txt__bold {
  color: #ae1460;
}
.ponteskirt .body-tab #light:checked ~ .body-tab__panel #light-content.body-tab__panel__inr.hidden {
  display: block;
}
.ponteskirt .body-tab #futu:checked ~ .body-tab__btn .futu_label {
  background: #fff;
  color: #000;
}
.ponteskirt .body-tab #futu:checked ~ .body-tab__btn .futu_label .body-tab__btn__label__txt__bold {
  color: #ae1460;
}
.ponteskirt .body-tab #futu:checked ~ .body-tab__panel #futu-content.body-tab__panel__inr.hidden {
  display: block;
}
.ponteskirt .body-tab #thick:checked ~ .body-tab__btn .thick_label {
  background: #fff;
  color: #000;
}
.ponteskirt .body-tab #thick:checked ~ .body-tab__btn .thick_label .body-tab__btn__label__txt__bold {
  color: #ae1460;
}
.ponteskirt .body-tab #thick:checked ~ .body-tab__panel #thick-content.body-tab__panel__inr.hidden {
  display: block;
}
.ponteskirt .body-tab {
  width: 100%;
}
@media screen and (min-width: 897px) {
  .ponteskirt .body-tab {
    margin: 80px auto;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .body-tab {
    margin: 0 auto;
  }
}
.ponteskirt .body-tab__input {
  display: none;
  font-size: 0;
}
.ponteskirt .body-tab__btn {
  display: table;
  width: 100%;
}
.ponteskirt .body-tab__btn__label {
  display: table-cell;
  width: calc(100% / 3);
  display: inline-block;
  padding: 12px 0;
  color: #999;
  background: #ddd;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  transition: ease 0.2s opacity;
}
@media screen and (min-width: 897px) {
  .ponteskirt .body-tab__btn__label__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .body-tab__btn__label__txt {
    font-size: 12px;
  }
}
.ponteskirt .body-tab__btn__label__txt__bold {
  padding: 0 5px;
  font-family: serif;
  text-shadow: 1px 2px 3px #ffffff;
}
@media screen and (min-width: 897px) {
  .ponteskirt .body-tab__btn__label__txt__bold {
    font-size: 26px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .body-tab__btn__label__txt__bold {
    display: block;
    font-size: 20px;
  }
}
@media screen and (min-width: 897px) {
  .ponteskirt .body-tab__btn__label__txt_sub {
    font-size: 13px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .body-tab__btn__label__txt_sub {
    font-size: 10px;
  }
}
.ponteskirt .body-tab__panel {
  background: #fff;
}
.ponteskirt .body-tab__panel__inr {
  width: 100%;
}
@media screen and (min-width: 897px) {
  .ponteskirt .body-tab__panel__inr {
    padding: 40px 5%;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .body-tab__panel__inr {
    padding: 40px 0;
  }
}
.ponteskirt .body-tab__panel__inr.hidden {
  display: none;
}
.ponteskirt .body__inr {
  width: 90%;
  margin: 0 auto;
  max-width: 750px;
}
@media screen and (min-width: 897px) {
  .ponteskirt .body-tab .body .person__detail {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .body-tab .body .person__detail {
    margin-bottom: 15px;
  }
}
.ponteskirt .body-tab .body .person__detail__txt {
  text-align: center;
}
@media screen and (min-width: 897px) {
  .ponteskirt .body-tab .body .person__detail__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .body-tab .body .person__detail__txt {
    font-size: 12px;
  }
}
.ponteskirt .body-tab .body .person__product {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.ponteskirt .body-tab .body .person__product__txt {
  width: 50%;
  text-align: center;
}
.ponteskirt .body-tab .body .person__comment {
  border: 1px solid;
  padding: 20px;
}
@media screen and (min-width: 897px) {
  .ponteskirt .body-tab .body .person__comment {
    width: 500px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 896px) {
  .ponteskirt .body-tab .body .person__comment {
    width: 100%;
    margin: 20px auto 0;
  }
}
.ponteskirt .body-tab .body .person__comment__txt {
  text-align: center;
  font-size: 14px;
}
.tab_wrap {
  width: 100%;
  margin: 0 auto;
}
.tab__head {
  margin-bottom: 6px;
}
.tab__head__txt {
  text-align: center;
  font-size: 20px;
}

input[type="radio"] {
  display: none;
}

.tab_area {
  font-size: 0;
  margin: 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .tab_area {
    width: 98%;
    margin: 0 auto;
  }
}

.tab_area label {
  display: inline-block;
  color: #999;
  background: #ddd;
  text-align: center;
  cursor: pointer;
  transition: ease 0.2s opacity;
}
@media screen and (min-width: 897px) {
  .tab_area label {
    width: 150px;
    margin: 0 5px;
    padding: 12px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 896px) {
  .tab_area label {
    width: 29%;
    margin: 0 2%;
    padding: 4px 0;
    font-size: 16px;
  }
}

.tab_panel {
  width: 100%;
}
@media screen and (min-width: 897px) {
  .tab_panel {
    padding: 50px 0;
  }
}
@media screen and (max-width: 896px) {
  .tab_panel {
    padding: 20px 0;
  }
}

.tab_panel.hidden {
  display: none;
}

#tab-light-153:checked ~ .tab_area .tab-light-153_label {
  background: #a89841;
  color: #fff;
}

#tab-light-153:checked ~ .panel_area #tab-light-153__content.tab_panel.hidden {
  display: block;
}

#tab-light-157:checked ~ .tab_area .tab-light-157_label {
  background: #a89841;
  color: #fff;
}

#tab-light-157:checked ~ .panel_area #tab-light-157__content.tab_panel.hidden {
  display: block;
}

#tab-normal-158:checked ~ .tab_area .tab-normal-158_label {
  background: #a89841;
  color: #fff;
}

#tab-normal-158:checked ~ .panel_area #tab-normal-158__content.tab_panel.hidden {
  display: block;
}

#tab-normal-163:checked ~ .tab_area .tab-normal-163_label {
  background: #a89841;
  color: #fff;
}

#tab-normal-163:checked ~ .panel_area #tab-normal-163__content.tab_panel.hidden {
  display: block;
}

#tab-normal-167:checked ~ .tab_area .tab-normal-167_label {
  background: #a89841;
  color: #fff;
}

#tab-normal-167:checked ~ .panel_area #tab-normal-167__content.tab_panel.hidden {
  display: block;
}

#tab-thick-154:checked ~ .tab_area .tab-thick-154_label {
  background: #a89841;
  color: #fff;
}

#tab-thick-154:checked ~ .panel_area #tab-thick-154__content.tab_panel.hidden {
  display: block;
}

#tab-thick-160:checked ~ .tab_area .tab-thick-160_label {
  background: #a89841;
  color: #fff;
}

#tab-thick-160:checked ~ .panel_area #tab-thick-160__content.tab_panel.hidden {
  display: block;
}

#tab-thick-163:checked ~ .tab_area .tab-thick-163_label {
  background: #a89841;
  color: #fff;
}

#tab-thick-163:checked ~ .panel_area #tab-thick-163__content.tab_panel.hidden {
  display: block;
}

.ponteskirt .slick-prev,
.ponteskirt .slick-next {
  width: 18px;
  height: 45px;
  margin-top: -23px;
  z-index: 1;
}

.ponteskirt .slick-prev:before,
.ponteskirt .slick-next:before {
  font-size: 33px;
  color: #333;
  font-weight: bold;
}

.ponteskirt .slick-prev {
  left: 0;
}

.ponteskirt .slick-prev:before {
  content: '<';
}

.ponteskirt .slick-prev
.slick-next {
  right: 0;
}

.ponteskirt .slick-prev
.slick-next:before {
  content: '>';
}

.ponteskirt .slick-dots {
  margin-top: 10px;
}

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