@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

*,
*::before,
*::after {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
dialog,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video,
picture {
  display: inline-block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

svg,
img,
input,
button,
textarea,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  background: transparent;
}

input::-ms-clear, input::-ms-reveal, input:focus::-ms-clear, input:focus::-ms-reveal {
  visibility: hidden;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
  color: currentColor;
}

mark {
  background-color: transparent;
  color: inherit;
}

html {
  font-size: 20px;
  scroll-behavior: auto;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #151515;
  background-color: #fff;
  font-size: 1.6rem;
  word-wrap: break-word;
  line-height: 1;
  position: relative;
  font-feature-settings: "palt";
}
body.is-active {
  overflow: hidden;
}
body.is-lock {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

body {
  max-width: 750px;
  margin: 0 auto;
  box-shadow: 0 0 24px rgba(255, 125, 91, 0.25);
}

img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

a,
a:visited,
button {
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s;
  color: inherit;
}
a:hover,
a:visited:hover,
button:hover {
  opacity: 0.7;
}

p {
  display: inline-block;
}

.is-pc {
  display: inline-block;
}
.is-pc--db {
  display: block;
}

.is-sp {
  display: none;
}
.is-sp--db {
  display: none;
}

.pe-none {
  pointer-events: none;
}

.top-l-header {
  width: 100%;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-l-header__img {
  width: 24.9rem;
}

.top-l-footer {
  width: 100%;
  padding: 1.6rem 0 8.2rem;
  background-color: #151515;
  color: #fff;
  text-align: center;
}
.top-l-footer__copyright {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}

.top-c-btn {
  width: 100%;
  background: transparent linear-gradient(180deg, #05d915 0%, #00ce0f 7%, #20a826 66%, #068e06 99%, #079307 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  box-shadow: 0 0.2rem 1rem rgba(41, 42, 31, 0.44);
  border: 0.2rem solid currentColor;
  border-radius: 3.4rem;
  overflow: hidden;
}
.top-c-btn__link {
  width: 100%;
  height: 100%;
  min-height: 6rem;
  padding: 1.4rem 2.9rem 1.4rem 3.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.top-c-btn__link__icon {
  width: 2.2rem;
}
.top-c-btn__link__txtbox {
  width: 100%;
}
.top-c-btn__link__txtbox__subtxt {
  display: inline-block;
  min-width: 18rem;
  border-radius: 0.8rem;
  padding: 0.2rem 0;
  background-color: #fff;
  color: #03b70d;
  margin-bottom: 0.6rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.top-c-btn__link__txtbox__txt {
  display: inline-block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
.top-c-btn__link__txtbox__arrow {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #fff;
  width: 1.1rem;
  aspect-ratio: 20/18;
  transform: rotate(90deg);
}
.top-c-btn.top-c-btn--double .top-c-btn__link__txtbox {
  margin-top: -0.5rem;
}
.top-c-btn.top-c-btn--white {
  background: #fff;
  color: #03b70d;
}
.top-c-btn.top-c-btn--white .top-c-btn__link__txtbox__subtxt {
  background-color: #03b70d;
  color: #fff;
}
.top-c-btn.top-c-btn--white .top-c-btn__link__txtbox__arrow {
  background-color: #03b70d;
}
.top-c-btn.top-c-btn--instagram {
  background: transparent linear-gradient(180deg, #ff5b76 0%, #fc5772 7%, #e0455e 66%, #cc2440 99%, #c31d39 100%) 0% 0% no-repeat padding-box;
}
.top-c-btn.top-c-btn--line {
  background: transparent linear-gradient(180deg, #00c53e 0%, #00c33d 7%, #00ae37 67%, #00972f 100%) 0% 0% no-repeat padding-box;
}
.top-c-btn.top-c-btn--gray {
  background: transparent linear-gradient(180deg, #bdbdbd 0%, #a09c9c 7%, #999494 66%, #848484 99%, #6b6b6b 100%) 0% 0% no-repeat padding-box;
}
.top-c-btn.top-c-btn--gray .top-c-btn__link__txtbox__txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
}

.top-c-card {
  width: 100%;
  border: 0.2rem solid #eb0066;
}
.top-c-card__ttl {
  width: 100%;
  background-color: #eb0066;
  color: #fff;
  padding: 2.2rem 2.4rem 2rem 7.6rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.top-c-card__ttl--dot {
  position: relative;
}
.top-c-card__ttl--dot::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  top: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
}
.top-c-card__ttl__icon {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.4rem;
  background-color: #fff;
  color: #eb0066;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 2.4rem;
  transform: translateY(-50%);
}
.top-c-card__ttl__icon img {
  width: 65.625%;
}
.top-c-card__cont {
  padding: 1.4rem 1rem 1rem;
}
.top-c-card__cont__ttl {
  margin-top: 0.5rem;
  padding-left: 6.6rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
}
.top-c-card__cont__icon {
  width: 3.2rem;
  height: 3.2rem;
  margin-top: -0.5rem;
  border-radius: 0.4rem;
  background-color: #eb0066;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 1.4rem;
}
.top-c-card__cont__icon img {
  width: 56.25%;
}
.top-c-card__cont__img {
  width: 19.2rem;
  margin: 2.4rem auto 0;
}
.top-c-card__cont__note {
  color: #989898;
  text-indent: -2.5em;
  padding-left: 2.5em;
  margin-top: 2.4rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.top-c-card2:not(:last-child):not(.top-p-flow__step) {
  border-bottom: 1px solid #bebebe;
  padding-bottom: 4rem;
}
.top-c-card2__ttlbox__subttl {
  margin-bottom: 1.1rem;
  width: 100%;
  color: #eb0066;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.top-c-card2__ttlbox__subttl::before, .top-c-card2__ttlbox__subttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-c-card2__ttlbox__subttl::before {
  margin-top: -0.25em;
}
.top-c-card2__ttlbox__subttl::after {
  margin-bottom: -0.25em;
}
.top-c-card2__ttlbox__ttl {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.top-c-card2__ttlbox__ttl::before, .top-c-card2__ttlbox__ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-c-card2__ttlbox__ttl::before {
  margin-top: -0.25em;
}
.top-c-card2__ttlbox__ttl::after {
  margin-bottom: -0.25em;
}
.top-c-card2__img {
  margin-top: 1.6rem;
  border-radius: 1rem;
  overflow: hidden;
}
.top-c-card2__txt {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
}
.top-c-card2__txt::before, .top-c-card2__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-c-card2__txt::before {
  margin-top: -0.3571428571em;
}
.top-c-card2__txt::after {
  margin-bottom: -0.3571428571em;
}
.top-c-card2__notes {
  margin-top: 0.8rem;
}
.top-c-card2__note {
  width: 100%;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.top-c-plan {
  border: 0.2rem solid #eb0066;
  padding-bottom: 3.2rem;
}
.top-c-plan__ttl {
  width: 100%;
  min-height: 5.6rem;
  background-color: #eb0066;
  color: #fff;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.top-c-plan__ttl--type {
  margin-left: 0.8rem;
  margin-bottom: 0.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.top-c-plan__appeal {
  width: 100%;
  margin-top: 4rem;
  text-align: center;
  margin-bottom: -1.2rem;
}
.top-c-plan__appeal__ttl {
  color: #eb0066;
  line-height: 2;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.top-c-plan__infoitems {
  margin-top: 2.4rem;
  padding: 0 4rem;
}
.top-c-plan__infoitem {
  border-bottom: 1px solid #bebebe;
  display: flex;
  align-items: center;
  align-items: flex-end;
  width: 100%;
  padding: 1.6rem 1rem 0.8rem;
}
.top-c-plan__infoitem__ttl {
  width: 7.2rem;
  margin-right: 1rem;
  color: #989898;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2857142857;
  letter-spacing: 0.1em;
}
.top-c-plan__infoitem__ttl::before, .top-c-plan__infoitem__ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-c-plan__infoitem__ttl::before {
  margin-top: -0.1428571429em;
}
.top-c-plan__infoitem__ttl::after {
  margin-bottom: -0.1428571429em;
}
.top-c-plan__infoitem__txt {
  width: 17.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
}
.top-c-plan__infoitem__txt::before, .top-c-plan__infoitem__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-c-plan__infoitem__txt::before {
  margin-top: -0.2777777778em;
}
.top-c-plan__infoitem__txt::after {
  margin-bottom: -0.2777777778em;
}
.top-c-plan__txt {
  margin-top: 3.2rem;
  padding: 0 4rem;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
}
.top-c-plan__txt::before, .top-c-plan__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-c-plan__txt::before {
  margin-top: -0.3571428571em;
}
.top-c-plan__txt::after {
  margin-bottom: -0.3571428571em;
}
.top-c-plan__floorplan {
  margin-top: 2.4rem;
  padding: 0 1.5rem;
  color: #989898;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}
.top-c-plan__floorplan::before, .top-c-plan__floorplan::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-c-plan__floorplan::before {
  margin-top: -0.1em;
}
.top-c-plan__floorplan::after {
  margin-bottom: -0.1em;
}
.top-c-plan__floorplan__items {
  margin-top: 1.6rem;
  margin-left: -0.5em;
}
.top-c-plan__floorplan__item {
  display: inline-flex;
  flex-wrap: wrap;
  margin-left: 0.5em;
}
.top-c-plan__floorplan__note {
  text-indent: -1em;
  padding-left: 1em;
}
.top-c-plan__img {
  margin-top: 3.2rem;
  padding: 0 1.5rem;
}
.top-c-plan__equipment {
  margin-top: 3.2rem;
  padding: 0 1.5rem;
}
.top-c-plan__equipment__ttlbox {
  width: 100%;
  text-align: center;
  color: #eb0066;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-c-plan__equipment__ttlbox::before, .top-c-plan__equipment__ttlbox::after {
  content: "";
  height: 1px;
  background-color: #bebebe;
  flex-grow: 1;
}
.top-c-plan__equipment__ttlbox::before {
  left: 0;
}
.top-c-plan__equipment__ttlbox::after {
  right: 0;
}
.top-c-plan__equipment__ttlbox__ttl {
  margin: 0 1.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
}
.top-c-plan__equipment__ttlbox__ttl::before, .top-c-plan__equipment__ttlbox__ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-c-plan__equipment__ttlbox__ttl::before {
  margin-top: -0.2777777778em;
}
.top-c-plan__equipment__ttlbox__ttl::after {
  margin-bottom: -0.2777777778em;
}
.top-c-plan__equipment__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3.2rem;
  margin-bottom: -1.6rem;
}
.top-c-plan__equipment__items::after {
  content: "";
  display: block;
  width: 10.4rem;
  height: 0;
}
.top-c-plan__equipment__item {
  width: 10.4rem;
  margin-bottom: 1.6rem;
  text-align: center;
}
.top-c-plan__equipment__item__img {
  width: 100%;
  aspect-ratio: 104/80;
}
.top-c-plan__equipment__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-c-plan__equipment__item__ttl {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}
.top-c-plan__equipment__item__ttl::before, .top-c-plan__equipment__item__ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-c-plan__equipment__item__ttl::before {
  margin-top: -0.1666666667em;
}
.top-c-plan__equipment__item__ttl::after {
  margin-bottom: -0.1666666667em;
}
.top-c-plan__cta {
  margin-top: 4rem;
  padding: 0 1.5rem;
}
.top-c-plan__cta .top-c-btn {
  margin-top: 1.6rem;
}

.top-c-carousel {
  width: 100%;
  border: 0.2rem solid #eb0066;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.5rem rgba(41, 42, 31, 0.3);
  margin: 0.5rem 1rem 0.5rem 0;
}
.top-c-carousel__ttlbox__num {
  display: inline-block;
  width: 100%;
  padding: 0.55rem 0;
  text-align: center;
  color: #eb0066;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.top-c-carousel__ttlbox__ttl {
  background-color: #eb0066;
  color: #fff;
  width: 100%;
  min-height: 8.8rem;
  padding: 1.2rem 0;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
}
.top-c-carousel__txtbox {
  padding: 2.4rem 1.4rem;
}
.top-c-carousel__txtbox__txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.top-c-carousel__txtbox__txt::before, .top-c-carousel__txtbox__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-c-carousel__txtbox__txt::before {
  margin-top: -0.3571428571em;
}
.top-c-carousel__txtbox__txt::after {
  margin-bottom: -0.3571428571em;
}
.top-c-carousel__txtbox__tags {
  margin-top: 1.5rem;
  display: flex;
}
.top-c-carousel__txtbox__tag {
  color: #eb0066;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.top-c-carousel__txtbox__tag:not(:first-child) {
  margin-left: 0.4rem;
}

.top-c-speech {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.608125;
  letter-spacing: 0.1em;
}
.top-c-speech::before, .top-c-speech::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-c-speech::before {
  margin-top: -0.3040625em;
}
.top-c-speech::after {
  margin-bottom: -0.3040625em;
}
.top-c-speech--deco {
  display: inline-block;
  position: relative;
}
.top-c-speech--deco::before, .top-c-speech--deco::after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 1.8rem;
  background-color: #151515;
  position: absolute;
  bottom: 0.4em;
}
.top-c-speech--deco::before {
  transform: rotate(-24deg) translateX(-100%);
  left: -1.6rem;
}
.top-c-speech--deco::after {
  transform: rotate(24deg) translateX(100%);
  right: -1.6rem;
}
.top-c-speech--magenta {
  color: #eb0066;
}
.top-c-speech--magenta .top-c-speech--deco::before, .top-c-speech--magenta .top-c-speech--deco::after {
  background-color: #eb0066;
}

.top-c-tab {
  min-height: 4.8rem;
  border-bottom: 0.2rem solid #eb0066;
  display: flex;
  align-items: center;
  padding: 1rem 1rem 1rem 3.3rem;
  background-color: #fff;
}
.top-c-tab__icon {
  color: #eb0066;
  margin-right: 1.8rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
.top-c-tab__txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.top-c-ttl {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}

.top-p-kv__cta {
  background-color: #eb0066;
  padding: 1.5rem 2.4rem 2.1rem;
}

.top-p-solution {
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
}
.top-p-solution__img {
  margin-top: 5.6rem;
}
.top-p-solution__pop {
  margin-top: 5.6rem;
}
.top-p-solution__ttl2 {
  margin-top: 2.4rem;
}
.top-p-solution__item {
  padding: 0 2rem;
}
.top-p-solution__item__img {
  margin-top: 4rem;
  border-radius: 1rem;
  overflow: hidden;
}
.top-p-solution__item__ttl {
  margin-top: 2.4rem;
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
.top-p-solution__item__ttl::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 1rem;
  background-color: #bebebe;
  border-radius: 100%;
}
.top-p-solution__item__txt {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}
.top-p-solution__item__txt::before, .top-p-solution__item__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-p-solution__item__txt::before {
  margin-top: -0.3571428571em;
}
.top-p-solution__item__txt::after {
  margin-bottom: -0.3571428571em;
}
.top-p-solution__cards {
  margin-top: 5.6rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.top-p-voice {
  background-color: #ffedf5;
  padding: 5.6rem 0;
}
.top-p-voice__tabs {
  margin-top: 5.6rem;
  padding: 0 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.top-p-voice__carousels {
  margin-top: 5.6rem;
}
.top-p-voice .slick-list {
  padding: 0 2.4rem !important;
}
.top-p-voice .slick-slide {
  width: 32.8rem;
  margin-right: 1rem;
}
.top-p-voice .slick-dots {
  bottom: -3.2rem !important;
}
.top-p-voice .slick-dots li {
  width: 1.6rem !important;
}
.top-p-voice .slick-dots li button:before {
  font-size: 0.8rem !important;
}

.top-p-plan {
  padding-top: 5.6rem;
}
.top-p-plan__conts {
  margin-top: 5.6rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.top-p-cta {
  background-color: #ffedf5;
  padding-bottom: 5.6rem;
}
.top-p-cta__ttl {
  width: 100%;
  padding: 1.6rem 0;
  background-color: #eb0066;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
}
.top-p-cta__ttl::after {
  content: "";
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 1.3rem;
  height: 0.7rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: rotate(180deg) translate(50%, -100%);
  background-color: #eb0066;
}
.top-p-cta__btns {
  margin-top: 4rem;
  padding: 0 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.top-p-system {
  padding: 4.8rem 0;
}
.top-p-system__points {
  margin-top: 4.8rem;
  padding: 0 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.top-p-system__point--framed .top-c-card2__img {
  border: 1px solid #bebebe;
}

.top-p-reason {
  padding: 5.6rem 0;
}
.top-p-reason__carousels {
  margin-top: 5.6rem;
}
.top-p-reason .slick-list {
  padding: 0 2.4rem !important;
}
.top-p-reason .slick-slide {
  width: 32.8rem;
  margin-right: 1rem;
}
.top-p-reason .slick-dots {
  bottom: -3.2rem !important;
}
.top-p-reason .slick-dots li {
  width: 1.6rem !important;
}
.top-p-reason .slick-dots li button:before {
  font-size: 0.8rem !important;
}
.top-p-reason .top-p-reason__carousel {
  min-height: 44rem;
  display: inline-flex !important;
  flex-direction: column;
}
.top-p-reason .top-p-reason__carousel .top-c-carousel__ttlbox__ttl {
  line-height: 1.78;
}
.top-p-reason .top-p-reason__carousel .top-c-carousel__txtbox {
  margin-top: auto;
  padding-top: 0;
}

.top-p-flow {
  padding: 4.8rem 0 5.6rem;
}
.top-p-flow__subttl {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
.top-p-flow__subttl__txt {
  display: inline-block;
  background-color: #eb0066;
  color: #fff;
  margin: 0 auto;
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.top-p-flow__steps {
  margin-left: 2.8rem;
  margin-top: 5.6rem;
  padding: 0 1.4rem 0 2.8rem;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  position: relative;
}
.top-p-flow__steps::before {
  content: "";
  display: inline-block;
  background-color: #bebebe;
  position: absolute;
  width: 0.2rem;
  height: calc(100% - 0.5rem);
  top: 0.5rem;
  left: 0;
  transform: translateX(-50%);
}
.top-p-flow__step {
  position: relative;
}
.top-p-flow__step::before {
  content: "";
  display: inline-block;
  background-color: #eb0066;
  border-radius: 100%;
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: 0.5rem;
  left: -2.8rem;
  transform: translateX(-50%);
}
.top-p-flow__note {
  padding: 2.4rem;
  background-color: #ffedf5;
  border-radius: 1rem;
  margin: 4.8rem 1.6rem 0;
}
.top-p-flow__note__ttl {
  color: #eb0066;
  position: relative;
  padding-left: 4.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.top-p-flow__note__ttl::before, .top-p-flow__note__ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-p-flow__note__ttl::before {
  margin-top: -0.25em;
}
.top-p-flow__note__ttl::after {
  margin-bottom: -0.25em;
}
.top-p-flow__note__ttl__icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  background-color: #eb0066;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.top-p-flow__note__ttl__icon img {
  width: 60%;
}
.top-p-flow__note__txt {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.top-p-flow__note__txt::before, .top-p-flow__note__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-p-flow__note__txt::before {
  margin-top: -0.25em;
}
.top-p-flow__note__txt::after {
  margin-bottom: -0.25em;
}
.top-p-flow__speech {
  margin-top: 5.6rem;
}
.top-p-flow__btn {
  width: 32.8rem;
  margin: 2rem auto 0;
}

.top-p-catalog__ttl {
  width: 100%;
  padding: 1.1rem 0;
  margin-bottom: 2.4rem;
  background-color: #eb0066;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
}
.top-p-catalog__img {
  margin-top: 5.6rem;
  margin: 5.6rem 3.2rem 0;
}
.top-p-catalog__speech {
  margin-top: 3.6rem;
}
.top-p-catalog__btns {
  margin-top: 2.4rem;
  padding: 0 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.top-p-sns {
  margin-top: 7.2rem;
}
.top-p-sns__instagram, .top-p-sns__line {
  position: relative;
  padding: 0 1rem;
}
.top-p-sns__instagram__img, .top-p-sns__line__img {
  width: 100%;
}
.top-p-sns__instagram__btn, .top-p-sns__line__btn, .top-p-sns__line__speech {
  width: 32.8rem;
  position: absolute;
  bottom: 3.2rem;
  left: 50%;
  transform: translateX(-50%);
}
 .top-p-sns__line__speech {
  bottom: 11rem;
}
.top-p-sns__line {
  margin-top: 4rem;
}

.top-p-note {
  margin: 4rem 0 2.4rem;
}
.top-p-note__items {
  padding: 0 1rem;
}
.top-p-note__items:not(:first-child) {
  margin-top: 1.6rem;
}
.top-p-note__item {
  color: #595959;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}

.top-p-floatcta {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1030;
  background-color: rgba(14, 10, 10, 0.8);
}
.top-p-floatcta__inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0.8rem 1rem;
}
.top-p-floatcta__btns {
  display: flex;
  justify-content: space-between;
}
.top-p-floatcta__btn {
  max-width: 49.5774647887%;
  background: transparent linear-gradient(180deg, #05d915 0%, #00ce0f 7%, #20a826 66%, #068e06 99%, #079307 100%) 0% 0% no-repeat padding-box;
  box-shadow: none;
  border-width: 1px;
  border-radius: 0.4rem;
  overflow: hidden;
}
.top-p-floatcta__btn--red {
  background: transparent linear-gradient(180deg, #e20462 0%, #de005e 7%, #de0a64 44%, #d10a5f 81%, #bb115a 99%, #bf2164 100%) 0% 0% no-repeat padding-box;
}
.top-p-floatcta__btn .top-c-btn__link {
  min-height: 4.8rem;
  padding: 0 1rem 0 1.5rem;
}
.top-p-floatcta__btn .top-c-btn__link__icon {
  width: 1.7rem;
}
.top-p-floatcta__btn .top-c-btn__link__txtbox__txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: 0.1em;
}
.top-p-floatcta__btn .top-c-btn__link__txtbox__arrow {
  display: none;
}

[data-animation-fadein] {
  opacity: 0;
  visibility: hidden;
  transition: 1.2s ease-in-out;
}
[data-animation-fadein].is-active {
  opacity: 1;
  visibility: visible;
}

.top-u-fz12 {
  font-size: 1.2rem;
  line-height: 1;
}

.top-u-fz16 {
  font-size: 1.6rem;
  line-height: 1;
}

.top-u-fz18 {
  font-size: 1.8rem;
  line-height: 1;
}

.top-u-fz24 {
  font-size: 2.4rem;
  line-height: 1;
}

.top-u-fz30 {
  font-size: 3rem;
  line-height: 1;
}

.top-u-fz32 {
  font-size: 3.2rem;
  line-height: 1;
}

.top-u-fz40 {
  font-size: 4rem;
  line-height: 1;
}

.top-u-fz130p {
  font-size: 130%;
  line-height: 1;
}

.top-u-fz140p {
  font-size: 140%;
  line-height: 1;
}

.top-u-fw400 {
  font-weight: 400;
}

.top-u-fw500 {
  font-weight: 500;
}

.top-u-fw700 {
  font-weight: 700;
}

.top-u-fw900 {
  font-weight: 900;
}

.top-u-magenta {
  color: #eb0066;
}

.top-u-underline {
  display: inline;
  background: linear-gradient(transparent 77.7777777778%, #FCF662 0%);
  padding: 0 0.2em;
}

.top-u-notemark {
  font-size: 0.4167em;
  vertical-align: top;
}

@media screen and (max-width: 749px){
  html {
    font-size: calc(100vw / (375 / 10));
  }
  body {
    font-size: 1.4rem;
  }
  .is-pc {
    display: none;
  }
  .is-pc--db {
    display: none;
  }
  .is-sp {
    display: inline-block;
  }
  .is-sp--db {
    display: block;
  }
}