@charset "UTF-8";

@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap";
@font-face {
  font-family: "Genjuu Normal";
  src: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/fonts/GenJyuuGothicX-Normal.eot?v=202601051233),
    url(https://r.r10s.jp/evt/event/family/signupentry/_pc/fonts/GenJyuuGothicX-Normal.ttf?v=202601051233);
}
@font-face {
  font-family: "Genjuu Medium";
  src: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/fonts/GenJyuuGothicX-Medium.eot?v=202601051233),
    url(https://r.r10s.jp/evt/event/family/signupentry/_pc/fonts/GenJyuuGothicX-Medium.ttf?v=202601051233);
}
@font-face {
  font-family: "Genjuu Bold";
  src: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/fonts/GenJyuuGothicX-Bold.eot?v=202601051233),
    url(https://r.r10s.jp/evt/event/family/signupentry/_pc/fonts/GenJyuuGothicX-Bold.ttf?v=202601051233);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  html {
    font-size: 50%;
  }
}
body {
  color: #4e4e4e;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
img {
  max-width: 100%;
  width: 100%;
  line-height: 1;
  vertical-align: bottom;
}
button {
  outline: none;
}
input {
  outline: none;
}
textarea {
  outline: none;
  resize: none;
}
.wrap {
  position: relative;
  overflow: hidden;
}
.container {
  max-width: 101rem;
  width: 100%;
  padding: 0 3rem;
  margin: 0 auto;
}
.btn {
  margin-left: -3.4rem;
}
.fw-bold {
  font-weight: bold;
}
.marker {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#93c93a),
    to(#93c93a)
  );
  background-image: -webkit-linear-gradient(left, #93c93a, #93c93a);
  background-image: linear-gradient(90deg, #93c93a, #93c93a);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 40%;
}
.marker--c-light {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#c2e190),
    to(#c2e190)
  );
  background-image: -webkit-linear-gradient(left, #c2e190, #c2e190);
  background-image: linear-gradient(90deg, #c2e190, #c2e190);
}
.marker--c-yellow {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fffb5c),
    to(#fffb5c)
  );
  background-image: -webkit-linear-gradient(left, #fffb5c, #fffb5c);
  background-image: linear-gradient(90deg, #fffb5c, #fffb5c);
}
.marker--size-s {
  background-size: 100% 25%;
}
.fv {
  position: relative;
  padding: 0 0 3rem;
}
.fv::before {
  content: "";
  position: absolute;
  background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/fv_bg.png?v=202601051233);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 180rem;
  height: 76.5rem;
  top: -1rem;
  left: 50%;
  margin-left: -90rem;
}
.fv__container {
  max-width: 106rem;
}
.fv__top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fv__top-lead {
  font-family: "Genjuu Bold";
  color: #333;
  font-size: 2rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 0;
}
.fv__top-lead::before,
.fv__top-lead::after {
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/fv_top_lead_borders.svg?v=202601051233);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 2.6rem;
  height: 6.5rem;
}
.fv__top-lead::before {
  margin-right: 1.2rem;
}
.fv__top-lead::after {
  margin-left: 1.2rem;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fv__top-ribbon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 63.1rem;
  height: 7.7rem;
  background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/fv_top_ribbon.svg?v=202601051233);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.fv__top-ribbon-text {
  display: inline-block;
  font-family: "Genjuu Medium";
  color: #fff;
  font-size: 3.2rem;
  padding-top: 0.6rem;
}
.fv__top-text {
  margin-top: -1.8rem;
  width: 44rem;
}
.fv__2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fv__img-col {
  position: relative;
  margin-top: -2.2rem;
  margin-right: -7.5rem;
}
.fv__img-circle {
  position: absolute;
  top: -1rem;
  left: 10.6rem;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  background-color: #77a710;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fv__img-circle::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25rem 0 1.25rem 3rem;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #77a710;
}
.fv__img-circle-text {
  color: #fff;
  font-family: "Genjuu Medium";
  font-size: 1.6rem;
  text-align: center;
  line-height: 2rem;
}
.fv__img-circle-text .fs-l {
  font-size: 2.1rem;
}
.fv__img-wrap {
  width: 63.2rem;
  margin-left: -6.6rem;
}
.fv__text-col {
  width: 45.5rem;
  padding-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fv__sub-title {
  position: relative;
  width: 31rem;
  height: 10.4rem;
  background-color: #0074bf;
  border-radius: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Genjuu Medium";
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}
.fv__sub-title::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1rem;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2rem 0.9rem 0 0.9rem;
  border-color: #0074bf rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.fv__title {
  font-size: 3.9rem;
  font-family: "Genjuu Medium";
  line-height: 6rem;
  text-align: center;
  color: #0074bf;
  margin-top: 2.4rem;
}
.fv__title .fs-l {
  font-size: 5rem;
}
.fv__title .fd-border {
  position: relative;
  display: inline-block;
}
.fv__title .fd-border::before {
  content: "";
  position: absolute;
  bottom: 0.4rem;
  width: 100%;
  height: 3.5px;
  border-radius: 5px;
  background-color: #0074bf;
}
.fv__info-list {
  position: relative;
  white-space: nowrap;
  padding-left: 3.2rem;
  margin-top: 2.8rem;
  text-align: center;
}
.fv__info-item {
  font-size: 1.7rem;
  line-height: 1.25;
}
.cv {
  position: relative;
  background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/cv_bg.png?v=202601051233);
  background-position: center center;
  background-size: cover;
  padding: 7rem 0 4.8rem;
  text-align: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .cv {
    background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/cv_bg@2x.png?v=202601051233);
  }
}
.cv--pb {
  padding-bottom: 6.5rem;
}
.cv__title {
  position: relative;
  font-size: 3.2rem;
  font-family: "Genjuu Medium";
  color: #333;
  line-height: 1.2;
  display: inline-block;
}
.cv__title .fs-s {
  font-size: 2.8rem;
}
.cv__title .fs-m {
  font-size: 3.5rem;
}
.cv__title--borders::before,
.cv__title--borders::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 3px;
  height: 8rem;
  background-color: #4e4e4e;
  border-radius: 4px;
}
.cv__title--borders::before {
  -webkit-transform: rotate(-16deg);
  transform: rotate(-16deg);
  left: -4rem;
}
.cv__title--borders::after {
  -webkit-transform: rotate(16deg);
  transform: rotate(16deg);
  right: -4rem;
}
.cv__title--lines::before {
  content: "";
  position: absolute;
  right: -3rem;
  top: -3rem;
  background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/cv_lines.svg?v=202601051233);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 6.2rem;
  height: 4.6rem;
}
.cv__title--lines--l::before {
  right: -2rem;
  top: -2rem;
  width: 6.8rem;
  height: 5.4rem;
}
.cv__btn {
  width: 71.1rem;
  margin: 2.5rem auto 0;
}
.cv--top::before {
  content: "";
  position: absolute;
  background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/cv_circles.svg?v=202601051233);
  background-repeat: no-repeat;
  background-size: contain;
  width: 180rem;
  height: 6.7rem;
  left: 50%;
  top: -2rem;
  margin-left: -90rem;
}
.about {
  background-color: #769fc6;
  padding: 11.4rem 0 9.8rem;
}
.about__content {
  background-color: #fff;
  background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/about_frame.svg?v=202601051233);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about__content-inner {
  max-width: 65.8rem;
  width: 100%;
  padding: 9.8rem 0 5.5rem;
  margin: 0 auto;
}
.about__top {
  position: relative;
  color: #ce0c14;
  font-family: "Genjuu Medium";
  text-align: center;
}
.about__top::before,
.about__top::after {
  content: "";
  position: absolute;
  top: -4rem;
  background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/about_title_acc.svg?v=202601051233);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 14rem;
  height: 14.8rem;
}
.about__top::before {
  left: -1rem;
}
.about__top::after {
  right: -1rem;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.about__sub-title {
  font-size: 2.2rem;
}
.about__title {
  font-size: 3.5rem;
  line-height: 1;
}
.about__title .fs-m {
  font-size: 4.2rem;
}
.about__title .fs-l {
  font-size: 5.5rem;
}
.about__list {
  margin-top: 6.4rem;
}
.about__label {
  background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/about_label.svg?v=202601051233);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 65.7rem;
  height: 4.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about__label-text {
  font-family: "Genjuu Medium";
  font-size: 2.8rem;
  color: #fff;
}
.about__label-text .fs-l {
  font-size: 3.8rem;
  margin-left: 0.5rem;
}
.about__item-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.about__item-img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.about__item-text {
  font-family: "Genjuu Medium";
  font-size: 2.5rem;
  text-align: center;
}
.about__item-text .fs-l {
  font-size: 3.6rem;
  color: #ce0c14;
  line-height: 1.4;
}
.about__item:nth-child(1) .about__item-cols {
  padding: 1rem 0 2.5rem 2.5rem;
}
.about__item:nth-child(1) .about__item-img {
  width: 16.1rem;
  margin-right: 3.5rem;
}
.about__item:nth-child(2) .about__item-cols {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 2.8rem 0;
}
.about__item:nth-child(2) .about__item-img {
  width: 21.1rem;
  margin-left: 3.2rem;
}
.about__item:nth-child(2) .about__item-text {
  text-align: right;
}
.about__item:nth-child(3) .about__item-cols {
  padding: 3.8rem 0 0 3rem;
}
.about__item:nth-child(3) .about__item-img {
  margin-right: 2rem;
}
.problem {
  padding: 6.4rem 0 0;
}
.problem__top {
  position: relative;
  padding-bottom: 6rem;
}
.problem__top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -6.4rem;
  margin: 0 auto;
  background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/problem_board.svg?v=202601051233);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  width: 78.8rem;
  height: 49rem;
}
.problem__container {
  position: relative;
}
.problem__title {
  font-family: "Genjuu Medium";
  font-size: 3.7rem;
  text-align: center;
  color: #333;
  line-height: 1.3;
}
.problem__title .fs-s {
  font-size: 3.2rem;
}
.problem__title .fs-l {
  font-size: 4.4rem;
  color: #66a83e;
}
.problem__speech {
  position: absolute;
  width: 29.5rem;
  top: 11rem;
  left: 8rem;
}
.problem__top-text {
  position: relative;
  font-family: "Genjuu Medium";
  font-size: 2.7rem;
  text-align: center;
  color: #333;
  margin-top: 11rem;
}
.problem__top-text .fs-m {
  font-size: 3rem;
}
.problem__top-text .fs-l {
  font-size: 3.4rem;
}
.problem__top-text .fs-normal {
  display: block;
}
.problem__top-text .fs-accent {
  position: relative;
  display: inline-block;
  color: #66a83e;
  font-size: 3.9rem;
}
.problem__top-text .fs-accent::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #66a83e;
}
.problem__top-text .fs-accent .fs-l {
  font-size: 4.5rem;
}
.problem__list {
  position: relative;
  max-width: 112rem;
  width: 100%;
  height: 105.2rem;
  padding: 0 3rem;
  margin: 7rem auto 0;
}
.problem__item {
  position: absolute;
}
.problem__img-circle {
  position: absolute;
  border-radius: 50%;
}
.problem__img-circle img {
  border-radius: 50%;
}
.problem__text-circle {
  position: absolute;
  font-family: "Genjuu Medium";
  color: #fff;
  font-size: 2rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}
.problem__person-img {
  position: absolute;
}
.problem__item:nth-child(1) {
  width: 46.1rem;
  height: 35.2rem;
  top: 0;
  left: 0;
}
.problem__item:nth-child(1) .problem__text-circle {
  left: 7rem;
  top: 0;
  background-color: #2d7bad;
}
.problem__item:nth-child(1) .problem__img-circle {
  right: 0;
  background-color: #2d7bad;
  width: 35.1rem;
  height: 35.1rem;
  padding: 1.4rem;
}
.problem__item:nth-child(1) .problem__person-img {
  bottom: -11.4rem;
  left: 11rem;
  width: 15.5rem;
}
.problem__item:nth-child(2) {
  width: 64rem;
  height: 28rem;
  top: 0;
  right: 0;
}
.problem__item:nth-child(2) .problem__text-circle {
  left: 0;
  top: 16rem;
  background-color: #d975a4;
  z-index: 1;
}
.problem__item:nth-child(2) .problem__img-circle {
  top: 0;
  left: 5rem;
  background-color: #d975a4;
  width: 27.1rem;
  height: 27.1rem;
  padding: 1.1rem;
  z-index: 1;
}
.problem__item:nth-child(2) .problem__person-img {
  bottom: 1rem;
  right: 1rem;
  width: 34.2rem;
}
.problem__item:nth-child(3) {
  width: 34.6rem;
  height: 27rem;
  top: 31rem;
  left: 25rem;
}
.problem__item:nth-child(3) .problem__text-circle {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #529ad3;
  z-index: 1;
}
.problem__item:nth-child(3) .problem__img-circle {
  top: 0;
  right: 0;
  background-color: #529ad3;
  width: 27rem;
  height: 27rem;
  padding: 1rem;
  z-index: 1;
}
.problem__item:nth-child(4) {
  width: 37rem;
  height: 30.3rem;
  top: 26.2rem;
  right: 11rem;
}
.problem__item:nth-child(4) .problem__text-circle {
  right: 0;
  bottom: 4.6rem;
  background-color: #ed9a0f;
  z-index: 1;
}
.problem__item:nth-child(4) .problem__img-circle {
  top: 0;
  left: 0;
  background-color: #ed9a0f;
  width: 30.3rem;
  height: 30.3rem;
  padding: 1rem;
  z-index: 1;
}
.problem__item:nth-child(5) {
  width: 28rem;
  height: 29.6rem;
  top: 53.5rem;
  right: 27rem;
}
.problem__item:nth-child(5) .problem__text-circle {
  left: 0;
  top: 0;
  background-color: #8dac2f;
  z-index: 1;
}
.problem__item:nth-child(5) .problem__img-circle {
  top: 3rem;
  right: 0;
  background-color: #8dac2f;
  width: 26.5rem;
  height: 26.5rem;
  padding: 0.7rem;
  z-index: 1;
}
.problem__item:nth-child(5) .problem__person-img {
  z-index: 1;
  bottom: -9rem;
  right: -24rem;
  width: 35rem;
}
.problem__item:nth-child(6) {
  width: 39.3rem;
  height: 31.8rem;
  top: 54rem;
  left: 10rem;
}
.problem__item:nth-child(6) .problem__text-circle {
  right: 0;
  top: 8.8rem;
  background-color: #b082bb;
}
.problem__item:nth-child(6) .problem__img-circle {
  top: 0;
  left: 0;
  background-color: #b082bb;
  width: 31.8rem;
  height: 31.8rem;
  padding: 1rem;
}
.problem__item:nth-child(6) .problem__person-img {
  z-index: 1;
  top: -6rem;
  left: -12rem;
  width: 28.9rem;
}
.problem__item:nth-child(7) {
  width: 54.1rem;
  height: 51.2rem;
  bottom: -4rem;
  left: 24rem;
  z-index: 1;
}
.point__main {
  position: relative;
  padding: 9.4rem 0 12.2rem;
}
.point__main::before,
.point__main::after {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/point_main_separator.svg?v=202601051233);
  background-size: contain;
  background-repeat: repeat-x;
  height: 5rem;
  width: 100%;
}
.point__main::before {
  top: 0;
  background-position: center top;
}
.point__main::after {
  bottom: 0;
  background-position: center bottom;
}
.point__main-top {
  text-align: center;
}
.point__top-logo {
  width: 28.8rem;
  margin: 0 auto;
}
.point__top-text {
  font-family: "Genjuu Medium";
  font-size: 3rem;
  color: #333;
  line-height: 1.8;
  margin-top: 1rem;
}
.point__top-text .fs-s {
  font-size: 2.5rem;
}
.point__top-text .fs-m {
  font-weight: bold;
  font-size: 3.5rem;
}
.point__top-text .fs-l {
  font-size: 4.7rem;
}
.point__top-text .fs-xl {
  font-weight: bold;
  font-size: 5.8rem;
  line-height: 1.4;
}
.point__top-text .fs-xl span:nth-child(1) {
  color: #d975a4;
}
.point__top-text .fs-xl span:nth-child(2) {
  color: #66a83e;
}
.point__top-text .fs-xl span:nth-child(3) {
  color: #529ad3;
}
.point__top-text .fs-xl span:nth-child(4) {
  color: #ed9a0f;
}
.point__top-text .fs-xl span:nth-child(5) {
  color: #b082bb;
}
.point__top-text .fs-xl span:nth-child(6) {
  color: #8dac2f;
}
.point__top-text .fs-xl span:nth-child(7) {
  color: #d975a4;
}
.point__top-ticket {
  width: 83rem;
  margin: 2rem auto 0;
}
.point__block {
  position: relative;
  text-align: center;
  margin-top: 6rem;
  padding-bottom: 8.6rem;
}
.point__block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/point_block_separator.svg?v=202601051233);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.point__block-top {
  position: relative;
  display: inline-block;
  font-family: "Genjuu Medium";
  color: #cb5f63;
  font-size: 2.8rem;
  margin: 0 auto 5.4rem;
  text-align: center;
}
.point__block-top::before,
.point__block-top::after {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 5.6rem;
  background-color: #cb5f63;
  border-radius: 1rem;
  top: -0.6rem;
}
.point__block-top::before {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  left: -4rem;
}
.point__block-top::after {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  right: -4rem;
}
.point__main-text-block {
  font-family: "Genjuu Medium";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.point__main-text-box {
  position: relative;
  background-color: #cb5f63;
  font-size: 2.4rem;
  color: #fff;
  padding: 1.7rem 2rem;
  border-radius: 1.1rem;
  line-height: 1.1;
  margin-right: 3rem;
}
.point__main-text-box.pv-s {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.point__main-text-box::before {
  content: "";
  position: absolute;
  right: -1.69rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.4rem 0 1.4rem 1.7rem;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #cb5f63;
}
.point__main-text {
  color: #333;
  font-size: 2.8rem;
}
.point__main-text .fs-s {
  font-size: 2.4rem;
}
.point__main-text .fs-l {
  font-size: 4rem;
  color: #cb5f63;
  line-height: 1.2;
}
.point__main-text .fc-red {
  color: #cb5f63;
}
.point__block-sub-info {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 2rem;
  color: #4e4e4e;
}
.point__block-link {
  font-size: 2.2rem;
  text-align: center;
  margin-top: 5.4rem;
  display: inline-block;
  text-decoration: underline;
  color: #4e4e4e;
}
.point__block01-images {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 86.5rem;
  margin: 4rem auto 0;
}
.point__block01-image:nth-child(1) {
  width: 48.1rem;
}
.point__block01-image:nth-child(2) {
  width: 41rem;
  margin-left: -16rem;
}
.point__block01-circle {
  position: absolute;
  right: 0;
  top: -1.5rem;
  width: 31.8rem;
}
.point__block02 {
  padding-bottom: 11.4rem;
}
.point__block02-top-text {
  font-family: "Genjuu Medium";
  color: #333;
  font-size: 2.4rem;
  margin: -1.5rem 0 3rem;
}
.point__block02-top-text .fs-m {
  font-size: 2.8rem;
  color: #cb5f63;
}
.point__block02-top-text .fs-l {
  font-size: 4.5rem;
  color: #cb5f63;
}
.point__block02-logo {
  width: 54.3rem;
  margin: 0 auto 1rem;
}
.point__block03 {
  padding-bottom: 11.4rem;
}
.point__block03-logo {
  width: 29.3rem;
  margin: 0 auto 4.6rem;
}
.point__block03-img {
  position: relative;
  width: 78rem;
  margin: 0 auto;
}
.point__block03-speech {
  position: absolute;
  bottom: 2rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 23.1rem;
}
.point__block04 {
  padding-bottom: 0;
}
.point__block04::before {
  display: none;
}
.point__block04-circle-wrap {
  max-width: 44.2rem;
  margin: 5.6rem auto 0;
}
.point__block04-circles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.point__block04-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  font-family: "Genjuu Medium";
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.2;
}
.point__block04-circle.circle-green {
  background-color: #94cc69;
}
.point__block04-circle.circle-yellow {
  background-color: #eac054;
  margin: auto;
}
.point__block04-circle.circle-red {
  background-color: #cb5f63;
}
.point__block04-circle.circle-blue {
  background-color: #9ac8ed;
}
.point__block04-circle-text.fs-s {
  width: 100%;
}
.point__block04-circle-text.fs-m {
  font-size: 4.2rem;
}
.point__block04-circle-text .fs-l {
  display: inline-block;
  font-size: 6.8rem;
  margin-top: 1rem;
}
.point__block04-sub-info {
  font-size: 1.8rem;
  color: #4e4e4e;
  text-align: center;
  margin-top: 2rem;
}
.point__block04-more-text {
  position: relative;
  font-family: "Genjuu Medium";
  color: #cb5f63;
  font-size: 3rem;
  margin-top: 4.3rem;
}
.point__block04-more-text::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3.2rem;
  margin: 0 auto;
  background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/point_block04_text_border.svg?v=202601051233);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 34.5rem;
  height: 2rem;
}
.point__block04-campaign-text {
  font-family: "Genjuu Medium";
  text-align: center;
  color: #333;
  font-size: 2.8rem;
  margin-top: 8.2rem;
}
.point__block04-campaign-text .b-border {
  position: relative;
  color: #cb5f63;
  display: inline-block;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.point__block04-campaign-text .b-border::before {
  content: "";
  position: absolute;
  height: 0.3rem;
  width: 100%;
  background-color: #cb5f63;
  bottom: 0;
  left: 0;
}
.point__block04-label {
  font-family: "Genjuu Medium";
  color: #fff;
  font-size: 2.4rem;
  background-color: #cb5f63;
  width: 56.4rem;
  margin: 2.8rem auto -2.1rem;
  padding: 1.1rem 0;
  line-height: 1.2;
}
.point__block04-label .fs-l {
  font-size: 2.8rem;
}
.point__bottom {
  position: relative;
  height: 43.5rem;
  width: 100%;
}
.point__bottom::before {
  content: "";
  position: absolute;
  width: 180rem;
  height: 100%;
  left: 50%;
  margin-left: -90rem;
  background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/point_bottom_bg.jpg?v=202601051233);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .point__bottom::before {
    background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/point_bottom_bg@2x.jpg?v=202601051233);
  }
}
.point__bottom-container {
  position: relative;
  max-width: 90rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.point__bottom-text {
  font-family: "Genjuu Medium";
  font-size: 2.8rem;
  color: #333;
}
.point__bottom-text .fs-m {
  font-size: 3.5rem;
  color: #0c5796;
  margin-left: -2rem;
  line-height: 1.4;
}
.point__bottom-text .fs-l {
  font-size: 4.5rem;
}
.point__bottom-text .pd-l {
  padding-left: 2rem;
}
.present__main {
  position: relative;
  padding: 17rem 0 10rem;
  background-color: #f9d818;
}
.present__main::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.167vw 50vw 0 50vw;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.present__main::before {
  content: "";
  position: absolute;
  width: 180rem;
  height: 121.4rem;
  top: -22rem;
  left: 50%;
  margin-left: -90rem;
  background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/present_main_bg.svg?v=202601051233);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.present__main-top {
  position: relative;
  font-family: "Genjuu Bold";
  color: #ce0c14;
  font-size: 3.5rem;
  text-align: center;
}
.present__main-sub-text {
  position: absolute;
  right: 13rem;
  top: -4rem;
  display: inline-block;
  font-family: "Genjuu Medium";
  font-size: 2.8rem;
  line-height: 1.1;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.present__main-sub-text::before,
.present__main-sub-text::after {
  content: "";
  width: 3px;
  height: 5rem;
  background-color: #ce0c14;
  position: absolute;
  bottom: 0;
}
.present__main-sub-text::before {
  left: -2rem;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.present__main-sub-text::after {
  right: -2rem;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.present__main-label {
  display: inline-block;
  background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/present_top_label.svg?v=202601051233);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50rem;
  height: 7.5rem;
}
.present__main-label span {
  display: inline-block;
  padding-top: 0.5rem;
}
.present__2col {
  position: relative;
  width: 100%;
  max-width: 80.6rem;
  margin: 5.8rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.present__box-col {
  position: relative;
  width: 42.5rem;
  margin-left: -2.5rem;
}
.present__box-circle-text {
  position: absolute;
  left: 2rem;
  top: -7rem;
  color: #333;
  font-family: "Genjuu Medium";
  font-size: 1.9rem;
  text-align: center;
  line-height: 2.4rem;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.present__box-circle-text .fs-l {
  font-size: 2.6rem;
}
.present__box-img {
  margin-bottom: -2.5rem;
}
.present__text-col {
  background-color: #fff;
  width: 41rem;
  padding: 2.1rem 0 2.3rem;
  border-radius: 2rem;
  -webkit-box-shadow: 1.3rem 1rem 0 #ce0c14;
  box-shadow: 1.3rem 1rem 0 #ce0c14;
}
.present__title {
  font-family: "Genjuu Medium";
  color: #333;
  text-align: center;
}
.present__title .title-block {
  display: block;
}
.present__title .fc-red {
  color: #ce0c14;
}
.present__title .fs-xxs {
  font-size: 2.4rem;
  letter-spacing: 0;
}
.present__title .fs-xs {
  font-size: 2.6rem;
  letter-spacing: 0;
}
.present__title .fs-s {
  font-size: 2.8rem;
}
.present__title .fs-l {
  font-size: 3.9rem;
}
.present__title .t-left {
  text-align: left;
  line-height: 1.2;
}
.present__title .ml-s {
  margin-left: 0.8rem;
}
.present__title .ls-s {
  letter-spacing: -0.05em;
}
.present__title .fs-xl {
  font-family: "Genjuu Bold";
  font-size: 9.1rem;
  color: #ce0c14;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-right: 0.6rem;
  -webkit-transform: translateY(0.4rem);
  transform: translateY(0.4rem);
  margin-top: -1rem;
}
.present__title .title-main-block {
  position: relative;
  display: block;
  padding: 0 3rem;
  margin-top: 4.5rem;
}
.present__title .title-main-block::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 34.4rem;
  height: 1.7rem;
  background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/present_box_border.svg?v=202601051233);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.present__title .title-2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -1rem;
}
.present__main-card {
  position: relative;
  margin: 7.2rem auto 0;
  max-width: 80.4rem;
  width: 100%;
  height: 21.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Genjuu Medium";
  color: #333;
}
.present__main-card-top {
  position: relative;
  background-color: #ffec7e;
  font-size: 2.3rem;
  text-align: center;
  width: 28.3rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 2rem;
}
.present__main-card-top::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.7rem 0 10.7rem 2.6rem;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffec7e;
  top: 0;
  right: -2.59rem;
}
.present__main-card-bottom {
  width: 52.1rem;
  background-color: #fff;
  background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/present_main_card_bg.svg?v=202601051233);
  background-size: cover;
  background-position: center center;
  font-size: 2.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.present__main-card-bottom .fs-l {
  font-size: 3.2rem;
}
.present__sub {
  padding: 10rem 0;
}
.present__sub-content {
  max-width: 85.4rem;
  margin: 0 auto;
}
.present__sub-2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.present__sub-text-col {
  font-family: "Genjuu Medium";
  color: #333;
}
.present__sub-text-col .t-center {
  text-align: center;
}
.present__sub-text {
  font-size: 2.8rem;
  color: #333;
  line-height: 1.4;
  text-align: center;
}
.present__sub-text .fc-red {
  color: #cd7275;
}
.present__sub-text.fs-s,
.present__sub-text .fs-s {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.present__sub-text .fs-l {
  font-size: 3.2rem;
  color: #cd7275;
}
.present__sub-text .ls-s {
  letter-spacing: -0.6em;
}
.present__sub-text.lh-l {
  line-height: 1.6;
}
.present__sub-circles {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 3.5rem;
  margin-top: 0.8rem;
}
.present__sub-circles::before,
.present__sub-circles::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #000;
}
.present__sub-circles::before {
  width: 0.6rem;
  height: 2.4rem;
}
.present__sub-circles::after {
  width: 2.4rem;
  height: 0.6rem;
}
.present__sub-circle {
  width: 18.4rem;
  height: 18.4rem;
  border-radius: 50%;
  border-width: 0.4rem;
  border-style: solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.present__sub-circle-text {
  font-size: 3rem;
  text-align: center;
}
.present__sub-circle-text .fs-l {
  font-size: 4.3rem;
  display: block;
  line-height: 1.2;
}
.present__sub-circle:first-child {
  border-color: #6ea1c9;
}
.present__sub-circle:first-child .present__sub-circle-text .fs-l {
  color: #6ea1c9;
}
.present__sub-circle:last-child {
  border-color: #cd7275;
}
.present__sub-circle:last-child .present__sub-circle-text .fs-l {
  color: #cd7275;
}
.present__sub-2col:nth-child(1) .present__sub-img {
  width: 32.6rem;
}
.present__sub-2col:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.present__sub-2col:nth-child(2) .present__sub-text-col {
  padding-bottom: 3.5rem;
}
.present__sub-2col:nth-child(2) .present__sub-img-col {
  margin-right: 2rem;
}
.present__sub-2col:nth-child(2) .present__sub-img {
  width: 44.2rem;
}
.present__cover {
  position: relative;
  height: 32rem;
  background-color: #c9e9f1;
}
.present__cover::before {
  content: "";
  position: absolute;
  width: 180rem;
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -90rem;
  background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/present_cover_bg.jpg?v=202601051233);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .present__cover::before {
    background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/present_cover_bg@2x.jpg?v=202601051233);
  }
}
.present__cover-container {
  position: relative;
  max-width: 100rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.present__cover-text {
  font-family: "Genjuu Medium";
  font-size: 3.8rem;
  color: #0c5796;
}
.present__cover-text .fs-l {
  font-size: 4.8rem;
}
.present__banner {
  position: relative;
  background-color: #d13840;
  padding: 9rem 0 10rem;
  height: 44.6rem;
  text-align: center;
}
.present__banner::before {
  content: "";
  position: absolute;
  width: 180rem;
  height: 44.6rem;
  top: 0;
  left: 50%;
  margin-left: -90rem;
  background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/present_banner_bg.png?v=202601051233);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .present__banner::before {
    background-image: url(https://r.r10s.jp/evt/event/family/signupentry/_pc/images/present_banner_bg@2x.png?v=202601051233);
  }
}
.present__banner-container {
  max-width: 94.4rem;
  font-family: "Genjuu Medium";
}
.present__banner-top {
  position: relative;
  font-size: 4rem;
  color: #fff;
  display: inline-block;
  line-height: 1.1;
}
.present__banner-top::before,
.present__banner-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4.5rem;
  width: 4px;
  background-color: #fff;
  border-radius: 1rem;
}
.present__banner-top::before {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  left: -3.5rem;
}
.present__banner-top::after {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  right: -3.5rem;
}
.present__banner-box {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0.9rem 1.1rem 0 #862d32;
  box-shadow: 0.9rem 1.1rem 0 #862d32;
  border-radius: 3rem;
  padding: 3rem 0;
  margin-top: 2.7rem;
}
.present__speech-bubble {
  position: absolute;
  left: 10rem;
  top: 4rem;
  width: 10.7rem;
  height: 10.7rem;
  border-radius: 50%;
  background-color: #f9e155;
  font-size: 2.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  color: #333;
}
.present__speech-bubble::before {
  content: "";
  position: absolute;
  right: -0.5rem;
  bottom: 0;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0 1rem 2.6rem;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f9e155;
}
.present__speech-bubble .fs-l {
  font-size: 3.2rem;
}
.present__banner-box-text {
  font-size: 3.5rem;
  text-align: center;
  line-height: 1.2;
  color: #333;
  padding-left: 7rem;
}
.present__banner-box-text .fs-s {
  font-size: 3rem;
}
.present__banner-box-text .fs-m {
  font-size: 4rem;
}
.present__banner-box-text .fs-l {
  font-size: 4.5rem;
}
.present__banner-box-text .fs-xl {
  font-size: 7rem;
  color: #d13840;
}
.step {
  background-color: #abd0cc;
  padding: 9.5rem 0;
  font-family: "Genjuu Medium";
  color: #333;
}
.step__title-wrap {
  text-align: center;
}
.step__sub-title {
  position: relative;
  color: #af2318;
  font-size: 2rem;
  display: inline-block;
  letter-spacing: 0.05em;
}
.step__sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 100%;
  height: 0.2rem;
  background-color: #af2318;
  border-radius: 1rem;
}
.step__sub-title .fs-m {
  font-size: 2.5rem;
}
.step__sub-title .fs-l {
  font-size: 4rem;
}
.step__title {
  font-size: 4rem;
  margin-top: 0.5rem;
}
.step__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-top: 3rem;
}
.step__item {
  position: relative;
  width: 29.6rem;
}
.step__item-num {
  font-size: 2rem;
  text-align: center;
}
.step__item-num .fs-l {
  font-size: 3rem;
}
.step__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  margin-top: 1rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.step__item-circle {
  position: absolute;
  bottom: 8rem;
  right: -1.5rem;
  width: 16.5rem;
  height: 16.5rem;
  border-radius: 50%;
  background-color: #af2318;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.step__item-circle-text {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
}
.step__item-circle-text .fs-s {
  font-size: 1.5rem;
}
.step__info {
  margin-top: 4rem;
}
.step__info-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.step__info-item span {
  margin-right: 1em;
  white-space: nowrap;
}
.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
.family-ft-benefits__title__logo {
  width: 240px;
}
.family-ft-link__item {
  letter-spacing: unset;
}
.l-footerWrap {
  letter-spacing: normal;
  font-family: "HiraKakuProN-W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif ";
}
