@charset "UTF-8";
:root {
  --font-main: "Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
  --c-main: #004376;
  --white: #fff;
  --navy: #004376;
  --bg-cream: #faf2dd;
  --beige: #f0e6be;
  --border: #e6d296;
  --orange: #eb6400;
}

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

body {
  background-color: var(--bg-cream);
  color: var(--navy);
  font-family: var(--font-main);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

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

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

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

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

button {
  background-color: transparent;
  background-color: initial;
  border: none;
  padding: 0;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
            transition-duration: 0.01ms !important;
  }
}
.l-footer {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer {
    margin-top: 3.75rem;
  }
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.l-main {
  overflow-x: hidden;
}

.l-pt-120 {
  -webkit-padding-before: 7.5rem;
          padding-block-start: 7.5rem;
}
@media screen and (max-width: 768px) {
  .l-pt-120 {
    -webkit-padding-before: 3.75rem;
            padding-block-start: 3.75rem;
  }
}

.l-pt-60 {
  -webkit-padding-before: 3.75rem;
          padding-block-start: 3.75rem;
}
@media screen and (max-width: 768px) {
  .l-pt-60 {
    -webkit-padding-before: 3.4375rem;
            padding-block-start: 3.4375rem;
  }
}

.l-wrapper {
  background-color: var(--white);
  border: 0.0625rem solid var(--navy);
  border-radius: 1rem;
  padding-block: 1.875rem 2.5rem;
  padding-inline: 1.875rem;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    margin-inline: auto;
    max-width: 37.5rem;
    padding-block: 1.25rem 1.125rem;
    padding-inline: 1.21875rem;
  }
}

@media screen and (max-width: 768px) {
  .l-wrapper .c-ttl {
    width: 100%;
  }
}

.c-base-txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-base-txt {
    font-size: 0.875rem;
    line-height: 1.45;
  }
}

.c-base-txt.c-base-txt--big {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-base-txt.c-base-txt--big {
    font-size: 0.875rem;
    line-height: 1.45;
  }
}

/*============================================
# button
=============================================*/
.c-btn {
  background-color: #fff;
  background-color: var(--orange);
  border: 1px solid var(--orange);
  color: var(--white);
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.25;
  max-width: 18.4375rem;
  outline: none;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  -webkit-transition: color 0.5s ease;
  border-radius: 50vh;
  letter-spacing: -0.01em;
  overflow: hidden;
  padding-block: 0.78125rem;
  padding-inline: 0.1875rem;
  text-align: center;
  transition: color 0.5s ease;
  z-index: 1;
}

.c-btn:hover {
  color: var(--orange);
}

.c-btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
  border-radius: 50vh;
          transform-origin: left;
}

.c-btn::before {
  background: var(--white);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: -webkit-transform;
  border-radius: 50vh;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: -1;
}

.c-btn span {
  position: relative;
}

/*============================================
# デコレーション
=============================================*/
.c-deco {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-deco {
    -webkit-padding-before: 3rem;
            padding-block-start: 3rem;
  }
}

.c-deco__img-wrap {
  bottom: 6.6%;
  max-width: 45.8125rem;
  position: absolute;
  right: -69.8%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-deco__img-wrap {
    bottom: 37.3%;
    max-width: 28.125rem;
    right: -16.7%;
    width: 37.8666666667vw;
  }
}

.c-deco__img img {
  aspect-ratio: 733/921;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .c-deco__img img {
    aspect-ratio: 142/179;
  }
}

.c-dot-ttl {
  color: var(--orange);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  position: relative;
  width: 100%;
  -webkit-padding-after: 0.3125rem;
          padding-block-end: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .c-dot-ttl {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.c-dot-ttl::after {
  background-image: radial-gradient(circle, var(--orange) 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.c-line-ttl {
  color: var(--navy);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .c-line-ttl {
    gap: 0.6875rem;
    margin-inline: auto;
    max-width: 37.5rem;
    width: 78.6666666667vw;
  }
}

.c-line-ttl span {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-line-ttl span {
    font-size: 1.1875rem;
    line-height: 1.5789473684;
  }
}

.c-line-ttl::before,
.c-line-ttl::after {
  background-color: var(--navy);
  content: "";
  display: inline-block;
  height: 1px;
  width: 50%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/*============================================
# accordion open button
=============================================*/
.c-open-btn {
  cursor: pointer;
  height: 1.25rem;
  position: relative;
  width: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-open-btn {
    height: 0.9375rem;
    width: 0.9375rem;
  }
}

.c-open-btn img {
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
}

/*rotate*/
.js-rotate.is-active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*============================================
# title
=============================================*/
.c-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--navy);
  border-radius: 0.3125rem;
  color: var(--white);
  font-size: 1.75rem;
  gap: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1;
  max-width: 62.5rem;
  padding-block: 1.15625rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-ttl {
    font-size: 1.1875rem;
    gap: 0.65625rem;
    margin-inline: auto;
    max-width: 37.5rem;
    padding-block: 0.65625rem;
    padding-inline: 0.625rem;
    width: 100%;
  }
}

.c-ttl::before {
  background: var(--white);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1.8125rem;
  width: 1.8125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-ttl::before {
    height: 4.2666666667vw;
    width: 4.2666666667vw;
  }
}

/*============================================
# FAQ
=============================================*/
.p-faq__container {
  -webkit-margin-before: 2.75rem;
  counter-reset: faq;
          margin-block-start: 2.75rem;
}
@media screen and (max-width: 768px) {
  .p-faq__container {
    -webkit-margin-before: 1.625rem;
            margin-block-start: 1.625rem;
    margin-inline: auto;
    max-width: 37.5rem;
    width: 100%;
  }
}

.p-faq__item {
  background-color: var(--beige);
  border-bottom: 1px solid var(--border);
  cursor: pointer;
}

.p-faq__item:first-child {
  border-top: 0.0625rem solid var(--border);
}

.p-faq__item-ttl {
  padding-block: 2rem;
  padding-inline: 1.5rem 2.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-faq__item-ttl {
    padding-block: 1.4375rem 1.0625rem;
    padding-inline: 1.25rem 13.3333333333vw;
  }
}

.p-faq__item-q-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-faq__item-q-wrap {
    display: inline-block;
  }
}

.p-faq__item-q-ttl {
  counter-increment: faq;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-faq__item-q-ttl {
    font-size: 1.0625rem;
    line-height: 1.1764705882;
  }
}

.p-faq__item-q-ttl::after {
  content: counter(faq) "：";
  display: inline-block;
}

.p-faq__item-q {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-faq__item-q {
    display: inline;
    font-size: 1.0625rem;
    line-height: 1.1764705882;
  }
}

.p-faq__btn {
  position: absolute;
  right: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-faq__btn {
    height: 0.9375rem;
    right: 6.8%;
  }
}

.p-faq__item-txt {
  background-color: var(--white);
  padding-block: 1.0625rem;
  padding-inline: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-faq__item-txt {
    padding-block: 1.4375rem 1.0625rem;
    padding-inline: 1.25rem 2.375rem;
  }
}

.p-faq__item-a-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-faq__item-a {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .p-faq__item-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-faq__item-a-ttl {
  color: var(--navy);
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-faq__item-a-ttl {
    font-size: 0.875rem;
  }
}

.p-faq__item-a-ttl::after {
  color: var(--navy);
  content: counter(faq) "：";
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .p-faq__item-a-ttl::after {
    font-size: 0.875rem;
  }
}

.p-footer {
  background-color: var(--navy);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  padding-block: 0.9375rem;
  padding-inline: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding-block: 1.1875rem;
  }
}

/*============================================
# 参加方法
=============================================*/
.p-how {
  -webkit-padding-before: 7.8125rem;
          padding-block-start: 7.8125rem;
}
@media screen and (max-width: 768px) {
  .p-how {
    -webkit-padding-before: 3.125rem;
            padding-block-start: 3.125rem;
  }
}

.p-how__inner {
  position: relative;
}

.p-how__top-txt.u-mt-50 {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-how__top-txt.u-mt-50 {
    -webkit-margin-before: 0.625rem;
            margin-block-start: 0.625rem;
  }
}

.p-how__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  counter-reset: how-counter;
      flex-wrap: wrap;
  gap: 1.625rem 1.4375rem;
  -webkit-margin-before: 2.125rem;
          margin-block-start: 2.125rem;
  margin-inline: auto;
  max-width: 61rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-how__list {
    margin-inline: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-margin-before: 0.9375rem;
            margin-block-start: 0.9375rem;
    -webkit-margin-after: 0;
    gap: 0.9375rem;
            margin-block-end: 0;
  }
}

.p-how__item {
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 19.375rem;
  min-height: 8.6875rem;
  padding-block: 1.25rem;
  padding-inline: 1.875rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: how-counter;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-how__item {
    max-width: 31.25rem;
    min-height: unset;
    padding-block: 1.375rem;
    padding-inline: 1.25rem;
    width: 89.3333333333vw;
  }
}

.p-how__item::before {
  background-color: var(--orange);
  content: "";
  display: block;
  height: 3.125rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 3.125rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media screen and (max-width: 768px) {
  .p-how__item::before {
    height: 2.25rem;
    width: 2.25rem;
  }
}

.p-how__item::after {
  color: var(--white);
  content: counter(how-counter);
  font-size: 1.5rem;
  font-weight: 700;
  left: 0.3125rem;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 0.25rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-how__item::after {
    font-size: 0.9375rem;
    left: 0.3125rem;
    top: 0.25rem;
  }
}

.p-how__item.p-how__item--note {
  background-color: unset;
  padding: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  counter-increment: none;
}

.p-how__item.p-how__item--note::before,
.p-how__item.p-how__item--note::after {
  display: none;
}

.p-how__note-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-how__note-list {
    margin-inline: auto;
    max-width: 31.25rem;
    width: 77.8666666667vw;
  }
}

.p-how__note-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}

.p-how__note-item::before {
  content: "※";
  display: inline-block;
}

.p-how__btn-wrap {
  -webkit-margin-before: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          margin-block-start: 3.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-how__img-wrap {
  max-width: 45.8125rem;
  position: absolute;
  right: -69.9%;
  top: -127.8%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-how__img-wrap {
    max-width: 28.125rem;
    right: -17%;
    top: -14%;
    width: 37.8666666667vw;
  }
}

.p-how__img img {
  aspect-ratio: 733/921;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-how__img img {
    aspect-ratio: 142/179;
  }
}

/*============================================
# 各ゴルフ場でスコアランキングも同時開催！
=============================================*/
@media screen and (max-width: 600px) {
  .p-info__ttl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-info__list.u-mt-50 {
  display: grid;
  gap: 1.5625rem 1.25rem;
  grid-template-columns: repeat(2, 1fr);
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  max-width: 57.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-info__list.u-mt-50 {
    gap: 1.125rem;
    grid-template-columns: repeat(1, 1fr);
    -webkit-margin-before: 1.6875rem;
            margin-block-start: 1.6875rem;
  }
}

.p-info__list-txt {
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
}

.p-info__sub-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1875rem;
}

.p-info__sub-item::before {
  content: "・";
  display: block;
}

/*============================================
# 対象のゴルフ場はこちら！
=============================================*/
.p-location {
  -webkit-padding-before: 2.625rem;
          padding-block-start: 2.625rem;
}
@media screen and (max-width: 768px) {
  .p-location {
    -webkit-padding-before: 2.6875rem;
            padding-block-start: 2.6875rem;
  }
}

@media screen and (max-width: 768px) {
  .p-location__ttl {
    margin-inline: auto;
  }
}

.p-location__list {
  margin-inline: auto;
  max-width: 59.375rem;
  width: 100%;
  -webkit-margin-before: 3.125rem;
  display: grid;
  gap: 2.8125rem 3.125rem;
  grid-template-columns: repeat(2, 1fr);
          margin-block-start: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-location__list {
    gap: 3.125rem;
    grid-template-columns: repeat(1, 1fr);
    max-width: 37.5rem;
    width: 78.6666666667vw;
    -webkit-margin-before: 0.9375rem;
            margin-block-start: 0.9375rem;
    place-items: center;
  }
}

.p-location__item {
  max-width: 28.125rem;
  width: 100%;
}

.p-location__img img {
  aspect-ratio: 450/340;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-location__item:nth-child(3) .p-location__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-location__item-body {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}

.p-location__item-txt {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-location__item-txt {
    -webkit-margin-before: 0.5rem;
            margin-block-start: 0.5rem;
  }
}

/*============================================
# main visual
=============================================*/
.p-mv {
  background-image: url(../img/bg_mv-pc.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-mv {
    background-image: url(../img/bg_mv-sp.png);
    height: 141.3333333333vw;
    max-height: 50rem;
  }
}

.p-mv__img {
  margin-inline: auto;
  max-width: 62.5rem;
  position: relative;
  top: -1.875rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-mv__img {
    left: 50%;
    max-width: 45.75rem;
    position: absolute;
    top: -0.9375rem;
    width: 128vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-mv__img img {
  aspect-ratio: 1000/1098;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*============================================
# その他のご注意事項
=============================================*/
.p-other-notes__list.u-mt-50 {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-other-notes__list.u-mt-50 {
    margin-inline: auto;
    max-width: 37.5rem;
    width: 78.6666666667vw;
    -webkit-margin-before: 0.625rem;
            margin-block-start: 0.625rem;
  }
}

.p-other-notes__list-item:not(:first-child) {
  -webkit-margin-before: 2.25rem;
          margin-block-start: 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-other-notes__list-item:not(:first-child) {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}

.p-other-notes__list-txt-wrap {
  -webkit-margin-before: 0.9375rem;
  letter-spacing: -0.02em;
          margin-block-start: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-other-notes__list-txt-wrap {
    -webkit-margin-before: 0.3125rem;
            margin-block-start: 0.3125rem;
  }
}

.p-other-notes__list-txt:not(:first-child) {
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
}

.p-other-notes__sub-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1875rem;
}

.p-other-notes__sub-item::before {
  content: "・";
  display: block;
}

.p-other-notes__sub-item:not(:first-child) {
  -webkit-margin-before: 1.4375rem;
          margin-block-start: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .p-other-notes__sub-item:not(:first-child) {
    -webkit-margin-before: 1.4375rem;
            margin-block-start: 1.4375rem;
  }
}

/*============================================
# 豪華賞品をGETしよう!
=============================================*/
.p-prize-get__list {
  display: grid;
  gap: 1.5625rem 1.25rem;
  grid-template-columns: repeat(2, 1fr);
  max-width: 57.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-prize-get__list {
    gap: 0.9375rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-prize-get__item-txt {
  -webkit-margin-before: 0.9375rem;
          margin-block-start: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-prize-get__item-txt {
    -webkit-margin-before: 0.25rem;
            margin-block-start: 0.25rem;
  }
}

/*============================================
# 豪華賞品をGETしよう!
=============================================*/
.p-prizes {
  -webkit-padding-before: 6.875rem;
          padding-block-start: 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-prizes {
    -webkit-padding-before: 3.125rem;
            padding-block-start: 3.125rem;
  }
}

.p-prizes__list {
  -webkit-margin-before: 3.125rem;
  display: grid;
  gap: 3.75rem;
  grid-template-columns: repeat(2, 1fr);
          margin-block-start: 3.125rem;
  margin-inline: auto;
  max-width: 59.375rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-prizes__list {
    gap: 1.5625rem;
    grid-template-columns: repeat(1, 1fr);
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
    max-width: 37.5rem;
    width: 78.6666666667vw;
  }
}

.p-prizes__item-img {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-prizes__item-img {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}

.p-prizes__item-img img {
  aspect-ratio: 450/340;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-prizes__item-sub-ttl {
  -webkit-margin-before: 0.25rem;
          margin-block-start: 0.25rem;
}
@media screen and (max-width: 768px) {
  .p-prizes__item-sub-ttl {
    -webkit-margin-before: 0.375rem;
            margin-block-start: 0.375rem;
  }
}

.p-prizes__item-txt {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-prizes__item-txt {
    -webkit-margin-before: 0.375rem;
            margin-block-start: 0.375rem;
  }
}

/*============================================
# スタンプの貯め方
=============================================*/
.p-stamp__inner {
  position: relative;
}

.p-stamp__img-wrap {
  left: -63%;
  max-width: 42.4375rem;
  position: absolute;
  top: 8.2%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-stamp__img-wrap {
    left: -14%;
    max-width: 28.125rem;
    top: -56%;
    width: 43.7333333333vw;
  }
}

.p-stamp__img img {
  aspect-ratio: 679/609;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-stamp__img img {
    aspect-ratio: 154/138;
  }
}

@media screen and (max-width: 768px) {
  .p-stamp__txt-wrap {
    margin-inline: auto;
    max-width: 37.5rem;
    width: 78.6666666667vw;
  }
}

/*============================================
# 当選について
=============================================*/
.p-winning__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .p-winning__item {
    letter-spacing: -0.01em;
  }
}

.p-winning__item::before {
  content: "・";
  display: block;
}

.p-winning__item:not(:first-child) {
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-winning__item:not(:first-child) {
    -webkit-margin-before: 1.375rem;
            margin-block-start: 1.375rem;
  }
}

.u-mt-50 {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
}
@media screen and (max-width: 768px) {
  .u-mt-50 {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .u-sp {
    display: block;
  }
}

.u-tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-tab {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .u-tabpc {
    display: none;
  }
}
/*# sourceMappingURL=common.css.map */