@charset "UTF-8";
/* *** common variables *** */
/* break point */
/* hover style */
/* color */
/* One-Tone */
/* Two-Tone */
/* *** mixins *** */
/* break point */
/* hover */
/* --- 10px = 1rem --- */
body {
  height: auto;
}

.uuumgolf-contents {
  --lp-yellow01: #fefbdd;
  --lp-green01: #00953e;
  --lp-red01: #b2413b;
  /* 共通クラス */
  /* 共通ボタン */
  /* 動画 */
  /* MV */
  /* 試乗エリア */
  /* 応募の流れ */
  /* 警告 */
  /* お近くの店舗（influencerLPから移植） */
  /* 応募規約 */
}
@media (min-width: 769px) {
  .uuumgolf-contents {
    --innerWrapP: 80px;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents {
    --innerWrapP: 32px;
  }
}
.uuumgolf-contents .color-keyColor {
  color: var(--keyColor);
}
.uuumgolf-contents .color-green {
  color: var(--lp-green01);
}
.uuumgolf-contents .color-red {
  color: var(--lp-red01);
}
.uuumgolf-contents .kakko {
  font-feature-settings: "palt";
}
.uuumgolf-contents .btn-common {
  margin-inline: auto;
  position: relative;
  z-index: 0;
}
@media (min-width: 769px) {
  .uuumgolf-contents .btn-common {
    width: clamp(31rem, 10.288rem + 26.93vw, 62rem);
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .btn-common {
    width: 305px;
  }
}
.uuumgolf-contents .btn-common::after {
  content: "";
  width: 100%;
  height: calc(100% + var(--btnBg));
  background-color: var(--greyK60);
  border-radius: 10px;
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media (min-width: 769px) {
  .uuumgolf-contents .btn-common::after {
    --btnBg: 6px ;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .btn-common::after {
    --btnBg: 3px ;
  }
}
.uuumgolf-contents .btn-common a {
  padding: 6.45%;
  font-weight: var(--fwBold);
  border-radius: 10px;
  border: solid 1px var(--accentOrg);
  color: var(--white);
  background: linear-gradient(110deg, var(--accentOrg) 50%, #f9a96b 60%, var(--accentOrg) 70%);
  background-size: 400% 100%;
  border-color: rgba(219, 95, 0, 0.5);
  animation: shine 22s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
  line-height: 1;
  text-align: center;
  display: block;
  transition: var(--transition);
  position: relative;
}
.uuumgolf-contents .btn-common a:hover {
  opacity: 0.7;
}
@media (min-width: 769px) {
  .uuumgolf-contents .btn-common a {
    font-size: clamp(2rem, 0.664rem + 1.74vw, 4rem);
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .btn-common a {
    font-size: 2rem;
  }
}
.uuumgolf-contents .btn-common a.arrow::after {
  content: "";
  width: 3.23%;
  aspect-ratio: 1/1;
  background: var(--white);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.uuumgolf-contents .campaign-movie {
  line-height: 0;
}
.uuumgolf-contents .campaign-movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: solid var(--white);
}
@media (min-width: 769px) {
  .uuumgolf-contents .campaign-movie iframe {
    border-width: 10px;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .campaign-movie iframe {
    border-width: 3px;
  }
}
.uuumgolf-contents .mv-section {
  color: var(--white);
  position: relative;
}
.uuumgolf-contents .mv-section::before {
  content: "";
  width: 100%;
  background-color: #01b1a0;
  background-image: url(/advertising/uuumgolf/images/img_mainvisual_bg01.webp), url(/advertising/uuumgolf/images/img_mainvisual_bg02.webp), url(/advertising/uuumgolf/images/img_mainvisual_bg03.webp);
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media (min-width: 769px) {
  .uuumgolf-contents .mv-section::before {
    height: 117.7%;
    background-size: max(26.04%, 240px), max(31.25%, 300px), max(18.23%, 200px);
    background-position: -4vw -4vw, 107.5% 43%, -1.5% 90%;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .mv-section::before {
    height: 110.42%;
    background-size: 40%, 44%, 32.53%;
    background-position: -11% -6%, 112.5% 40%, -1.5% 94%;
  }
}
@media (min-width: 769px) {
  .uuumgolf-contents .mv-section::after {
    content: "";
    width: 6.41%;
    aspect-ratio: 123/153;
    background: url(/advertising/uuumgolf/images/icon/icn_golf.webp) top/contain no-repeat;
    position: absolute;
    top: 37.93%;
    left: 20.57%;
  }
}
.uuumgolf-contents .mv-section .inner {
  width: calc(100% - var(--innerWrapP));
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .uuumgolf-contents .mv-section .inner {
    row-gap: 4.8rem;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .mv-section .inner {
    row-gap: 3.2rem;
  }
}
@media (min-width: 769px) {
  .uuumgolf-contents .mv-section .logo {
    width: 38.91%;
    margin-block-start: 8rem;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .mv-section .logo {
    margin-block-start: 4rem;
    margin-inline: auto;
  }
}
.uuumgolf-contents .mv-section h1 {
  width: fit-content;
  font-weight: var(--fwBold);
  text-align: center;
  line-height: 1.08;
}
@media (min-width: 769px) {
  .uuumgolf-contents .mv-section h1 {
    font-size: clamp(6rem, 1.991rem + 5.21vw, 12rem);
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .mv-section h1 {
    font-size: clamp(4.4rem, 1.257rem + 9.82vw, 8.8rem);
  }
}
.uuumgolf-contents .mv-section h1 .sub {
  font-size: 66.67%;
  display: block;
}
.uuumgolf-contents .mv-section .invite-message {
  line-height: 1.25;
}
@media (min-width: 769px) {
  .uuumgolf-contents .mv-section .invite-message {
    font-size: clamp(2rem, 0.664rem + 1.74vw, 4rem);
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .mv-section .invite-message {
    font-size: clamp(2rem, 0.571rem + 4.46vw, 4rem);
  }
}
.uuumgolf-contents .mv-section .campaign-period {
  width: 100%;
  display: inherit;
  align-items: center;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .uuumgolf-contents .mv-section .campaign-period {
    --cp-periodP: 1.04%;
    column-gap: var(--cp-periodP);
    justify-content: center;
  }
  .uuumgolf-contents .mv-section .campaign-period::before, .uuumgolf-contents .mv-section .campaign-period::after {
    content: "";
    flex-basis: 13.02%;
    aspect-ratio: 250/38;
    background: url(/advertising/uuumgolf/images/icon/icn_threeline.webp) center/contain no-repeat;
  }
  .uuumgolf-contents .mv-section .campaign-period::before {
    margin-inline-end: var(--cp-periodP);
  }
  .uuumgolf-contents .mv-section .campaign-period::after {
    margin-inline-start: var(--cp-periodP);
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .mv-section .campaign-period {
    column-gap: 3%;
    flex-wrap: wrap;
  }
}
.uuumgolf-contents .mv-section .campaign-period .label {
  padding-inline: 0.15em;
  aspect-ratio: 1/1;
  border: solid 2px;
  text-align: center;
  line-height: 1.15;
}
@media (min-width: 769px) {
  .uuumgolf-contents .mv-section .campaign-period .label {
    font-size: clamp(1rem, 0.332rem + 0.87vw, 2rem);
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .mv-section .campaign-period .label {
    font-size: clamp(1rem, 0.286rem + 2.23vw, 2rem);
  }
}
@media (min-width: 769px) {
  .uuumgolf-contents .mv-section .campaign-period .date {
    font-size: clamp(2.5rem, 0.83rem + 2.17vw, 5rem);
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .mv-section .campaign-period .date {
    font-size: clamp(2.5rem, 0.714rem + 5.58vw, 5rem);
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .mv-section .campaign-period .date.last {
    flex-basis: 100%;
    text-align: right;
  }
}
.uuumgolf-contents .mv-section .campaign-period .date .day {
  font-size: 60%;
  font-feature-settings: "palt";
}
.uuumgolf-contents .mv-section .btn-common {
  position: relative;
}
@media (min-width: 769px) {
  .uuumgolf-contents .mv-section .btn-common {
    margin-block-end: 12rem;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .mv-section .btn-common {
    width: 91%;
    margin-block-end: 21.33%;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .mv-section .btn-common a {
    font-size: clamp(2rem, 0.571rem + 4.46vw, 4rem);
  }
}
.uuumgolf-contents .mv-section .btn-common a .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6.45%;
  width: 0.05em;
  height: 1em;
  background: currentColor;
}
.uuumgolf-contents .mv-section .btn-common a .arrow::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border: 0.05em solid;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
}
.uuumgolf-contents .uuumgolf-compe {
  position: relative;
}
@media (min-width: 769px) {
  .uuumgolf-contents .uuumgolf-compe {
    padding-block-end: 20rem;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .uuumgolf-compe {
    padding-block-end: 30%;
  }
}
.uuumgolf-contents .uuumgolf-compe::before {
  content: "";
  background-color: var(--lp-yellow01);
  position: absolute;
  inset: 0;
  z-index: -2;
}
@media (min-width: 769px) {
  .uuumgolf-contents .shijo-section {
    padding-block-start: 10rem;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .shijo-section {
    padding-block-start: 6rem;
  }
}
.uuumgolf-contents .shijo-section h2 {
  font-weight: var(--fwBold);
  text-align: center;
}
@media (min-width: 769px) {
  .uuumgolf-contents .shijo-section h2 {
    margin-block-end: 5rem;
    font-size: clamp(3rem, -3.391rem + 8.31vw, 6rem);
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .shijo-section h2 {
    margin-block-end: 3rem;
    font-size: clamp(2.4rem, 1.114rem + 4.02vw, 4.2rem);
  }
}
.uuumgolf-contents .shijo-section h2 .fnt-l {
  font-size: 133.33%;
}
.uuumgolf-contents .shijo-section .shijo-box {
  --borderW: 10px;
  border: solid var(--borderW) #b2413b;
  border-radius: 15px;
  background-color: var(--white);
}
@media (min-width: 769px) {
  .uuumgolf-contents .shijo-section .shijo-box {
    padding: 2.83% 5.66%;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .shijo-section .shijo-box {
    padding: 6.06% 4.55%;
    --borderW: calc(10px / 2);
  }
}
.uuumgolf-contents .shijo-section .invite-message {
  font-weight: var(--fwBold);
  line-height: 1.43;
  text-align: center;
}
@media (min-width: 769px) {
  .uuumgolf-contents .shijo-section .invite-message {
    margin-block-end: 1em;
    font-size: clamp(1.6rem, -1.808rem + 4.43vw, 3.2rem);
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .shijo-section .invite-message {
    margin-block-end: 6.06%;
    font-size: clamp(1.6rem, 0.743rem + 2.68vw, 2.8rem);
  }
}
@media (min-width: 769px) {
  .uuumgolf-contents .shijo-section .note-list > li {
    font-size: clamp(1.2rem, 0.774rem + 0.55vw, 1.4rem);
  }
}
@media (min-width: 769px) {
  .uuumgolf-contents .mc-section {
    padding-block-start: 10rem;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .mc-section {
    padding-block-start: 7.2rem;
  }
}
.uuumgolf-contents .mc-section h3 {
  font-weight: var(--fwBold);
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 769px) {
  .uuumgolf-contents .mc-section h3 {
    margin-block-end: 2.4rem;
    font-size: clamp(2.4rem, -3.139rem + 7.2vw, 5rem);
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .mc-section h3 {
    margin-block-end: 1.6rem;
    font-size: clamp(2.4rem, 1.114rem + 4.02vw, 4.2rem);
  }
}
.uuumgolf-contents .mc-section h3 .fnt-l {
  font-size: 140%;
}
.uuumgolf-contents .mc-section .name {
  margin-block-end: 0.4em;
  font-weight: var(--fwBold);
  text-align: center;
}
@media (min-width: 769px) {
  .uuumgolf-contents .mc-section .name {
    font-size: clamp(2rem, 1.148rem + 1.11vw, 2.4rem);
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .mc-section .name {
    font-size: clamp(1.6rem, 1.029rem + 1.79vw, 2.4rem);
  }
}
@media (min-width: 769px) {
  .uuumgolf-contents .mc-section .name + p {
    font-size: clamp(1.4rem, 0.974rem + 0.55vw, 1.6rem);
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .mc-section .name + p {
    font-size: clamp(1rem, 0.571rem + 1.34vw, 1.6rem);
  }
}
.uuumgolf-contents .bg-app-process {
  background-color: var(--lp-green01);
  position: relative;
}
.uuumgolf-contents .bg-app-process::before {
  content: "";
  width: 100%;
  background-color: var(--lp-yellow01);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
@media (min-width: 769px) {
  .uuumgolf-contents .bg-app-process::before {
    aspect-ratio: 1920/93;
    background-image: url(/advertising/uuumgolf/images/img_app-process_top_pc.webp);
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .bg-app-process::before {
    aspect-ratio: 750/93;
    background-image: url(/advertising/uuumgolf/images/img_app-process_top_sp.webp);
  }
}
.uuumgolf-contents .bg-app-process::after {
  content: "";
  aspect-ratio: 1/1;
  background: url(/advertising/uuumgolf/images/img_app-process_bg01.webp) top/contain no-repeat;
  position: absolute;
  top: -4%;
}
@media (min-width: 769px) {
  .uuumgolf-contents .bg-app-process::after {
    width: max(22.92%, 240px);
    right: -2.6%;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .bg-app-process::after {
    width: 46.67%;
    right: -6.67%;
  }
}
@media (min-width: 769px) {
  .uuumgolf-contents .app-process-section {
    padding-block: 10.42% 12rem;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .app-process-section {
    padding-block: 26.67% 5rem;
  }
}
.uuumgolf-contents .app-process-section h2 {
  width: fit-content;
  margin-inline: auto;
  font-weight: var(--fwBold);
  line-height: 1;
  color: var(--white);
  text-align: center;
  position: relative;
}
@media (min-width: 769px) {
  .uuumgolf-contents .app-process-section h2 {
    margin-block-end: 8rem;
    padding-inline: 30px;
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .app-process-section h2 {
    margin-block-end: 4rem;
    padding-inline: 15px;
    font-size: 3rem;
  }
}
.uuumgolf-contents .app-process-section h2::before {
  content: "";
  aspect-ratio: 1/1;
  background: url(/advertising/uuumgolf/images/icon/icn_attention.webp) top left/contain no-repeat;
  position: absolute;
  top: -1em;
  left: 0;
}
@media (min-width: 769px) {
  .uuumgolf-contents .app-process-section h2::before {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .app-process-section h2::before {
    width: 30px;
  }
}
.uuumgolf-contents .app-process-section .steps > li {
  position: relative;
}
@media (min-width: 769px) {
  .uuumgolf-contents .app-process-section .steps > li:not(:last-of-type) {
    margin-block-end: 19rem;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .app-process-section .steps > li:not(:last-of-type) {
    margin-block-end: 9.5rem;
  }
}
.uuumgolf-contents .app-process-section .steps > li:not(:last-of-type)::after {
  content: "";
  aspect-ratio: 85/90;
  background: url(/advertising/uuumgolf/images/icon/icn_next_arrow.webp) top/contain no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .uuumgolf-contents .app-process-section .steps > li:not(:last-of-type)::after {
    width: 85px;
    bottom: -140px;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .app-process-section .steps > li:not(:last-of-type)::after {
    width: 42.5px;
    bottom: -70px;
  }
}
.uuumgolf-contents .app-process-section .steps > li .inner {
  background-color: var(--white);
  border-radius: 20px;
  overflow: hidden;
}
.uuumgolf-contents .app-process-section .steps > li h3 {
  font-weight: var(--fwBold);
  color: var(--lp-green01);
  background-color: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .uuumgolf-contents .app-process-section .steps > li h3 {
    padding: 3rem;
    gap: 2.4rem;
    font-size: clamp(3.2rem, 1.496rem + 2.22vw, 4rem);
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .app-process-section .steps > li h3 {
    padding: 1.5rem;
    gap: 1.2rem;
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .uuumgolf-contents .app-process-section .steps > li h3 img {
    height: 68px;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .app-process-section .steps > li h3 img {
    height: 34px;
  }
}
.uuumgolf-contents .app-process-section .steps > li .step-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .uuumgolf-contents .app-process-section .steps > li .step-content {
    padding: 5rem 8rem;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .app-process-section .steps > li .step-content {
    padding: 2.5rem 2rem;
    gap: 2.5rem;
  }
}
.uuumgolf-contents .app-process-section .steps > li .step-content a.anchor {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  transition: var(--transition);
}
.uuumgolf-contents .app-process-section .steps > li .step-content a.anchor:hover {
  opacity: 0.7;
}
@media (min-width: 769px) {
  .uuumgolf-contents .app-process-section .steps > li .step-content p {
    font-size: clamp(1.6rem, -1.808rem + 4.43vw, 3.2rem);
  }
}
.uuumgolf-contents .app-process-section .steps > li .step-content p.indent {
  text-indent: -1em;
  padding-inline-start: 1em;
}
.uuumgolf-contents .app-process-section .steps > li .step-content p.caution {
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
@media (min-width: 769px) {
  .uuumgolf-contents .app-process-section .steps > li .step-content p.caution {
    font-size: clamp(1.2rem, -1.356rem + 3.32vw, 2.4rem);
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .app-process-section .steps > li .step-content p.caution {
    font-size: 1.2rem;
  }
}
@media (min-width: 769px) {
  .uuumgolf-contents .app-process-section .steps > li .step-content p.caution .icn {
    flex-basis: 5.83%;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .app-process-section .steps > li .step-content p.caution .icn {
    flex-basis: 28px;
  }
}
.uuumgolf-contents .app-process-section .steps > li .step-content p.caution .txt {
  flex-basis: auto;
}
.uuumgolf-contents .app-process-section .steps > li .step-content p .cpcode {
  font-weight: var(--fwBold);
  font-size: 140.63%;
  font-feature-settings: "palt";
}
.uuumgolf-contents .app-process-section .steps > li .step-content .cpcode-wrap {
  display: flex;
}
@media (min-width: 769px) {
  .uuumgolf-contents .app-process-section .steps > li .step-content .cpcode-wrap {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .app-process-section .steps > li .step-content .cpcode-wrap {
    gap: 2.5rem;
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .uuumgolf-contents .app-process-section .steps > li .step-content .cpcode-wrap p {
    flex: 1;
  }
}
@media (min-width: 769px) {
  .uuumgolf-contents .app-process-section .steps > li .step-content .cpcode-wrap .img {
    flex-basis: 52.08%;
  }
}
.uuumgolf-contents .app-process-section .steps-under {
  color: var(--white);
}
@media (min-width: 769px) {
  .uuumgolf-contents .app-process-section .steps-under {
    margin-block-start: 12rem;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .app-process-section .steps-under {
    margin-block-start: 5rem;
  }
}
.uuumgolf-contents .app-process-section .steps-under .txt {
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 769px) {
  .uuumgolf-contents .app-process-section .steps-under .txt {
    margin-block-end: 4rem;
    font-size: clamp(2rem, -2.26rem + 5.54vw, 4rem);
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .app-process-section .steps-under .txt {
    margin-block-end: 2rem;
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .uuumgolf-contents .app-process-section .steps-under .btn-common {
    margin-block-end: 4rem;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .app-process-section .steps-under .btn-common {
    margin-block-end: 2rem;
  }
}
.uuumgolf-contents .app-process-section .steps-under .note {
  text-align: center;
}
@media (min-width: 769px) {
  .uuumgolf-contents .app-process-section .steps-under .note {
    font-size: clamp(1.6rem, -1.382rem + 3.88vw, 3rem);
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .app-process-section .steps-under .note {
    font-size: 1.4rem;
  }
}
@media (min-width: 769px) {
  .uuumgolf-contents .notice-area:not(.alert) {
    margin-block: 8rem;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .notice-area:not(.alert) {
    margin-block: 5rem;
  }
}
.uuumgolf-contents .notice-area:not(.alert) .notice-area-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.uuumgolf-contents .notice-area:not(.alert) .notice-txt {
  display: inline-flex;
  padding: 8px 0;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
}
.uuumgolf-contents .nearby-stores {
  padding: 120px 30px;
  background: url(/advertising/uuumgolf/images/img_nearby_store_backgounrd.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.uuumgolf-contents .nearby-stores .in-box {
  background: var(--white);
  padding: 60px 0;
  border-radius: 20px;
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}
.uuumgolf-contents .nearby-stores .in-box .in-box-title {
  position: relative;
  line-height: 1.4;
  font-weight: bold;
}
@media (min-width: 769px) {
  .uuumgolf-contents .nearby-stores .in-box .in-box-title {
    font-size: clamp(2rem, -9.74rem + 15.27vw, 4rem);
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .nearby-stores .in-box .in-box-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.uuumgolf-contents .nearby-stores .in-box .in-box-title > div {
  display: inline-block;
  position: relative;
}
@media (min-width: 769px) {
  .uuumgolf-contents .nearby-stores .in-box .in-box-title > div::before {
    content: "";
    width: 1px;
    height: 100%;
    border-right: 1px solid #000;
    position: absolute;
    left: -45px;
    top: 0;
    transform: rotate(-20deg);
  }
  .uuumgolf-contents .nearby-stores .in-box .in-box-title > div::after {
    content: "";
    width: 1px;
    height: 100%;
    border-right: 1px solid #000;
    position: absolute;
    right: -45px;
    top: 0;
    transform: rotate(20deg);
  }
}
@media (min-width: 769px) {
  .uuumgolf-contents .nearby-stores .in-box .in-box-campaign-code {
    font-size: clamp(1.4rem, -6.818rem + 10.69vw, 2.8rem);
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .nearby-stores .in-box .in-box-campaign-code {
    font-size: 14px;
    margin-top: 25px;
  }
}
@media (min-width: 769px) {
  .uuumgolf-contents .cp-terms {
    margin-block-start: 140px;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .cp-terms {
    margin-block-start: 40px;
  }
}
.uuumgolf-contents .cp-terms .ttl-cp-terms {
  color: var(--white);
  background-color: #071943;
  font-weight: bold;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
@media (min-width: 769px) {
  .uuumgolf-contents .cp-terms .ttl-cp-terms {
    font-size: 36px;
    padding-block: 30px;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .cp-terms .ttl-cp-terms {
    font-size: 20px;
    padding-block: 15px;
  }
}
.uuumgolf-contents .cp-terms .lists {
  background-color: var(--greyK3);
  line-height: 1.7;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 769px) {
  .uuumgolf-contents .cp-terms .lists {
    padding: 50px 30px;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .cp-terms .lists {
    padding: 25px 12px;
  }
}
.uuumgolf-contents .cp-terms .lists .item {
  font-weight: var(--fwBold);
  color: #071943;
}
@media (min-width: 769px) {
  .uuumgolf-contents .cp-terms .lists .item {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .cp-terms .lists .item {
    font-size: 1.4rem;
  }
}
.uuumgolf-contents .cp-terms .lists a {
  color: #3467bd;
  text-decoration: underline;
  word-break: break-all;
}
@media (min-width: 769px) {
  .uuumgolf-contents .cp-terms .lists > li:not(:last-of-type) {
    margin-block-end: 1.875rem;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .cp-terms .lists > li:not(:last-of-type) {
    margin-block-end: 1.5rem;
  }
}
.uuumgolf-contents .cp-terms .lists > li::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-inline-end: 0.5em;
  display: inline-block;
  background-color: currentColor;
  border-radius: 50%;
}
.uuumgolf-contents .cp-terms .lists > li.no-marks::before {
  content: none;
}
.uuumgolf-contents .cp-terms .lists > li ul:not(.no-indent) {
  padding-inline-start: 1.5em;
}
@media (min-width: 769px) {
  .uuumgolf-contents .cp-terms .lists > li ul li {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .cp-terms .lists > li ul li {
    font-size: 1.2rem;
  }
}
.uuumgolf-contents .cp-terms .lists > li ol {
  list-style-position: inside;
}
@media (min-width: 769px) {
  .uuumgolf-contents .cp-terms .lists > li > ol > li:not(:last-of-type) {
    margin-block: 1.875rem;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .cp-terms .lists > li > ol > li:not(:last-of-type) {
    margin-block: 1.5rem;
  }
}
.uuumgolf-contents .cp-terms .lists > li > ol > li::marker {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: currentColor;
}
@media (min-width: 769px) {
  .uuumgolf-contents .cp-terms .lists > li > ol > li::marker {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .uuumgolf-contents .cp-terms .lists > li > ol > li::marker {
    font-size: 1.4rem;
  }
}
.uuumgolf-contents .cp-terms .lists > li .square li:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-inline-end: 0.2em;
  display: inline-block;
  background-color: currentColor;
}
.uuumgolf-contents .cp-terms .lists > li .bracket li {
  list-style-type: none;
  counter-increment: cnt;
}
.uuumgolf-contents .cp-terms .lists > li .bracket li::before {
  content: "（" counter(cnt) "）";
}/*# sourceMappingURL=style.css.map */


