.p-wrapper *:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}
.p-wrapper *,
.p-wrapper *::before,
.p-wrapper *::after {
  box-sizing: border-box;
}
.p-wrapper ol,
.p-wrapper ul {
  list-style: none;
}
.p-wrapper img {
  max-width: 100%;
  display: block;
}
.p-wrapper table {
  border-collapse: collapse;
}
.p-wrapper a {
  cursor: pointer;
}

/* color */
/* end color */
/* transition */
/* end transition */
/* font-family */
/* end font-family */
.p-wrapper p {
  font-size: 12px;
  font-size: calc(12 / 16)rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
.p-wrapper a {
  transform: 0.3s;
  text-decoration: none;
}
.p-wrapper a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .p-wrapper .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-wrapper .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-wrapper .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-wrapper .sp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-wrapper .sp_s {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-wrapper .sp_s {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .p-wrapper .sp_s {
    display: block;
  }
}

.l-container {
  overflow: inherit;
  height: 100%;
}

/*-------------------------------
  common
-------------------------------*/
.kv-container {
  background: url(../images/h1_gsf_pc.jpg) center/cover no-repeat;
}
.kv-container .main-image {
  padding: 2em 2em 3em;
}
.kv-container p {
  color: #000;
  padding: 0em 2em 3em;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.pages_container {
  position: relative;
  background: #F7EBA1;
}
.pages_container .green {
  background: #ABCD03;
}
.pages_container .pink {
  background: #F7C5DB;
}
.pages_container nav {
  background: #fff;
}
.pages_container nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #fff;
}
.pages_container nav ul li {
  width: 50%;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages_container nav ul li:nth-of-type(1) {
  background: #FCC800;
  border-right: 2px solid #fff;
}
.pages_container nav ul li:nth-of-type(2) {
  background: #ABCD03;
  border-right: 2px solid #fff;
}
.pages_container nav ul li:nth-of-type(3) {
  background: #F7C5DB;
}
.pages_container nav ul li a {
  display: block;
  font-size: 10px;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  padding: 1rem;
}
.pages_container nav ul li a span {
  display: block;
  font-size: 13px;
  font-size: 0.8125 rem;
  font-weight: bold;
}
.pages_container .salecp_contents {
  margin: 10px;
}
.pages_container .f_nav {
  transition: all 0.3s ease;
}
.pages_container .f_nav li {
  width: 50%;
  height: 45px;
  border-bottom: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pages_container .f_nav li a {
  font-size: 9px;
  font-size: 0.4375 rem;
  padding: 0.5rem;
}
.pages_container .f_nav li a span {
  font-size: 11px;
  font-size: 0.625 rem;
}
.pages_container .f_nav_fixed {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 9;
}
.pages_container .notes_text {
  font-size: 10px;
  font-size: 0.625 rem;
  color: #fff;
}

.shop-list-container {
  padding: 3rem 0 1rem;
}
.shop-list-container h2 {
  font-size: 14px;
  font-size: 0.875 rem;
  color: #000;
  line-height: 1.3;
  text-align: center;
  padding: 1rem 0 1.5rem 0;
}
.shop-list-container h2 span {
  display: block;
  font-size: 24px;
  font-size: 1.125 rem;
  font-weight: bold;
}
.shop-list-container .shop-listing {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1rem;
}
.shop-list-container .shop-listing .shop-item {
  position: relative;
  width: calc(50% - 0.5rem);
  margin: 0 0 1rem 0;
  padding: 1rem 1rem 1.4rem 1rem;
  text-align: center;
  background: #fff;
  box-shadow: 0.15rem 0.15rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}
.shop-list-container .shop-listing .shop-item::after {
  content: "";
  display: block;
  width: 50%;
}
.shop-list-container .shop-listing .shop-item .img img {
  margin: 0 auto;
}
.shop-list-container .shop-listing .shop-item .logo {
  height: 80px;
}
.shop-list-container .shop-listing .shop-item .logo img {
  height: 80px;
  margin: 0 auto;
}
.shop-list-container .shop-listing .shop-item p {
  font-size: 10px;
  text-align: center;
}
.shop-list-container .shop-listing .shop-item p.shop {
  font-size: 14px;
  text-align: center;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}
.shop-list-container .shop-listing .shop-item p.shop._heigh {
  min-height: 48px;
}
.shop-list-container .shop-listing .shop-item p.-lt {
  text-align: left;
}
.shop-list-container .shop-listing .shop-item .info {
  margin: 0.3rem 0;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.shop-list-container .shop-listing .shop-item .info._heigh {
  min-height: 50px;
}
.shop-list-container .shop-listing .shop-item .category,
.shop-list-container .shop-listing .shop-item .shop {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.shop-list-container .shop-listing .shop-item .category {
  font-size: 10px;
}
.shop-list-container .shop-listing .shop-item .category._heigh {
  min-height: 30px;
}
.shop-list-container .shop-listing .shop-item .shop {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #3e3a39;
}
.shop-list-container .shop-listing .shop-item .text,
.shop-list-container .shop-listing .shop-item .description {
  line-height: 1.4;
  color: #d71718;
  font-weight: bold;
}
.shop-list-container .shop-listing .shop-item .text {
  font-size: 16px;
  color: #d71718;
}
.shop-list-container .shop-listing .shop-item .text_s {
  font-size: 8px;
}
.shop-list-container .shop-listing .shop-item .text span {
  display: block;
  margin-bottom: 0.5rem;
}
.shop-list-container .shop-listing .shop-item .text small {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.5;
}
.shop-list-container .shop-listing .shop-item .date {
  display: inline;
  font-size: 12px;
  padding: 0.5rem 0;
}
.shop-list-container .shop-listing .shop-item .description {
  font-size: 13px;
  padding: 0.5em 0 0 0;
}
.shop-list-container .shop-listing .shop-item.-WEST .info {
  color: #f7ab00;
}
.shop-list-container .shop-listing .shop-item.-WALK .info {
  color: #004ea2;
}
.shop-list-container .shop-listing .shop-item.-EAST .info {
  color: #e5006e;
}/*# sourceMappingURL=style.css.map */