@charset "UTF-8";

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

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

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

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;
}

: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;
}

.campaign-item__link{
display:block;
text-decoration:none;
color:inherit;
}

.text {
  text-align: right;
}
article h5{font-weight:bold;color:#FF454A;font-size: 25px;margin: 0 16px;}
section p{margin:0 16px;text-align:justify;}

@media (min-width: 500px) {
	.text {
    text-align: right;
    width: 1000px;}
}
.text
{
	font-weight:800;
	font-size:16px;
}
.pict {
  width: 30%;
  margin-left: 3%;
}

.pict img {
  width: 110px;
  height:auto;
}

.box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    color: #494949;
    margin:10px 0px;
}


.text-copyright {font-size: .8rem; font-weight: bold; margin: auto; text-align: center;}

.op-play-friend {
  max-width: 1024px;
  margin-inline: auto;
}

.op-cp-friend-202504-content {
  max-width: 700px;
  margin-inline: auto;
  padding-inline: 16px;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-content {
    padding-inline: 0;
  }
}

.op-cp-friend-202504-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  border-radius: 40px;
  background: linear-gradient(180deg, #5bc9ac 0%, #068265 100%);
  box-shadow: 0 4px 4px #00000040;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-button {
    height: 80px;
    background: linear-gradient(180deg, #5bc9ac 0%, #068265 100%);
  }
}

.op-cp-friend-202504-button__text {
  width: auto;
  height: 28px;
  line-height: 0;
}
@media screen and (width < 1024px) {
  .op-cp-friend-202504-button__text {
    height: 20px;
  }
}

.op-cp-friend-202504-period-text {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-period-text {
    gap: 8px;
  }
}

.op-cp-friend-202504-period-text__sets {
  display: flex;
  gap: 4px;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-period-text__sets {
    gap: 8px;
  }
}

.op-cp-friend-202504-period-text__set {
  display: flex;
  gap: 1px;
  align-items: baseline;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-period-text__set {
    gap: 4px;
  }
}

.op-cp-friend-202504-period-text__number {
  color: #259740;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -3%;
  line-height: 1.4479166667;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-period-text__number {
    font-size: 32px;
    line-height: 1.448125;
  }
}

.op-cp-friend-202504-period-text__text {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -5%;
  line-height: 1.21;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-period-text__text {
    font-size: 14px;
    line-height: 1.21;
  }
}
@media screen and (width < 1024px) {
  .op-cp-friend-202504-period-text__text {
    text-align: center;
  }
}

.op-cp-friend-202504-period-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 16px 8px 8px;
  border-radius: 8px;
  background-color: #eaeaea;
  gap: 4px;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-period-content {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px;
    gap: 12px;
  }
}

.op-cp-friend-202504-period-content__title {
  line-height: 0;
  text-align: center;
}

.op-cp-friend-202504-period-content__title-image {
  width: 82px;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-period-content__title-image {
    width: 91px;
  }
}

.op-cp-friend-202504-hero {
  padding-bottom: 10px;
}

.op-cp-friend-202504-hero__title-image {
  width: 100%;
}

.op-cp-friend-202504-hero__text {
  margin-top: -24.2666666667vw;
  padding-inline: 16px;
  line-height: 0;
  text-align: center;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-hero__text {
    margin-top: -166px;
  }
}

.op-cp-friend-202504-hero__text-image {
  width: 100%;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-hero__text-image {
    width: 700px;
  }
}

.op-cp-friend-202504-period__note {
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -5%;
  line-height: 1.21;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-period__note {
    font-size: 12px;
    line-height: 1.21;
  }
}

.op-cp-friend-202504-condition {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 24px 16px;
  border-radius: 8px;
  background-color: #fff;
  gap: 32px;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-condition {
    padding: 32px;
  }
}

.op-cp-friend-202504-condition__title {
  text-align: center;
}

.op-cp-friend-202504-condition__title-image {
  width: auto;
  height: 25px;
}

.op-cp-friend-202504-condition__title-image--title3 {
  height: 20px;
}

.op-cp-friend-202504-condition__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.op-cp-friend-202504-condition__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

.op-cp-friend-202504-condition__data-list {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-block: 8px;
  border-top: 1px solid #999;
}

.op-cp-friend-202504-condition__data-list:last-child {
  border-bottom: 1px solid #999;
}

.op-cp-friend-202504-condition__data-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 118px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -5%;
  line-height: 1.5;
}

.op-cp-friend-202504-condition__data-title::after {
  content: '\ff1a';
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -5%;
  line-height: 1.5;
}

.op-cp-friend-202504-condition__data-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -5%;
  line-height: 1.5;
}

.op-cp-friend-202504-condition__text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -5%;
  line-height: 1.5;
}

.op-cp-friend-202504-condition__note {
  display: flex;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.op-cp-friend-202504-condition__note::before {
  content: '\203b';
}

.op-cp-friend-202504-method {
  background-color: #259740;
}

.op-cp-friend-202504-method__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-block: 40px;
  gap: 18px;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-method__inner {
    padding-block: 48px;
    gap: 32px;
  }
}

.op-cp-friend-202504-method__header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-method__header {
    gap: 32px;
  }
}

.op-cp-friend-202504-method__title {
  text-align: center;
}

.op-cp-friend-202504-method__title-image {
  width: auto;
  height: 32px;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-method__title-image {
    height: 46px;
  }
}

.op-cp-friend-202504-method__text {
  text-align: center;
}

.op-cp-friend-202504-method__text-image {
  height: 34px;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-method__text-image {
    height: 60px;
  }
}

.op-cp-friend-202504-method__step-image {
  width: 100%;
}

.op-cp-friend-202504-method__steps {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 36px;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-method__steps {
    gap: 96px;
  }
}

.op-cp-friend-202504-method__steps-item {
  position: relative;
}

.op-cp-friend-202504-method__steps-item:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -32px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  background-image: url('../images/icon-method-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-method__steps-item:not(:last-child)::after {
    bottom: -64px;
    width: 32px;
    height: 32px;
    margin-left: -16px;
  }
}

.op-cp-friend-202504-step {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: stretch;
  margin-top: 44px;
  padding: 64px 16px 24px;
  border-radius: 8px;
  background-color: #fff;
  gap: 20px;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-step {
    margin-top: 32px;
    padding: 80px 32px 32px;
    gap: 32px;
  }
}

.op-cp-friend-202504-step::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.op-cp-friend-202504-step::after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.op-cp-friend-202504-step--step1::before {
  top: -12px;
  left: 2px;
  width: 82px;
  height: 153px;
  background-image: url('../images/sp/background-method-step1-01.png');
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-step--step1::before {
    top: 29px;
    left: 32px;
    width: 196px;
    height: 88px;
    background-image: url('../images/pc/background-method-step1-01.png');
  }
}

.op-cp-friend-202504-step--step1::after {
  top: -6px;
  right: -11px;
  width: 65px;
  height: 154px;
  background-image: url('../images/sp/background-method-step1-02.png');
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-step--step1::after {
    top: 27px;
    right: 32px;
    width: 77px;
    height: 91px;
    background-image: url('../images/pc/background-method-step1-02.png');
  }
}

.op-cp-friend-202504-step--step2::before {
  top: -16px;
  left: 29px;
  width: 68px;
  height: 87px;
  background-image: url('../images/sp/background-method-step2-01.png');
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-step--step2::before {
    top: 28px;
    left: 24px;
    width: 180px;
    height: 113px;
    background-image: url('../images/pc/background-method-step2-01.png');
  }
}

.op-cp-friend-202504-step--step2::after {
  top: 0;
  right: 12px;
  width: 67px;
  height: 57px;
  background-image: url('../images/sp/background-method-step2-02.png');
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-step--step2::after {
    top: 58px;
    right: 32px;
    width: 150px;
    height: 92px;
    background-image: url('../images/pc/background-method-step2-02.png');
  }
}

.op-cp-friend-202504-step--step3::before {
  top: -16px;
  left: 16px;
  width: 68px;
  height: 87px;
  background-image: url('../images/sp/background-method-step3-01.png');
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-step--step3::before {
    top: 29px;
    left: 32px;
    width: 188px;
    height: 88px;
    background-image: url('../images/pc/background-method-step3-01.png');
  }
}

.op-cp-friend-202504-step--step3::after {
  top: -6px;
  right: -11px;
  width: 65px;
  height: 71px;
  background-image: url('../images/sp/background-method-step3-02.png');
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-step--step3::after {
    top: 27px;
    right: 32px;
    width: 77px;
    height: 91px;
    background-image: url('../images/pc/background-method-step3-02.png');
  }
}

.op-cp-friend-202504-step__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -108px;
  gap: 12px;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-step__title {
    margin-top: -112px;
    gap: 16px;
  }
}

.op-cp-friend-202504-step__title-number {
  width: auto;
  height: 96px;
}

.op-cp-friend-202504-step__title-text {
  width: auto;
  height: 28px;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-step__title-text {
    height: 32px;
  }
}

.op-cp-friend-202504-step__title-text--step3 {
  height: 68px;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-step__title-text--step3 {
    height: 76px;
  }
}

.op-cp-friend-202504-step__text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -5%;
  line-height: 1.5;
  text-align: center;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-step__text {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-step__text-break {
    display: none;
  }
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-step__button--sp {
    display: none;
  }
}

.op-cp-friend-202504-step__button--pc {
  display: none;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-step__button--pc {
    display: block;
  }
}

.op-cp-friend-202504-step__screen {
  text-align: center;
}

.op-cp-friend-202504-step__screen-image--step2 {
  width: 311px;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-step__screen-image--step2 {
    width: 440px;
  }
}

.op-cp-friend-202504-step__screen-image--step3 {
  width: 177px;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-step__screen-image--step3 {
    width: 464px;
  }
}

.op-cp-friend-202504-step__note {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
}

.op-cp-friend-202504-step__note-item {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.op-cp-friend-202504-step__note-item--emphasis {
  color: red;
}

.op-cp-friend-202504-step__note-item::before {
  content: '\203b';
}

.op-cp-friend-202504-considerations {
  background-color: #f6f6f6;
}

.op-cp-friend-202504-considerations__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 96px;
  padding-block: 48px;
}
@media screen and (width < 1024px) {
  .op-cp-friend-202504-considerations__inner {
    gap: 32px;
  }
}

.op-cp-friend-202504-considerations__section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
}
@media screen and (width < 1024px) {
  .op-cp-friend-202504-considerations__section {
    gap: 10px;
  }

  .op-cp-friend-202504-considerations__section:first-of-type {
    gap: 10px;
  }
}

.op-cp-friend-202504-considerations__title {
  color: #259740;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -5%;
  line-height: 1.2;
  text-align: center;
}

.op-cp-friend-202504-considerations__number-list-item {
  font-size: 13px;
  line-height: 1.5;
  counter-increment: cnt;
}

.op-cp-friend-202504-considerations__number-list-item::before {
  content: counter(cnt) '.';
}

.op-cp-friend-202504-considerations__number-list{
counter-reset: cnt;
margin: 0;
padding-left: 0;
}

.op-cp-friend-202504-considerations__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}
.op-cp-friend-202504-considerations__list {
  margin-top: 16px;
}

.op-cp-friend-202504-considerations__list-item {
  font-size: 13px;
  line-height: 1.5;
}

.op-cp-friend-202504-considerations__list-item::before {
  content: '\30fb';
}

.op-cp-friend-202504-considerations__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

.op-cp-friend-202504-considerations__text {
  font-size: 13px;
  line-height: 1.5;
}

.op-cp-friend-202504-considerations__link:hover {
  text-decoration: underline;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-considerations__link--sp {
    display: none;
  }
}

.op-cp-friend-202504-considerations__link--pc {
  display: none;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-considerations__link--pc {
    display: inline;
  }
}

.op-cp-friend-202504-target-period {
  padding-block: 24px;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-target-period {
    padding-block: 32px;
  }
}

.op-cp-friend-202504-target-period__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-target-period__inner {
    gap: 32px;
  }
}

.op-cp-friend-202504-target-period__title {
  text-align: center;
}

.op-cp-friend-202504-target-period__title-image {
  width: auto;
  height: 31px;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-target-period__title-image {
    height: 46px;
  }
}

.op-cp-friend-202504-target-period__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #eaeaea;
  gap: 8px;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-target-period__content {
    gap: 16px;
    padding: 32px;
  }
}

.op-cp-friend-202504-target-period__text {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -5%;
  line-height: 1.21;
  text-align: center;
}
@media screen and (width >= 1024px) {
  .op-cp-friend-202504-target-period__text {
    font-size: 12px;
    line-height: 1.21;
  }
}
.op-cp-friend-202504-overview {
  width: 100%;
  background: #fff0d3;
}

.op-cp-friend-202504-overview__title {
  padding-block: 12px;
  text-align: center;
   margin-top: 20px;
}
@media screen and (width < 1024px) {
  .op-cp-friend-202504-overview__title {
    padding-block: 16px;
  }
}

.op-cp-friend-202504-overview__title-image {
  width: auto;
  height: 38px;
}
@media screen and (width < 1024px) {
  .op-cp-friend-202504-overview__title-image {
    height: 24px;
  }
}

.op-cp-friend-202504-overview__banner {
  line-height: 0;
}

.op-cp-friend-202504-overview__banner-image {
  width: 100%;
  height: auto;
}

.op-cp-friend-202504-overview__content {
  width: 100%;
  padding-top: 27px;
  padding-bottom: 48px;
}
@media screen and (width < 1024px) {
  .op-cp-friend-202504-overview__content {
    padding-block: 16px;
  }
}

.op-cp-friend-202504-overview__privilege1 {
  margin-top: 76px;
}
@media screen and (width < 1024px) {
  .op-cp-friend-202504-overview__privilege1 {
    margin-top: 67px;
  }
}

.op-cp-friend-202504-overview__privilege2 {
  margin-top: 90px;
}
@media screen and (width < 1024px) {
  .op-cp-friend-202504-overview__privilege2 {
    margin-top: 70px;
  }
}

.op-cp-friend-202504-overview__button {
  margin-top: 40px;
}
@media screen and (width < 1024px) {
  .op-cp-friend-202504-overview__button {
    margin-top: 20px;
  }
}

.op-cp-friend-202504-overview__button--sp {
  display: none;
}
@media screen and (width < 1024px) {
  .op-cp-friend-202504-overview__button--sp {
    display: block;
  }
}

.op-cp-friend-202504-overview__button--pc {
  display: block;
  padding-inline: 32px;
}
@media screen and (width < 1024px) {
  .op-cp-friend-202504-overview__button--pc {
    display: none;
  }
}

.op-cp-friend-202504-overview__winning {
  margin-top: 32px;
}
@media screen and (width < 1024px) {
  .op-cp-friend-202504-overview__winning {
    margin-top: 20px;
  }
}

.op-cp-friend-202504-overview__equal-split {
  margin-top: 32px;
}
@media screen and (width < 1024px) {
  .op-cp-friend-202504-overview__equal-split {
    margin-top: 40px;
  }
}

.op-cp-friend-202504-overview__do-condition {
  margin-top: 32px;
}
@media screen and (width < 1024px) {
  .op-cp-friend-202504-overview__do-condition {
    margin-top: 24px;
  }
}

.op-cp-friend-202504-overview__doed-condition {
  margin-top: 40px;
}
@media screen and (width < 1024px) {
  .op-cp-friend-202504-overview__doed-condition {
    margin-top: 20px;
  }
}
