@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  color: #333;
  font-family: "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro", Meiryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.c-btn {
  background-color: transparent;
  background-image: url("../img/");
  background-position: center right 1.5em;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  border: 1px solid #D9D9D9;
  color: #000;
  line-height: 1.2;
  max-width: 100%;
  min-height: 3.75rem;
  padding: 0 0.625rem;
  transition: 0.3s all;
  width: 13.75rem;
}
.c-btn span {
  display: block;
  font-size: 0.75rem;
}
.c-cat {
  background-color: #003C8C;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

.c-column2 {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
  gap: 3.75rem;
}

.c-column3 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.c-headline1__main {
  border-left: 2px solid #003C8C;
  font-size: 1.875rem;
  padding-left: 1.875rem;
  text-align: center;
}

.c-headline1__sub {
  font-size: 1rem;
  margin-top: 0.875rem;
}

.c-hoverRun {
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #000;
  display: inline;
  text-decoration: none;
  transition: background-size 0.5s;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  transition: 0.5s opacity;
  width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.c-imgZoom {
  overflow: hidden;
  position: relative;
}
.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.8s;
}
.c-link {
  line-height: 1;
  position: relative;
}

.c-link::after {
  background: url(../img/common/link.svg) center center/contain no-repeat;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -0.9375rem;
  top: 0.3em;
  width: 0.625rem;
}

.c-marker {
  background: linear-gradient(transparent 70%, #FCF65F 0%);
  display: inline;
}

.c-pageTop {
  aspect-ratio: 1;
  background: url(../img/icon-pageTop.webp) center center/contain no-repeat;
  bottom: 2.5rem;
  cursor: pointer;
  display: none;
  height: auto;
  position: fixed;
  right: 1.25rem;
  width: 5rem;
  z-index: 100;
}

.c-pageTop.c-pageTop--coupon {
  right: 2.5rem;
}

.c-tag {
  border: 1px solid #D9D9D9;
  color: #000;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
}

.c-underBar {
  display: inline-block;
  position: relative;
}
.c-underBar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}
.p-category {
  padding-block: 3rem 2rem;
}

.p-category__inner {
  margin-inline: auto;
  width: 89.525%;
}

.p-category__subtitle {
  margin-inline: auto;
}

.p-category__title {
  margin: -0.1875rem auto 0;
  width: 14rem;
}

.p-category__text {
  color: var(--text-bk, #1a1a1a);
  font-family: "Noto Sans JP";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
  margin-top: 0.75rem;
}

.p-category__swiper {
  margin-top: 1.25rem;
  overflow: hidden; /* これ重要 */
  width: 100%;
}

.p-category__swiper .swiper-pagination {
  margin-top: 0.875rem;
  position: initial;
}

.p-category__swiper .swiper-pagination-clickable .swiper-pagination-bullet {
  aspect-ratio: 1;
  background-color: #fff;
  height: auto;
  opacity: 1;
  width: 0.75rem;
}

.p-category__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-category__item {
  border-radius: 1.375rem;
  height: auto; /* カードの高さに合わせる */
  overflow: hidden;
}
.p-category__item-image {
  aspect-ratio: 376/301;
  height: auto;
}

.p-category__item-image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.p-category__item-body {
  padding: 1rem;
}

.p-category__item-name {
  color: var(--text-bk, #1a1a1a);
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.p-category__item-meta {
  align-items: center;
  display: flex;
  gap: 0.25rem;
  padding-bottom: 0.5rem;
}

.p-category__item-volume {
  color: var(--text-bk, #1a1a1a);
  font-family: "Noto Sans JP";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.p-category__item-price {
  color: var(--text-bk, #1a1a1a);
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 150%;
}

.p-category__item-description {
  color: var(--text-bk, #1a1a1a);
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 170%;
  margin-top: 0.625rem;
}

.p-category__item-button {
  border-radius: 2.578125rem;
  color: #fff;
  margin: 0.625rem auto 0;
  padding: 0.75rem 2.5rem 0.8125rem;
  position: relative;
  width: 14.875rem;
}
.p-category__item-button::after {
  aspect-ratio: 1;
  content: "";
  height: auto;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  translate: 0 -50%;
  width: 1.5rem;
}

.p-category--red {
  background: url(../img/souvenir_categoryBgRed.webp) center top/cover no-repeat;
}

.p-category--red .p-category__subtitle {
  width: 5.8125rem;
}

.p-category--red .p-category__item {
  border: 0.125rem solid var(--red, #E80113);
}

.p-category--red .p-category__item-meta {
  border-bottom: 0.0625rem solid #E80113;
}

.p-category--red .p-category__item-button {
  background: var(--red, #E80113);
}
.p-category--red .p-category__item-button::after {
  background: url(../img/arrow-red2.svg) center center/contain no-repeat;
}

.p-category--red .p-category__swiper .swiper-pagination-bullet {
  border: 0.0625rem solid #E80113;
}

.p-category--red .p-category__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E80113;
}

.p-category--yellow {
  background: url(../img/souvenir_categoryBgYellow.webp) center top/cover no-repeat;
}

.p-category--yellow .p-category__subtitle {
  width: 12rem;
}

.p-category--yellow .p-category__item {
  border: 0.125rem solid var(--yellow, #FCCD00);
}

.p-category--yellow .p-category__item-meta {
  border-bottom: 0.0625rem solid #FCCD00;
}

.p-category--yellow .p-category__item-button {
  background: var(--yellow, #FCCD00);
}
.p-category--yellow .p-category__item-button::after {
  background: url(../img/arrow-yellow2.svg) center center/contain no-repeat;
}

.p-category--yellow .p-category__swiper .swiper-pagination-bullet {
  border: 0.0625rem solid #FCCD00;
}

.p-category--yellow .p-category__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FCCD00;
}

.p-category--green {
  background: url(../img/souvenir_categoryBgGreen.webp) center top/cover no-repeat;
}

.p-category--green .p-category__subtitle {
  width: 9.5rem;
}

.p-category--green .p-category__item {
  border: 0.125rem solid var(--green, #6EBB2E);
}

.p-category--green .p-category__item-meta {
  border-bottom: 0.0625rem solid #6EBB2E;
}

.p-category--green .p-category__item-button {
  background: var(--green, #6EBB2E);
}
.p-category--green .p-category__item-button::after {
  background: url(../img/arrow-green2.svg) center center/contain no-repeat;
}

.p-category--green .p-category__swiper .swiper-pagination-bullet {
  border: 0.0625rem solid #6EBB2E;
}

.p-category--green .p-category__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6EBB2E;
}

.p-category--blue {
  background: url(../img/souvenir_categoryBgBlue.webp) center top/cover no-repeat;
}

.p-category--blue .p-category__subtitle {
  width: 7.375rem;
}

.p-category--blue .p-category__item {
  border: 0.125rem solid var(--blue, #01B8F1);
}

.p-category--blue .p-category__item-meta {
  border-bottom: 0.0625rem solid #01B8F1;
}

.p-category--blue .p-category__item-button {
  background: var(--blue, #01B8F1);
}
.p-category--blue .p-category__item-button::after {
  background: url(../img/arrow-blue2.svg) center center/contain no-repeat;
}

.p-category--blue .p-category__swiper .swiper-pagination-bullet {
  border: 0.0625rem solid #01B8F1;
}

.p-category--blue .p-category__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #01B8F1;
}

.p-category--purple {
  background: url(../img/souvenir_categoryBgPurple.webp) center top/cover no-repeat;
}

.p-category--purple .p-category__subtitle {
  width: 11.125rem;
}

.p-category--purple .p-category__item {
  border: 0.125rem solid var(--purple, #9D489A);
}

.p-category--purple .p-category__item-meta {
  border-bottom: 0.0625rem solid #9D489A;
}

.p-category--purple .p-category__item-button {
  background: var(--purple, #9D489A);
}
.p-category--purple .p-category__item-button::after {
  background: url(../img/arrow-purple2.svg) center center/contain no-repeat;
}

.p-category--purple .p-category__swiper .swiper-pagination-bullet {
  border: 0.0625rem solid #9D489A;
}

.p-category--purple .p-category__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #9D489A;
}

.p-coupon {
  background: url(../img/coupon_bg.webp) center top/cover no-repeat;
  margin-top: 1.0625rem;
  padding-bottom: 2.5rem;
}

.p-coupon__inner {
  margin-inline: auto;
  width: 86%;
}

.p-coupon__list + .p-coupon__list {
  margin-top: 1.25rem;
}

.p-coupon__list--hidden {
  display: none;
}
.p-coupon__list--hidden.is-visible {
  display: block;
}

.p-coupon__item {
  background-color: #fff;
  border: 0.125rem solid #bfbfbf;
  border-radius: 1.25rem;
  overflow: hidden;
}
.p-coupon__item:not(:first-child) {
  margin-top: 1.25rem;
}

.p-coupon__item-link {
  display: block;
}

.p-coupon__item-image {
  aspect-ratio: 376/242;
  height: auto;
}
.p-coupon__item-image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  scale: 1.02;
}

.p-coupon__item-body {
  padding: 1rem;
}

.p-coupon__item-store {
  align-items: center;
  color: #999;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  gap: 0.125rem;
  line-height: 150%;
}
.p-coupon__item-store::before {
  aspect-ratio: 1;
  background: url(../img/coupon_icon-store.svg) center center/contain no-repeat;
  content: "";
  height: auto;
  translate: 0 -0.09375rem;
  width: 1.375rem;
}

.p-coupon__item-name {
  border-bottom: 0.0625rem solid #bfbfbf;
  color: var(--text-bk, #1a1a1a);
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 150%;
  padding-bottom: 0.625rem;
}

.p-coupon__item-supplements {
  margin-top: 0.625rem;
}

.p-coupon__item-supplement {
  color: var(--text-bk, #1a1a1a);
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 170%;
}

.p-coupon__item-button {
  background: #0395d9;
  border-radius: 2.578125rem;
  margin-top: 0.625rem;
  padding: 0.765625rem 0.75rem 0.828125rem;
  text-align: center;
}
.p-coupon__item-button span {
  color: var(--white, #fff);
  display: block;
  font-family: "Noto Sans JP";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  translate: -0.1em;
}
.p-coupon__item-button {
  position: relative;
}
.p-coupon__item-button::after {
  aspect-ratio: 1;
  background: url(../img/coupon_arrow.webp) center center/contain no-repeat;
  content: "";
  position: absolute;
  right: 1.08375rem;
  top: 50%;
  translate: 0 -50%;
  width: 2.16875rem;
}

.p-coupon__button-more {
  align-items: center;
  background: var(--text-bk, #1a1a1a);
  border-radius: 2.578125rem;
  display: flex;
  gap: 1.22625rem;
  justify-content: center;
  margin-top: 2.5rem;
  padding: 0.765625rem 0.75rem 0.828125rem;
  width: 100%;
}
.p-coupon__button-more span {
  color: var(--white, #fff);
  display: block;
  font-family: "Noto Sans JP";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  translate: -0.1em;
}
.p-coupon__button-more.is-hidden {
  display: none;
}
.p-footer {
  background: hsl(210, 17%, 9%);
  border-radius: 12px 12px 0 0;
  padding-block: 5.150625rem 0.5rem;
}

.p-footer__inner {
  padding-inline: 2rem;
}

.p-footer__logo {
  aspect-ratio: 264/56.77;
  height: auto;
  width: 16.5rem;
}

.p-footer__text {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 150%;
  margin-top: 0.5rem;
}

.p-kv {
  background-color: #fff;
}

.p-kv__upper {
  background: url(../img/souvenir_fvBg.webp) center center/cover no-repeat;
  padding-block: 4.6875rem 6.25rem;
}

.p-kv__upper.p-kv__upper--coupon {
  background: url(../img/coupon_fvBg-pc.webp) center center/cover no-repeat;
  padding-block: 2.601875rem 5.86875rem;
}

.p-kv__title {
  margin-inline: auto;
  width: 21.875rem;
}

.p-kv__title--coupon {
  margin-inline: auto;
  width: 23.9375rem;
}

.p-kv__category {
  background: url(../img/souvenir_category.webp) center center/cover no-repeat;
  padding-block: 0.75rem 1.625rem;
}

.p-kv__category__container {
  background: #fff;
  border: 0.125rem solid #dadada;
  border-radius: 0.75rem;
  box-shadow: 0.25rem 0.25rem 0 0 #dadada;
  margin-inline: auto;
  padding: 0.5rem 1rem 1rem;
  text-align: center;
  width: 89.525%;
}

.p-kv__category__title {
  color: #595959;
  font-family: "Dela Gothic One";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
}

.p-kv__category__list {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0.25rem;
}

.p-kv__category__link {
  align-items: center;
  border-radius: 0.375rem;
  color: #fff;
  color: #fff;
  display: block;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 900;
  justify-content: space-between;
  line-height: 150%;
  padding: 0.7rem 0.75rem;
}
.p-kv__category__link::after {
  aspect-ratio: 1;
  content: "";
  display: block;
  width: 1rem;
}
.p-kv__category__link--red {
  background: var(--red, #E80113);
  box-shadow: 2px 2px 0 0 #B50712;
}
.p-kv__category__link--red::after {
  background: url(../img/down-arrow-red.svg) center center/contain no-repeat;
}

.p-kv__category__link--yellow {
  background: var(--yellow, #FCCD00);
  box-shadow: 2px 2px 0 0 #E5BA02;
}
.p-kv__category__link--yellow::after {
  background: url(../img/down-arrow-yellow.svg) center center/contain no-repeat;
}

.p-kv__category__link--green {
  background: var(--green, #6EBB2E);
  box-shadow: 2px 2px 0 0 #5A9327;
}
.p-kv__category__link--green::after {
  background: url(../img/down-arrow-green.svg) center center/contain no-repeat;
}

.p-kv__category__link--blue {
  background: var(--blue, #01B8F1);
  box-shadow: 2px 2px 0 0 #03A0D1;
}
.p-kv__category__link--blue::after {
  background: url(../img/down-arrow-blue.svg) center center/contain no-repeat;
}

.p-kv__category__link--purple {
  background: var(--purple, #9D489A);
  box-shadow: 2px 2px 0 0 #80397E;
}
.p-kv__category__link--purple::after {
  background: url(../img/down-arrow-purple.svg) center center/contain no-repeat;
}

.p-main {
  position: relative;
}

.p-main__bg {
  background: url(../img/souvenir_bg.webp) center center/cover no-repeat;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-main__bg__container {
  display: flex;
  height: 100vh;
  justify-content: space-between;
  margin-inline: auto;
  padding: 1.5rem 2rem;
}

.p-main__bg__right {
  padding: 4.9375rem 4.6875rem 0 0;
}

.p-main__bg__right--coupon {
  padding: 4.1875rem 2.086875rem 0 0;
  position: relative;
}

.p-main__bg__logo {
  aspect-ratio: 240/37.42;
  height: auto;
  translate: -0.375rem;
  width: 15rem;
}

.p-main__bg__title {
  aspect-ratio: 155/54;
  height: auto;
  margin: 13.0625rem 0 0 2.0625rem;
  width: 19.375rem;
}

.p-main__bg__title--coupon {
  aspect-ratio: 318.52/102.71;
  height: auto;
  margin: 10.375rem 0 0 2.0625rem;
  width: 19.9075rem;
}

.p-main__bg__category__container {
  background: #fff;
  border: 0.125rem solid #dadada;
  border-radius: 0.75rem;
  box-shadow: 0.25rem 0.25rem 0 0 #dadada;
  padding: 0.75rem 1.25rem;
}

.p-main__bg__category__title {
  color: #595959;
  font-family: "Dela Gothic One";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}

.p-main__bg__category__item:not(:last-child) {
  border-bottom: 0.0625rem dashed #dedede;
}

.p-main__bg__category__link {
  align-items: center;
  display: block;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  justify-content: space-between;
  line-height: 150%;
  padding-block: 0.5rem;
  width: 13.125rem;
}
.p-main__bg__category__link::after {
  aspect-ratio: 1;
  content: "";
  display: block;
  height: auto;
  width: 1.25rem;
}

.p-main__bg__category__link--red {
  color: var(--red, #E80113);
}
.p-main__bg__category__link--red::after {
  background: url(../img/arrow-red.svg) center center/contain no-repeat;
  content: "";
}

.p-main__bg__category__link--yellow {
  color: var(--yellow, #FCCD00);
}
.p-main__bg__category__link--yellow::after {
  background: url(../img/arrow-yellow.svg) center center/contain no-repeat;
  content: "";
}

.p-main__bg__category__link--green {
  color: var(--green, #6EBB2E);
}
.p-main__bg__category__link--green::after {
  background: url(../img/arrow-green.svg) center center/contain no-repeat;
  content: "";
}

.p-main__bg__category__link--blue {
  color: var(--blue, #01B8F1);
}
.p-main__bg__category__link--blue::after {
  background: url(../img/arrow-blue.svg) center center/contain no-repeat;
  content: "";
}

.p-main__bg__category__link--purple {
  color: var(--purple, #9D489A);
}
.p-main__bg__category__link--purple::after {
  background: url(../img/arrow-purple.svg) center center/contain no-repeat;
  content: "";
}

.p-main__bg__button {
  background: var(--text-bk, #1a1a1a);
  border-radius: 2.578125rem;
  color: #fff;
  color: #fff;
  display: block;
  font-family: "Noto Sans JP";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-top: 2.5rem;
  padding: 0.75rem;
  text-align: center;
}

.p-main__bg__text-link {
  align-items: center;
  color: var(--text-bk, #1a1a1a);
  display: block;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  gap: 0.25rem;
  line-height: 150%;
  margin: 0.5625rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.p-main__bg__text-link::after {
  aspect-ratio: 1;
  background: url(../img/arrow-black.svg) center center/contain no-repeat;
  content: "";
  display: block;
  height: auto;
  width: 1.25rem;
}

.p-main__bg__right-image {
  aspect-ratio: 334.31/452;
  height: auto;
  width: 20.894375rem;
}

.p-main__bg__button-coupon {
  align-items: center;
  background: #fff;
  border: 0.0859375rem solid #1a1a1a;
  border-radius: 0.5rem;
  color: #1a1a1a;
  display: block;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  gap: 0.3125rem;
  justify-content: center;
  line-height: 150%;
  margin: 6rem 0 0 3rem;
  padding-block: 1.118125rem 1.180625rem;
  width: 15.625rem;
}
.p-main__bg__button-coupon::before {
  aspect-ratio: 1;
  background: url(../img/coupon_icon-bag.svg) center center/contain no-repeat;
  content: "";
  height: auto;
  width: 1.875rem;
}

.p-main__bg__button-coupon--sp-wrap {
  display: none;
}
.p-main__bg__right-copy {
  aspect-ratio: 296.05/121;
  height: auto;
  left: 0.5625rem;
  margin: 3.3125rem 0 0 1.8125rem;
  position: absolute;
  top: 12.3125rem;
  width: 18.503125rem;
}

.p-main__container {
  background-color: #fff;
  left: 50%;
  margin-inline: auto;
  position: relative;
  position: absolute;
  top: 0;
  translate: -50%;
  width: min(28.75rem, 100%);
  z-index: 1;
}

.p-main__inner {
  padding-inline: 0.625rem;
}

.p-modal {
  background: rgba(255, 255, 255, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.p-modal__block {
  background-color: #FEAEBB;
  border-radius: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27.5rem;
}

.p-modal__wrap {
  padding: 3.75rem 0 2.5rem;
  position: relative;
}

.p-pageTop {
  bottom: 1.875rem;
  cursor: pointer;
  position: fixed;
  right: 1.875rem;
  z-index: 50;
}

.p-pageTop__wrap {
  position: relative;
}

.p-pageTop__wrap img {
  width: 3.125rem;
}

.p-pageTop__wrap img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.p-slider {
  height: 100%;
  width: 100%;
}
.p-slider .swiper-slide {
  overflow: hidden;
}
.p-slider .slide-img {
  height: 100%;
}
.p-slider .slide-img img {
  width: 100%;
}
.p-slider img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.p-slider .swiper-slide-active .slide-img,
.p-slider .swiper-slide-duplicate-active .slide-img,
.p-slider .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .slide-img img {
  display: block;
}

.p-test {
  letter-spacing: 0.05em;
}

.p-card {
  position: relative;
}

.p-card__img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-card__img img {
  -o-object-fit: cover;
  aspect-ratio: 420/271;
  height: auto;
  object-fit: cover;
  transition: transform 0.8s;
  width: 100%;
}
.p-card__title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 2.25rem;
}

.p-card__text {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 2.25rem;
}

.p-list__item {
  border-bottom: 1px solid blue;
  display: flex;
}
.p-list__item dt,
.p-list__item dd {
  display: inline-block;
  font-size: 1rem;
  text-align: left;
  vertical-align: top;
}
.p-list__item dt {
  font-size: 1rem;
  width: 20%;
}
.p-list__item dd {
  font-size: 0.9375rem;
  width: 80%;
}

.p-media {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}

.p-media__head {
  font-size: 1.25rem;
}

.p-media__txt {
  font-size: 1rem;
}

.p-media__img {
  width: 40%;
}

.p-media__body {
  width: 60%;
}

.c-dot {
  align-items: flex-start;
  display: flex;
  gap: 0.5em;
}
.c-dot::before {
  aspect-ratio: 1;
  background-color: black;
  border-radius: 100%;
  content: "";
  margin-top: calc(0.5lh - 0.1em);
  width: 0.2em;
}

.u-base1 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.u-base2 {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.u-flex {
  display: flex;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
  display: none;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .c-pageTop.c-pageTop--souvenir {
    display: none !important;
  }
  .p-category__items {
    align-items: center;
    flex-direction: column;
    gap: 1.25rem;
    transform: none !important;
  }
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
  .c-imgZoom:hover img {
    transform: scale(1.2);
    transition: transform 0.8s;
  }
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 1.2307692308vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column2--gap60 {
    gap: 2.5rem;
  }
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-headline1__main {
    font-size: 1.25rem;
    padding-left: 1.375rem;
  }
  .c-headline1__sub {
    margin-top: 1.625rem;
    padding-left: 1.375rem;
  }
  .c-pageTop {
    width: 3.5rem;
  }
  .c-pageTop.c-pageTop--coupon {
    bottom: 3.625rem;
    right: 1.25rem;
  }
  .p-category__swiper {
    margin-left: calc(50% - 50vw);
    padding-inline: 1.25rem;
    width: 100vw;
  }
  .p-coupon__inner {
    width: 89%;
  }
  .p-coupon__item-button::after {
    right: 0.6875rem;
    width: 1.9375rem;
  }
  .p-footer__inner {
    padding-inline: 1.25rem;
  }
  .p-kv__upper {
    background: url(../img/souvenir_fvBg-sp.webp) center center/cover no-repeat;
    padding-block: 5.1875rem 6.625rem;
  }
  .p-kv__upper.p-kv__upper--coupon {
    background: url(../img/coupon_fvBg-sp.webp) center center/cover no-repeat;
    padding-block: 2.299375rem 4.734375rem;
  }
  .p-kv__title {
    width: 21.25rem;
  }
  .p-kv__title--coupon {
    width: 20.948125rem;
  }
  .p-main__bg {
    background-image: url(../img/souvenir_bg-sp.webp);
  }
  .p-main__bg__container {
    display: none;
  }
  .p-main__bg__button-coupon {
    font-size: 1rem;
    margin: 0;
    padding-block: 0.1875rem;
  }
  .p-main__bg__button-coupon--sp-wrap {
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    display: grid;
    left: 0;
    padding: 0.4375rem;
    place-content: center;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  .p-main__inner {
    padding-inline: 0rem;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .p-media {
    flex-direction: column;
  }
  .p-media__img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .p-media__body {
    margin-top: 1.25rem;
    width: 100%;
  }
  .u-font18 {
    font-size: 1rem;
  }
  .u-font20 {
    font-size: 1rem;
  }
  .u-font22 {
    font-size: 1.125rem;
  }
  .u-font24 {
    font-size: 1.125rem;
  }
  .u-mt100 {
    margin-top: 1.875rem;
  }
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (1366px < width) {
  .p-main__bg__container {
    max-width: 85.375rem;
  }
}

@media (any-hover: hover) {
  .c-btn:hover {
    color: #fff;
    transition: 0.3s all;
  }
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
  .p-category__item:hover {
    opacity: 0.8;
    transition: opacity 0.3s;
  }
  .p-coupon__item:hover,
  .p-coupon__button-more:hover {
    opacity: 0.8;
    transition: opacity 0.3s;
  }
  .p-kv__category__link:hover {
    opacity: 0.8;
    transition: opacity 0.3s;
  }
  .p-main__bg__button-coupon:hover,
  .p-main__bg__button:hover,
  .p-main__bg__text-link:hover {
    opacity: 0.8;
    transition: opacity 0.3s;
  }
  .p-pageTop__wrap:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .p-pageTop__wrap:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
  .p-card:hover > a > figure > img {
    transform: scale(1.2);
    transition: transform 0.8s;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */