@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gamja+Flower&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@media screen and (min-width: 360px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 480px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1040px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1439px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1039px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 359px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hidden-sm-down {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hidden-xs-down {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hidden-ipad-up {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hidden-md-up {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .hidden-sm-up {
    display: none;
  }
}

@media screen and (min-width: 360px) {
  .hidden-xs-up {
    display: none;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: scroll;
}
@media screen and (min-width: 769px) {
  html {
    min-width: 1020px;
  }
}

body {
  overflow-x: clip;
  height: 100%;
  word-break: break-all;
  color: #000;
}

section {
  padding: initial;
}

.contents {
  overflow: initial;
  overflow-x: initial;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a:link {
  color: initial;
  text-decoration: none;
}

a {
  transition: 0.3s all;
  color: #333;
  opacity: 1;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

i, em {
  font-style: normal;
}

h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin-bottom: 0;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

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

p {
  margin-bottom: 0;
}

button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
}

main {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body {
  min-width: 1280px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

.contents__inner {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif !important;
}
@media screen and (max-width: 768px) {
  .contents__inner {
    min-width: auto;
  }
}

ol {
  padding: 0;
}

/* ------------------------------------------
  component
--------------------------------------- */
.fadein {
  transform: translateY(50px);
  opacity: 0 !important;
  transition: all 1.3s;
}
.fadein.is-scroll {
  transform: translateY(0);
  opacity: 1 !important;
}

.se-only {
  display: none;
}
@media screen and (min-width: 400px) {
  .se-only {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

/* -------------------------------------- */
img {
  vertical-align: bottom;
  width: 100%;
}

/* ------------------------------------------
  メインコンテンツ
--------------------------------------- */
.mv {
  position: relative;
}
.mv__text {
  position: absolute;
  max-width: 82%;
  margin: 0 auto;
  top: 6%;
  left: 0;
  right: 0;
  opacity: 0;
  animation: fadeIn 1s ease forwards;
  animation-delay: 1s;
}
@media screen and (max-width: 768px) {
  .mv__text {
    max-width: none;
    margin: 0 24px;
  }
}
.mv__img {
  position: absolute;
  max-width: 82%;
  margin: 0 auto;
  top: 45%;
  left: 0;
  right: 0;
  opacity: 0;
  animation: fadeIn 1s ease forwards;
  animation-delay: 1.5s;
}
@media screen and (max-width: 768px) {
  .mv__img {
    margin: 0 30px;
    top: 48%;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.section__inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__inner {
    padding: 0 15px;
  }
}

.lead {
  margin: 76px 0 85px;
}
@media screen and (max-width: 768px) {
  .lead {
    margin: 40px 0;
  }
}
.lead__list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 1037px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .lead__list {
    flex-flow: column;
    gap: 20px;
    max-width: none;
    align-items: center;
  }
}
.lead__title {
  font-size: 4.2rem;
  font-weight: 900;
  color: #d680a6;
  margin-bottom: 40px;
  width: 506px;
}
.lead__title strong {
  font-size: 5.2rem;
  line-height: 1;
  margin: 0 8px 4px 8px;
  position: relative;
  bottom: -2px;
}
@media screen and (max-width: 768px) {
  .lead__title strong {
    font-size: 3rem;
    margin: 0 4px;
  }
}
@media screen and (max-width: 768px) {
  .lead__title {
    width: auto;
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
.lead__text {
  font-size: 2rem;
  font-weight: 700;
}
.lead__img {
  transform: translateX(-36px);
}
@media screen and (max-width: 768px) {
  .lead__img {
    transform: translateX(0);
    width: 80%;
    margin: 0 auto;
  }
}

.point__title {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 900;
  background-color: #d680a6;
  padding: 14px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .point__title {
    font-size: 2.4rem;
    letter-spacing: -1px;
    padding: 14px 0;
  }
}
.point__list li:not(:last-child) {
  margin-bottom: 92px;
}
@media screen and (max-width: 768px) {
  .point__list li:last-child .point__box {
    padding: 0 14px 50px;
  }
}
@media screen and (max-width: 768px) {
  .point__list li {
    background-color: #f5f5f0;
    border-radius: 20px;
  }
}
.point__box {
  padding: 140px 0 60px;
  background-color: #f5f5f0;
  border-radius: 30px;
  margin-top: -46px;
}
@media screen and (max-width: 768px) {
  .point__box {
    margin-top: 0;
    padding: 0 24px 50px;
    background-color: transparent;
  }
}
.point__box--inner {
  max-width: 800px;
  margin: -46px auto 0;
}
@media screen and (max-width: 768px) {
  .point__box--inner {
    margin-top: 0;
  }
}
.point__box--inner.w586 {
  max-width: 586px;
}
.point__subtitle {
  max-width: 662px;
  margin: 0 auto;
  background-color: #f5f5f0;
  padding: 16px 24px;
  border-radius: 50px;
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .point__subtitle {
    flex-flow: column;
    background-color: transparent;
    font-size: 1.8rem;
    text-align: center;
    background-color: #f5f5f0;
    border-radius: 20px 20px 0 0;
    position: relative;
    padding-bottom: 25px;
    min-height: 92px;
  }
}
.point__subtitle span.num {
  color: #d680a6;
  font-size: 5rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .point__subtitle span.num {
    position: absolute;
    top: -54%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #f5f5f0;
    border-radius: 20px 20px 0 0;
    max-width: 50%;
    font-size: 3.5rem;
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.point__annotation {
  text-align: right;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .point__annotation {
    font-size: 1.2rem !important;
    font-weight: 400;
    margin-right: 10px;
    margin-top: 12px;
  }
}
.point__text {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 38px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .point__text {
    font-size: 1.5rem;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.point__text strong {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .point__text strong {
    font-size: 1.7rem;
  }
}
.point__img {
  margin: 0 auto;
}
.point__sale {
  border: solid 5px #d680a6;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .point__sale {
    margin-top: 22px;
    margin-bottom: 20px;
  }
}
.point__sale--title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 auto;
  background-color: #f5f5f0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  margin-top: -24px;
}
@media screen and (max-width: 768px) {
  .point__sale--title {
    font-size: 1.7rem !important;
    margin-top: -28px;
    text-align: center;
  }
}
.point__sale--text {
  text-align: center;
  color: #d680a6;
  font-size: 5rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .point__sale--text {
    font-size: 3.2rem;
    letter-spacing: 2px;
    line-height: 1;
    padding: 13px 0 26px;
  }
}
.point__sale--text strong {
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .point__sale--text strong {
    font-size: 5rem;
  }
}
.point__sale--text span {
  font-size: 7.5rem;
}
@media screen and (max-width: 768px) {
  .point__sale--text span {
    font-size: 4.6rem;
  }
}
.point__period--text {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .point__period--text {
    font-size: 1.7rem;
    letter-spacing: 1px;
  }
}
.point__period--text strong {
  font-size: 8rem;
  color: #d680a6;
  font-weight: 900;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .point__period--text strong {
    font-size: 5rem;
    line-height: 1;
  }
}
.point__period--text span {
  font-size: 6rem;
  color: #d680a6;
  font-weight: 900;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .point__period--text span {
    font-size: 3.2rem;
    line-height: 1;
  }
}

.more {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.more a {
  background: #d680a6;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  min-height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-right: 48px;
  padding-left: 32px;
  border-radius: 50px;
  transition: background-color 0.2s ease, color 0.2s ease;
  box-sizing: border-box;
  border: solid 2px transparent;
}
@media screen and (max-width: 768px) {
  .more a {
    font-size: 1.5rem;
    min-height: 34px;
  }
}
.more a::after {
  content: "";
  display: block;
  background: url(../img/arr_w.png) center center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 768px) {
  .more a::after {
    width: 11px;
    height: 11px;
  }
}
.more a:hover {
  background-color: #fff;
  color: #d680a6;
  border: solid 2px #d680a6;
}
.more a:hover::after {
  background: url(../img/arr_c.png) center center no-repeat;
  background-size: contain;
}

.mt32 {
  margin-top: 32px;
}

.mb32 {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .mb32 {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .w263sp {
    max-width: 263px;
  }
}

.w330 {
  max-width: 330px;
}

@media screen and (max-width: 768px) {
  .w225sp {
    max-width: 225px;
  }
}

.flow {
  margin: 110px 0;
}
@media screen and (max-width: 768px) {
  .flow {
    margin: 60px 0;
  }
}
.flow.full {
  background: linear-gradient(to bottom, #d680a6 0px, #d680a6 30px, #f5f5f0 30px, #f5f5f0 calc(100% - 30px), #d680a6 calc(100% - 30px), #d680a6 100%);
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .flow.full {
    background: linear-gradient(to bottom, #d680a6 0px, #d680a6 20px, #f5f5f0 20px, #f5f5f0 calc(100% - 20px), #d680a6 calc(100% - 20px), #d680a6 100%);
    padding: 62px 0 80px;
  }
}
.flow__list li > p {
  padding-left: 90px;
}
.flow__list li:not(:last-child) {
  margin-bottom: 52px;
  padding-bottom: 90px;
  background: url(../img/arr_down.png) bottom center no-repeat;
  background-size: 42px 29px;
}
@media screen and (max-width: 768px) {
  .flow__list li:not(:last-child) {
    padding-bottom: 48px;
    margin-bottom: 31px;
    background-size: 26px 17px;
  }
}
.flow__list li:first-child {
  position: relative;
}
.flow__list li:first-child::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/flow_acc01.png) center center no-repeat;
  background-size: contain;
  width: 264px;
  height: 250px;
  top: 22%;
  left: 7%;
}
@media screen and (max-width: 768px) {
  .flow__list li:first-child::before {
    width: 180px;
    height: 171px;
    top: -24%;
    left: -24%;
    z-index: 1;
  }
}
.flow__list li:last-child {
  position: relative;
}
.flow__list li:last-child::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/flow_acc02.png) center center no-repeat;
  background-size: contain;
  width: 139px;
  height: 258px;
  top: -40%;
  right: 10%;
}
@media screen and (max-width: 768px) {
  .flow__list li:last-child::before {
    width: 84px;
    height: 156px;
    z-index: 1;
    top: -50%;
    right: 2%;
  }
}
.flow__title {
  font-size: 3.3rem;
  color: #d680a6;
  font-weight: 900;
  text-align: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .flow__title {
    margin-bottom: 42px;
    font-size: 2.5rem;
  }
}
.flow__subtitle {
  color: #d680a6;
  font-size: 2.5rem;
  font-weight: 700;
  padding-left: 120px;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 540px;
  margin: 0 auto;
  border-radius: 30px;
  position: relative;
  min-height: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .flow__subtitle {
    font-size: 1.7rem;
    min-height: 45px;
    padding-left: 90px;
    margin-bottom: 20px;
  }
}
.flow__subtitle strong {
  font-size: 3.8rem;
  line-height: 1;
  margin-left: 4px;
  display: inline-block;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .flow__subtitle strong {
    font-size: 2.6rem;
    display: inline;
    margin-bottom: 0;
  }
}
.flow__subtitle span {
  font-size: 3.1rem;
  line-height: 1;
  margin-left: 4px;
  display: inline-block;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .flow__subtitle span {
    font-size: 2rem;
  }
}
.flow__subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 48px;
  height: 82px;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .flow__subtitle::before {
    width: 40px;
    height: 67px;
    left: 30px;
  }
}
.flow__subtitle.flow01::before {
  background: url(../img/flow01.png) center center no-repeat;
  background-size: contain;
}
.flow__subtitle.flow02::before {
  background: url(../img/flow02.png) center center no-repeat;
  background-size: contain;
}
.flow__subtitle.flow03::before {
  background: url(../img/flow03.png) center center no-repeat;
  background-size: contain;
}
.flow__subtitle.flow04::before {
  background: url(../img/flow04.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .flow__subtitle.db {
    display: block;
  }
}
.flow__column {
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow__column {
    margin-top: 20px;
    display: flex;
    flex-flow: column;
    gap: 24px;
    padding-left: 90px;
  }
}
@media screen and (max-width: 768px) {
  .flow__group {
    display: contents;
  }
}
.flow__phone {
  width: 192px;
  height: auto;
  position: absolute;
  top: 0;
  right: 11%;
}
@media screen and (max-width: 768px) {
  .flow__phone {
    width: auto;
    position: static;
    max-width: 271px;
    order: 2;
  }
}
.flow__text {
  max-width: 540px;
  margin: 0 auto;
  padding-left: 120px;
  margin-top: 30px;
  font-size: 1.8rem;
  white-space: nowrap;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .flow__text {
    padding-left: 0;
    order: 1;
    margin-top: 0;
    white-space: normal;
    font-size: 1.3rem !important;
  }
}
.flow__number {
  max-width: 350px;
  margin: 25px auto 0;
  border: 2px solid #d680a6;
  padding: 10px 0 10px 20px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .flow__number {
    margin-top: 0;
    font-size: 1.2rem !important;
  }
}
.flow__number--box {
  padding-left: 48px;
}
@media screen and (max-width: 768px) {
  .flow__number--box {
    padding-left: 0;
    order: 3;
  }
}
.flow__number span {
  color: #d680a6;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .flow__number span {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .download .section__inner {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .download {
    max-width: 273px;
    margin: 0 auto;
  }
}
.download__here {
  font-size: 2.2rem;
  color: #d680a6;
  border: solid 2px #d680a6;
  max-width: 540px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  min-height: 46px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .download__here {
    font-size: 1.2rem !important;
    min-height: 23px;
    margin-bottom: 13px;
    border: solid 1px #d680a6;
  }
}
.download__column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 437px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .download__column {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .download__column li {
    max-width: 100px;
  }
}
.download__text {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .download__text {
    font-size: 1.3rem !important;
    text-align: center;
    margin-bottom: 6px;
  }
}
.download__code {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #d680a6;
  margin-right: 28px;
}
@media screen and (max-width: 768px) {
  .download__title {
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-right: 12px;
  }
}
.download__number span {
  background-color: #d680a6;
  color: #fff;
  margin-right: 2px;
  font-size: 3.5rem;
  line-height: 1;
  display: inline-block;
  padding: 2px 9px 6px 9px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .download__number span {
    font-size: 1.8rem;
    padding: 1px 4px 4px 4px;
  }
}
.download__number span.ml {
  margin-right: 17px;
}
@media screen and (max-width: 768px) {
  .download__number span.ml {
    margin-right: 9px;
  }
}
.download__annotation {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .download__annotation {
    font-size: 1.2rem !important;
    margin-top: 10px;
  }
}