@charset "UTF-8";
.p-goods {
  width: 100%;
  display: block;
  position: relative;
  margin: 8.2rem auto 0;
  background: var(--color-sky);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-goods {
    margin-top: 4.5rem;
  }
}
.p-goods::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid var(--color-white);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-goods::before {
    border-width: 4px;
  }
}
.p-goods::after {
  content: "";
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  border: 1px solid var(--color-white);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-goods::after {
    width: calc(100% - 1.4rem);
    height: calc(100% - 1.4rem);
    top: 0.7rem;
    left: 0.7rem;
  }
}
.p-goods__container {
  width: 100%;
  display: block;
  position: relative;
  padding: 6rem 0 8rem;
  margin: 0 auto;
  background: url("../img/pattern_content.png") repeat 0 0/45px auto;
}
@media screen and (max-width: 960px) {
  .p-goods__container {
    padding: 3.5rem 0;
  }
}
.p-goods__container::before {
  content: "";
  width: calc(100% - 4.4rem);
  height: calc(100% - 4.4rem);
  display: block;
  position: absolute;
  top: 2.2rem;
  left: 2.2rem;
  background: url("../img/deco_side_lt.svg") no-repeat left 0 top 0/2.5rem auto, url("../img/deco_side_rt.svg") no-repeat right 0 top 0/2.5rem auto, url("../img/deco_side_rb.svg") no-repeat right 0 bottom 0/2.5rem auto, url("../img/deco_side_lb.svg") no-repeat left 0 bottom 0/2.5rem auto;
}
@media screen and (max-width: 960px) {
  .p-goods__container::before {
    width: calc(100% - 2.4rem);
    height: calc(100% - 2.4rem);
    top: 1.2rem;
    left: 1.2rem;
    background-size: 1.5rem auto;
  }
}
.p-goods__inner {
  display: block;
  position: relative;
}
.p-goods__lead {
  width: 90%;
  max-width: 67rem;
  display: block;
  position: relative;
  margin: 0 auto 4.8rem;
  padding-bottom: 3.5rem;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-goods__lead {
    max-width: 30rem;
    font-size: 1.8rem;
  }
}
.p-goods__lead::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-text);
}

.p-goods_content {
  width: 90%;
  max-width: 67rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-goods_content {
    max-width: 30rem;
  }
}
.p-goods_content + .p-goods_content {
  margin-top: 4.8rem;
  padding-top: 3.5rem;
}
.p-goods_content + .p-goods_content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-text);
}
.p-goods_content__header {
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .p-goods_content__header {
    margin-bottom: 1rem;
  }
}
.p-goods_content__title {
  display: block;
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-goods_content__title {
    font-size: 1.8rem;
  }
}
.p-goods_content__inner {
  display: block;
  position: relative;
}
.p-goods_content__text {
  width: 100%;
  display: block;
  position: relative;
  margin: 1rem auto 0;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-goods_content__text {
    max-width: 27rem;
    margin-top: 0.4rem;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.p-goods_content__text:first-child {
  margin-top: 0;
}
.p-goods_content__text + .p-goods_content__text {
  margin-top: 2.8rem;
}
@media screen and (max-width: 960px) {
  .p-goods_content__text + .p-goods_content__text {
    margin-top: 2rem;
  }
}
.p-goods_content__text small {
  display: inline-block;
  position: relative;
  font-size: 0.8em;
}
.p-goods_content__text img {
  margin: 1.2em 0;
}
.p-goods_content__text a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-goods_content__text a:hover {
    text-decoration: none;
  }
}
.p-goods_content__cap {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.9rem;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .p-goods_content__cap {
    max-width: 27rem;
    font-size: 1.5rem;
  }
}
.p-goods_content__cap:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-goods_content__cap:not(:first-child) {
    margin-top: 1rem;
  }
}
.p-goods_content__heading {
  width: 100%;
  display: block;
  position: relative;
  padding: 0.6rem 1rem 0.5rem;
  margin: 0 auto;
  font-size: 1.9rem;
  line-height: 1.3;
  background-color: var(--area_color);
}
@media screen and (max-width: 960px) {
  .p-goods_content__heading {
    max-width: 27rem;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    padding: 0.5rem 1rem 0.3rem;
  }
}
.p-goods_content__heading:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-goods_content__heading:not(:first-child) {
    margin-top: 1rem;
  }
}
.p-goods_content__btn {
  width: 90%;
  max-width: 50rem;
  min-height: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 2rem auto 0;
  color: var(--color-white);
  background: var(--color-text);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-goods_content__btn {
    width: 100%;
    max-width: 29rem;
    min-height: 4rem;
  }
}
.p-goods_content__btn:not([href]) {
  color: #999;
  background: #ddd;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-goods_content__btn {
    transition: transform 0.6s var(--ease_bounce), background-color 0.5s var(--ease_out), color 0.5s var(--ease_out);
  }
  .p-goods_content__btn:hover {
    transform: scale(1.05) rotate(1.5deg);
    color: var(--color-white);
    background: var(--color-text);
  }
}
.p-goods_content__btn-text {
  display: block;
  position: relative;
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-goods_content__btn-text {
    font-size: 1.3rem;
  }
}

.p-goods_lineup {
  display: block;
  position: relative;
}
.p-goods_lineup__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem;
  position: relative;
}
.p-goods_lineup__list-item {
  min-width: 0;
  display: block;
  position: relative;
}

.p-goods_article {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-goods_article {
    display: grid;
    grid-template-columns: 28rem 1fr;
    gap: 2rem 3rem;
  }
}
.p-goods_article__header {
  grid-column: 1/-1;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-goods_article__header {
    margin-bottom: 1rem;
  }
}
.p-goods_article__badge {
  display: block;
  position: relative;
  padding: 0.4rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--color-text);
  background: var(--color-gold);
}
@media screen and (max-width: 960px) {
  .p-goods_article__badge {
    font-size: 1.3rem;
  }
}
.p-goods_article__badge[data-badge=山形会場商品], .p-goods_article__badge[data-badge=山形会場限定] {
  background: var(--color-pink);
}
.p-goods_article__badge[data-badge=福井会場商品], .p-goods_article__badge[data-badge=福井会場限定] {
  background: var(--color-blue);
}
.p-goods_article__badge[data-badge=長崎会場商品], .p-goods_article__badge[data-badge=長崎会場限定] {
  background: var(--color-green);
}
.p-goods_article__title {
  display: block;
  position: relative;
  padding: 0.7rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--color-white);
  background: var(--color-text);
}
@media screen and (max-width: 960px) {
  .p-goods_article__title {
    font-size: 1.4rem;
  }
}
.p-goods_article__thumb {
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-goods_article__thumb {
    margin-bottom: 2rem;
  }
}
.p-goods_article__inner {
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-goods_article__inner {
    top: -0.3rem;
  }
}
.p-goods_article__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-goods_article__text {
    font-size: 1.3rem;
  }
}
.p-goods_article__price {
  display: block;
  position: relative;
  font-size: 1.7rem;
  font-weight: 400;
  margin-top: 2.8rem;
}
@media screen and (max-width: 960px) {
  .p-goods_article__price {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}
.p-goods_article__limit {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  margin-top: 0.3rem;
}
@media screen and (max-width: 960px) {
  .p-goods_article__limit {
    font-size: 1.2rem;
    margin-top: 0.2rem;
  }
}
.p-goods_article__btn {
  width: 90%;
  max-width: 50rem;
  min-height: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 2rem 0 0;
  color: var(--color-white);
  background: var(--color-text);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-goods_article__btn {
    width: 100%;
    max-width: 29rem;
    min-height: 4rem;
  }
}
.p-goods_article__btn:not([href]) {
  color: #999;
  background: #ddd;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-goods_article__btn {
    transition: transform 0.6s var(--ease_bounce), background-color 0.5s var(--ease_out), color 0.5s var(--ease_out);
  }
  .p-goods_article__btn:hover {
    transform: scale(1.05) rotate(1.5deg);
    color: var(--color-white);
    background: var(--color-text);
  }
}
.p-goods_article__btn-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-goods_article__btn-text {
    font-size: 1.3rem;
  }
}

.p-goods_article_thumb {
  display: block;
  position: relative;
}
.p-goods_article_thumb__slide {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-goods_article_thumb__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-goods_article_thumb__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-goods_article_thumb__pagination {
  width: calc(100% - 2rem);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  position: absolute;
  bottom: 0.6rem;
  right: 0.6rem;
}
.p-goods_article_thumb__pagination-item {
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  position: relative;
  background: transparent;
  transition: background-color 0.4s var(--ease_out);
}
.p-goods_article_thumb__pagination-item.is-slide-current {
  background: var(--color-text);
}
.p-goods_article_thumb__pagination-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-text);
}