<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  color: #333;
  font-family:
    'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans',
    Meiryo, sans-serif;
}

body:has(.header__menu-toggle:checked, dialog:modal[open]) {
  overflow-y: hidden;
}

*:where(:not(html, iframe, canvas, img, svg, video, audio, svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

html {
  text-size-adjust: none;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu,
summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-block-size: 100%;
  max-inline-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable='false'])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  user-select: auto;
}

:where([draggable='true']) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

.header {
  display: flex;
  width: 100%;
  height: 60px;
}

.header__menu {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}

.header__logo img {
  display: block;
  width: 120px;
  height: 26px;
}
@media screen and (width &gt;= 1000px) {
  .header__logo img {
    width: 159px;
    height: 34px;
  }
}

.header__menu-toggle {
  display: none;
}

.header__menu-toggle:checked
  ~ .header__menu
  .header__menu-icon
  .header__menu-icon-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.header__menu-toggle:checked
  ~ .header__menu
  .header__menu-icon
  .header__menu-icon-bar:nth-child(2) {
  opacity: 0;
}

.header__menu-toggle:checked
  ~ .header__menu
  .header__menu-icon
  .header__menu-icon-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.header__menu-toggle:checked ~ .header__overlay {
  opacity: 1;
  pointer-events: auto;
}

.header__menu-icon {
  display: none;
  flex-direction: column;
  row-gap: 5px;
  width: 44px;
  height: 44px;
  padding: 12px 10px;
  cursor: pointer;
}

.header__menu-icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  transition: all 0.3s ease;
  border-radius: 100px;
  background-color: #448938;
}

.header__nav {
  display: none;
  position: absolute;
  z-index: 100;
  top: 60px;
  left: 0;
  flex: 3;
  width: 100vw;
  background-color: #fff;
}
@media screen and (width &gt;= 1000px) {
  .header__nav {
    display: flex;
    position: unset;
    align-items: center;
    justify-content: right;
    width: unset;
  }
}

.header__nav-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header__nav-item {
  display: flex;
  align-items: center;
  padding: 16px 0;
  background-color: #448938;
  text-align: center;
}
@media screen and (width &gt;= 1000px) {
  .header__nav-item {
    display: flex;
    padding: 0 10px;
    background-color: #fff;
  }
}

.header__nav-item:not(:nth-child(6)) {
  border-right: 0;
  border-bottom: 1px solid #8eac89;
}
@media screen and (width &gt;= 1000px) {
  .header__nav-item:not(:nth-child(6)) {
    border-right: solid 1px #000;
    border-bottom: 0;
  }
}

.header__nav-item:nth-child(7) {
  border-bottom: 0;
}

.header__nav-link {
  width: 100%;
  color: #fff;
  font-family:
    'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
@media screen and (width &gt;= 1000px) {
  .header__nav-link {
    color: #000;
    font-size: 14.4px;
    font-weight: 400;
  }
}

.header__nav-link img {
  display: block;
}

.header__overlay {
  position: fixed;
  z-index: 1;
  transition: opacity 0.3s ease;
  opacity: 0;
  background-color: #00000080;
  pointer-events: none;
  inset: 60px 0 0;
}
@media screen and (width &gt;= 1000px) {
  .header__overlay {
    display: none;
  }
}
@media (width &lt;= 999px) {
  .header__menu-icon {
    display: flex;
  }

  .header__menu-toggle:checked ~ .header__nav {
    display: block;
  }

  .header__nav-list {
    flex-direction: column;
  }
}

.op-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: auto;
  background-color: #fff;
}

.op-header__inner {
  width: 100%;
  height: 60px;
  padding-left: 16px;
}
@media screen and (width &gt;= 1000px) {
  .op-header__inner {
    padding-inline: 36px 76px;
  }
}

.op-header__nav {
  display: flex;
}

.op-header__nav-link {
  padding: 0 10px;
  border-right: 1px solid #000;
  text-decoration: none;
}

.op-header__nav-link--primary {
  background-color: #16a34a;
  color: #fff;
}

.op-header__nav-link:last-child {
  border-right: none;
}

.op-header .change-link--pc {
  display: none;
}
@media screen and (width &gt;= 1000px) {
  .op-header .change-link--pc {
    display: block;
  }
}

.op-header .change-link--sp {
  display: block;
}
@media screen and (width &gt;= 1000px) {
  .op-header .change-link--sp {
    display: none;
  }
}

.op-header .change-link-inline--pc {
  display: none;
}
@media screen and (width &gt;= 1000px) {
  .op-header .change-link-inline--pc {
    display: inline-block;
  }
}

.op-header .change-link-inline--sp {
  display: inline-block;
}
@media screen and (width &gt;= 1000px) {
  .op-header .change-link-inline--sp {
    display: none;
  }
}

.sec07 {
  background: #fff;
  font-size: 20.8px !important;
}

.sec07 .block01 .box01 dl {
  text-align: center;
}

.sec07 .block01 .box01 dl dt {
  margin-bottom: 30px;
}

.sec07 .block01 .box01 dl .link {
  margin-bottom: 20px;
}

.sec07 a {
  color: #3998de !important;
  font-weight: 700;
  text-decoration: none;
}

.sec07 a:hover {
  text-decoration: underline;
}

.footerStandard1st a {
  color: #333;
  text-decoration: none;
}

.footerStandard1st a:hover {
  text-decoration: underline;
}

.footerStandard1st .ftBlock01 {
  padding: 20px 25px 60px;
  background: #fff;
}

.footerStandard1st .ftBlock01 .ftBox01 {
  font-size: 70%;
}

.footerStandard1st .ftBlock01 .ftBox01 .txt01 {
  padding: 0 20px;
  text-align: right;
}

.footerStandard1st .ftBlock01 .ftBox02 {
  margin-top: 10px;
  padding: 10px 20px 0;
  font-size: 70%;
}

.footerStandard1st .ftBlock01 .ftBox02.clearfix {
  border-top: 1px solid #e5e5e5;
}

.footerStandard1st .ftBlock01 .ftBox02 .link {
  float: none;
  text-align: center;
}

.footerStandard1st .ftBlock01 .ftBox02 .link li {
  display: inline-block;
  font-size: 11.2px;
}

.footerStandard1st .ftBlock01 .ftBox02 .link li + li {
  margin-left: 10px;
}

.footerStandard1st .ftBlock01 .ftBox02 .copyright {
  margin-top: 10px;
  color: #000;
  font-size: 11.2px;
  text-align: center;
}
@media screen and (width &lt; 1000px) {
  .sec07 img {
    width: 100%;
    height: auto;
  }

  .sec07 .inner96 {
    padding: 0 2%;
  }

  .sec07 {
    padding: 20px 0 0;
    background: #fff;
  }

  .sec07 .block01 .box01 {
    margin-bottom: 20px;
  }

  .sec07 .block01 .box01 dl {
    text-align: center;
  }

  .sec07 .block01 .box01 dl dt {
    margin-bottom: 20px;
  }

  .sec07 .block01 .box01 dl dd {
    font-size: 3.2vw;
    text-align: left;
  }

  .sec07 .block01 .box01 dl .link {
    margin-bottom: 20px;
    text-align: center;
  }

  .footerStandard1st {
    width: 100%;
  }

  .footerStandard1st .ftBlock01 {
    padding: 0;
    background: #fff;
  }

  .footerStandard1st .ftBlock01 .ftBox01 .link01 {
    width: 100%;
    padding: 0 2%;
    font-size: 3.2vw;
    text-align: right;
  }

  .footerStandard1st .ftBlock01 .ftBox02 {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }

  .footerStandard1st .ftBlock01 .ftBox02 .link {
    width: 100%;
    margin-bottom: 20px;
    border-top: none;
    border-bottom: 1px solid #b4b4b4;
    text-align: left;
  }

  .footerStandard1st .ftBlock01 .ftBox02 .link li {
    width: 100%;
    border-top: 1px solid #b4b4b4;
  }

  .footerStandard1st .ftBlock01 .ftBox02 .link li + li {
    margin-left: 0;
  }

  .footerStandard1st .ftBlock01 .ftBox02 .link li a {
    display: block;
    width: 100%;
    padding: 10px 0 10px 2%;
    background: #eee;
    font-size: 120%;
  }

  .footerStandard1st .ftBlock01 .ftBox02 .link li a:hover {
    text-decoration: none;
  }

  .footerStandard1st .ftBlock01 .ftBox02 .txt01 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.2rem;
    text-align: center;
  }

  .footerStandard1st .ftBlock01 .ftBox02 .copyright {
    width: 100%;
    padding: 2% 0;
    font-size: 90%;
    text-align: center;
  }
}

.op-close-button {
  width: 160px;
  margin: 20px auto 0;
}

.op-close-button--inner {
  display: block;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  box-shadow: 0 1px 4px 1px #00000040;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
@media screen and (width &gt;= 830px) {
  .op-close-button--inner {
    display: none;
  }
}

.pc_disp {
  display: none !important;
}
@media screen and (width &gt;= 1000px) {
  .pc_disp {
    display: block !important;
  }
}

.sp_disp {
  display: block !important;
}
@media screen and (width &gt;= 1000px) {
  .sp_disp {
    display: none !important;
  }
}

section.op-main header {
  background-image: none;
}

section.op-main .op-2025gw {
  max-width: 1000px;
  margin-inline: auto;
}

section.op-main .op-2025gw .op-2025gw-list__image.kv-image-sp {
  display: block;
  width: 100vw;
}

section.op-main .op-2025gw .op-2025gw-list .op-2025gw-new-membership-campaign {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 250px;
  padding-block: 32px;
  background: url('../images/pc/background-cta.png') no-repeat center;
  gap: 32px;
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-new-membership-campaign {
    height: 160px;
    padding-block: 24px;
    background: url('../images/sp/background-cta.png') no-repeat
      center/cover;
    gap: 16px;
  }
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-new-membership-campaign__heading {
    max-width: 294px;
  }
}

section.op-main .op-2025gw .op-2025gw-list .op-2025gw-registration-button {
  display: inline-flex;
  position: relative;
  width: 480px;
  padding: 12px 40px;
  border-radius: 40px;
  background: #dc0933;
  box-shadow: 0 6px 0 1px #00000026;
  color: #fff;
  gap: 4px;
}
@media screen and (width &lt; 1000px) {
  section.op-main .op-2025gw .op-2025gw-list .op-2025gw-registration-button {
    max-width: 327px;
    padding: 8px 24px;
    box-shadow: 0 6px 0 0.5px #0003;
  }
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-registration-button__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-registration-button__text {
    gap: 3px;
  }
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-registration-button__caption {
  position: relative;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-registration-button__caption {
    font-size: 9px;
  }
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-registration-button__caption::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -10px;
  width: 8px;
  height: 20px;
  background: url('../images/icon-backslash.svg') no-repeat;
  vertical-align: middle;
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-registration-button__caption::before {
    left: -6px;
    height: 12px;
  }
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-registration-button__caption::after {
  content: '';
  position: absolute;
  top: -2px;
  width: 8px;
  height: 20px;
  background: url('../images/icon-slash.svg') no-repeat;
  vertical-align: middle;
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-registration-button__caption::after {
    height: 12px;
  }
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-registration-button__main-text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-registration-button__budge {
  padding: 8px 6px;
  border-radius: 4px;
  background: #fee101;
  color: #dc0933;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-registration-button__budge {
    padding: 5px;
    font-size: 10px;
  }
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-registration-button__main-text {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-registration-button__main-text {
    font-size: 18px;
  }
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-registration-button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 40px;
  width: 12px;
  height: 21px;
  transform: translateY(-50%);
  background: url('../images/icon-chevron-right.svg') no-repeat;
  color: #fff;
  vertical-align: middle;
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-registration-button::after {
    right: 24px;
    width: 7px;
    height: 12px;
  }
}

section.op-main .op-2025gw .op-2025gw-list .op-2025gw-section-overview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 700px;
  padding: 24px 32px;
  border: 8px solid;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  gap: 32px;
}
@media screen and (width &lt; 1000px) {
  section.op-main .op-2025gw .op-2025gw-list .op-2025gw-section-overview {
    max-width: 90vw;
    padding: 24px 16px 16px;
    border: 3px solid;
    border-radius: 8px;
    gap: 16px;
  }
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-section-overview--section-01 {
  border-color: #002b80;
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-section-overview--section-02 {
  border-color: #fbc104;
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-section-overview--section-03 {
  border-color: #591212;
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-section-overview--section-03 {
    gap: 12px;
  }
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-section-overview--section-04 {
  border-color: #19662b;
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-section-overview--section-04 {
    gap: 12px;
  }
}

section.op-main .op-2025gw .op-2025gw-list .op-2025gw-mission-clear-campaign {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 32px;
  background: url('../images/pc/background-section-01.png') no-repeat
    bottom;
}
@media screen and (width &lt; 1000px) {
  section.op-main .op-2025gw .op-2025gw-list .op-2025gw-mission-clear-campaign {
    padding-top: 16px;
    padding-bottom: 16px;
    background: url('../images/sp/background-section-01.png') no-repeat
      bottom;
    background-size: 100lvw 120%;
  }
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-mission-clear-campaign__flow {
  display: flex;
  justify-content: center;
  gap: 12px;
  width: 100%;
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-mission-clear-campaign__flow {
    flex-direction: column;
    gap: 12px;
  }
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-mission-clear-campaign__button-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-mission-clear-campaign__button-area {
    gap: 12px;
  }
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-mission-clear-campaign__button-area
    picture {
    max-width: 255px;
  }
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-mission-clear-campaign__heading {
  margin-bottom: 8px;
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-mission-clear-campaign__heading {
    max-width: 231px;
  }
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-mission-clear-campaign__reward-description {
    max-width: 214px;
  }
}

section.op-main .op-2025gw .op-2025gw-list .op-2025gw-flat-button {
  display: inline-flex;
  position: relative;
  width: 560px;
  padding: 24px 40px;
  border-radius: 40px;
  background: #333;
}
@media screen and (width &lt; 1000px) {
  section.op-main .op-2025gw .op-2025gw-list .op-2025gw-flat-button {
    max-width: 295px;
    padding: 12px 24px;
    border-radius: 80px;
  }
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-flat-button--daily-mission {
  background: #002b80;
}

section.op-main .op-2025gw .op-2025gw-list .op-2025gw-flat-button--daily-login {
  background: #a06813;
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-flat-button--may-first-campaign {
  background: #591212;
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-flat-button--registration-campaign {
  background: #259740;
}

section.op-main .op-2025gw .op-2025gw-list .op-2025gw-flat-button__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

section.op-main .op-2025gw .op-2025gw-list .op-2025gw-flat-button__main-text {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1.2px;
}
@media screen and (width &lt; 1000px) {
  section.op-main .op-2025gw .op-2025gw-list .op-2025gw-flat-button__main-text {
    font-size: 16px;
    letter-spacing: normal;
  }
}

section.op-main .op-2025gw .op-2025gw-list .op-2025gw-flat-button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 40px;
  width: 12px;
  height: 21px;
  transform: translateY(-50%);
  background: url('../images/icon-chevron-right.svg') no-repeat;
  color: #fff;
  vertical-align: middle;
}
@media screen and (width &lt; 1000px) {
  section.op-main .op-2025gw .op-2025gw-list .op-2025gw-flat-button::after {
    right: 24px;
    width: 8px;
    height: 12px;
  }
}

section.op-main .op-2025gw .op-2025gw-list .op-2025gw-daily-login-campaign {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 875px;
  padding: 48px 0 56px;
  gap: 8px;
  background: url('../images/pc/background-section-02.png') no-repeat
    center;
}
@media screen and (width &lt; 1000px) {
  section.op-main .op-2025gw .op-2025gw-list .op-2025gw-daily-login-campaign {
    height: auto;
    margin-top: -4px;
    padding-block: 24px;
    background: url('../images/sp/background-section-02.png') no-repeat
      center;
    background-size: 100lvw 100%;
  }
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-daily-login-campaign__heading {
    max-width: 261px;
  }
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-daily-login-campaign__flow {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-daily-login-campaign__flow {
    flex-direction: column;
  }
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-daily-login-campaign__button-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-daily-login-campaign__button-area {
    gap: 6px;
  }
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-daily-login-campaign__button-area
    picture {
    max-width: 189px;
  }
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-daily-login-campaign-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-daily-login-campaign-description {
    gap: 16px;
  }
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-daily-login-campaign-description__text {
    max-width: 189px;
  }
}

section.op-main .op-2025gw .op-2025gw-list .op-2025gw-other-campaign-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 48px;
  gap: 8px;
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-other-campaign-container {
    padding-block: 24px;
  }
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-other-campaign-container__heading--may-first {
    max-width: 312px;
  }
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-other-campaign-container__heading--registration {
    max-width: 261px;
  }
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-other-campaign-container--may-first {
  background: #8cbf26;
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-other-campaign-container--registration {
  background: #add13b;
}

section.op-main .op-2025gw .op-2025gw-list .op-2025gw-may-first-campaign {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 48px;
  background: #8cbf26;
  gap: 8px;
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-may-first-campaign__description {
    max-width: 295px;
  }
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-before-may-first-campaign-description {
    max-width: 263px;
  }
}

section.op-main .op-2025gw .op-2025gw-list .op-2025gw-registration-campaign {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 48px;
  gap: 8px;
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-registration-campaign__description {
    max-width: 246px;
  }
}

section.op-main
  .op-2025gw
  .op-2025gw-list
  .op-2025gw-new-membership-button-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 48px;
  background: #fff;
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-2025gw
    .op-2025gw-list
    .op-2025gw-new-membership-button-area {
    padding-block: 24px;
  }
}

section.op-main .op-2025gw .op-2025gw-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-block: 48px;
  background: #f6f6f6;
}
@media screen and (width &lt; 1000px) {
  section.op-main .op-2025gw .op-2025gw-footer {
    width: 100lvw;
    padding: 16px;
    gap: 24px;
  }
}

section.op-main .op-2025gw .op-2025gw-footer__heading {
  color: #259740;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (width &lt; 1000px) {
  section.op-main .op-2025gw .op-2025gw-footer__heading {
    text-align: center;
  }
}

section.op-main .op-2025gw .op-2025gw-footer__heading--line-break {
  display: none;
}
@media screen and (width &lt; 1000px) {
  section.op-main .op-2025gw .op-2025gw-footer__heading--line-break {
    display: block;
  }
}

section.op-main .op-2025gw .op-2025gw-footer__precautions-list {
  width: 700px;
}
@media screen and (width &lt; 1000px) {
  section.op-main .op-2025gw .op-2025gw-footer__precautions-list {
    max-width: 100%;
    padding-left: 16px;
  }
}

section.op-main .op-2025gw .op-2025gw-footer__precautions-list-item {
  margin-bottom: 16px;
  list-style-type: disc;
  font-size: 13px;
  line-height: 1.5;
}

section.op-main .op-2025gw .op-2025gw-footer__precautions-list-item2 {
  margin-bottom: 16px;
  list-style-type: none;
  font-size: 13px;
  line-height: 1.5;
}

section.op-main .op-2025gw .op-2025gw-footer__precautions-list-item:last-child {
  margin-bottom: 0;
}
</pre></body></html>