@charset "UTF-8";
body {
  position : relative;
  z-index : 1;
  width : 100%;
  height : auto;
  overflow : hidden;
  font-size : 16px;
  line-height : 1.6;
  -webkit-font-smoothing : antialiased;
}
body > * {
  -webkit-box-sizing : border-box;
  box-sizing : border-box;
}

a {
  text-decoration : none;
  outline : none;
}

a:hover {
  text-decoration : none;
}

a:focus,
*:focus {
  outline : none;
}

img {
  vertical-align : top;
  border : none;
  border-style : none;
}

ol,
ul,
li {
  list-style : none;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing : content-box;
  box-sizing : border-box;
  border : none;
  border-radius : 0;
  -webkit-appearance : button;
  -moz-appearance : button;
  appearance : button;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display : none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset : -2px;
}

.SPshow {
  display : none;
}

.PCshow {
  display : block;
}

.header__inner > h1 > img {
  display : block;
  width : 100%;
  height : 100%;
  -o-object-fit : cover;
  object-fit : cover;
}

.ksp-coupons {
  padding : 0 60px;
  background-color : #205C82;
}
.ksp-coupons__inner {
  width : 100%;
  max-width : 1440px;
  padding : 60px 0 80px;
  margin : 0 auto;
  font-family : "Noto Serif JP", serif;
  color : #ffffff;
}
.ksp-coupons__inner .ksp-coupons-message {
  margin-bottom : 30px;
  font-family : "Noto Serif JP";
  font-size : 40px;
  font-style : normal;
  font-weight : 600;
  line-height : 140%; /* 56px */
  text-align : center;
  letter-spacing : 1.6px;
}
.ksp-coupons__inner .ksp-coupons-day {
  width : 100%;
  max-width : 530px;
  padding : 13px 0 14px;
  margin : 0 auto;
  margin-bottom : 54px;
  font-size : 30px;
  font-style : normal;
  font-weight : 600;
  line-height : 130%; /* 39px */
  text-align : center;
  letter-spacing : 1.2px;
  border-top : 1px solid #ffffff;
  border-bottom : 1px solid #ffffff;
}
.ksp-coupons__inner .ksp-coupons-lead-image {
  display : block;
  width : 675px;
  height : auto;
  margin : 0 auto 4px;
}
.ksp-coupons__inner .ksp-coupons-lead-image > source,
.ksp-coupons__inner .ksp-coupons-lead-image > img {
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}
.ksp-coupons__inner .ksp-coupons-guide {
  margin-bottom : 18px;
  font-size : 30px;
  font-style : normal;
  font-weight : 600;
  line-height : 130%; /* 39px */
  text-align : center;
  letter-spacing : 1.2px;
}
.ksp-coupons__inner .ksp-coupons-card-top {
  display : block;
  width : 100%;
  max-width : 900px;
  margin : 0 auto 30px;
  -webkit-transition : .3s;
  transition : .3s;
}
.ksp-coupons__inner .ksp-coupons-card-top__image {
  display : block;
  width : 100%;
  height : auto;
}
.ksp-coupons__inner .ksp-coupons-card-top__image > source,
.ksp-coupons__inner .ksp-coupons-card-top__image > img {
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}
.ksp-coupons__inner .ksp-coupons-card-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
  flex-wrap : wrap;
  gap : 30px;
  max-width : 1090px;
  margin : 0 auto;
}
.ksp-coupons__inner .ksp-coupons-card-list__item {
  display : block;
  width : calc(50% - 15px);
}
.ksp-coupons__inner .ksp-coupons-card-list__item--link {
  display : block;
  width : 100%;
  height : auto;
  -webkit-transition : .3s;
  transition : .3s;
}
.ksp-coupons__inner .ksp-coupons-card-list__item--link .ksp-coupons-card-list-image {
  display : block;
  width : 100%;
  height : auto;
}
.ksp-coupons__inner .ksp-coupons-card-list__item--link .ksp-coupons-card-list-image > source,
.ksp-coupons__inner .ksp-coupons-card-list__item--link .ksp-coupons-card-list-image > img {
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}

.ksp-footer {
  padding : 80px 0;
  text-align : center;
  background-color : #ab2124;
}
.ksp-footer__inner {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
  flex-direction : column;
  gap : 35px;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  max-width : 1440px;
  margin : 0 auto;
}
.ksp-footer__inner .ksp-footer-logo {
  display : block;
  width : 180px;
  height : auto;
}
.ksp-footer__inner .ksp-footer-logo > img {
  display : block;
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}
.ksp-footer__inner .ksp-footer-copy {
  font-family : "Noto Serif JP", serif;
  font-size : 10px;
  font-weight : 600;
  color : #ffffff;
  letter-spacing : .1em;
}

.ksp-header {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  padding : 8px 0 7px;
  background-color : #ffffff;
}
.ksp-header__logo {
  display : block;
  width : 140px;
  height : 55px;
}
.ksp-header__logo > img {
  display : block;
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}

.ksp-insert {
  display : block;
  width : 100%;
  height : auto;
}
.ksp-insert__image {
  display : block;
  width : 100%;
  height : auto;
}
.ksp-insert__image > source,
.ksp-insert__image > img {
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}

.ksp-kv {
  display : block;
  width : 100%;
  height : auto;
}
.ksp-kv__image {
  display : block;
  width : 100%;
  height : auto;
}
.ksp-kv__image > source,
.ksp-kv__image > img {
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}

.ksp-offer {
  padding : 0 60px;
  background-color : #000000;
  background-image : url(../img/offer_bg_pc.webp);
  background-repeat : no-repeat;
  background-position : center;
  background-size : cover;
}
.ksp-offer__inner {
  width : 100%;
  max-width : 1440px;
  padding : 92px 0 120px;
  margin : 0 auto;
  font-family : "Noto Serif JP", serif;
  color : #ffffff;
}
.ksp-offer__inner .ksp-offer-lead-image {
  display : block;
  width : 867px;
  height : auto;
  margin : 0 auto 66px;
}
.ksp-offer__inner .ksp-offer-lead-image > source,
.ksp-offer__inner .ksp-offer-lead-image > img {
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}
.ksp-offer__inner .ksp-offer-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
  flex-wrap : wrap;
  row-gap : 61px;
  -webkit-column-gap : 26px;
  -moz-column-gap : 26px;
  column-gap : 26px;
  max-width : 1090px;
  margin : 0 auto;
}
.ksp-offer__inner .ksp-offer-list__item {
  width : calc(33.3333333333% - 18px);
  padding-left : 36px;
}
.ksp-offer__inner .ksp-offer-list__item--link .offer-list-thumbnail {
  position : relative;
}
.ksp-offer__inner .ksp-offer-list__item--link .offer-list-thumbnail__label {
  position : absolute;
  top : -20px;
  left : -36px;
  z-index : 10;
  display : block;
  width : 168px;
  height : 168px;
}
.ksp-offer__inner .ksp-offer-list__item--link .offer-list-thumbnail__label > img {
  display : block;
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}
.ksp-offer__inner .ksp-offer-list__item--link .offer-list-thumbnail__label .-number {
  position : absolute;
  top : 35px;
  right : -11px;
  left : 0;
  margin : 0 auto;
  font-family : "Libre Caslon Text", serif;
  font-size : 68px;
  font-style : normal;
  font-weight : 700;
  line-height : 100%; /* 68px */
  color : #000000;
  text-align : center;
  letter-spacing : -2.04px;
}
.ksp-offer__inner .ksp-offer-list__item--link .offer-list-thumbnail__label .-number .-percent {
  font-size : 35px;
  font-style : normal;
  font-weight : 400;
  line-height : 100%; /* 35px */
}
.ksp-offer__inner .ksp-offer-list__item--link .offer-list-thumbnail__bottle {
  display : block;
  width : 100%;
  height : auto;
  overflow : hidden;
  border-radius : 50%;
  -webkit-transition : .3s;
  transition : .3s;
}
.ksp-offer__inner .ksp-offer-list__item--link .offer-list-thumbnail__bottle > img {
  display : block;
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
  -webkit-transition : .3s;
  transition : .3s;
}
.ksp-offer__inner .ksp-offer-list__item--link .offer-list-name {
  font-family : "Cormorant Infant", serif;
  font-size : 32px;
  font-style : normal;
  font-weight : 600;
  line-height : 110%; /* 35.2px */
  text-align : center;
  letter-spacing : .64px;
  background : var(--Linear, linear-gradient(90deg, #c09848 0%, #fdefd4 37.5%, #ab7f29 75.5%, #f4d28e 100%));
  -webkit-background-clip : text;
  background-clip : text;
  -webkit-text-fill-color : transparent;
}

.ksp-page-links {
  position : fixed;
  top : 0;
  right : 10px;
  bottom : 0;
  z-index : 1000;
  display : block;
  width : -webkit-fit-content;
  width : -moz-fit-content;
  width : fit-content;
  height : -webkit-fit-content;
  height : -moz-fit-content;
  height : fit-content;
  margin : auto 0;
  visibility : hidden;
  opacity : 0;
  -webkit-transition : .3s;
  transition : .3s;
}
.ksp-page-links.js-page-link-on {
  visibility : visible;
  opacity : 1;
}
.ksp-page-links__list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
  flex-direction : column;
  gap : 10px;
}
.ksp-page-links__list--item > a {
  display : block;
  width : 130px;
  height : 80px;
  border-radius : 5px;
  -webkit-box-shadow : 2px 2px 10px rgba(0, 0, 0, .3);
  box-shadow : 2px 2px 10px rgba(0, 0, 0, .3);
  -webkit-transition : .3s;
  transition : .3s;
}
.ksp-page-links__list--item > a > img {
  display : block;
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}

.ksp-pc3-sp2-card-client {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
  flex-wrap : wrap;
  gap : 30px;
  margin-bottom : 100px;
}
.ksp-pc3-sp2-card-client__item {
  width : calc(33.3333333333% - 20px);
}
.ksp-pc3-sp2-card-client__item--inner {
  padding : 10px;
  background-color : #ffffff;
}
.ksp-pc3-sp2-card-client__item--inner .ksp-pc3-sp2-card-client-thumbnail {
  position : relative;
  display : block;
  width : 100%;
  height : auto;
  margin-bottom : 15px;
}
.ksp-pc3-sp2-card-client__item--inner .ksp-pc3-sp2-card-client-thumbnail > img {
  display : block;
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}
.ksp-pc3-sp2-card-client__item--inner .ksp-pc3-sp2-card-client-thumbnail__bottle-image {
  display : block;
  width : 100%;
  height : auto;
  margin-bottom : 15px;
}
.ksp-pc3-sp2-card-client__item--inner .ksp-pc3-sp2-card-client-thumbnail__bottle-image > img {
  display : block;
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}
.ksp-pc3-sp2-card-client__item--inner .ksp-pc3-sp2-card-client-price-button {
  padding : 0 10px 20px;
  color : #000000;
  background : #ffffff;
}
.ksp-pc3-sp2-card-client__item--inner .ksp-pc3-sp2-card-client-price-button__buttons {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  gap : 16px;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
}
.ksp-pc3-sp2-card-client__item--inner .ksp-pc3-sp2-card-client-price-button__buttons .price-look-button {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  width : 240px;
  height : 52px;
  background : #1a1a1a;
  border-radius : 8px;
  -webkit-transition : .3s;
  transition : .3s;
}
.ksp-pc3-sp2-card-client__item--inner .ksp-pc3-sp2-card-client-price-button__buttons .price-look-button > span {
  position : relative;
  left : -4px;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  gap : 16px;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  font-size : 18px;
  font-style : normal;
  font-weight : 600;
  line-height : 100%; /* 18px */
  color : #ffffff;
  letter-spacing : 1.08px;
}
.ksp-pc3-sp2-card-client__item--inner .ksp-pc3-sp2-card-client-price-button__buttons .price-look-button > span::before {
  display : block;
  width : 30px;
  height : 30px;
  content : "";
  background-image : url(../img/icon_glass.svg);
  background-repeat : no-repeat;
  background-size : contain;
}
.ksp-pc3-sp2-card-client__item--inner .ksp-pc3-sp2-card-client-price-button__buttons .price-favorite-button {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  width : 40px;
  height : 40px;
}
.ksp-pc3-sp2-card-client__item--inner .ksp-pc3-sp2-card-client-price-button__buttons .price-favorite-button > svg {
  overflow : initial;
}
.ksp-pc3-sp2-card-client__item--inner .ksp-pc3-sp2-card-client-price-button__buttons .price-favorite-button > svg > path {
  fill : #f5f5f5;
  stroke : #1a1a1a;
  stroke-width : 2px;
  stroke-position : inside;
}
.ksp-pc3-sp2-card-client__item--inner .ksp-pc3-sp2-card-client-price-button__buttons .price-favorite-button > img {
  display : block;
  width : 100%;
  empty-cells : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}

.ksp-pc3-sp2-card {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
  flex-wrap : wrap;
  gap : 30px;
  margin-bottom : 30px;
}
.ksp-pc3-sp2-card__item {
  width : calc(33.3333333333% - 20px);
}
.ksp-pc3-sp2-card__item--inner {
  padding : 10px;
  background-color : #ffffff;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-thumbnail {
  position : relative;
  display : block;
  width : 100%;
  height : auto;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-thumbnail__label {
  position : absolute;
  top : 0;
  left : 0;
  display : block;
  width : 114px;
  height : 114px;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-thumbnail__label--number {
  position : absolute;
  top : 20px;
  right : 0;
  left : 0;
  margin : 0 auto;
  font-family : "adobe-caslon-pro", serif;
  font-size : 63px;
  font-style : italic;
  font-weight : 400;
  line-height : 100%; /* 63px */
  text-align : center;
  letter-spacing : -1.26px;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-thumbnail__label--number > span {
  margin-left : 2px;
  font-size : 26px;
  font-style : italic;
  font-weight : 600;
  line-height : 170%; /* 44.2px */
  letter-spacing : .78px;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-thumbnail__label--image {
  display : block;
  width : 100%;
  height : 100%;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-thumbnail__label--image > img {
  display : block;
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-thumbnail__bottle-image {
  display : block;
  width : 100%;
  height : auto;
  margin-bottom : 15px;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-thumbnail__bottle-image > img {
  display : block;
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-name {
  margin-bottom : 10px;
  font-family : "Noto Serif JP";
  font-size : 20px;
  font-style : normal;
  font-weight : 700;
  line-height : 130%; /* 26px */
  color : var(--text-red, #ab2124);
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-data {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
  flex-direction : column;
  gap : 0px;
  -webkit-box-align : start;
  -ms-flex-align : start;
  align-items : flex-start;
  padding : 6px 10px;
  margin-bottom : 15px;
  color : #000000;
  border-top : 1px solid #cccccc;
  border-bottom : 1px solid #cccccc;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-data__top {
  position : relative;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  gap : 16px;
  -webkit-box-pack : start;
  -ms-flex-pack : start;
  justify-content : flex-start;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-data__top--flag {
  display : block;
  width : 36px;
  height : 23px;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-data__top--flag > img {
  display : block;
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-data__top .pc3-sp2-card-data-item-head,
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-data__top .pc3-sp2-card-data-item-name {
  font-family : "Noto Serif JP";
  font-size : 14px;
  font-style : normal;
  font-weight : 400;
  line-height : 100%;
  color : var(--000, #000000);
  letter-spacing : .28px;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-data__top .pc3-sp2-card-data-item-name {
  font-weight : 700;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-data__list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  gap : 16px;
  -webkit-box-pack : start;
  -ms-flex-pack : start;
  justify-content : flex-start;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-data__list .pc3-sp2-card-data-item-list-head,
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-data__list .pc3-sp2-card-data-item-list-name {
  font-family : "Noto Serif JP";
  font-size : 14px;
  font-style : normal;
  font-weight : 400;
  line-height : 100%;
  color : var(--000, #000000);
  letter-spacing : .28px;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-data__list .pc3-sp2-card-data-item-list-name {
  font-weight : 700;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button {
  padding : 12px 10px 20px;
  color : #000000;
  background : var(--base-gray, #f5f5f5);
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__price {
  margin-bottom : 15px;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__price .price-ex {
  position : relative;
  width : -webkit-fit-content;
  width : -moz-fit-content;
  width : fit-content;
  font-size : 17px;
  font-style : normal;
  font-weight : 600;
  line-height : 100%; /* 17px */
  letter-spacing : .34px;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__price .price-ex::before,
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__price .price-ex::after {
  position : absolute;
  display : block;
  width : 100%;
  height : 1px;
  content : "";
  background-color : #000000;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__price .price-ex::before {
  top : 10px;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__price .price-ex::after {
  top : 15px;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__price .price-ex > span {
  font-size : 10px;
  font-style : normal;
  font-weight : 700;
  line-height : 100%; /* 10px */
  letter-spacing : .2px;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__price .price-new {
  position : relative;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  width : -webkit-fit-content;
  width : -moz-fit-content;
  width : fit-content;
  margin-left : auto;
  font-size : 40px;
  font-style : normal;
  font-weight : 700;
  line-height : 100%; /* 40px */
  color : #d81313;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__price .price-new::before {
  position : absolute;
  top : 0;
  bottom : 0;
  left : -28px;
  display : block;
  width : 14px;
  height : 20px;
  margin : auto 0;
  content : "";
  background-image : url(../img/icon_red_triangle.svg);
  background-repeat : no-repeat;
  background-size : contain;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__price .price-new::after {
  position : relative;
  bottom : -4px;
  display : block;
  width : 34px;
  height : 37px;
  margin-left : 2px;
  content : "";
  background-image : url(../img/icon_pc3_sp2_tax_en.svg);
  background-repeat : no-repeat;
  background-size : contain;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__buttons {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  gap : 16px;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__buttons .price-look-button {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  width : 240px;
  height : 52px;
  background : #1a1a1a;
  border-radius : 8px;
  -webkit-transition : .3s;
  transition : .3s;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__buttons .price-look-button > span {
  position : relative;
  left : -4px;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  gap : 16px;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  font-size : 18px;
  font-style : normal;
  font-weight : 600;
  line-height : 100%; /* 18px */
  color : #ffffff;
  letter-spacing : 1.08px;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__buttons .price-look-button > span::before {
  display : block;
  width : 30px;
  height : 30px;
  content : "";
  background-image : url(../img/icon_glass.svg);
  background-repeat : no-repeat;
  background-size : contain;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__buttons .price-favorite-button {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  width : 40px;
  height : 40px;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__buttons .price-favorite-button > svg {
  overflow : initial;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__buttons .price-favorite-button > svg > path {
  fill : #f5f5f5;
  stroke : #1a1a1a;
  stroke-width : 2px;
  stroke-position : inside;
}
.ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__buttons .price-favorite-button > img {
  display : block;
  width : 100%;
  empty-cells : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}

.ksp-producer-card {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
  flex-direction : column;
  gap : 30px;
  margin-bottom : 30px;
}
.ksp-producer-card__item--inner {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  gap : 36px;
  -webkit-box-align : start;
  -ms-flex-align : start;
  align-items : flex-start;
}
.ksp-producer-card__item--inner .producer-card-thumbnail {
  display : block;
  width : 480px;
  height : 480px;
}
.ksp-producer-card__item--inner .producer-card-thumbnail > img {
  display : block;
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}
.ksp-producer-card__item--inner .producer-card-contents {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
  flex-direction : column;
  width : calc(100% - 480px - 36px);
  height : 100%;
  min-height : 480px;
}
.ksp-producer-card__item--inner .producer-card-contents__copy {
  margin-bottom : 20px;
  font-family : "Noto Serif JP";
  font-size : 36px;
  font-style : normal;
  font-weight : 600;
  line-height : 140%; /* 50.4px */
  color : #ead082;
}
.ksp-producer-card__item--inner .producer-card-contents__bottom {
  margin-top : auto;
}
.ksp-producer-card__item--inner .producer-card-contents__bottom--description {
  margin-bottom : 30px;
  /* 商品説明/PC/本文 */
  font-family : YuGothic;
  font-size : 18px;
  font-style : normal;
  font-weight : 500;
  line-height : 160%; /* 28.8px */
  color : var(--fff, #ffffff);
  letter-spacing : -.36px;
}
.ksp-producer-card__item--inner .producer-card-contents__bottom--data {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
  flex-direction : column;
  gap : 18px;
  padding : 26px 22px;
  color : #000000;
  background-color : #ffffff;
}
.ksp-producer-card__item--inner .producer-card-contents__bottom--data .producer-card-data-top,
.ksp-producer-card__item--inner .producer-card-contents__bottom--data .producer-card-data-bottom {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  gap : 16px;
  -webkit-box-align : start;
  -ms-flex-align : start;
  align-items : flex-start;
}
.ksp-producer-card__item--inner .producer-card-contents__bottom--data .producer-card-data-top__flag,
.ksp-producer-card__item--inner .producer-card-contents__bottom--data .producer-card-data-bottom__flag {
  position : relative;
  bottom : -7px;
  display : block;
  width : 56px;
  height : 36px;
}
.ksp-producer-card__item--inner .producer-card-contents__bottom--data .producer-card-data-top__flag > img,
.ksp-producer-card__item--inner .producer-card-contents__bottom--data .producer-card-data-bottom__flag > img {
  display : block;
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}
.ksp-producer-card__item--inner .producer-card-contents__bottom--data .producer-card-data-top__list--item .-head,
.ksp-producer-card__item--inner .producer-card-contents__bottom--data .producer-card-data-top__list--item .-detail,
.ksp-producer-card__item--inner .producer-card-contents__bottom--data .producer-card-data-bottom__list--item .-head,
.ksp-producer-card__item--inner .producer-card-contents__bottom--data .producer-card-data-bottom__list--item .-detail {
  font-family : "Noto Serif JP", serif;
  font-family : "Noto Serif JP";
  font-size : 14px;
  font-style : normal;
  font-weight : 400;
  line-height : 140%; /* 19.6px */
  color : #000000;
  letter-spacing : .28px;
}
.ksp-producer-card__item--inner .producer-card-contents__bottom--data .producer-card-data-top__list--item .-detail,
.ksp-producer-card__item--inner .producer-card-contents__bottom--data .producer-card-data-bottom__list--item .-detail {
  font-weight : 700;
}

.ksp-section {
  padding : 0 60px;
}
.ksp-section.-yellowBg {
  background-color : #a8954c;
}
.ksp-section.-chocoBg {
  background-color : #82cddd;
}
.ksp-section.-darkPinkBg {
  background-color : #8d93c8;
}
.ksp-section.-lightBrownBG {
  background-color : #a8969a;
}
.ksp-section.-greenBlueBg {
  background-color : #7a99cf;
}
.ksp-section.-blackBg {
  background-color : #232a36;
}
.ksp-section.-blackBg02 {
  background-color : #12110e;
}
.ksp-section.-blackBg03 {
  background-color : #000000;
}
.ksp-section__inner {
  max-width : 1090px;
  padding : 0 0 120px;
  margin : 0 auto;
  font-family : "Noto Serif JP", serif;
  color : #ffffff;
}
.ksp-section__inner.-pt50 {
  padding-top : 50px;
}
.ksp-section__inner.-pt60 {
  padding-top : 60px;
}
.ksp-section__inner.-pt80 {
  padding-top : 80px;
}
.ksp-section__inner.-pt89 {
  padding-top : 89px;
}
.ksp-section__inner .ksp-title-and-image {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  margin-bottom : 40px;
}
.ksp-section__inner .ksp-title-and-image.-mt80 {
  margin-top : 80px;
}
.ksp-section__inner .ksp-title-and-image > span {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  gap : 24px;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  font-family : "Noto Serif JP";
  font-size : 32px;
  font-style : normal;
  font-weight : 500;
  line-height : 160%; /* 51.2px */
  color : var(--fff, #ffffff);
  text-align : center;
  letter-spacing : .64px;
}
.ksp-section__inner .ksp-title-and-image > span::before,
.ksp-section__inner .ksp-title-and-image > span::after {
  display : block;
  width : 53px;
  height : 60px;
  content : "";
  background-image : url(../img/icon_grape.svg);
  background-repeat : no-repeat;
  background-size : contain;
}
.ksp-section__inner .ksp-section-symbol {
  display : block;
  width : 228px;
  height : auto;
  margin : 0 auto 40px;
}
.ksp-section__inner .ksp-section-symbol > img {
  display : block;
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}
.ksp-section__inner .ksp-section-title {
  margin-bottom : 20px;
  font-size : 64px;
  font-style : normal;
  font-weight : 500;
  line-height : 130%; /* 83.2px */
  text-align : center;
  letter-spacing : 2.56px;
}
.ksp-section__inner .ksp-section-lead {
  margin-bottom : 30px;
  font-size : 32px;
  font-style : normal;
  font-weight : 500;
  line-height : 160%; /* 51.2px */
  text-align : center;
  letter-spacing : .64px;
}
.ksp-section__inner .ksp-section-description {
  margin-bottom : 30px;
  font-family : "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-size : 18px;
  font-style : normal;
  font-weight : 500;
  line-height : 180%; /* 32.4px */
  text-align : center;
  letter-spacing : -.36px;
}
.ksp-section__inner .ksp-section-description:last-of-type {
  margin-bottom : 60px;
}

.ksp-single {
  display : block;
  width : 100%;
  height : auto;
}

.ksp-thumbnails {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
  flex-wrap : wrap;
  gap : 30px;
}
.ksp-thumbnails__item {
  width : calc(50% - 15px);
  max-height : 530px;
}
.ksp-thumbnails__item--link {
  display : block;
  width : 100%;
  height : 100%;
  -webkit-transition : .3s;
  transition : .3s;
}
.ksp-thumbnails__item--link .ksp-thumbnails-image {
  display : block;
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}

.ksp-wide-card {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
  flex-direction : column;
  gap : 30px;
  margin-bottom : 30px;
}
.ksp-wide-card__item {
  min-height : 540px;
}
.ksp-wide-card__item--inner {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  gap : 35px;
  -webkit-box-align : start;
  -ms-flex-align : start;
  align-items : flex-start;
  padding : 30px;
  background-color : #ffffff;
}
.ksp-wide-card__item--inner .ksp-wide-card-image {
  display : block;
  width : 480px;
  height : 480px;
}
.ksp-wide-card__item--inner .ksp-wide-card-image > img {
  display : block;
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
  flex-direction : column;
  -webkit-box-pack : justify;
  -ms-flex-pack : justify;
  justify-content : space-between;
  width : calc(100% - 480px - 35px);
  height : 100%;
  min-height : 480px;
  color : #000000;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__copy {
  margin-bottom : 15px;
  font-family : "Noto Serif JP", serif;
  font-size : 36px;
  font-style : normal;
  font-weight : 600;
  line-height : 140%; /* 50.4px */
  color : #ab2124;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--description {
  margin-bottom : 24px;
  font-family : "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-size : 18px;
  font-style : normal;
  font-weight : 500;
  line-height : 160%; /* 28.8px */
  letter-spacing : -.36px;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--set {
  margin-bottom : 24px;
  font-family : YuGothic;
  color : #000000;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--set .wide-card-set-title {
  font-size : 18px;
  font-style : normal;
  font-weight : 700;
  line-height : 160%;
  letter-spacing : -.36px;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--set .wide-card-set-list__item > span {
  font-size : 18px;
  font-style : normal;
  font-weight : 500;
  line-height : 160%; /* 28.8px */
  letter-spacing : -.36px;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--data {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  gap : 16px;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  padding : 6px 10px;
  margin-bottom : 24px;
  border-top : 1px solid #cccccc;
  border-bottom : 1px solid #cccccc;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--data .wide-card-contents-data-flag {
  display : block;
  width : 40px;
  height : auto;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--data .wide-card-contents-data-flag > img {
  display : block;
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--data .wide-card-contents-data-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  gap : 14px;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--data .wide-card-contents-data-list__item {
  font-family : "Noto Serif JP", serif;
  font-style : normal;
  font-weight : 400;
  line-height : 100%; /* 14px */
  letter-spacing : .28px;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--data .wide-card-contents-data-list__item--head,
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--data .wide-card-contents-data-list__item--name {
  font-size : 14px;
  font-style : normal;
  font-weight : 400;
  line-height : 100%; /* 14px */
  letter-spacing : .28px;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--data .wide-card-contents-data-list__item--name {
  font-weight : 700;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
  flex-direction : column;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  padding : 9px 16px 17px;
  background-color : #f5f5f5;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-price {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
  flex-wrap : wrap;
  row-gap : 4px;
  -webkit-column-gap : 42px;
  -moz-column-gap : 42px;
  column-gap : 42px;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-pack : start;
  -ms-flex-pack : start;
  justify-content : flex-start;
  width : 100%;
  padding-left : 33px;
  margin-bottom : 18px;
  font-family : "Noto Serif JP", serif;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-price .price-ex {
  position : relative;
  font-size : 19px;
  font-style : normal;
  font-weight : 600;
  line-height : 100%; /* 19px */
  letter-spacing : .38px;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-price .price-ex::before,
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-price .price-ex::after {
  position : absolute;
  display : block;
  width : 100%;
  height : 1px;
  content : "";
  background-color : #000000;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-price .price-ex::before {
  top : 10px;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-price .price-ex::after {
  top : 15px;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-price .price-ex > span {
  font-size : 12px;
  font-style : normal;
  font-weight : 700;
  line-height : 100%; /* 12px */
  letter-spacing : .24px;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-price .price-new {
  position : relative;
  font-size : 40px;
  font-style : normal;
  font-weight : 700;
  line-height : 100%; /* 40px */
  color : #d81313;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-price .price-new::before {
  position : absolute;
  top : 0;
  bottom : -7px;
  left : -28px;
  display : block;
  width : 14px;
  height : 19px;
  margin : auto 0;
  content : "";
  background-image : url(../img/icon_red_triangle.svg);
  background-repeat : no-repeat;
  background-size : contain;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-price .price-new__en {
  position : relative;
  top : -6px;
  right : -5px;
  font-size : 28px;
  font-style : normal;
  font-weight : 700;
  line-height : 100%; /* 28px */
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-price .price-new__tax {
  position : relative;
  top : -8px;
  font-size : 19px;
  font-style : normal;
  font-weight : 700;
  line-height : 100%; /* 19px */
  letter-spacing : .38px;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-buttons {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
  flex-wrap : wrap;
  gap : 27px;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-buttons .price-look-button {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  width : 280px;
  height : 57px;
  background : #1a1a1a;
  border-radius : 8px;
  -webkit-transition : .3s;
  transition : .3s;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-buttons .price-look-button > span {
  position : relative;
  left : -4px;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  gap : 18px;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  font-size : 20px;
  font-style : normal;
  font-weight : 600;
  line-height : 100%; /* 20px */
  color : #ffffff;
  letter-spacing : 1.2px;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-buttons .price-look-button > span::before {
  display : block;
  width : 32px;
  height : 32px;
  content : "";
  background-image : url(../img/icon_glass.svg);
  background-repeat : no-repeat;
  background-size : contain;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-buttons .price-favorite-button {
  position : relative;
  bottom : -6px;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  width : 130px;
  height : 28px;
  border-bottom : 1px solid #1a1a1a;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-buttons .price-favorite-button > span {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  gap : 4px;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  font-family : "Noto Sans JP", sans-serif;
  font-size : 14px;
  font-style : normal;
  font-weight : 400;
  line-height : 100%; /* 14px */
  color : #1a1a1a;
}
.ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-buttons .price-favorite-button > span::before {
  display : block;
  width : 20px;
  height : 20px;
  content : "";
  background-image : url(../img/icon_heart.svg);
  background-repeat : no-repeat;
  background-size : contain;
}
@media screen and (max-width: 767px) {
  .SPshow {
    display : block;
  }
  .PCshow {
    display : none;
  }
  .ksp-coupons {
    padding : 0 15px;
  }
  .ksp-coupons__inner {
    padding : 30px 0 60px;
  }
  .ksp-coupons__inner .ksp-coupons-message {
    font-size : 26px;
    font-style : normal;
    font-weight : 600;
    line-height : 140%; /* 36.4px */
    letter-spacing : 1.04px;
  }
  .ksp-coupons__inner .ksp-coupons-day {
    max-width : 300px;
    margin-bottom : 50px;
    font-size : 20px;
    font-style : normal;
    font-weight : 600;
    line-height : 130%; /* 26px */
    letter-spacing : .8px;
  }
  .ksp-coupons__inner .ksp-coupons-lead-image {
    width : 100%;
    max-width : 345px;
    margin : 0 auto 10px;
  }
  .ksp-coupons__inner .ksp-coupons-guide {
    margin-bottom : 15px;
    font-size : 20px;
    font-style : normal;
    font-weight : 500;
    line-height : 140%; /* 28px */
    letter-spacing : .4px;
  }
  .ksp-coupons__inner .ksp-coupons-card-top {
    max-width : 390px;
    margin : 0 auto 15px;
  }
  .ksp-coupons__inner .ksp-coupons-card-list {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
    flex-direction : column;
    gap : 15px;
    max-width : 390px;
    padding : 0 10px;
  }
  .ksp-coupons__inner .ksp-coupons-card-list__item {
    width : 100%;
  }
  .ksp-offer {
    padding : 0 15px;
    background-image : url(../img/offer_bg_sp.webp);
  }
  .ksp-offer__inner {
    padding : 50px 0 60px;
  }
  .ksp-offer__inner .ksp-offer-lead-image {
    width : 100%;
    max-width : 314px;
    margin : 0 auto 24px;
  }
  .ksp-offer__inner .ksp-offer-list {
    row-gap : 15px;
    row-gap : 35px;
    -webkit-column-gap : 6px;
    -moz-column-gap : 6px;
    column-gap : 6px;
    -webkit-box-pack : justify;
    -ms-flex-pack : justify;
    justify-content : space-between;
    max-width : 390px;
  }
  .ksp-offer__inner .ksp-offer-list__item {
    width : calc(50% - 6px);
    padding-left : 9px;
  }
  .ksp-offer__inner .ksp-offer-list__item--link .offer-list-thumbnail__label {
    left : -14px;
    width : 94px;
    height : 94px;
  }
  .ksp-offer__inner .ksp-offer-list__item--link .offer-list-thumbnail__label .-number {
    top : 20px;
    font-size : 37px;
  }
  .ksp-offer__inner .ksp-offer-list__item--link .offer-list-thumbnail__label .-number .-percent {
    position : relative;
    top : -4px;
    right : -2px;
    font-size : 17px;
  }
  .ksp-offer__inner .ksp-offer-list__item--link .offer-list-name {
    font-size : 20px;
    font-style : normal;
    font-weight : 600;
    line-height : 110%; /* 22px */
    letter-spacing : .4px;
  }
  .ksp-page-links {
    top : auto;
    right : unset;
    bottom : 5px;
    left : unset;
    width : 100%;
    margin : unset;
  }
  .ksp-page-links__list:first-of-type {
    margin-left : 4px;
  }
  .ksp-page-links__list {
    -webkit-box-orient : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction : row;
    flex-direction : row;
    gap : 4px;
    overflow-x : auto;
    white-space : nowrap;
  }
  .ksp-page-links__list--item > a {
    width : 85px;
    height : 50px;
  }
  .ksp-pc3-sp2-card-client {
    row-gap : 24px;
    -webkit-column-gap : 8px;
    -moz-column-gap : 8px;
    column-gap : 8px;
    -webkit-box-pack : justify;
    -ms-flex-pack : justify;
    justify-content : space-between;
    max-width : 390px;
    margin : 0 auto 60px;
    margin-bottom : 24px;
  }
  .ksp-pc3-sp2-card-client__item {
    width : calc(50% - 4px);
  }
  .ksp-pc3-sp2-card-client__item--inner {
    padding : 4px;
  }
  .ksp-pc3-sp2-card-client__item--inner .ksp-pc3-sp2-card-client-price-button {
    padding : 0 6px 10px;
  }
  .ksp-pc3-sp2-card-client__item--inner .ksp-pc3-sp2-card-client-price-button__buttons {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
    flex-direction : column;
    gap : 4px;
  }
  .ksp-pc3-sp2-card-client__item--inner .ksp-pc3-sp2-card-client-price-button__buttons .price-look-button {
    width : 100%;
    height : 42px;
  }
  .ksp-pc3-sp2-card-client__item--inner .ksp-pc3-sp2-card-client-price-button__buttons .price-look-button > span {
    gap : 4px;
    font-size : 16px;
  }
  .ksp-pc3-sp2-card-client__item--inner .ksp-pc3-sp2-card-client-price-button__buttons .price-look-button > span::before {
    width : 24px;
    height : 24px;
  }
  .ksp-pc3-sp2-card-client__item--inner .ksp-pc3-sp2-card-client-price-button__buttons .price-favorite-button {
    width : 32px;
    height : 32px;
    margin-left : auto;
  }
  .ksp-pc3-sp2-card {
    row-gap : 24px;
    -webkit-column-gap : 8px;
    -moz-column-gap : 8px;
    column-gap : 8px;
    -webkit-box-pack : justify;
    -ms-flex-pack : justify;
    justify-content : space-between;
    max-width : 390px;
    margin : 0 auto;
    margin-bottom : 24px;
  }
  .ksp-pc3-sp2-card__item {
    width : calc(50% - 4px);
  }
  .ksp-pc3-sp2-card__item--inner {
    padding : 4px;
  }
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-thumbnail__label {
    width : 64px;
    height : 64px;
  }
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-thumbnail__label--number {
    top : 12px;
    font-size : 35px;
  }
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-thumbnail__label--number > span {
    font-size : 14px;
  }
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-thumbnail__bottle-image {
    margin-bottom : 10px;
  }
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-name {
    padding : 0 6px;
    margin-bottom : 18px;
    font-size : 14px;
    font-style : normal;
    font-weight : 700;
    line-height : 120%; /* 16.8px */
    letter-spacing : .28px;
  }
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-data {
    gap : 0;
    padding : 13px 0 8px;
    margin : 0 6px 15px;
  }
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-data__top--flag {
    position : absolute;
    top : -103%;
    border-right : 6px solid #ffffff;
  }
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-data__top .pc3-sp2-card-data-item-head,
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-data__top .pc3-sp2-card-data-item-name {
    font-size : 13px;
  }
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-data__list {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
    flex-direction : column;
    gap : 0;
    margin-top : -4px;
  }
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-data__list .pc3-sp2-card-data-item-list-head,
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-data__list .pc3-sp2-card-data-item-list-name {
    font-size : 13px;
  }
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button {
    padding : 10px 6px 10px;
  }
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__price {
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
    flex-direction : column;
    gap : 18px;
    -webkit-box-align : center;
    -ms-flex-align : center;
    align-items : center;
    margin-bottom : 20px;
  }
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__price .price-new {
    margin-left : unset;
    font-size : 24px;
  }
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__price .price-new::before {
    position : absolute;
    top : -14px;
    right : 0;
    left : 0;
    width : 11px;
    height : 16px;
    margin : 0 auto;
    -webkit-transform : rotate(90deg);
    transform : rotate(90deg);
  }
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__price .price-new::after {
    width : 23px;
    height : 27px;
  }
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__buttons {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
    flex-direction : column;
    gap : 4px;
  }
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__buttons .price-look-button {
    width : 100%;
    height : 42px;
  }
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__buttons .price-look-button > span {
    gap : 4px;
    font-size : 16px;
  }
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__buttons .price-look-button > span::before {
    width : 24px;
    height : 24px;
  }
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__buttons .price-favorite-button {
    width : 32px;
    height : 32px;
    margin-left : auto;
  }
  .ksp-producer-card {
    max-width : 390px;
    margin : 0 auto 30px;
  }
  .ksp-producer-card__item--inner {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
    flex-direction : column;
    gap : 24px;
  }
  .ksp-producer-card__item--inner .producer-card-thumbnail {
    width : 100%;
    height : auto;
  }
  .ksp-producer-card__item--inner .producer-card-contents {
    min-height: auto;
    width : 100%;
  }
  .ksp-producer-card__item--inner .producer-card-contents__copy {
    margin-bottom : 10px;
    font-size : 22px;
    font-style : normal;
    font-weight : 600;
    line-height : 140%; /* 30.8px */
  }
  .ksp-producer-card__item--inner .producer-card-contents__bottom--description {
    margin-bottom : 20px;
    font-size : 14px;
    font-style : normal;
    font-weight : 500;
    line-height : 160%; /* 22.4px */
    letter-spacing : -.28px;
  }
  .ksp-producer-card__item--inner .producer-card-contents__bottom--data {
    gap : 10px;
    padding : 16px;
  }
  .ksp-producer-card__item--inner .producer-card-contents__bottom--data .producer-card-data-top,
  .ksp-producer-card__item--inner .producer-card-contents__bottom--data .producer-card-data-bottom {
    gap : 12px;
  }
  .ksp-producer-card__item--inner .producer-card-contents__bottom--data .producer-card-data-top__flag,
  .ksp-producer-card__item--inner .producer-card-contents__bottom--data .producer-card-data-bottom__flag {
    width : 40px;
    height : 25px;
  }
  .ksp-producer-card__item--inner .producer-card-contents__bottom--data .producer-card-data-top__list,
  .ksp-producer-card__item--inner .producer-card-contents__bottom--data .producer-card-data-bottom__list {
    width : calc(100% - 40px - 12px);
  }
  .ksp-section {
    padding : 0 15px;
  }
  .ksp-section__inner {
    padding : 0 0 60px;
  }
  .ksp-section__inner.-pt50 {
    padding-top : 30px;
  }
  .ksp-section__inner.-pt80 {
    padding-top : 30px;
  }
  .ksp-section__inner.-pt89 {
    padding-top : 30px;
  }
  .ksp-section__inner .ksp-title-and-image {
    margin-bottom : 20px;
  }
  .ksp-section__inner .ksp-title-and-image > span {
    gap : 16px;
    font-size : 20px;
    font-style : normal;
    font-weight : 500;
    line-height : 160%; /* 32px */
    letter-spacing : .4px;
  }
  .ksp-section__inner .ksp-title-and-image > span::before,
  .ksp-section__inner .ksp-title-and-image > span::after {
    width : 31px;
    height : 34px;
  }
  .ksp-section__inner .ksp-section-symbol {
    width : 124px;
    margin : 0 auto 20px;
  }
  .ksp-section__inner .ksp-section-title {
    font-size : 35px;
    font-style : normal;
    font-weight : 500;
    line-height : 130%; /* 45.5px */
    letter-spacing : 1.4px;
  }
  .ksp-section__inner .ksp-section-lead {
    margin-bottom : 24px;
    font-size : 20px;
    font-style : normal;
    font-weight : 500;
    line-height : 160%; /* 32px */
    letter-spacing : .4px;
  }
  .ksp-section__inner .ksp-section-description {
    font-size : 14px;
    font-style : normal;
    font-weight : 500;
    line-height : 180%; /* 25.2px */
    letter-spacing : -.28px;
  }
  .ksp-section__inner .ksp-section-description:last-of-type {
    margin-bottom : 30px;
  }
  .ksp-thumbnails {
    gap : 15px;
    max-width : 390px;
    margin : 0 auto;
  }
  .ksp-thumbnails__item {
    width : 100%;
  }
  .ksp-wide-card {
    gap : 24px;
    max-width : 390px;
    margin : 0 auto;
    margin-bottom : 24px;
  }
  .ksp-wide-card__item--inner {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
    flex-direction : column;
    gap : 10px;
    padding : 10px;
  }
  .ksp-wide-card__item--inner .ksp-wide-card-image {
    width : 100%;
    height : auto;
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents {
    width : 100%;
    min-height : auto;
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents__copy {
    padding : 0 6px;
    margin-bottom : 10px;
    font-size : 22px;
    font-style : normal;
    font-weight : 600;
    line-height : 140%; /* 30.8px */
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--description {
    padding : 0 6px;
    margin-bottom : 20px;
    font-size : 14px;
    font-style : normal;
    font-weight : 500;
    line-height : 160%; /* 22.4px */
    letter-spacing : -.28px;
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--set {
    margin-bottom : 20px;
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--set .wide-card-set-title {
    font-size : 14px;
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--set .wide-card-set-list__item > span {
    font-size : 14px;
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--data {
    gap : 13px;
    padding : 6px 4px;
    margin-bottom : 20px;
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--data .wide-card-contents-data-flag {
    width : 24px;
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--data .wide-card-contents-data-list__item--head,
  .ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--data .wide-card-contents-data-list__item--name {
    font-size : 13px;
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price {
    padding : 10px 10px 20px;
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-price {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
    flex-direction : column;
    gap : 0;
    width : 100%;
    padding-left : 0;
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-price .price-ex {
    margin-right : auto;
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-price .price-new {
    margin-left : auto;
    font-size : 38px;
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-price .price-new::before {
    left : -16px;
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-buttons {
    gap : 14px;
    -webkit-box-pack : center;
    -ms-flex-pack : center;
    justify-content : center;
    width : 100%;
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-buttons .price-look-button {
    width : 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .ksp-coupons__inner .ksp-coupons-card-top:hover {
    opacity : .5;
  }
  .ksp-coupons__inner .ksp-coupons-card-list__item--link:hover {
    opacity : .5;
  }
  .ksp-offer__inner .ksp-offer-list__item--link:hover .offer-list-thumbnail .offer-list-thumbnail__bottle > img {
    opacity : .5;
    -webkit-transition : .3s;
    transition : .3s;
    -webkit-transform : scale(1.1);
    transform : scale(1.1);
  }
  .ksp-page-links__list--item > a:hover {
    opacity : .5;
    -webkit-transition : .3s;
    transition : .3s;
  }
  .ksp-pc3-sp2-card-client__item--inner .ksp-pc3-sp2-card-client-price-button__buttons .price-look-button:hover {
    opacity : .5;
    -webkit-transition : .3s;
    transition : .3s;
  }
  .ksp-pc3-sp2-card-client__item--inner .ksp-pc3-sp2-card-client-price-button__buttons .price-favorite-button:hover > svg > path {
    fill : #ab2124;
    stroke : #ab2124;
  }
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__buttons .price-look-button:hover {
    opacity : .5;
    -webkit-transition : .3s;
    transition : .3s;
  }
  .ksp-pc3-sp2-card__item--inner .ksp-pc3-sp2-card-price-button__buttons .price-favorite-button:hover > svg > path {
    fill : #ab2124;
    stroke : #ab2124;
  }
  .ksp-thumbnails__item--link:hover {
    opacity : .5;
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-buttons .price-look-button:hover {
    opacity : .5;
    -webkit-transition : .3s;
    transition : .3s;
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-buttons .price-favorite-button:hover {
    border-bottom : 1px solid rgba(26, 26, 26, 0);
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-buttons .price-favorite-button:hover > span::before {
    background-image : url(../img/icon_heart_red.svg);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ksp-offer__inner .ksp-offer-list__item--link .offer-list-thumbnail__label {
    width : 16.41vw;
    height : 16.41vw;
  }
  .ksp-offer__inner .ksp-offer-list__item--link .offer-list-thumbnail__label .-number {
    top : 3.42vw;
    font-size : 6.64vw;
  }
  .ksp-offer__inner .ksp-offer-list__item--link .offer-list-thumbnail__label .-number .-percent {
    font-size : 3.42vw;
  }
  .ksp-producer-card__item--inner .producer-card-thumbnail {
    width : 38vw;
    height : 38vw;
  }
  .ksp-producer-card__item--inner .producer-card-contents {
    width : calc(100% - 38vw - 36px);
  }
  .ksp-wide-card__item--inner .ksp-wide-card-image {
    width : 38vw;
    height : auto;
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents {
    width : calc(100% - 38vw - 35px);
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-price {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
    flex-direction : column;
    gap : 10px;
    -webkit-box-align : start;
    -ms-flex-align : start;
    align-items : flex-start;
    width : 100%;
    padding-left : 24px;
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-buttons {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
    flex-direction : column;
    gap : 16px;
    width : 100%;
  }
  .ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-buttons .price-look-button {
    width : 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .ksp-wide-card__item--inner .ksp-wide-card-contents__bottom--price .wide-card-contents-buttons .price-look-button {
    width : 21.89vw;
  }
}
/*# sourceMappingURL=style.css.map */
