/* Sass Document */
input[type=checkbox]:checked + span {
  color: #d4152d;
}

input + span {
  font-weight: 700;
  font-size: 1.8rem;
  padding-left: 33px;
}
@media screen and (max-width: 767.98px) {
  input + span {
    font-size: 1.53rem;
    padding-left: 2.6rem;
  }
}

.l-content__body {
  padding-bottom: 100px;
}
@media screen and (max-width: 767.98px) {
  .l-content__body {
    padding-bottom: 6.6rem;
  }
}

@media screen and (max-width: 767.98px) {
  .l-content-ttl .u-jp {
    letter-spacing: 0.1em;
  }
}

.p-sort-content {
  padding-top: 80px;
}
@media screen and (max-width: 767.98px) {
  .p-sort-content {
    padding-top: 4.5rem;
  }
}
.p-sort-content .c-ttl {
  font-size: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-sort-content .c-ttl {
    font-size: 1.92rem;
  }
}
.p-sort-content .p-btn-wrapper {
  max-width: 194px;
  margin: 46px auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-sort-content .p-btn-wrapper {
    margin-top: 3.6rem;
    max-width: 16.2rem;
  }
}

.p-sort {
  margin-top: 26px;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #fff;
  padding: 45px 40px 45px 50px;
}
@media screen and (max-width: 767.98px) {
  .p-sort {
    padding: 2.4rem 2.4rem 3.5rem;
    border-radius: 0.5rem;
  }
}

.p-sort-area {
  display: grid;
  grid-template-columns: repeat(7, auto);
  gap: 20px 52px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .p-sort-area {
    grid-template-columns: repeat(2, auto);
    gap: 1rem;
    padding-bottom: 3rem;
  }
}

.p-sort-category {
  border-top: 1px solid #b5b5b6;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 40px;
  gap: 32px 47px;
}
@media screen and (max-width: 767.98px) {
  .p-sort-category {
    padding-top: 3rem;
    display: block;
  }
  .p-sort-category > span {
    display: block;
  }
  .p-sort-category > span + span {
    margin-top: 1.5rem;
  }
}
.p-sort-category input + span {
  padding-left: 30px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-sort-category input + span {
    font-size: 1.34rem;
    padding-left: 2.7rem;
  }
}

.c-btn-sort {
  font-size: 2rem;
  letter-spacing: 0.3em;
  font-weight: 700;
  min-height: 70px;
}
@media screen and (max-width: 767.98px) {
  .c-btn-sort {
    font-size: 1.82rem;
    border-radius: 1rem;
    min-height: 5.8rem;
  }
}

.p-shop-content {
  margin-top: 100px;
}
@media screen and (max-width: 767.98px) {
  .p-shop-content {
    margin-top: 7rem;
  }
}

.p-shop__block {
  padding: 89px 0;
  border-top: 1px dashed #000;
}
@media screen and (max-width: 767.98px) {
  .p-shop__block {
    padding: 6.8rem 0;
  }
  .p-shop__block:last-of-type {
    padding-bottom: 0;
  }
}
.p-shop__block .c-ttl {
  text-align: left;
  color: #d4152d;
  display: flex;
  align-items: center;
  gap: 0 26px;
}
@media screen and (max-width: 767.98px) {
  .p-shop__block .c-ttl {
    gap: 0 1rem;
  }
}
.p-shop__block .c-ttl .u-jp {
  font-size: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-shop__block .c-ttl .u-jp {
    font-size: 1.92rem;
  }
}
.p-shop__block .c-ttl .u-en {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-shop__block .c-ttl .u-en {
    font-size: 1.15rem;
  }
}

.p-shop__list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding-top: 47px;
}
@media screen and (max-width: 767.98px) {
  .p-shop__list {
    gap: 2.8rem;
    padding-top: 3.6rem;
  }
}

.p-shop__item {
  width: 348px;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: 0.3s box-shadow;
}
@media screen and (max-width: 767.98px) {
  .p-shop__item {
    width: auto;
    border-radius: 1rem;
  }
}
.p-shop__item .p-img-wrapper {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 348/232;
}
.p-shop__item .p-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s transform;
}
.p-shop__item .c-add,
.p-shop__item .c-tel {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .p-shop__item .c-add,
.p-shop__item .c-tel {
    font-size: 1.44rem;
  }
}
.p-shop__item .c-add a,
.p-shop__item .c-tel a {
  color: currentColor;
  text-decoration: none;
}
.p-shop__item .c-add + .c-tel {
  margin-top: 3px;
}
@media screen and (max-width: 767.98px) {
  .p-shop__item .c-add + .c-tel {
    margin-top: 0.3rem;
  }
}
@media (any-hover: hover) {
  .p-shop__item:hover {
    box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.4);
  }
  .p-shop__item:hover .p-img-wrapper img {
    transform: scale(1.1, 1.1);
  }
}

.p-shop__body {
  padding: 20px 30px 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media screen and (max-width: 767.98px) {
  .p-shop__body {
    padding: 1.6rem 2.4rem 0;
  }
}
.p-shop__body .l-category {
  margin-bottom: 24px;
}
@media screen and (max-width: 767.98px) {
  .p-shop__body .l-category {
    margin-bottom: 2.4rem;
  }
}

.p-shop__name {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px dashed #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .p-shop__name {
    font-size: 1.92rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-shop__name span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-shop__name span {
    font-size: 1.53rem;
  }
}

.p-reserve-wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  flex-wrap: wrap;
  gap: 10px 0;
}
.p-reserve-wrapper.l-col--1 .c-btn-reserve {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-wrapper {
    padding-bottom: 1.4rem;
    gap: 1em 0;
  }
}

.c-btn-reserve {
  font-size: 1.5rem;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #d4152d;
  color: #d4152d;
  font-weight: 700;
  text-decoration: none;
  width: 133px;
  min-height: 44px;
  padding: 8px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  transition: 0.3s background-color, 0.3s color;
}
@media screen and (max-width: 767.98px) {
  .c-btn-reserve {
    width: 46%;
    padding: 0.8rem 0;
    min-height: 4.4rem;
  }
}
@media (any-hover: hover) {
  .c-btn-reserve:hover {
    background-color: #d4152d;
    color: #fff;
  }
  .c-btn-reserve:hover .c-icn {
    fill: #fff !important;
  }
}
.c-btn-reserve.c-btn-web .c-icn {
  transition: 0.3s fill;
  width: 19px;
  height: 16px;
  fill: #d4152d;
}
.c-btn-reserve.c-btn-tel .c-icn {
  transition: 0.3s fill;
  width: 23px;
  height: 19px;
  fill: #d4152d;
}

.p-btn-menu-wrapper {
  margin-top: 11px;
  margin-bottom: 27px;
}
@media screen and (max-width: 767.98px) {
  .p-btn-menu-wrapper {
    margin-bottom: 1.5rem;
    margin-top: 1.1rem;
  }
}

.c-btn-menu {
  font-size: 1.3rem;
  background-color: #959595;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  min-height: 44px;
  padding: 12px 0;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: 0.3s background-color, 0.3s color;
}
@media screen and (max-width: 767.98px) {
  .c-btn-menu {
    min-height: 4.1rem;
    padding: 1rem 0;
    font-size: 1.1rem;
  }
}

a.c-btn-menu {
  font-size: 1.5rem;
  background-color: #d4152d;
  border: 1px solid #d4152d;
}
a.c-btn-menu .c-icn {
  fill: #fff;
  width: 29px;
  height: 21px;
  transition: 0.3s fill;
}
@media (any-hover: hover) {
  a.c-btn-menu:hover {
    background-color: #fff;
    color: #d4152d;
  }
  a.c-btn-menu:hover .c-icn {
    fill: #d4152d;
  }
}

span.c-btn-menu {
  box-shadow: none !important;
  pointer-events: none;
}
span.c-btn-menu::after {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .p-shop-info span.c-btn-menu {
    font-size: 1.4rem !important;
    letter-spacing: 0.1em;
  }
}

.p-detail-wrapper {
  margin-top: auto;
}

.c-link-detail {
  border-top: 1px dashed #000;
  width: 100%;
  display: block;
  font-size: 1.6rem;
  position: relative;
  padding: 20px 0;
  text-align: center;
  color: #d4152d;
  text-decoration: none;
}
@media screen and (max-width: 767.98px) {
  .c-link-detail {
    font-size: 1.5rem;
    padding: 1.8rem 0;
  }
}
@media (any-hover: hover) {
  .c-link-detail:hover::after {
    right: 5px;
  }
}
.c-link-detail::after {
  transition: 0.3s right;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #d4152d;
  border-right: 2px solid #d4152d;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .c-link-detail::after {
    border-width: 1px;
    width: 0.6rem;
    height: 0.6rem;
    right: 2rem;
  }
}

.p-shop-info {
  max-width: 912px;
  margin: 0 auto;
  padding-top: 94px;
  padding-bottom: 110px;
}
@media screen and (max-width: 767.98px) {
  .p-shop-info {
    padding: 5.5rem 2.5rem 7.9rem;
  }
}
.p-shop-info .c-shop__name {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  padding: 0 100px;
}
.p-shop-info .c-shop__name .c-group {
  display: block;
  font-size: 50%;
}
@media screen and (max-width: 767.98px) {
  .p-shop-info .c-shop__name .c-group {
    font-size: 70%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-shop-info .c-shop__name {
    font-size: 1.92rem;
    padding: 0;
  }
}

.p-shop-nav {
  position: relative;
  margin-top: 82px;
}
@media screen and (max-width: 767.98px) {
  .p-shop-nav {
    margin-top: 6.4rem;
  }
}
.p-shop-nav .c-ill {
  position: absolute;
  right: 12px;
  width: 115px;
  z-index: -1;
  top: -118px;
}
@media screen and (max-width: 767.98px) {
  .p-shop-nav .c-ill {
    top: auto;
    width: 5.5rem;
    bottom: calc(100% - 2.9rem);
    right: 1rem;
  }
}

.p-shop-nav__list {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}
.p-shop-nav__list.l-col--2 .p-shop-nav__item {
  width: calc(50% - 11px);
}
@media screen and (max-width: 767.98px) {
  .p-shop-nav__list.l-col--2 .p-shop-nav__item {
    width: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .p-shop-nav__list {
    display: block;
  }
}

.p-shop-nav__item {
  width: 288px;
}
@media screen and (max-width: 767.98px) {
  .p-shop-nav__item {
    width: 100%;
  }
  .p-shop-nav__item + .p-shop-nav__item {
    margin-top: 1.4rem;
  }
}

.p-shop-nav__link {
  padding: 20px;
  border: 2px solid #d4152d;
  color: #d4152d;
  width: 100%;
  height: 100%;
  min-height: 159px;
  min-height: 72px;
  display: block;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5263157895;
  background-color: #fff;
  position: relative;
  transition: 0.3s background-color, 0.3s color;
}
@media screen and (max-width: 767.98px) {
  .p-shop-nav__link {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 4rem;
    border-radius: 0.5rem;
    letter-spacing: 0.25em;
  }
}
@media (any-hover: hover) {
  .p-shop-nav__link:hover {
    background-color: #d4152d;
    color: #fff;
  }
  .p-shop-nav__link:hover .c-icn {
    fill: #fff !important;
  }
  .p-shop-nav__link:hover::after {
    border-color: #fff;
  }
}
.p-shop-nav__link::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #d4152d;
  border-right: 2px solid #d4152d;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .p-shop-nav__link::after {
    width: 0.4rem;
    height: 0.4rem;
    right: 1.5rem;
  }
}
.p-shop-nav__link p {
  font-size: 2.1rem;
  line-height: 1.5263157895;
  min-height: 3em;
  display: grid;
  place-content: center;
  margin-top: 22px;
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-shop-nav__link p {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 767.98px) {
  .p-shop-nav__link .c-icn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
  }
}
.p-shop-nav__link.c-web-reserve .c-icn {
  width: 44px;
  fill: #d4152d;
  min-height: 38px;
}
@media screen and (max-width: 767.98px) {
  .p-shop-nav__link.c-web-reserve .c-icn {
    width: 3.1rem;
    min-height: inherit;
  }
}
.p-shop-nav__link.c-tel-reserve .c-icn {
  width: 33px;
  fill: #d4152d;
  min-height: 38px;
}
@media screen and (max-width: 767.98px) {
  .p-shop-nav__link.c-tel-reserve .c-icn {
    width: 2.5rem;
    left: 2.5rem;
    min-height: inherit;
  }
}
.p-shop-nav__link.c-map .c-icn {
  width: 58px;
  fill: #d4152d;
}
@media screen and (max-width: 767.98px) {
  .p-shop-nav__link.c-map .c-icn {
    width: 3.6rem;
  }
}

.l-news__list {
  display: flex;
  margin-top: 100px;
  flex-wrap: wrap;
  gap: 28px;
}
@media screen and (max-width: 767.98px) {
  .l-news__list {
    display: block;
    margin-top: 5.3rem;
  }
}

.l-news__item {
  width: 348px;
}
@media screen and (max-width: 767.98px) {
  .l-news__item {
    width: 100%;
  }
  .l-news__item + .l-news__item {
    margin-top: 2.7rem;
  }
}
.l-news__item a {
  color: currentColor;
}

.l-news__inner {
  padding: 8px;
}
@media screen and (max-width: 767.98px) {
  .l-news__inner {
    padding: 0.8rem;
  }
}

.l-news__body {
  padding: 15px;
}
@media screen and (max-width: 767.98px) {
  .l-news__body {
    padding: 1.5rem;
  }
}

.l-category {
  margin-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .l-category {
    margin-top: 1rem;
  }
}

.l-news__ttl {
  margin-top: 15px;
}
@media screen and (max-width: 767.98px) {
  .l-news__ttl {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-return-btn-wrapper {
    margin-top: 5.4rem;
  }
}

.c-btn-return {
  max-width: 220px;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .c-btn-return {
    max-width: 15.8rem;
    padding: 0 1rem;
  }
}

.p-shop-images {
  margin-top: 48px;
}

.p-shop-images__content .p-img-wrapper {
  aspect-ratio: 912/607;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-shop-images__content .p-img-wrapper {
    max-height: inherit;
    aspect-ratio: 326/217;
  }
}
.p-shop-images__content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-shop-thmubnail__content {
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .p-shop-thmubnail__content {
    margin-top: 1.4rem;
  }
}
.p-shop-thmubnail__content .slick-track {
  width: 100% !important;
  display: flex;
  justify-content: center;
  transform: translate(0) !important;
}
.p-shop-thmubnail__content .p-shop-thmubnail__inner {
  cursor: pointer;
}
.p-shop-thmubnail__content .p-img-wrapper {
  width: 100px;
  height: 67px;
  margin: 0 10px;
}
@media screen and (max-width: 767.98px) {
  .p-shop-thmubnail__content .p-img-wrapper {
    width: 4.8rem;
    height: 3.2rem;
    margin: 0 0.4rem;
  }
}
.p-shop-thmubnail__content .p-img-wrapper img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-shop-detail {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-top: 100px;
}
.p-shop-detail a {
  text-decoration: none;
  color: currentColor;
}
@media screen and (max-width: 767.98px) {
  .p-shop-detail {
    margin-top: 4rem;
  }
}
.p-shop-detail th,
.p-shop-detail td {
  border-bottom: 1px dashed #000;
  font-size: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-shop-detail th,
.p-shop-detail td {
    display: block;
    border: none;
    font-size: 1.3rem;
  }
}
.p-shop-detail tr:first-of-type th {
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 767.98px) {
  .p-shop-detail tr:first-of-type th {
    border-radius: 0.5rem;
  }
}
.p-shop-detail tr:last-of-type th,
.p-shop-detail tr:last-of-type td {
  border-bottom: none;
}
.p-shop-detail tr:last-of-type th {
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 767.98px) {
  .p-shop-detail tr:last-of-type th {
    border-radius: 0.5rem;
  }
}
.p-shop-detail th {
  background-color: #f9f4e6;
  width: 191px;
  padding: 13px 10px;
}
@media screen and (max-width: 767.98px) {
  .p-shop-detail th {
    width: 100%;
    font-weight: 500;
    text-align: left;
    padding: 1rem;
    border-radius: 0.3rem;
  }
}
.p-shop-detail td {
  text-align: left;
  padding: 13px 10px 13px 35px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
}
@media screen and (max-width: 767.98px) {
  .p-shop-detail td {
    width: 100%;
    padding: 1.2rem 0.5rem;
  }
}

.p-recruit-btn-wrapper {
  margin-top: 45px;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-btn-wrapper {
    margin-top: 1rem;
  }
}

.p-menu-btn-wrapper {
  margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-menu-btn-wrapper {
    margin: 1.5rem 0 0;
  }
}
.p-menu-btn-wrapper .c-btn-menu {
  min-height: 102px;
  font-size: 2.5rem;
  font-weight: 700;
  border: none;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-menu-btn-wrapper .c-btn-menu {
    font-size: 1.7rem;
    line-height: 1.6470588235;
    text-align: center;
    border-radius: 0.5rem;
  }
}
.p-menu-btn-wrapper .c-btn-menu::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .p-menu-btn-wrapper .c-btn-menu::after {
    right: 1.5rem;
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media (any-hover: hover) {
  .p-menu-btn-wrapper .c-btn-menu:hover span::before {
    background-color: #d4152d;
  }
  .p-menu-btn-wrapper .c-btn-menu:hover::after {
    border-color: #d4152d;
  }
}
.p-menu-btn-wrapper .c-btn-menu span {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-menu-btn-wrapper .c-btn-menu span {
    position: static;
  }
}
.p-menu-btn-wrapper .c-btn-menu span::before {
  transition: 0.3s background-color;
  content: "";
  position: absolute;
  width: 45px;
  height: 31px;
  top: 50%;
  left: -70px;
  background-color: #fff;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29.03 21.14"><title>preson</title><path class="cls-1" d="M28.67,1.14c-4.63-1.5-9.52-1.52-14.16-.04C9.88-.38,4.99-.37.35,1.14c-.21.07-.35.27-.35.49v19c0,.16.08.32.21.42.13.1.3.12.46.07,4.48-1.45,9.21-1.45,13.68,0,.02,0,.04,0,.05,0,.02,0,.03,0,.05,0,.02,0,.04,0,.05,0s.03-.01.05-.02c.04,0,.07,0,.11,0,4.48-1.45,9.21-1.45,13.68,0,.05.02.11.02.16.02.11,0,.21-.03.3-.1.13-.1.21-.25.21-.42V1.63c0-.22-.14-.42-.35-.49ZM1.03,19.93V2c4.25-1.3,8.72-1.3,12.97,0v17.93c-2.13-.62-4.31-.93-6.49-.93s-4.36.31-6.49.93ZM28,19.93c-2.13-.62-4.31-.93-6.49-.93s-4.36.31-6.49.93V2c4.25-1.3,8.72-1.3,12.97,0v17.93Z" /><path class="cls-1" d="M5.99,11.44c-.38,0-.69.31-.69.69s.31.69.69.69.69-.31.69-.69-.31-.69-.69-.69Z" /><path class="cls-1" d="M8.66,7.91c-.4.03-.03.23-.03.23,0,0,1.67.15,1.57.89,0,0,0,.92-2.37.92h-.03c-2.37,0-2.37-.92-2.37-.92-.1-.74,1.57-.89,1.57-.89,0,0,.37-.2-.03-.23,0,0-3.34.47-3.18,1.74,0,0,0,.95.99,1.07,0,0,1.6.2,1.87.47,0,0,.48.37.48.85v.5s0,.25.32.25h.73c.32,0,.32-.25.32-.25v-.5c0-.48.48-.85.48-.85.27-.27,1.87-.47,1.87-.47.99-.12.99-1.07.99-1.07.17-1.27-3.18-1.74-3.18-1.74Z" /><path class="cls-1" d="M9.63,11.44c-.38,0-.69.31-.69.69s.31.69.69.69.69-.31.69-.69-.31-.69-.69-.69Z" /></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29.03 21.14"><title>preson</title><path class="cls-1" d="M28.67,1.14c-4.63-1.5-9.52-1.52-14.16-.04C9.88-.38,4.99-.37.35,1.14c-.21.07-.35.27-.35.49v19c0,.16.08.32.21.42.13.1.3.12.46.07,4.48-1.45,9.21-1.45,13.68,0,.02,0,.04,0,.05,0,.02,0,.03,0,.05,0,.02,0,.04,0,.05,0s.03-.01.05-.02c.04,0,.07,0,.11,0,4.48-1.45,9.21-1.45,13.68,0,.05.02.11.02.16.02.11,0,.21-.03.3-.1.13-.1.21-.25.21-.42V1.63c0-.22-.14-.42-.35-.49ZM1.03,19.93V2c4.25-1.3,8.72-1.3,12.97,0v17.93c-2.13-.62-4.31-.93-6.49-.93s-4.36.31-6.49.93ZM28,19.93c-2.13-.62-4.31-.93-6.49-.93s-4.36.31-6.49.93V2c4.25-1.3,8.72-1.3,12.97,0v17.93Z" /><path class="cls-1" d="M5.99,11.44c-.38,0-.69.31-.69.69s.31.69.69.69.69-.31.69-.69-.31-.69-.69-.69Z" /><path class="cls-1" d="M8.66,7.91c-.4.03-.03.23-.03.23,0,0,1.67.15,1.57.89,0,0,0,.92-2.37.92h-.03c-2.37,0-2.37-.92-2.37-.92-.1-.74,1.57-.89,1.57-.89,0,0,.37-.2-.03-.23,0,0-3.34.47-3.18,1.74,0,0,0,.95.99,1.07,0,0,1.6.2,1.87.47,0,0,.48.37.48.85v.5s0,.25.32.25h.73c.32,0,.32-.25.32-.25v-.5c0-.48.48-.85.48-.85.27-.27,1.87-.47,1.87-.47.99-.12.99-1.07.99-1.07.17-1.27-3.18-1.74-3.18-1.74Z" /><path class="cls-1" d="M9.63,11.44c-.38,0-.69.31-.69.69s.31.69.69.69.69-.31.69-.69-.31-.69-.69-.69Z" /></svg>');
  display: block;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-menu-btn-wrapper .c-btn-menu span::before {
    width: 3.5rem;
    height: 2.4rem;
    left: 1.5rem;
  }
}

.p-insta-wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 767.98px) {
  .p-insta-wrapper {
    margin: 4.6rem 2.5rem 0;
  }
}

input::-webkit-search-cancel-button {
  cursor: pointer;
}
/*# sourceMappingURL=shop.css.map */