@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  font-size: 62.5%;
  width: 100%;
}

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

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

body {
  background-color:#EEEDFF;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.95;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

main {
  display: block;
  width: 100%;
  z-index: 1;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  cursor: pointer;
  color:#000;
  transition: opacity .6s ease;
}
a:hover{
  opacity: 0.7;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.en{
   font-family: "Montserrat", sans-serif;
}
.sp-only {
  display: none!important;
}
/* header --------------------------------------------*/
.header {
  position: fixed;
  top: 34px;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 999px;
  padding:2.05rem 4rem 1.77rem 3.3rem;
  max-width: 574px;
  margin:0 0 0 auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.page-width {
  margin: 0 auto;
  max-width: 1760px;
  width:91.66%;
}
.header-logo {
  max-width: 256px;
  width: 100%;
}
.header-logo a{
  display: block;
}
.header-logo img{
  display: block;
  width: 100%;
  height: 100%;
}
.header-txt{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
/* kv -------------------------------------------------*/
.kv {
  position: relative;
  background-image: url(../images/kv-back.jpg);
  background-position: center;
  background-repeat:no-repeat ;
  background-size: cover;
}
.kv-flex{
  display: flex;
  align-items: center;
  gap:2.4%;
  padding-top: 9.8rem;
  max-width: 1547px;
  margin:0 auto;
}
.kv-info {
  width:45.4%;
  margin-bottom: 3rem;
}
.kv-head{
  color:#BB1FDE;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.36;
}
.kv-ttl {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.36;
  margin:0.5rem 0 1rem;
}
.kv-txt {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.36;
}
.kv-point{
  display: flex;
  gap:2.4rem;
    margin-top: 5.3rem;
}
.kv-point-img{
  width:calc((100% - 4.8rem)/3);
}
.kv-img{
  width:52.2%;
}
.kv-point.sp-only{
display:none;
}
/*  boshu-------------------------------------------------*/
.boshu{
  background-color:#472EB9;
  padding:3rem 0;
}
.boshu-head{
  color:#DEDE1F;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
.boshu-txt{
  color:#fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
/*  problem-------------------------------------------------*/
.problem{
  padding-top:12.2rem;
}
.problem-flex{
  display: flex;
  gap:8.5%;
}
.problem-info{
  width:36.9%;
}
.section-ttl{
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.36;
  margin-bottom: 1.8rem;
}
.problem-img{
  border-radius: 23px;
  overflow: hidden;
  margin-top: 4.8rem;
}
.service-img img{
  width: 100%;
  height:100%;
  aspect-ratio: 649 / 379;
  object-fit: cover;
}
.problem-list{
  width:54.6%;
  display: flex;
  flex-direction: column;
  gap:1.9rem;
}
.problem-item,
.about-item{
  background-color: #fff;
  border:1px solid #dedede;
  border-radius: 999px;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.3;
  padding:2rem 3.4rem 2rem 7.6rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  position:relative;
  width: fit-content;
}
.problem-item:before,
.about-item:before{
  content: '';
  background-image:url(../images/icon-problem.png) ;
  background-position: center;
  background-repeat: none;
  background-size: contain;
  width: 40px;
  height:40px;
  position:absolute;
  left:2.4rem;
  top:50%;
  transform: translateY(-50%);
}
/*  about-------------------------------------------------*/
.about{
  padding-top:19.2rem;
}
.about-flex{
  display: flex;
  gap:4.7%;
}
.about-info{
  width:35.2%;
}
rt {
  font-size:1.8rem;
  font-weight: 500;
  text-align: center;
}
.section-ttl .small{
  font-size: 2.6rem;
}
.about-list{
  display: flex;
  flex-direction: column;
  gap:1.9rem;
  max-width: 522px;
  margin:7.9rem auto 0;
}
.about-item{
  width: auto;
  transition: 0.3s;
}
.about-item.is-active {
  background-color: #EA65FF;
  color:#fff;
}
.about-content{
  width: 60.1%;
}
.about-slider,
.step-img-slider{
  margin:0!important;
}
.about-slider .slick-track,
.step-img-slider .slick-track,
.plan-slider .slick-track {
  display: flex;
}
.about-slider .slick-list,
.step-img-slider .slick-list,
.plan-slider .slick-list{
  margin: 0 -30px;
}
.about-slider .slick-slide,
.step-img-slider .slick-slide,
.plan-slider .slick-slide {
  margin: 0 30px;
  height:auto!important;
}

.about-box{
  background-color: #fff;
  border-radius: 40px;
  padding:6rem 6rem 8rem;
  display: flex;
  flex-direction: column;
}
.about-ttl{
  color:#BB1FDE;
   font-size: 3.9rem;
  font-weight: 900;
  line-height: 1.36;
  margin-bottom: 1.9rem;
}
.about-ttl span{
	color:#FF1A33;
}
.about-img{
  margin-top: 5.5rem;
}
.about-dots-box,
.step-dots-box{
  margin-top: 3.2rem;
}
.about-dots,
.step-dots {
    display: flex;
    justify-content: center;
    gap:2rem;
}

.about-dots li,
.step-dots li{
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.about-dots li:hover,
.about-dots li.slick-active,
.step-dots li:hover,
.step-dots li.slick-active {
    background: #BB1FDE;
}
.about-dots li button,
.step-dots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.slide-arrow{
  width: 73px;
  height: 73px;
  border-radius: 999px;
  background-color: #BB1FDE;
  opacity: .5;
  position: relative;
  transition: all .3s ease;
    cursor: pointer;
    position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.prev-arrow {
    transform: translateY(-50%) rotate(180deg);
    left:-36px;
}
.next-arrow{
  right:-36px;
}
.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:20px;
    height:20px;
    border-right: 7px solid #FFF;
    border-top: 7px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}
.slide-arrow:hover{
  opacity: 1;
}
/*  merit-------------------------------------------------*/
.merit{
  padding-top: 19.2rem;
}
.center{
  text-align: center;
}
.merit-list{
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  gap:5rem 2.6%;
}
.merit-item{
  width: calc((100% - 5.2%)/3);
  background-color: #fff;
  border-radius: 20px;
  padding:2.8rem 3.4rem 2.8rem 3.1rem;
  display: flex;
  align-items: center;
  gap:2.9rem;
}
.merit-img{
  width:9.8rem;
}
.merit-info{
  width: calc(100% - 12.7rem);
  height: 100%;
}
.merit-ttl{
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.36;
  margin-bottom: 0.8rem;
}
.merit-ttl .small{
  font-size: 2rem;
}
.merit-txt{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.61;
}
/*  tsumari-------------------------------------------------*/
.tsumari{
  padding-top: 16.1rem;
}
.tsumari-block{
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.36;
  color:#fff;
  padding:2.5rem;
}
.tsumari-fir{
  background-color: #BB1FDE;
}
.tsumari-sec{
  background-color:#472EB9;
}
.tsumari-thi{
  background-color: #071D4A;
}
/*  tiktok-------------------------------------------------*/
.tiktok{
  padding-top:16.9rem;
}
.tiktok-flex{
  display: flex;
  align-items: flex-end;
  gap:3rem;
    margin-top: 10.6rem;
}
.tiktok-item{
  width: calc((100% - 6rem) / 3);
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.tiktok-ttl{
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.36;
}
.tiktok-num{
  font-size: 11rem;
  font-weight: 700;
  line-height: 1.36;
  color: #472EB9;
}
.tiktok-num .small{
  font-size: 5.6rem;
}
.tiktok-att{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.62;
}
.tiktok-end{
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.55;
  color:#fff;
  background-color: #BB1FDE;
  border-radius: 999px;
  padding: 2rem;
  margin-top: 3.2rem;
  width: 100%;
  max-width: 368px;
}
/*  recommend-------------------------------------------------*/
.recommend{
  padding-top: 25.1rem;
}
.recommend-flex{
  display: flex;
  gap:3%;
  margin-top: 5rem;
}
.recommend-item{
  width: calc((100% - 9%)/4);
  background-color: #fff;
  border-radius: 20px;
  padding:2rem 2rem 4.8rem;
  display: flex;
  flex-direction: column;
}
.recommend-img{
  border-radius: 10px;
  overflow: hidden;
}
.recommend-img img{
  width: 100%;
  height:100%;
  aspect-ratio: 363 / 274;
  object-fit: cover;
}
.recommend-ttl{
  text-align: center;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.42;
  margin:1.8rem 0 1.2rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recommend-txt{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.61;
  padding:0 1.5rem;
}
/*  genre-------------------------------------------------*/
.genre{
  background-color: #977FCC;
  padding: 7rem 0;
  margin-top: 14.4rem;
}
.white{
  color:#fff;
}
.genre-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
    max-width: 1128px;
  margin: 4.1rem auto;
  gap:2.5rem;
}
.genre-item{
  background-color: #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap:2rem;
  padding:0.8rem 3rem;
  min-width: 324px;
}
.genre-img{
  width: 5.8rem;
}
.genre-txt{
  font-size: 2.8rem;
  font-weight: 700;
}
.genre-end{
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
/*  step-------------------------------------------------*/
.step{
  padding:20.2rem 0 10.6rem;
}
.step-flex{
  display: flex;
  gap:7.3%;
  max-width: 1374px;
  margin:11.8rem auto 0;
}
.step-left{
  width: 33.5%;
}
.step-num{
  font-size: 10.2rem;
  color:#BB1FDE;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
}
.step-ttl{
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.36;
  margin:1.8rem 0;
}
.step-end{
  text-align: center;
  color:#BB1FDE;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top:5rem;
}
.step-right{
  width: 59.2%;
}
.step-img{
  border-radius: 20px;
  overflow: hidden;
}
.recommend-img img{
  width: 100%;
  height:100%;
  aspect-ratio: 814 / 519;
  object-fit: cover;
}
/*  check-------------------------------------------------*/
.check{
  background-color: #BB1FDE;
  padding:2.5rem 0;
}
.check p{
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
/*  price-------------------------------------------------*/
.price{
  padding: 21.7rem 0 19.4rem;
  background-image:url(../images/price-back.png) ;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
.price-flex{
  display: flex;
}
.price-info{
  width: 48.8%;
}
.price-point{
  display: flex;
  gap:2.4rem;
  margin-top: 5.2rem;
	max-width:671px;
}
.price-point-img{
  width: calc((100% - 4.8rem)/3);

}
.price-txt{
font-size:4rem;
	font-weight:900;
	line-height:1.36;
	color:#FF1A33;
	margin-top:8rem;
}
.price-att{
font-size:2rem;
	font-weight:500;
}
.price-img{
  width: 51.2%;
  text-align: center;
}
.price-img img{
  max-width: 421px;
  margin:0 auto;
  width: 100%;
}
/*  plan-------------------------------------------------*/
.plan{
  background-color: #E3C8F2;
  padding:12.9rem 0 14.9rem;
}
.plan .section-ttl{
  font-size: 4rem;
}
.plan-content{
  margin-top: 5.2rem;
}
.plan .prev-arrow {
    transform: translateY(-50%) rotate(180deg);
    left:44px;
}
.plan .next-arrow{
  right:44px;
}
.plan-list{
  display: flex;
  flex-wrap: wrap;
  gap:3.6rem 3.2rem;
  margin-top: 3.6rem;
}
.plan-item{
  width: calc((100% - 6.4rem)/3);
  background-color: #fff;
  border:1px solid #BB1FDE;
  border-radius: 10px;
  padding:2.4rem 3rem 3.2rem;
}
.plan-ttl{
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.plan-ttl span{
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}
.plan-txt{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
/*  faq-------------------------------------------------*/
.faq{
  padding:14.9rem 0 19.7rem ;
}
.accordion{
  display: flex;
  flex-direction: column;
  gap:2.6rem;
  margin:7.6rem auto 0;
  max-width: 1286px;
}
.accordion-item{
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.accordion-header {
  position: relative;
  width: 100%;
  padding: 2.5rem 9.2rem 2.5rem 4.6rem;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 700;
  color:#555555;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

/* ＋の横棒 */
.accordion-header::before,
.accordion-header::after {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  width: 21px;
  height: 2px;
  background:#555555;
  transform: translateY(-50%);
  transition: 0.3s;
}
.accordion-header::after {
  transform: translateY(-50%) rotate(90deg);
}
.accordion-header.active::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #fff;
  padding: 0 16px;
  border-radius: 0 0 10px 10px;
}
.accordion-content p{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  color:#555555;
}
.accordion-content.open {
  padding: 0 4.6rem 3.6rem 4.6rem;
}
.red{
	color:#FF1A33;
	text-decoration:underline;
}
/*  float-------------------------------------------------*/
.float{
position: fixed;
    bottom: 0;
    right: 0;
}
.cta{
  display: flex;
  align-items: center;
}
.cta-img{
  width: 30px;
}
.cta-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:1.6rem;
  padding:1.1rem 2rem 1.3rem;
}
.check-btn{
  background-color: #00C4B5;
}
.contact-btn{
  background-color: #EA19F2;
}
.cta-txt{
    font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color:#fff;
}
.cta-txt span{
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
}
/*  footer-------------------------------------------------*/
.footer {
  background-color: #000000;
  padding: 3.3rem 0 2.9rem;
}
.footer-flex{
  display: flex;
  gap:5rem;
  max-width: 1417px;
  margin:0 auto;
}
.footer-left,
.footer-center{
  width:26rem;
}
.footer-right{
  width: calc(100% - 62rem);
}
.footer-flex p,
.footer-flex a{
    font-size: 1.6rem;
  font-weight: 500;
color:#fff;
}
.footer-link{
  display: flex;
  gap:2.5rem;
}
.footer-copy {
  font-size: 1.6rem;
  font-weight: 500;
  color:#fff;
  margin-top: 3.4rem;
}
/*  contact-------------------------------------------------*/
.page{
	padding:23.3rem 0 26.6rem;
}
.page-ttl{
	font-size:3.6rem;
	font-weight:700;
	line-height:1.36;
}
.page-width-narrow{
	max-width:1180px;
}
.form{
	margin-top:4.4rem;
}
.form-flex{
	display:flex;
	gap:5.4%;
}
.form-info{
	width:44.6%;
	margin-top: 2rem;
}
.form-info p{
	font-weight:400;
	font-size:1.6rem;
}
.form-area{
width:50%;
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

span.wpcf7-spinner {
  display: none;
}
.form-ttl {
  font-size: 1.4rem;
	font-weight:700;
  margin-top: 2rem;
}

.form-ttl span {
  font-size: 1.4rem;
  color: #B70000;
  padding-left: 1rem;
}
.form-txt{
	font-size:1.4rem;
	font-weight:400;
}
.form-txt span{
color: #B70000;
}
.select-wrapper {
  position: relative;
  width: 100%;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 16px;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: rotate(45deg);
}

select {
  -webkit-appearance: none;
  appearance: none;
}

select.wpcf7-form-control.wpcf7-select,
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin-top: 0.5rem;
  border: 1px solid #777777;
  font-size: 1.4rem;
  font-weight: 500;
	background-color:#fff;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 300px;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: #B70000;
  font-size: 1.4rem;
  line-height: 1.5;
}

.form-policy {
	display:flex;
	gap:1rem;
  padding-top: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
}

.form-policy a {
  text-decoration: underline;
}

.form-btn[disabled],
.form-btn-inner:has(.form-btn[disabled]):after {
  opacity: 0.3;
  cursor: not-allowed;
}

input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #777777;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  width: 270px;
  height: 58px;
  background: #000;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
	border-radius:999px;
	border:1px solid #fff;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.16);
}
 .form-btn-block {
  text-align: center;
	 margin:6.2rem auto 0;
}
.form-btn-inner{
position: relative;
    max-width: 270px;
    margin: 0 auto;
}
.form-btn-inner:after {
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 22px;
    bottom: 0;
    margin: auto;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 7px;
  height: 11px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}

.screen-reader-response {
  text-align: center;
  font-size: 1.4rem;
}

.screen-reader-response ul {
  display: none;
}

.wpcf7-response-output {
  font-size: 1.4rem;
  text-align: center;
  padding-top: 2rem;
  color: #B70000;
}

input:-internal-autofill-selected {
  box-shadow: 0 0 0 1000px rgb(255, 255, 255) inset !important;
  -webkit-text-fill-color: #000 !important;
}

input:-webkit-autofill:focus {
  caret-color: #fff !important;
}

:focus-visible {
  outline: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em !important;
  padding: 0 !important;
  border: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none !important;
}

.contact-thanks-inner h2 {
  text-align: center;
  font-size: 3rem;
	line-height:1.36;
  margin: 3rem 0;
}

.contact-thanks-inner .btn-block {
  margin-top: 12rem;
}

.contact-thanks-inner p {
  font-size: 1.6rem;
}
.thanks {
  text-align: center;
  margin-top: 5rem;
}

.thanks .btn-block {
  margin-top: 5rem;
}
/*  policy-------------------------------------------------*/
.policy{
	margin-top:6.4rem;
}
.content {
  text-align: left;
}

.content h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 4rem 0 1rem;
}

.content p {
  font-size: 1.6rem;
  font-weight: 400;
}

.content ul>li>ul {
  padding-left: 1em;
}

.content li {
  font-size: 1.6rem;
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
}

/*  sp-------------------------------------------------*/
@media screen and (max-width: 1400px) {
/*  tiktok-------------------------------------------------*/
.tiktok-ttl{
  font-size: 3rem;
}
.tiktok-num{
  font-size: 6rem;
}
.tiktok-num .small{
  font-size: 2.4rem;
}
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }

  .pc-only {
    display: none!important;
  }

  .sp-only {
    display: block!important;
  }
/* header --------------------------------------------*/
.header {
  top: 18px;
}
.header-inner {
  padding:1.4rem 2rem 1.2rem;
  max-width: none;
  justify-content: space-between;
}
.page-width {
  padding:0 20px;
  width:100%;
}
.header-logo {
  max-width: 150px;
}
.header-txt{
  font-size: 1rem;
}
/* kv -------------------------------------------------*/
.kv-flex{
  flex-direction: column;
  gap:1.4rem;
  padding-top: 8.6rem;
}
.kv-info {
  width:100%;
  margin-bottom: 0;
}
.kv-head{
  font-size: 1.8rem;
}
.kv-ttl {
  font-size: 2.6rem;
  margin:1rem 0;
}
.kv-txt {
  font-size: 1.4rem;
}
.kv-point.sp-only{
  display: flex!important;
  gap:1.4rem;
    margin-top: 0;
    padding-bottom: 1.2rem;
}
.kv-point-img{
  width:calc((100% - 2.8rem)/3);
}
.kv-img{
  width:100%;
}
/*  boshu-------------------------------------------------*/
.boshu{
  padding:1.3rem 0;
}
.boshu-head{
  font-size: 1.3rem;
}
.boshu-txt{
  font-size: 1.3rem;
}
/*  problem-------------------------------------------------*/
.problem{
  padding-top:4.9rem;
}
.problem-flex{
  flex-direction: column;
  gap:2.6rem;
}
.problem-info{
  width:100%;
}
.section-ttl{
  font-size: 2.6rem;
  margin-bottom: 1.2rem;
}
.problem-img{
  margin-top: 2rem;
}
.problem-list{
  width:100%;
  gap:1.2rem;
}
.problem-item,
.about-item{
  font-size: 1.2rem;
  padding:1.5rem 2.2rem 1.5rem 4.9rem;
}
.problem-item:before,
.about-item:before{
  width: 26px;
  height:26px;
  left:1.5rem;
}
/*  about-------------------------------------------------*/
.about{
  padding-top:7.4rem;
}
.about-flex{
  flex-direction: column;
  gap:2.8rem;
}
.about-info{
  width:100%;
}
rt {
  font-size:1rem;
}
.section-ttl .small{
  font-size: 1.6rem;
}
.about-list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem;
  margin:4.9rem auto 0;
}
.about-item{
  width: calc((100% - 1rem)/2);
}
.about-content{
  width: 100%;
}
.about-box{
  border-radius: 20px;
  padding:2.7rem 1.7rem 2.4rem;
}
.about-ttl{
   font-size: 2.2rem;
  margin-bottom: 2rem;
}
.about-img{
  margin-top: 2.4rem;
}
.about-dots-box,
.step-dots-box{
  margin-top: 1.7rem;
}
.about-dots,
.step-dots {
    gap:1rem;
}

.about-dots li,
.step-dots li{
    width: 7px;
    height: 7px;
}
.slide-arrow{
  width: 34px;
  height: 34px;
}
.prev-arrow {
    left:-17px;
}
.next-arrow{
  right:-17px;
}
.prev-arrow::before,
.next-arrow::before{
    width: 10px;
    height:10px;
    border-right: 4px solid #FFF;
    border-top: 4px solid #FFF;
}
/*  merit-------------------------------------------------*/
.merit{
  padding-top: 9.5rem;
}
.merit-list{
  flex-direction: column;
  margin-top: 2rem;
  gap:1.5rem;
}
.merit-item{
  width: 100%;
  padding:1.8rem 1.9rem 1.8rem 1.1rem;
  gap:1.2rem;
}
.merit-img{
  width:8.4rem;
}
.merit-info{
  width: calc(100% - 9.6rem);
}
.merit-ttl{
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}
.merit-ttl .small{
  font-size: 1.2rem;
}
.merit-txt{
  font-size: 1.4rem;
}
/*  tsumari-------------------------------------------------*/
.tsumari{
  padding-top: 7.6rem;
}
.tsumari-block{
  font-size: 1.8rem;
  padding:1.2rem 2rem;
}
/*  tiktok-------------------------------------------------*/
.tiktok{
  padding-top:8.5rem;
}
.tiktok-flex{
  flex-direction: column;
  align-items: center;
  gap:6.9rem;
    margin-top: 5rem;
}
.tiktok-item{
  width: 100%;
}
.tiktok-ttl{
  font-size: 2.6rem;
}
.tiktok-num{
  font-size: 8.3rem;
}
.tiktok-num .small{
  font-size: 4.2rem;
}
.tiktok-end{
  font-size: 1.5rem;
  padding: 1.6rem;
  margin-top: 2rem;
  max-width: 279px;
}
/*  recommend-------------------------------------------------*/
.recommend{
  padding-top: 7.9rem;
}
.recommend-flex{
  flex-wrap: wrap;
  gap:0.8rem;
  margin-top: 2.3rem;
}
.recommend-item{
  width: calc((100% - 0.8rem)/2);
  padding:1rem 1rem 2.2rem;
}

.recommend-ttl{
  font-size: 1.5rem;
  margin:1.3rem 0 1.5rem;
}
.recommend-txt{
  font-size: 1.2rem;
  padding:0 0.7rem;
}
/*  genre-------------------------------------------------*/
.genre{
  padding: 3.5rem 0 4.1rem;
  margin-top: 7.3rem;
}
.genre-flex{
  flex-wrap: wrap;
  margin: 2rem auto 2.3rem;
  gap:1.5rem;
}
.genre-item{
  gap:1.3rem;
  padding:0.5rem 3rem 0.5rem 1.8rem;
  min-width: 198px;
}
.genre-img{
  width: 3.6rem;
}
.genre-txt{
  font-size: 1.6rem;
}
.genre-end{
  font-size: 1.8rem;
}
/*  step-------------------------------------------------*/
.step{
  padding:5.4rem 0 7.6rem;
}
.step-flex{
  flex-direction: column;
  gap:2rem;
  margin:2.5rem auto 0;
}
.step-left{
  width: 100%;
}
.step-num{
  font-size: 7rem;
}
.step-ttl{
  font-size: 2.6rem;
  margin:1.5rem 0 2rem;
}
.step-end{
  font-size: 2rem;
  margin-top:2rem;
}
.step-right{
  width: 100%;
}
/*  check-------------------------------------------------*/
.check{
  padding:1rem 0;
}
.check p{
  font-size: 1.8rem;
}
/*  price-------------------------------------------------*/
.price{
  padding: 6.7rem 0 7.7rem;
  background-position:  center;
  background-size: cover;
}
.price-flex{
  flex-direction: column;
  gap: 3.4rem;
}
.price-info{
  width: 100%;
}
.price-point{
  gap:1.4rem;
  margin-top: 2rem;
}
.price-point-img{
  width: calc((100% - 2.8rem)/3);
}
	.price-txt{
font-size:2rem;
	margin-top:3rem;
}
.price-att{
font-size:1.4rem;
}
.price-img{
  width: 100%;
}
/*  plan-------------------------------------------------*/
.plan{
  padding:5.5rem 0 8rem;
}
.plan .section-ttl{
  font-size: 2rem;
}
.plan-content{
  margin-top: 5.5rem;
}
.plan .prev-arrow {
    left:7px;
}
.plan .next-arrow{
  right:7px;
}
.plan-slider .slick-list{
  margin: 0 -15px;
}
.plan-slider .slick-slide {
  margin: 0 15px;
}
.plan-list{
  gap:1.5rem 1rem;
  margin-top: 2.4rem;
}
.plan-item{
  width: calc((100% - 1rem)/2);
  padding:2rem 2rem 2.4rem;
}
.plan-ttl{
  font-size: 1.6rem;
}
.plan-ttl span{
  font-size: 1.2rem;
}
.plan-txt{
  font-size: 1.2rem;
}
/*  faq-------------------------------------------------*/
.faq{
  padding:6.9rem 0 18.2rem ;
}
.accordion{
  gap:2.4rem;
  margin:3.7rem auto 0;
}
.accordion-header {
  padding: 2.8rem 6.1rem 2.8rem 1.6rem;
  font-size: 1.6rem;
}

.accordion-header::before,
.accordion-header::after {
  right: 18px;
}
.accordion-content {
  padding: 0 16px;
}
.accordion-content p{
  font-size: 1.2rem;
}
.accordion-content.open {
  padding: 0 1.6rem 2.7rem ;
}
/*  float-------------------------------------------------*/
.float{
  width: 100%;
}
.cta-img{
  width: 23px;
}
.cta-check,.cta-contact{
  width:50%;
}
.cta-btn{
  gap:1rem;
  padding:0.8rem 0 1.2rem;
}
.cta-txt{
    font-size: 1.2rem;
}
.cta-txt span{
  font-size: 0.8rem;
}
/*  footer-------------------------------------------------*/
.footer {
  padding: 5.6rem 0 5.2rem;
}
.footer-flex{
  flex-direction: column;
  gap:4rem;
}
.footer-left,
.footer-center,
.footer-right{
  width: 100%;
}
.footer-flex p,
.footer-flex a{
    font-size: 1.2rem;
}
.footer-link{
  gap:1.6rem;
}
.footer-copy {
  font-size: 1.2rem;
  margin-top: 4rem;
}
	/*  contact-------------------------------------------------*/
.page{
	padding:10rem 0 15rem;
}
.page-ttl{
	font-size:2.4rem;
}
.form{
	margin-top:3rem;
}
.form-flex{
	flex-direction:column;
	gap:3rem;
}
.form-info{
	width:100%;
	margin-top: 0;
}
.form-info p{
	font-size:1.4rem;
}
.form-area{
width:100%;
}
	.contact-thanks-inner h2 {
  font-size: 2.4rem;
}

.contact-thanks-inner .btn-block {
  margin-top: 5rem;
}

.contact-thanks-inner p {
  font-size: 1.4rem;
}
/*  policy-------------------------------------------------*/
.policy{
	margin-top:3rem;
}

.content p {
  font-size: 1.4rem;
}
.content li {
  font-size: 1.4rem;
}
}