@charset "UTF-8";

/*
|---------------------------------------------------------------
| ライオンズおせち2026
|---------------------------------------------------------------
*/
.container {
  max-width: 100%;
  display: block;
  width: 100%;
  padding: 0;
}

.container .pane-main {
  padding-left: 0;
  padding-right: 0;
}

.pane-main .pane-topic-path .container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.block-page-block--frame,
.pane-contents,
.container .pane-main {
  margin-bottom: 0;
  padding-bottom: 0;
}

.plpage {
  display: block;
  width: 100%;
  color: #000000;
  background: #ffffff;
}

.plpage * {
  min-width: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 750.2px) {
  .plpage .d-none--pc {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .plpage .d-none--sp {
    display: none !important;
  }
}

.plpage *[id] {
  scroll-margin-top: var(--sp-header-height, 80px);
}

@media screen and (min-width: 750.2px) {
  .plpage *[id] {
    scroll-margin-top: var(--pc-header-height, 150px);
  }
}

.pl-container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.pl-container .pl-container {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 750px) {
  .pl-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pl-container .pl-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.plpage__header {
  display: block;
  width: 100%;
  margin: 0 0 25px;
}

@media screen and (min-width: 750.2px) {
  .plpage__header {
    margin-bottom: 50px;
  }
}

.plpage__header__image {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
}

@media screen and (min-width: 750.2px) {
  .plpage__header__image {
    margin-bottom: 25px;
  }
}

.plpage__header__image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {
  .plpage__header__image .pl-container {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

.plpage__header__lead {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 3px solid #b89906;
}

@media screen and (min-width: 750.2px) {
  .plpage__header__lead {
    font-size: 18px;
    font-size: min(18px, 1.58vw);
    border-bottom-width: 5px;
  }
}

.plpage__body {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 750.2px) {
  .plpage__body {
    padding-bottom: 60px;
  }
}

.plpage__main {
  display: block;
  width: 100%;
  padding: 25px 0;
  color: #000000;
  background-color: #f1dfa2;
  background-image: url("../images/bg.jpg");
  background-repeat: repeat;
  background-size: 40px 23px;
  background-position: left top;
}

@media screen and (min-width: 750.2px) {
  .plpage__main {
    padding: 60px 0;
    background-size: 80px 46px;
  }
}

.plpage__main__nav {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.plpage__main__video {
  display: block;
  width: 100%;
  margin: 15px 0 25px;
}

@media screen and (min-width: 750.2px) {
  .plpage__main__video {
    margin: 25px 0 50px;
  }
}

.plpage__aside {
  display: block;
  width: 100%;
  padding: 20px 0;
  color: #ffffff;
  background: #00214b;
}

@media screen and (min-width: 750.2px) {
  .plpage__aside {
    padding: 50px 0;
  }
}

/*
 * カートに入れる
------------------------------------------------*/
.pl-toCart {
  display: block;
  width: 100%;
  padding: 20px 0;
}

@media screen and (min-width: 750.2px) {
  .pl-toCart {
    padding: 60px 0;
  }
}

.pl-toCart__btn {
  width: 68%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.5;
  padding-top: 5.75px;
  padding-bottom: 5.75px;
  font-weight: bold;
  text-align: center;
  border-radius: 0.4em;
  overflow: hidden;
  color: #ffffff;
  background: #bf0000;
  text-decoration: none !important;
}

@media screen and (min-width: 750.2px) {
  .pl-toCart__btn {
    font-size: 30px;
    font-size: min(30px, 2.63vw);
    line-height: 1.5;
    padding-top: 0.38em;
    padding-bottom: 0.38em;
  }
}

.pl-toCart__btn::before,
.pl-toCart__btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  flex-shrink: 0;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.67em;
  border-color: transparent transparent transparent currentColor;
}

.pl-toCart__btn::before {
  margin-right: 1.2em;
  opacity: 0;
  visibility: hidden;
}

.pl-toCart__btn::after {
  margin-left: 1.2em;
}

.pl-toCart__btn.is-finished,
.pl-goods__nav__btn.is-finished {
  background: #6D6D6D;
}
.pl-toCart__bt.is-finished::before,
.pl-toCart__btn.is-finished::after,
.pl-goods__nav__btn.is-finished::before,
.pl-goods__nav__btn.is-finished::after {
  display: none;
}

/*
 * Section
------------------------------------------------*/
.pl-section {
  display: block;
  width: 100%;
  padding: 10px 12.5px;
  color: #000000;
  background: #ffffff;
}

@media screen and (min-width: 750.2px) {
  .pl-section {
    padding: 25px 40px;
  }
}

.pl-section__title {
  display: block;
  width: 100%;
  margin: 0 0 0.75em;
  padding: 0.25em 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #b89906;
}

@media screen and (min-width: 750.2px) {
  .pl-section__title {
    font-size: 40px;
    font-size: min(30px, 3.51vw);
    border-bottom-width: 5px;
  }
}

.pl-section__title--has_right::before,
.pl-section__title--has_right::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.63em;
  border-color: transparent transparent transparent currentColor;
}

.pl-section__title--has_right::before {
  opacity: 0;
  visibility: hidden;
}

.pl-section__body {
  display: block;
  width: 100%;
}

/*
 * 動画
------------------------------------------------*/
.pl-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/1080;
  max-width: 900px;
  margin: 0 auto;
}

.pl-video > video,
.pl-video > iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*
 * 商品
------------------------------------------------*/
.pl-lineup {
  display: block;
  width: 100%;
}

.pl-lineup__layout {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 25px;
}

.pl-lineup__layout__group {
  width: 100%;
}

/*--------------- Goods ---------------*/
.pl-goods {
  display: block;
  width: 100%;
  padding: 4.5% 4.5%;
  color: #000000;
  background: #fbfaef;
}

.pl-goods__content {
  display: block;
  width: 100%;
  padding: 5px 5% 15px;
  position: relative;
  background-image: url("../images/goods/bg01.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

.pl-goods__content,
.pl-goods__content::before {
  border: 1px solid #8c6931;
}

.pl-goods__content::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 2;
  margin: auto;
}

@media screen and (min-width: 750.2px) {
  .pl-goods__content {
    background-image: url("../images/goods/bg01-large.jpg");
    background-size: 1040px 480px;
    padding-top: 15px;
    padding-bottom: 80px;
  }
}

.pl-goods__image {
  display: block;
  width: 100%;
}

.pl-goods__image img {
  display: block;
  width: 100%;
  height: auto;
}

.pl-goods__image img.js--clickable {
  cursor: pointer;
}

.pl-goods__images {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.pl-goods__images__main {
  display: block;
  width: 100%;
}

.pl-goods__images__sub {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pl-goods__images,
.pl-goods__images__sub {
  grid-gap: 5px;
}

@media screen and (min-width: 750.2px) {

  .pl-goods__images,
  .pl-goods__images__sub {
    grid-gap: 10px;
  }
}

.pl-goods__title {
  width: 100%;
  display: block;
  margin: 0 0 0.5em;
  padding: 0 0.5em 6px;
  position: relative;
  /* border-bottom: 5px double #000000; */
  background-image: linear-gradient(#000000, #000000), linear-gradient(#000000, #000000);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: center bottom 4px, center bottom;
  /* font-size: 18px; */
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.pl-goods__title::before,
.pl-goods__title::after {
  content: "";
  width: 2em;
  max-width: 48px;
  height: auto;
  aspect-ratio: 48/42;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
}

.pl-goods__title::before {
  background-image: url("../images/goods/mark_plum-l.png");
  left: 0;
  transform: translateX(-1.25em);
}

.pl-goods__title::after {
  background-image: url("../images/goods/mark_plum-r.png");
  right: 0;
  transform: translateX(1.25em);
}

@media screen and (min-width: 750.2px) {
  .pl-goods__title {
    font-size: 32px;
    font-size: min(32px, 2.81vw);
    padding-left: 2em;
    padding-right: 2em;
  }

  .pl-goods__title::before,
  .pl-goods__title::after {
    transform: none;
  }
}

.pl-goods__body {
  display: block;
  width: 100%;
}

.pl-goods__summary {
  display: block;
  width: 100%;
  margin: 0 0 2em;
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (min-width: 750.2px) {
  .pl-goods__summary {
    font-size: 18px;
    font-size: min(18px, 1.58vw);
  }
}

.pl-goods__price {
  display: flex;
  align-items: center;
  font-size: 15px;
}

@media screen and (min-width: 750.2px) {
  .pl-goods__price {
    font-size: 30px;
    font-size: min(30px, 2.63vw);
  }
}

.pl-goods__price__prefix {
  display: block;
  font-size: 0.67em;
  margin-right: 0.5em;
}

.pl-goods__price__main {
  display: block;
  padding: 0.6em 0;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}

.pl-goods__price__main__note {
  display: block;
  font-size: 0.5em;
  font-weight: normal;
  line-height: 1.2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .pl-goods__price .lso_price__main {
    font-size: 16px;
  }
}

.pl-goods__price .lso_price__addon {
  font-size: 0.5em;
}

.pl-goods__nav {
  display: block;
  width: 100%;
}

.pl-goods__nav__btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 1.5;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  font-weight: bold;
  text-align: center;
  border-radius: 0.6em;
  overflow: hidden;
  color: #ffffff;
  background: #bf0000;
  text-decoration: none !important;
}

@media screen and (min-width: 750.2px) {
  .pl-goods__nav__btn {
    font-size: 24px;
    font-size: min(24px, 2.11vw);
    line-height: 1.5;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    max-width: 360px;
    margin-left: auto;
  }
}

.pl-goods__nav__btn::before,
.pl-goods__nav__btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  flex-shrink: 0;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.75em;
  border-color: transparent transparent transparent currentColor;
}

.pl-goods__nav__btn::before {
  margin-right: 1em;
  opacity: 0;
  visibility: hidden;
}

.pl-goods__nav__btn::after {
  margin-left: 1em;
}

.pl-goods__layout {
  display: block;
  width: 100%;
}

.pl-goods__layout__image {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}

.pl-goods__layout__body {
  display: block;
  width: 100%;
}

@media screen and (min-width: 750.2px) {
  .pl-goods__layout {
    display: flex;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }

  .pl-goods__layout__image {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .pl-goods__layout__body {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding-top: 5%;
  }
}

.pl-goods__footer {
  display: flex;
  width: auto;
  margin-left: -5px;
  margin-right: -5px;
  align-items: flex-end;
}

.pl-goods__footer__price {
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.pl-goods__footer__nav {
  padding-left: 5px;
  padding-right: 5px;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

@media screen and (min-width: 750.2px) {
  .pl-goods__footer {
    display: block;
    margin-top: auto;
  }

  .pl-goods__footer__price {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
  }
}

.pl-goods-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  padding: 0.5em;
  border-radius: 50%;
  overflow: hidden;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #000000;
  background: #ffd200;
}

/*
 * 重
------------------------------------------------*/
.pl-detail {
  display: block;
  width: 100%;
  padding: 4.5% 4.5%;
  position: relative;
  overflow: hidden;
  color: #000000;
  background: #fbfaef;
}

@media screen and (max-width: 750px) {
  .pl-detail {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 750.2px) {

  .pl-detail::before,
  .pl-detail::after {
    content: "";
    pointer-events: none;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    margin: auto;
  }

  .pl-detail::before {
    background-image: url("../images/goods/detail/bg-r.png");
    background-position: right center;
    width: 34.33%;
    max-width: 230px;
    aspect-ratio: 230/110;
    right: 0;
    bottom: 40%;
  }

  .pl-detail::after {
    background-image: url("../images/goods/detail/bg-l.png");
    background-position: left center;
    width: 26.87%;
    max-width: 180px;
    aspect-ratio: 180/80;
    left: 0;
    bottom: 5%;
  }
}

.pl-detail__content {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}

.pl-detail__title {
  display: block;
  width: 100%;
  margin: 0 0 0.75em;
  padding: 0;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}

.pl-detail__title img {
  display: block;
  width: 100%;
  max-width: 51px;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 750.2px) {
  .pl-detail__title {
    font-size: 46px;
    font-size: min(46px, 4.04vw);
  }

  .pl-detail__title img {
    max-width: 102px;
  }
}

.pl-detail__body {
  display: block;
  width: 100%;
}

.pl-detail__image {
  display: block;
  width: 100%;
}

.pl-detail__image img {
  display: block;
  width: 100%;
  height: auto;
}

.pl-detail__layout {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "header" "point" "detail";
  grid-gap: 30px;
}

.pl-detail__layout__header {
  grid-area: header;
  display: block;
  width: 100%;
}

.pl-detail__layout__point {
  grid-area: point;
  display: block;
  width: 100%;
}

.pl-detail__layout__detail {
  grid-area: detail;
  display: block;
  width: 100%;
}

@media screen and (max-width: 750px) {

  .pl-detail__layout__header,
  .pl-detail__layout__detail {
    padding: 0 4.5%;
  }
}

@media screen and (min-width: 750.2px) {
  .pl-detail__layout {
    max-width: 780px;
    margin: 0 auto;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "header" "detail" "point";
  }
}

/*--------------- Point ---------------*/
.pl-detail_point {
  display: block;
  width: 100%;
  overflow: hidden;
}

.pl-detail_point__title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.5em 0;
  border-bottom: 3px solid #b89906;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.pl-detail_point__title img {
  display: block;
  width: 76%;
  max-width: 233.5px;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 750.2px) {
  .pl-detail_point__title {
    font-size: 40px;
    font-size: min(40px, 3.51vw);
    border-bottom-width: 5px;
  }

  .pl-detail_point__title img {
    max-width: 467px;
  }
}

.pl-detail_point__header {
  display: block;
  width: 100%;
  margin: 0 0 1em;
}

@media screen and (max-width: 750px) {
  .pl-detail_point__header {
    padding: 0 4.5%;
  }
}

.pl-detail_point__body {
  display: block;
  width: 100%;
}

/*--------------- Goods ---------------*/
.pl-detail_goods {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}

.pl-detail_goods__image {
  display: block;
  width: 100%;
}

.pl-detail_goods__image img {
  display: block;
  width: 100%;
  height: auto;
}

.pl-detail_goods__title {
  display: block;
  width: 100%;
  margin: 0 0 0.5em;
  padding: 0.25em 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-bottom: 2px solid #b89906;
}

@media screen and (max-width: 750px) {
  .pl-detail_goods__title {
    letter-spacing: -0em;
  }
}

@media screen and (min-width: 750.2px) {
  .pl-detail_goods__title {
    font-size: 22px;
    font-size: min(22px, 1.93vw);
    border-bottom-width: 3px;
  }
}

.pl-detail_goods__summary {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (min-width: 750.2px) {
  .pl-detail_goods__summary {
    font-size: 18px;
    font-size: min(18px, 1.58vw);
  }
}

.pl-detail_goods__layout {
  display: flex;
  width: auto;
  margin-left: -3.75px;
  margin-right: -3.75px;
}

.pl-detail_goods__layout__image {
  padding-left: 3.75px;
  padding-right: 3.75px;
  flex: 0 0 48.53%;
  max-width: 48.53%;
}

.pl-detail_goods__layout__body {
  padding-left: 3.75px;
  padding-right: 3.75px;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  /* align-self: center; */
  /* padding-top: 10px; */
}

@media screen and (min-width: 750.2px) {
  .pl-detail_goods__layout {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .pl-detail_goods__layout__image,
  .pl-detail_goods__layout__body {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

.pl-detail_goods:nth-child(odd) .pl-detail_goods__layout {
  flex-direction: row;
}

.pl-detail_goods:nth-child(even) .pl-detail_goods__layout {
  flex-direction: row-reverse;
}

/*--------------- bg ---------------*/
@media screen and (max-width: 750px) {
  .pl-detail_goods {
    padding: 0 4.5%;
    position: relative;
  }

  .pl-detail_goods > * {
    z-index: 2;
    position: relative;
  }

  .pl-detail_goods::before {
    content: "";
    pointer-events: none;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    z-index: 1;
    margin: auto;
  }

  .pl-detail_goods:nth-child(odd)::before {
    background-image: url("../images/goods/detail/bg-r.png");
    background-position: right center;
    width: 34.33%;
    max-width: 230px;
    aspect-ratio: 230/110;
    right: 0;
    transform: translateY(25%);
  }

  .pl-detail_goods:nth-child(even)::before {
    background-image: url("../images/goods/detail/bg-l.png");
    background-position: left center;
    width: 26.87%;
    max-width: 180px;
    aspect-ratio: 180/80;
    left: 0;
  }
}

/*--------------- lineup ---------------*/
.pl-detail_lineup {
  display: block;
  width: 100%;
  margin: 0 auto 1em;
  font-size: 9px;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .pl-detail_lineup {
    letter-spacing: -0.15em;
  }
}

@media screen and (min-width: 750.2px) {
  .pl-detail_lineup {
    width: 90%;
    padding: 0 15px;
    font-size: 16px;
    font-size: min(16px, 1.4vw);
  }
}

.pl-detail_lineup__list {
  list-style: none;
  padding: 0;
  display: block;
  width: 100%;
  -moz-column-count: 2;
  column-count: 2;
}

.pl-detail_lineup__list > li {
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  display: flex;
  flex-wrap: nowrap;
  font-size: 11px;
}

@media screen and (min-width: 750.2px) {
  .pl-detail_lineup__list > li {
    font-size: 16px;
  }
}

.pl-detail_lineup__list > li > i {
  display: block;
  font: inherit;
  letter-spacing: 0;
  flex: 0 0 2em;
  max-width: 2em;
  margin-right: 0.25em;
}

/*
 * 限定特典
------------------------------------------------*/
.pl-special {
  display: block;
  width: 100%;
  padding: 18px 12.5px;
  color: #ffffff;
  background-color: #00214a;
  background-image: url("../images/special/bg01.png"), url("../images/special/bg02.jpg");
  background-repeat: no-repeat;
  background-size: 520px auto, cover;
  background-position: center top, center top;
}

@media screen and (min-width: 750.2px) {
  .pl-special {
    padding: 60px 60px;
    background-size: contain, cover;
  }
}

.pl-special__content {
  display: block;
  width: 100%;
  position: relative;
  padding: 10px 0;
  border: 3px solid transparent;
}

.pl-special__content::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: 2;
  margin: auto;
  background-image: linear-gradient(#f4db79 0%, #f4db79 100%), linear-gradient(#f4db79 0%, #9c871a 100%), linear-gradient(#9c871a 0%, #9c871a 100%), linear-gradient(#f4db79 0%, #9c871a 100%);
  background-repeat: no-repeat;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  background-position: left top, right top, right bottom, left top;
}

@media screen and (min-width: 750.2px) {
  .pl-special__content {
    border-width: 5px;
    padding: 40px 40px;
  }

  .pl-special__content::before {
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background-size: 100% 5px, 5px 100%, 100% 5px, 5px 100%;
  }
}

.pl-special__layout {
  counter-reset: special-point;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 60px;
}

@media screen and (min-width: 750.2px) {
  .pl-special__layout {
    grid-gap: 80px;
  }
}

.pl-special__layout__group {
  counter-increment: special-point;
  display: block;
  width: 100%;
}

.pl-special__title {
  display: block;
  width: 100%;
  margin: 0 0 1em;
  padding: 0;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "YuMincho", "Yu Mincho", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  line-height: 1.18;
  text-align: center;
  color: #fbe58d;
}

@supports (-webkit-background-clip: text) {
  .pl-special__title {
    background-image: linear-gradient(180deg, #fbe58d, #b09a23);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media screen and (min-width: 750.2px) {
  .pl-special__title {
    font-size: 40px;
    font-size: min(40px, 3.51vw);
  }
}

.pl-special__body {
  display: block;
  width: 100%;
  padding: 0 1em;
}

/*--------------- Point ---------------*/
.pl-point {
  display: block;
  width: 100%;
  font-size: 9px;
  line-height: 1.56;
}

@media screen and (min-width: 750.2px) {
  .pl-point {
    font-size: 18px;
    font-size: min(18px, 1.58vw);
  }
}

.pl-point__layout {
  display: block;
  width: 100%;
}

.pl-point__layout__image {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}

.pl-point__layout__body {
  display: block;
  width: 100%;
}

.pl-point__image {
  display: block;
  width: 90.94%;
  max-width: 502px;
  margin: 0 auto;
}

.pl-point__image img {
  display: block;
  width: 100%;
  height: auto;
}

.pl-point__title {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 0 0.5em;
  padding: 0.5em 0;
  border-bottom: 3px solid #b89906;
  font-size: 1.67em;
  font-weight: bold;
}

.pl-point__title::before {
  content: counter(special-point);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.53em;
  height: 1.53em;
  border-radius: 50%;
  overflow: hidden;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #bf0000;
  flex-shrink: 0;
  margin-right: 0.5em;
}

.pl-point__description {
  font-size: 12px;
}

@media screen and (min-width: 750.2px) {
  .pl-point__title {
    font-size: 30px;
    font-size: min(30px, 2.63vw);
    border-bottom-width: 5px;
  }

  .pl-point__description {
    font-size: 18px;
  }
}

/*
 * Aside
------------------------------------------------*/
.pl-aside {
  display: block;
  width: 100%;
}

.pl-aside__title {
  display: block;
  width: 100%;
  font-size: 17px;
  line-height: 1.5;
  padding-top: 3.5px;
  padding-bottom: 3.5px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 1em;
  color: #ffffff;
  background: #bf0000;
}

@media screen and (min-width: 750.2px) {
  .pl-aside__title {
    font-size: 34px;
    font-size: min(34px, 2.98vw);
    line-height: 1.5;
    padding-top: 0.21em;
    padding-bottom: 0.21em;
  }
}

.pl-aside__layout {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 15px;
}

@media screen and (min-width: 750.2px) {
  .pl-aside__layout {
    grid-gap: 30px;
  }
}

.pl-aside__layout__group {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.pl-aside_section {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

@media screen and (min-width: 750.2px) {
  .pl-aside_section {
    font-size: 16px;
    font-size: min(16px, 1.4vw);
  }
}

.pl-aside_section__head {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 3.5px;
  padding-bottom: 3.5px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  color: #000000;
  background: #cbcbcb;
}

@media screen and (min-width: 750.2px) {
  .pl-aside_section__head {
    font-size: 20px;
    font-size: min(20px, 1.75vw);
    line-height: 1.5;
    padding-top: 0.33em;
    padding-bottom: 0.33em;
  }
}

.pl-aside_section__body {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1em 1em;
  font-size: 1em;
  line-height: 1.63;
  text-align: left;
  color: #000000;
  background: #ffffff;
}

/*--------------- 注意事項 ---------------*/
.pl-attention {
  display: block;
  width: 100%;
  font-size: 12px;
}

@media screen and (min-width: 750.2px) {
  .pl-attention {
    font-size: 18px;
    font-size: min(18px, 1.58vw);
  }
}

.pl-attention p {
  font-size: 1em;
  margin: 0;
}

.pl-attention__list {
  list-style: none;
  padding: 0;
  display: block;
  width: 100%;
}

.pl-attention__list + .pl-attention__list {
  margin-top: 1.63em;
}

.pl-attention__list > li {
  display: block;
  width: 100%;
  text-indent: -1em;
  padding-left: 1em;
}

.pl-attention__list > li::before {
  content: "※";
}

/*
 * お問い合せ
------------------------------------------------*/
.pl-contact {
  display: block;
  width: 100%;
  padding: 5px 0.56em;
}

.pl-contact__layout {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 15px;
}

@media screen and (min-width: 750.2px) {
  .pl-contact__layout {
    grid-gap: 30px;
  }
}

.pl-contact__layout__group {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.pl-contact__name {
  display: block;
  width: 100%;
  margin: 0 0 1em;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

.pl-contact__image {
  display: block;
  width: 88.54%;
  max-width: 510px;
  margin: 0 auto 2em;
}

.pl-contact__image img {
  display: block;
  width: 100%;
  height: auto;
}

.pl-contact__tel {
  display: block;
  width: 100%;
  margin: 0 0 1em;
}

.pl-contact__tel__image {
  display: block;
  width: 88.54%;
  max-width: 510px;
  margin: 0 auto;
}

.pl-contact__tel__image img {
  display: block;
  width: 100%;
  height: auto;
}

.pl-contact__hours {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 9px;
}

@media screen and (min-width: 750.2px) {
  .pl-contact__hours {
    font-size: 18px;
    font-size: min(18px, 1.58vw);
  }
}

.pl-contact__note {
  display: block;
  width: 100%;
  margin: 15px 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 9px;
}

@media screen and (min-width: 750.2px) {
  .pl-contact__note {
    font-size: 18px;
    font-size: min(18px, 1.58vw);
  }
}

.pl-contact_section {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 1em;
  border: 1px solid #000000;
  font-size: 12px;
}

@media screen and (min-width: 750.2px) {
  .pl-contact_section {
    font-size: 20px;
    font-size: min(20px, 1.75vw);
    border-width: 2px;
  }
}

.pl-contact_section__head {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.25em 0;
  border-bottom: 1px solid #000000;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 750.2px) {
  .pl-contact_section__head {
    border-bottom-width: 2px;
  }
}

.pl-contact_section__body {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1em 0;
}

.pl-contact_attention {
  display: block;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

/*--------------- 営業時間 ---------------*/
.pl-hours {
  display: flex;
  align-items: flex-start;
  font-size: 1em;
}

.pl-hours__head {
  display: block;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
  max-width: 100%;
}

.pl-hours__head::before {
  content: "【";
}

.pl-hours__head::after {
  content: "】";
}

.pl-hours__body {
  display: block;
  margin: 0;
  padding: 0;
  flex-grow: 1;
  flex-basis: 0;
}

/*--------------- ご購入に関するお問い合わせ ---------------*/
.pl-ec_contact {
  display: block;
  width: 100%;
  font-size: 10px;
}

@media screen and (min-width: 750.2px) {
  .pl-ec_contact {
    font-size: 21px;
    font-size: min(21px, 1.84vw);
  }
}

.pl-ec_contact__nav {
  width: 100%;
  margin: 0 0 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pl-ec_contact__hours {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
}

.pl-ec_contact-nav {
  display: block;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

.pl-ec_contact-nav dt,
.pl-ec_contact-nav dd {
  margin: 0;
}

.pl-ec_contact-nav__group {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.pl-ec_contact-nav__group > dt {
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.pl-ec_contact-nav__group > dd {
  padding-left: 0.5em;
  padding-right: 0.5em;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
