@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=M+PLUS+Rounded+1c:wght@400;500;700;900&family=Noto+Sans+JP:wght@100..900&display=swap");
.c-main {
  color: var(--black);
  font-family: var(--font-mplus);
  font-size: 1.9393939394rem;
  line-height: 1.8;
}
@media (min-width: 641px) {
  .c-main {
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

a {
  color: inherit;
}

dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

em {
  font-style: normal;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

figure {
  margin: 0;
}

address {
  font-style: normal;
}

small {
  font-size: 100%;
}

:root {
  --black: #242424;
  --white: #fff;
  --blue: #1E3B97;
  --red: #FB2B2B;
}

:root {
  --font-notosans: "Noto Sans JP", sans-serif;
  --font-mplus: "M PLUS Rounded 1c", sans-serif;
  --font-inter: "Inter", sans-serif;
  --font-sans: "Source Sans Pro", sans-serif;
  --font-gothic: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.c-button {
  background-color: var(--red);
  color: var(--white);
  font-family: var(--font-gothic);
  font-weight: 700;
  font-size: 1.696969697rem;
  text-align: center;
  transition: opacity 0.3s ease;
  border-radius: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2727272727rem;
  padding: 1.2121212121rem;
  line-height: 1.5;
  max-width: 40.6060606061rem;
  margin-inline: auto;
  width: 100%;
}
.c-button:after {
  content: "";
  background-image: url("../img/icon_arrow_wh.svg");
  display: block;
  width: 0.9696969697rem;
  height: 1.696969697rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-button:hover {
  opacity: 0.8 !important;
}
.c-button._wh_ {
  background-color: var(--white);
  color: var(--red);
}
.c-button._wh_:after {
  background-image: url("../img/icon_arrow_rd.svg");
}

.c-intro {
  padding-block: 2.6666666667rem 9.696969697rem;
}
@media (min-width: 641px) {
  .c-intro {
    padding-block: 3rem 15rem;
  }
}

.c-intro__text {
  letter-spacing: -0.02em;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2.6666666667rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 641px) {
  .c-intro__text {
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
.c-intro__text span {
  font-weight: 900;
}
.c-intro__text span._pink_ {
  color: #e56bdd;
}
.c-intro__text span._yellow_ {
  color: #eab505;
}

.c-intro__anchors {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8181818182rem;
}
@media (min-width: 641px) {
  .c-intro__anchors {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
  }
}
@media (min-width: 641px) {
  .c-intro__anchors li {
    max-width: 16rem;
    width: 100%;
  }
}
.c-intro__anchors a {
  display: grid;
  grid-template-columns: 4.8484848485rem 1fr auto;
  align-items: center;
  color: var(--white);
  background-color: #5047b2;
  position: relative;
  border-radius: 1.2121212121rem;
  padding: 0.9696969697rem;
  padding-left: 1.4545454545rem;
  gap: 1.2121212121rem;
}
@media (min-width: 641px) {
  .c-intro__anchors a {
    grid-template-columns: 4rem 1fr auto;
    border-radius: 1rem;
    padding: 0.8rem;
    padding-left: 1.2rem;
    gap: 1rem;
  }
}
.c-intro__anchors a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.9696969697rem;
  display: inline-block;
  width: 1.9393939394rem;
  height: 1.4545454545rem;
  background: var(--white);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 641px) {
  .c-intro__anchors a::after {
    right: 0.8rem;
    width: 1.6rem;
    height: 1.2rem;
  }
}
.c-intro__anchors a > span {
  font-family: var(--font-notosans);
  font-weight: 700;
  line-height: 1.4;
  color: #ffea27;
}

.c-intro__anchorIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-flex {
  display: flex;
  flex-direction: column;
  gap: 3.3939393939rem;
}
@media (min-width: 641px) {
  .l-flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}
@media (min-width: 641px) {
  .l-flex._col2_ {
    grid-template-columns: repeat(auto-fit, minmax(0, 335px));
    gap: 3rem;
    justify-content: center;
    max-width: calc(670px + 3rem);
    margin-inline: auto;
  }
}

.c-step {
  padding-block: 2.4242424242rem 9.696969697rem;
  position: relative;
}
@media (min-width: 641px) {
  .c-step {
    padding-block: 3.5rem 13rem;
  }
}
.c-step.c-extra {
  padding-bottom: 0;
}
.c-step:before {
  content: attr(data-step);
  text-transform: uppercase;
  color: var(--text-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 2.9090909091rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 2.4242424242rem;
}
@media (min-width: 641px) {
  .c-step:before {
    font-size: 7rem;
    letter-spacing: 0.1em;
    left: 50%;
    transform: translateX(-50%);
  }
}

.c-step__inner {
  background-color: var(--bg-color);
  padding-block: 1.9393939394rem 3.6363636364rem;
}
@media (min-width: 641px) {
  .c-step__inner {
    padding-block: 5rem 8rem;
  }
}

.c-step1,
.c-step3,
.c-extra {
  --bg-color: #eaeaff;
  --text-color: #a0a0db;
  --title-color: #333385;
  --q-text-color: #6e6ede;
}

.c-step2,
.c-step4 {
  --bg-color: #ffeaff;
  --text-color: #dfa6df;
  --title-color: #85336b;
  --q-text-color: #e3068e;
}

.c-step__heading {
  margin-bottom: 2.9090909091rem;
}
@media (min-width: 641px) {
  .c-step__heading {
    text-align: center;
    margin-bottom: 2.4rem;
  }
}
.c-step__heading h2 {
  font-weight: 800;
  font-size: 3.8787878788rem;
  line-height: 1;
  color: var(--title-color);
}
@media (min-width: 641px) {
  .c-step__heading h2 {
    text-align: center;
    font-size: 6rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
.c-step__heading span {
  font-family: var(--font-notosans);
  font-weight: 700;
}

.c-step__text {
  font-family: var(--font-notosans);
  font-weight: 500;
  margin-top: 1.2121212121rem;
}
@media (min-width: 641px) {
  .c-step__text {
    margin-top: 1rem;
  }
}

.c-step1__list {
  margin-bottom: 5.8181818182rem;
}
@media (min-width: 641px) {
  .c-step1__list {
    margin-bottom: 7.8rem;
  }
}

.c-step1__item {
  display: flex;
  flex-direction: column;
  gap: 1.9393939394rem;
}
@media (min-width: 641px) {
  .c-step1__item {
    gap: 1.6rem;
  }
}
.c-step1__item > img {
  margin-inline: auto;
}

.c-step1__itemTitle {
  background-color: #5858a6;
  color: var(--white);
  font-weight: 800;
  line-height: 2.7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.4242424242rem;
  padding-left: 1.9393939394rem;
  border-radius: 1.2121212121rem;
}
@media (min-width: 641px) {
  .c-step1__itemTitle {
    font-size: 2rem;
    padding-left: 1.6rem;
    border-radius: 1rem;
  }
}
.c-step1__itemTitle span {
  font-family: var(--font-notosans);
  font-weight: 500;
  letter-spacing: -0.04em;
  font-size: 1.4545454545rem;
  margin-right: 2.4242424242rem;
}
@media (min-width: 641px) {
  .c-step1__itemTitle span {
    font-size: 1.2rem;
    margin-right: 2rem;
  }
}

.c-step1__itemList {
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 1.9393939394rem;
  padding-left: 2.4242424242rem;
}
@media (min-width: 641px) {
  .c-step1__itemList {
    gap: 1.6rem;
    padding-left: 2rem;
  }
}
.c-step1__itemList li {
  font-family: var(--font-notosans);
  font-weight: 500;
}
.c-step1__itemList li span {
  color: var(--red);
}

.c-step1__1pointTitle {
  color: #5858a6;
  font-family: var(--font-inter);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: -1.9393939394rem;
}
@media (min-width: 641px) {
  .c-step1__1pointTitle {
    margin-bottom: -1.6rem;
  }
}
.c-step1__1pointTitle span {
  letter-spacing: 0.1em;
  font-size: 2.4242424242rem;
}
@media (min-width: 641px) {
  .c-step1__1pointTitle span {
    font-size: 2rem;
  }
}
.c-step1__1pointBox {
  background-color: var(--white);
  border-radius: 1.9393939394rem;
  padding: 2.1818181818rem;
  display: grid;
  grid-template-columns: 6.6666666667rem 1fr;
  gap: 1.2121212121rem;
  align-items: center;
  font-family: var(--font-notosans);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media (min-width: 641px) {
  .c-step1__1pointBox {
    grid-template-columns: 5.5rem 1fr;
    gap: 1rem;
    padding: 1.8rem;
    border-radius: 1.6rem;
  }
}

.c-step1__rental {
  margin-top: 2.6666666667rem;
}
@media (min-width: 641px) {
  .c-step1__rental {
    margin-top: 2.2rem;
  }
}
.c-step1__rentalTitle {
  margin-bottom: -1.2121212121rem;
}
@media (min-width: 641px) {
  .c-step1__rentalTitle {
    margin-bottom: -1rem;
  }
}
.c-step1__rentalTitle img {
  margin-inline: auto;
}
.c-step1__rentalBox {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  font-family: var(--font-notosans);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  border-radius: 1.9393939394rem;
  padding-top: 2.9090909091rem;
  padding-bottom: 3.6363636364rem;
  gap: 1.696969697rem;
}
@media (min-width: 641px) {
  .c-step1__rentalBox {
    border-radius: 1.6rem;
    padding-top: 2.4rem;
    padding-bottom: 3rem;
    gap: 1.4rem;
  }
}
.c-step1__rentalBoxContent {
  padding-inline: 2.4242424242rem;
}
@media (min-width: 641px) {
  .c-step1__rentalBoxContent {
    padding-inline: 2rem;
  }
}
.c-step1__rentalImg {
  border-radius: 0.9696969697rem;
  margin-bottom: 0.9696969697rem;
}
@media (min-width: 641px) {
  .c-step1__rentalImg {
    border-radius: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
.c-step1__rentalPoint {
  color: var(--red);
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: underline;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.4242424242rem;
  gap: 0.7272727273rem;
  margin-bottom: 1.2121212121rem;
}
@media (min-width: 641px) {
  .c-step1__rentalPoint {
    font-size: 2rem;
    gap: 0.6rem;
    margin-bottom: 1rem;
  }
}
.c-step1__rentalBtn {
  background: #5858a6;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-notosans);
  font-weight: 600;
  line-height: 1.4;
  color: var(--white);
  border-radius: 1.2121212121rem;
  height: 7.2727272727rem;
  width: 19.3939393939rem;
  padding-inline: 0.9696969697rem;
}
@media (min-width: 641px) {
  .c-step1__rentalBtn {
    border-radius: 1rem;
    height: 6rem;
    width: 16rem;
    padding-inline: 0.8rem;
  }
}
.c-step1__rentalBtn:after {
  content: "";
  display: inline-block;
  width: 1.4545454545rem;
  height: 1.9393939394rem;
  background: currentColor;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (min-width: 641px) {
  .c-step1__rentalBtn:after {
    width: 1.2rem;
    height: 1.6rem;
  }
}

.c-step1__check {
  margin-bottom: 2.9090909091rem;
}
@media (min-width: 641px) {
  .c-step1__check {
    margin-bottom: 3.8rem;
  }
}
.c-step1__check img {
  margin-inline: auto;
}
.c-step1__checkHeading {
  margin-bottom: 3.3939393939rem;
}
@media (min-width: 641px) {
  .c-step1__checkHeading {
    margin-bottom: 2.8rem;
  }
}
.c-step1__checkTitle {
  margin-bottom: 0.9696969697rem;
}
@media (min-width: 641px) {
  .c-step1__checkTitle {
    margin-bottom: 0.8rem;
  }
}
.c-step1__checkList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4242424242rem;
}
@media (min-width: 641px) {
  .c-step1__checkList {
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
  }
}
.c-step1__checkListTitle {
  border-radius: 1.2121212121rem;
  background-color: #5858a6;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--white);
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.696969697rem;
  padding-block: 0.7272727273rem;
  padding-inline: 1.4545454545rem;
  margin-bottom: 2.9090909091rem;
  line-height: 1.4;
}
@media (min-width: 641px) {
  .c-step1__checkListTitle {
    border-radius: 1rem;
    letter-spacing: 0.1em;
    width: 100%;
    font-size: 1.4rem;
    padding-block: 0.6rem;
    padding-inline: 1.2rem;
    margin-bottom: 2.4rem;
  }
}
.c-step1__checkListTitle span {
  font-size: 2.4242424242rem;
}
@media (min-width: 641px) {
  .c-step1__checkListTitle span {
    font-size: 2rem;
  }
}
.c-step1__checkListTitle span._yel_ {
  color: #f8ff7d;
}
.c-step1__checkItem {
  background-color: var(--white);
  border-radius: 1.2121212121rem;
  padding-block: 1.9393939394rem;
  gap: 1.9393939394rem;
  font-family: var(--font-notosans);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media (min-width: 641px) {
  .c-step1__checkItem {
    border-radius: 1rem;
    padding-block: 1.6rem;
    gap: 1.6rem;
  }
}
.c-step1__checkItemTitle {
  font-family: var(--font-mplus);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  color: #333385;
  font-size: 2.4242424242rem;
  margin-bottom: 1.2121212121rem;
}
@media (min-width: 641px) {
  .c-step1__checkItemTitle {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.c-step1__checkItemTitle span {
  font-size: 1.696969697rem;
}
@media (min-width: 641px) {
  .c-step1__checkItemTitle span {
    font-size: 1.4rem;
  }
}
.c-step1__checkItemSubTitle {
  color: #b622d7;
  font-weight: 600;
  font-size: 1.4545454545rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 641px) {
  .c-step1__checkItemSubTitle {
    font-size: 1.2rem;
  }
}
.c-step1__checkItemText {
  padding-inline: 1.2121212121rem;
  font-weight: 500;
  font-size: 1.4545454545rem;
  letter-spacing: -0.04em;
}
@media (min-width: 641px) {
  .c-step1__checkItemText {
    font-size: 1.2rem;
    padding-inline: 1rem;
  }
}
.c-step1__checkItemImg {
  display: grid;
  place-items: center;
}

.c-step1__plusTitle {
  margin-bottom: 2.9090909091rem;
}
@media (min-width: 641px) {
  .c-step1__plusTitle {
    margin-bottom: 2.4rem;
  }
}
.c-step1__plusTitle img {
  margin-inline: auto;
}
.c-step1__plusBox {
  background-color: #fdf5ff;
  border-radius: 1.9393939394rem;
  border: 0.3636363636rem solid #b622d7;
  display: flex;
  flex-direction: column;
  gap: 5.3333333333rem;
  padding: 1.9393939394rem;
}
@media (min-width: 641px) {
  .c-step1__plusBox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 1.6rem;
    padding: 3.2rem;
    gap: 3.4rem;
  }
}
.c-step1__plusItem {
  position: relative;
  padding-left: 11.1515151515rem;
}
@media (min-width: 641px) {
  .c-step1__plusItem {
    padding-left: 9.2rem;
  }
}
@media (min-width: 641px) {
  .c-step1__plusItem {
    padding-right: 4rem;
  }
}
.c-step1__plusItem img {
  position: absolute;
  width: 15.5151515152rem;
  left: -5.0909090909rem;
  top: -3.3939393939rem;
}
@media (min-width: 641px) {
  .c-step1__plusItem img {
    width: 12.8rem;
    left: -4.2rem;
  }
}
@media (min-width: 641px) {
  .c-step1__plusItem._1_ img {
    top: -2rem;
  }
}
@media (min-width: 641px) {
  .c-step1__plusItem._2_ {
    padding-left: 5rem;
  }
}
@media (min-width: 641px) {
  .c-step1__plusItem._2_ img {
    top: 1.4rem;
    left: -3.4rem;
    width: 14.6rem;
  }
}
.c-step1__plusItem._3_ img {
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 641px) {
  .c-step1__plusItem._3_ img {
    top: 0;
    transform: translateY(0);
  }
}
.c-step1__plusItemContent {
  display: flex;
  flex-direction: column;
  gap: 0.7272727273rem;
}
@media (min-width: 641px) {
  .c-step1__plusItemContent {
    gap: 0.6rem;
  }
}
.c-step1__plusItemContentTitle {
  line-height: 1;
  font-weight: 800;
  font-size: 2.4242424242rem;
  color: #333385;
}
@media (min-width: 641px) {
  .c-step1__plusItemContentTitle {
    font-size: 2rem;
  }
}
.c-step1__plusItemContentSubTitle {
  line-height: 1;
  font-family: var(--font-notosans);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #b622d7;
}
.c-step1__plusItemContentText {
  font-family: var(--font-notosans);
  font-size: 1.4545454545rem;
  letter-spacing: -0.06em;
  line-height: 1.4;
}
@media (min-width: 641px) {
  .c-step1__plusItemContentText {
    font-size: 1.2rem;
  }
}

.c-qa {
  background-color: var(--white);
  counter-increment: qa;
  font-family: var(--font-notosans);
  display: flex;
  flex-direction: column;
  border-radius: 1.4545454545rem;
  padding-block: 1.696969697rem;
  padding-inline: 2.4242424242rem;
  gap: 1.2121212121rem;
}
@media (min-width: 641px) {
  .c-qa {
    border-radius: 1.2rem;
    padding-block: 1.4rem;
    padding-inline: 2rem;
    gap: 1rem;
  }
}

.c-qa__question {
  color: var(--q-text-color);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.14em;
  display: flex;
  gap: 0.7272727273rem;
}
@media (min-width: 641px) {
  .c-qa__question {
    gap: 0.6rem;
  }
}
.c-qa__question:before {
  content: "Q" counter(qa);
  font-family: var(--font-inter);
  letter-spacing: 0;
}

.c-qa__answer {
  font-weight: 800;
  line-height: 1.4;
  color: #9b0485;
  display: grid;
  grid-template-columns: 3.3939393939rem 1fr;
}
@media (min-width: 641px) {
  .c-qa__answer {
    grid-template-columns: 2.8rem 1fr;
  }
}
.c-qa__answer:before {
  content: "A.";
}

.c-qa__text {
  font-weight: 500;
  font-size: 1.4545454545rem;
}
@media (min-width: 641px) {
  .c-qa__text {
    font-size: 1.2rem;
  }
}
.c-qa__text span {
  color: var(--red);
}

.c-qa__link {
  font-family: var(--font-notosans);
  font-weight: 600;
  line-height: 1.4;
  background-color: #9b0485;
  display: flex;
  align-items: center;
  margin-inline: auto;
  justify-content: space-between;
  color: var(--white);
  width: 19.3939393939rem;
  height: 7.2727272727rem;
  padding-inline: 0.9696969697rem;
  margin-top: 1.4545454545rem;
  border-radius: 1.2121212121rem;
}
@media (min-width: 641px) {
  .c-qa__link {
    width: 16rem;
    height: 6rem;
    padding-inline: 0.8rem;
    border-radius: 1rem;
    margin-top: 1.2rem;
  }
}
.c-qa__link:after {
  content: "";
  display: inline-block;
  width: 1.4545454545rem;
  height: 1.9393939394rem;
  background: currentColor;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (min-width: 641px) {
  .c-qa__link:after {
    width: 1.2rem;
    height: 1.6rem;
  }
}

.c-qa__list {
  display: flex;
  flex-direction: column;
  gap: 2.1818181818rem;
}
@media (min-width: 641px) {
  .c-qa__list {
    gap: 1.8rem;
  }
}

.c-qa__listItem {
  display: flex;
  flex-direction: column;
  gap: 0.9696969697rem;
  font-family: var(--font-notosans);
  font-weight: 700;
}
@media (min-width: 641px) {
  .c-qa__listItem {
    gap: 0.8rem;
  }
}

.c-qa__listTitle {
  color: #f7ff17;
  line-height: 1.75;
  letter-spacing: 0.2em;
  background-color: #9b0485;
  border-radius: 0.9696969697rem;
  padding-inline: 1.2121212121rem;
}
@media (min-width: 641px) {
  .c-qa__listTitle {
    border-radius: 0.8rem;
    padding-inline: 1rem;
  }
}

.c-qa__listText {
  font-size: 1.4545454545rem;
  line-height: 1.4;
  color: var(--red);
}
@media (min-width: 641px) {
  .c-qa__listText {
    font-size: 1.2rem;
  }
}

.c-step2__points {
  display: flex;
  flex-direction: column;
  padding-inline: 1.2121212121rem;
  gap: 3.3939393939rem;
}
@media (min-width: 641px) {
  .c-step2__points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 310px));
    gap: 3rem;
    justify-content: center;
    max-width: calc(930px + 6rem);
    margin-inline: auto;
    padding-inline: 0;
  }
}

.c-step2__point {
  background: var(--white);
  border-radius: 0.9696969697rem;
  padding: 2.4242424242rem;
  display: flex;
  flex-direction: column;
  gap: 1.2121212121rem;
}
@media (min-width: 641px) {
  .c-step2__point {
    border-radius: 0.8rem;
    padding: 2rem;
    gap: 1rem;
  }
}

.c-step2__pointTitle {
  display: flex;
  align-items: center;
  gap: 1.2121212121rem;
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 2.4242424242rem;
  line-height: 1.2;
  color: var(--border);
  text-transform: capitalize;
  margin-inline: -0.9696969697rem;
}
@media (min-width: 641px) {
  .c-step2__pointTitle {
    margin-inline: -0.8rem;
    gap: 1rem;
    font-size: 2rem;
  }
}
.c-step2__pointTitle span {
  font-family: var(--font-notosans);
  font-weight: 600;
  font-size: 2.4242424242rem;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--black);
}
@media (min-width: 641px) {
  .c-step2__pointTitle span {
    font-size: 2rem;
  }
}

.c-step2__pointText {
  font-family: var(--font-notosans);
  font-weight: 500;
  font-size: 1.4545454545rem;
  line-height: 1.4;
}
@media (min-width: 641px) {
  .c-step2__pointText {
    font-size: 1.2rem;
  }
}
.c-step2__pointText span {
  color: var(--red);
}

.c-extra h2 {
  letter-spacing: -0.05em;
}

.c-extra__list {
  font-weight: 800;
  font-size: 2.9090909091rem;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 3.3939393939rem;
  max-width: 800px;
  margin-inline: auto;
}
@media (min-width: 641px) {
  .c-extra__list {
    gap: 8rem;
    font-size: 2.4rem;
  }
}

.c-extra__item {
  display: flex;
  flex-direction: column;
  gap: 2.4242424242rem;
  background-color: var(--white);
  border-radius: 1.4545454545rem;
  padding: 1.4545454545rem 1.2121212121rem 3.1515151515rem;
}
@media (min-width: 641px) {
  .c-extra__item {
    padding: 4rem;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 1.2rem;
    gap: 2rem;
  }
}

.c-extra__itemTitle {
  font-weight: 800;
  font-size: 2.9090909091rem;
  line-height: 1.4;
  color: #333385;
}
@media (min-width: 641px) {
  .c-extra__itemTitle {
    font-size: 2.4rem;
  }
}

.c-extra__itemList {
  font-family: var(--font-notosans);
  font-weight: 500;
  font-size: 1.4545454545rem;
  line-height: 1.4;
  letter-spacing: -0.04em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8181818182rem;
}
@media (min-width: 641px) {
  .c-extra__itemList {
    font-size: 1.2rem;
    gap: 4rem;
    grid-template-columns: repeat(auto-fit, minmax(0, 15rem));
    justify-content: center;
    max-width: 72rem;
    margin-inline: auto;
  }
}
.c-extra__itemList li {
  display: flex;
  flex-direction: column;
  gap: 1.9393939394rem;
}
.c-extra__itemList li:first-child img, .c-extra__itemList li:nth-child(2) img {
  margin-top: auto;
}
@media (min-width: 641px) {
  .c-extra__itemList li {
    gap: 1.6rem;
  }
  .c-extra__itemList li:nth-child(3) img, .c-extra__itemList li:nth-child(4) img {
    order: 2;
    margin-top: auto;
  }
}

.c-extra__itemListTitle {
  font-family: var(--font-notosans);
  font-weight: 900;
  font-size: 1.8181818182rem;
  line-height: 1.4;
  color: #333385;
  margin-bottom: 1.4545454545rem;
}
@media (min-width: 641px) {
  .c-extra__itemListTitle {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
  }
}

.c-tabs__tablist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8181818182rem;
  margin-bottom: 1.2121212121rem;
}
@media (min-width: 641px) {
  .c-tabs__tablist {
    gap: 4rem;
    margin-bottom: 2rem;
  }
}

.c-tabs__tab {
  background-color: var(--bg);
  color: var(--white);
  font-weight: 700;
  cursor: pointer;
  border-radius: 1.9393939394rem;
  border: 0.2424242424rem solid var(--white);
  box-shadow: 2px 4px 6px -4px rgba(90, 40, 96, 0.6784313725);
  font-family: var(--font-notosans);
  font-weight: 700;
  font-size: 2.4242424242rem;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2424242424rem;
}
@media (min-width: 641px) {
  .c-tabs__tab {
    gap: 0.2rem;
    font-size: 2rem;
    border-radius: 1.6rem;
    height: 6rem;
  }
}
.c-tabs__tab:first-child {
  --bg: #C1A04C;
}
.c-tabs__tab:last-child {
  --bg: #49C1C1;
}

.c-tabs__panel {
  background-color: var(--bg);
  border-radius: 1.9393939394rem;
  border: 0.3636363636rem solid var(--border);
  box-shadow: 2px 4px 6px -4px rgba(90, 40, 96, 0.6784313725);
  padding-block: 2.4242424242rem;
}
@media (min-width: 641px) {
  .c-tabs__panel {
    padding-block: 3.8rem;
    background-image: url(../img/step2/step2_bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
  }
}
.c-tabs__panel:first-child {
  --bg: #F9F7D3;
  --border: #C1A04C;
}
.c-tabs__panel:last-child {
  --bg: #E2F6F6;
  --border: #49C1C1;
}
.c-tabs__panel img {
  margin-inline: auto;
}

.c-tabs__panelInner {
  display: flex;
  flex-direction: column;
  gap: 1.2121212121rem;
}
@media (min-width: 641px) {
  .c-tabs__panelInner {
    gap: 1rem;
  }
}

@media (min-width: 641px) {
  .c-tabs__panelTitle {
    width: 20rem;
    margin-inline: auto;
  }
  .c-tabs__panelTitle img {
    width: 100%;
  }
}

@media (min-width: 641px) {
  .c-tabs__panelImg {
    width: 33.5rem;
    margin-inline: auto;
    margin-bottom: 3.4rem;
  }
}

@media (min-width: 641px) {
  .c-tabs__panelSubTitle {
    margin-bottom: 1.6rem;
  }
}

.c-ticket {
  padding-block: 9.696969697rem 12.1212121212rem;
}

.c-ticket__title {
  font-weight: 800;
  font-size: 3.8787878788rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--red);
  margin-bottom: 2.4242424242rem;
}

.c-ticket__text {
  font-family: var(--font-notosans);
  font-weight: 700;
  font-size: 1.8181818182rem;
  line-height: 1.6;
  letter-spacing: -0.04em;
  color: var(--red);
  margin-bottom: 2.9090909091rem;
}

.c-ticket__list {
  display: flex;
  flex-direction: column;
  gap: 2.4242424242rem;
}

.c-ticket__item {
  background-color: var(--red);
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 641px) {
  .c-ticket__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem;
  }
}

.c-ticket__itemImg {
  position: relative;
}
.c-ticket__itemImg img {
  outline: 5px solid var(--red);
  border-radius: 5px;
  outline-offset: -5px;
}

.c-ticket__itemNo {
  position: absolute;
  top: 1.8181818182rem;
  left: 2.4242424242rem;
  color: var(--white);
  background-color: var(--red);
  border-radius: 50%;
  width: 7.2727272727rem;
  height: 7.2727272727rem;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-ticket__itemContent {
  display: flex;
  flex-direction: column;
  gap: 1.2121212121rem;
  padding: 1.2121212121rem 0 2.4242424242rem;
  color: var(--white);
  font-family: var(--font-gothic);
  font-weight: 700;
  text-align: center;
}
@media (min-width: 641px) {
  .c-ticket__itemContent {
    justify-content: center;
    padding: 0;
  }
}

.c-ticket__itemTitle {
  font-size: 2.1818181818rem;
  line-height: 3.6363636364rem;
  display: flex;
  flex-direction: column;
  gap: 0.6060606061rem;
}

.c-ticket__itemText {
  font-size: 1.5757575758rem;
  line-height: 2.9090909091rem;
}

.c-ticket__itemDesc {
  font-size: 1.4545454545rem;
  line-height: 2.4242424242rem;
  font-weight: 500;
  text-align: left;
  padding-inline: 2.4242424242rem;
}

.c-ticket__itemLink {
  padding-inline: 2.4242424242rem;
  display: flex;
  flex-direction: column;
  gap: 0.6060606061rem;
}
.c-ticket__itemLink p {
  font-size: 1.4545454545rem;
  color: var(--blue);
}

.c-ticket__asobito {
  border: 0.2424242424rem solid #ffa7d7;
  background-color: var(--white);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.4545454545rem;
  font-family: var(--font-gothic);
  margin: 1.8181818182rem 1.2121212121rem 2.4242424242rem;
}
@media (min-width: 641px) {
  .c-ticket__asobito {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: span 2;
    margin-bottom: 0;
  }
}
.c-ticket__asobito:before {
  content: "";
  position: absolute;
  top: -5.2121212121rem;
  left: -0.9696969697rem;
  width: 7.7575757576rem;
  height: 10.4242424242rem;
  background-image: url(../img/ticket/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.c-ticket__asobitoTop {
  padding: 2.4242424242rem 2.9090909091rem 0;
  text-align: center;
}
.c-ticket__asobitoTopTitle {
  font-weight: 700;
  font-size: 1.696969697rem;
  color: var(--blue);
}
.c-ticket__asobitoTopTitle span {
  color: var(--red);
  font-size: 2.1818181818rem;
}
.c-ticket__asobitoTopText {
  text-align: left;
  font-family: var(--font-notosans);
  font-size: 1.5757575758rem;
  line-height: 2.4242424242rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.c-ticket__asobitoHeading {
  display: flex;
  align-items: center;
  gap: 0.4848484848rem;
  justify-content: center;
  margin-bottom: 1.2121212121rem;
}
.c-ticket__asobitoHeading img {
  width: 9.2121212121rem;
}
.c-ticket__asobitoHeading p {
  font-weight: 700;
  font-size: 2.1818181818rem;
  line-height: 2.9090909091rem;
  text-align: center;
}

.c-ticket__asobitoCopy {
  background-color: #fbc8e9;
  font-weight: 700;
  font-size: 1.696969697rem;
  line-height: 3.6363636364rem;
  text-align: center;
}

.c-ticket__asobitoBottomContent {
  padding-inline: 2.1212121212rem;
  padding-bottom: 1.8181818182rem;
}
.c-ticket__asobitoBottomContent p {
  font-weight: 500;
  font-size: 1.4545454545rem;
  line-height: 1.6666666667;
  padding: 0.6060606061rem 1.2121212121rem;
}
.c-ticket__asobitoBottomContent span {
  font-size: 1.2121212121rem;
  display: block;
  margin-top: 1.4545454545rem;
  line-height: 1.6;
}

.l-inner {
  width: calc(100% - 4.8484848485rem);
  margin-inline: auto;
  max-width: 1065px;
}
@media (min-width: 641px) {
  .l-inner {
    width: calc(100% - 4rem);
  }
}
.l-inner._sm_ {
  max-width: 994px;
}

.u-text-center {
  text-align: center;
}

@media (min-width: 641px) {
  .u-text-center-pc {
    text-align: center;
  }
}

.u-font-medium {
  font-weight: 500;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-gothic {
  font-family: var(--font-gothic);
}