@charset "UTF-8";


/*----------------------------------------
	p-front-fv
-----------------------------------------*/
.p-front-fv {
  width: 100vw;
  padding-top: calc(5.833vw + 90px);
  padding-bottom: 5.833vw;
  background: linear-gradient(90deg, #d8effc 0%, #fffbcf 100%);
  position: relative;
  text-align: left;
}

.p-front-fv__container {
  width: 79.2vw;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.p-front-fv__container::before {
  content: "";
  display: block;
  width: 31.9167vw;
  height: 29.1667vw;
  background: url(../img/front/img-bg_01.png) no-repeat center/100% auto;
  position: absolute;
  top: -5.833vw;
  left: -8%;
  z-index: 1;
}

.p-front-fv__container::after {
  content: "";
  display: block;
  width: 18.1667vw;
  height: 11.25vw;
  background: url(../img/front/img-bg_02.png) no-repeat center/100% auto;
  position: absolute;
  bottom: -5.75vw;
  left: 35%;
  z-index: 1;
}

.p-front-fv__body {
  width: 42.5vw;
  margin-right: -8.8%;
  padding-top: 3.75vw;
  position: relative;
  z-index: 3;
}

.p-front-fv__body h1 {
  margin-bottom: 2.9167vw;
}

.p-front-fv__body h1 .lead {
  font-size: 2.6667vw;
  font-weight: 600;
  display: block;
  margin-bottom: 1.1vw;
}

.p-front-fv__body h1 .main {
  font-size: 4.1667vw;
  font-weight: 600;
  display: block;
}

.p-front-fv__body h1 .accent {
  display: inline-block;
  padding: 0 0.5vw;
  color: #54c3f1;
  background-color: #fff;
  line-height: 1;
}

.p-front-fv__pos {
  font-size: 1.5vw;
  font-weight: 600;
  margin-bottom: 1.667vw;
}

.p-front-fv__des {
  font-size: 1.0833vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-bottom: 2.25vw;
}

.p-front-fv__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5vw;
}

.p-front-fv__list.u-device-sp {
  display: none;
}

.p-front-fv__list__item {
  width: 3.583vw;
  height: auto;
}

.p-front-fv__img {
  width: 54.03vw;
  margin-right: calc(50% - 50vw);
  position: relative;
  z-index: 2;
}



.p-front-fv__img .swiper-fv {
  width: 100%;
}

.p-front-fv__img .swiper-fv .swiper-slide {
  width: 100%;
  height: 100%;
}

.p-front-fv__img .swiper-fv .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media screen and (max-width: 1200px) {
  .p-front-fv__container {
    width: 100%;
    max-width: 1050px;
    padding: 0 50px;
  }

  .p-front-fv__body {
    max-width: 510px;
  }

  .p-front-fv__img {
    max-width: 648px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-fv {
    width: 100vw;
    padding-top: 27vw;
    padding-bottom: 5.833vw;
    overflow: hidden;
  }

  .p-front-fv__container {
    max-width: none;
    display: block;
    padding: 0 0 0 4%;
  }

  .p-front-fv__body {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
  }

  .p-front-fv__body h1 {
    margin-bottom: 5.833vw;
  }

  .p-front-fv__body h1 .lead {
    font-size: 5.833vw;
    margin-bottom: 1.5vw;
  }

  .p-front-fv__body h1 .main {
    font-size: 9vw;
  }

  .p-front-fv__body h1 .accent {
    padding: 0 0.5vw;
    line-height: 1;
  }

  .p-front-fv__pos {
    font-size: 2.5vw;
    margin-bottom: 3.333vw;
  }

  .p-front-fv__img {
    width: 100%;
    margin-right: 0;
    max-width: none;
  }

  .p-front-fv__list.u-device-pc {
    display: none;
  }

  .p-front-fv__list.u-device-sp {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3vw;
    margin-top: 5.5vw;
  }

  .p-front-fv__list.u-device-sp .p-front-fv__list__item {
    width: 7.167vw;
  }

  .p-front-fv__container::before {
    width: 63.8vw;
    height: auto;
    aspect-ratio: 383 / 350;
    top: 4%;
    left: -31%;
  }

  .p-front-fv__container::after {
    width: 37vw;
    height: auto;
    aspect-ratio: 187 / 165;
    bottom: -12vw;
    left: auto;
    right: -12%;
  }
}


/*--------------------------------------------
p-front-problem
---------------------------------------------*/
.p-front-problem {
  width: 100%;
  padding-block: 115px 145px;
}

.p-front-problem__inner {
  position: relative;
  padding-top: 158px;
}

.p-front-problem__inner::after {
  content: "";
  display: block;
  width: 215px;
  height: 98px;
  background: url(../img/front/icon-arrow.png) no-repeat center/100% auto;
  position: absolute;
  bottom: -35%;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.p-front-problem__inner.arrow-show::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.p-front-problem__img {
  width: 45.8%;
  max-width: 550px;
  height: auto;
  margin: 0 auto;
}

.p-front-problem__img video {
  width: 100%;
  height: auto;
}

.js-gif-video {
  opacity: 0;
  transition: opacity 0.8s ease;

}

.js-gif-video.video-show {
  opacity: 1;
}

.p-front-problem__balloon {
  position: absolute;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.p-front-problem__balloon.show {
  opacity: 1;
  transform: translateY(0);
}


.p-front-problem__balloon img {
  width: 100%;
  height: auto;
  display: block;
}


.p-front-problem__balloon.item-01 {
  top: 4%;
  left: 13%;
  width: 80%;
  max-width: 320px;
}



.p-front-problem__balloon picture {
  width: 100%;
  height: auto;
}

.p-front-problem__balloon picture source {
  width: 100%;
  height: auto;
}

.p-front-problem__balloon.item-02 {
  top: 5%;
  right: 10%;
  width: 90%;
  max-width: 320px;
}



.p-front-problem__balloon.item-03 {
  bottom: 20%;
  left: 6%;
  width: 80%;
  max-width: 260px;
}


.p-front-problem__balloon.item-04 {
  bottom: 20%;
  right: 5%;
  width: 80%;
  max-width: 260px;
}



@media screen and (max-width: 767px) {
  .p-front-problem {
    padding-block: 10vw 20vw;
  }

  .p-front-problem__des {
    font-size: 3.2vw;
    line-height: 2.2;
    margin-bottom: 14.667vw;
  }

  .p-front-problem__inner {
    position: relative;
    padding-top: 35vw;
  }

  .p-front-problem__inner::after {
    width: 30vw;
    height: auto;
    aspect-ratio: 215 / 98;
    bottom: -25%;
  }

  .p-front-problem__img {
    width: 80vw;
    max-width: none;
  }

  .p-front-problem__balloon.item-01 {
    top: auto;
    bottom: 67%;
    left: 9%;
    width: 38%;
    max-width: none;
  }

  .p-front-problem__balloon.item-02 {
    top: auto;
    bottom: 70%;
    right: 3%;
    width: 44%;
    max-width: none;
  }


  .p-front-problem__balloon.item-03 {
    bottom: 44%;
    left: -2%;
    width: 37%;
    max-width: none;
  }

  .p-front-problem__balloon.item-04 {
    bottom: 43%;
    right: -1%;
    width: 36%;
    max-width: none;
  }
}



/*----------------------------------------
	p-front-reason
-----------------------------------------*/
.p-front-reason {
  width: 100%;
  padding-block: 40px 160px;
}

.p-front-reason__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.p-front-reason__list__item {
  padding: 32px 15px 34px;
  border-radius: 15px;
  background: linear-gradient(-30deg, #d8effc 0%, #fffbcf 100%);
}

.p-front-reason__list__item .item-img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.p-front-reason__list__item .item-body {
  text-align: center;
}

.p-front-reason__list__item .item-body p {
  font-size: 2.2rem;
  font-weight: 600;
}

@media screen and (max-width: 949px) {
  .p-front-reason__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6%;
  }
}

@media screen and (max-width: 767px) {
  .p-front-reason {
    padding-block: 6.667vw 16.667vw;
  }

  .p-front-reason__list {
    gap: 3.33vw 4vw;
  }

  .p-front-reason__list__item {
    padding: 5.33vw 2.5vw 5.67vw;
    border-radius: 2.5vw;
  }

  .p-front-reason__list__item .item-body p {
    font-size: 3.67vw;
  }
}


/*---------------------------------------------
p-front-influencer
-----------------------------------------------*/
.p-front-influencer {
  text-align: center;
  padding-block: 142px 95px;
}

.p-front-influencer .c-heading {
  position: relative;
}

.p-front-influencer .c-heading::before {
  content: "";
  display: block;
  width: 310px;
  height: 284px;
  background: url(../img/front/img-bg_03.png) no-repeat center/100% auto;
  position: absolute;
  top: -10%;
  left: 0;
  z-index: -1;
}

.p-front-influencer h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}

.p-front-influencer h3::after {
  content: "";
  display: block;
  width: 220px;
  height: 220px;
  background: url(../img/front/img-bg_04.png) no-repeat center/100% auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.p-front-influencer p {
  font-size: 1.6rem;
  line-height: 2;
}

.p-front-influencer__img {
  width: 36.3%;
  max-width: 345px;
  height: auto;
  margin: 0 auto 50px;
  position: relative;
}

@media screen and (max-width: 949px) {
  .p-front-influencer .c-heading::before {
    width: 25.83vw;
    aspect-ratio: 310 / 284;
  }

  .p-front-influencer h3::after {
    width: 18.33vw;
    aspect-ratio: 1 / 1;
  }
}

@media screen and (max-width: 767px) {
  .p-front-influencer {
    padding-block: 16.667vw 10.833vw;
  }


  .p-front-influencer h3 {
    font-size: 3.667vw;
    margin-bottom: 3.667vw;
  }

  .p-front-influencer p {
    font-size: 2.667vw;
    line-height: 2;
  }

  .p-front-influencer__img {
    width: 48.333vw;
    max-width: none;
    margin: 0 auto 5.8vw;
  }

}

/*---------------------------------------------
p-front-short
-----------------------------------------------*/
.p-front-short {
  text-align: center;
  padding-block: 140px 95px;
}

.p-front-short h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}

.p-front-short h3::after {
  content: "";
  display: block;
  width: 278px;
  height: 175px;
  background: url(../img/front/img-bg_06.png) no-repeat center/100% auto;
  position: absolute;
  bottom: 100%;
  right: -10%;
  z-index: 1;
}

.p-front-short p {
  font-size: 1.6rem;
  line-height: 2;
}

.p-front-short__img {
  width: 254px;
  height: auto;
  margin: 0 auto 50px;
}

.p-front-short .c-heading {
  position: relative;
}

.p-front-short .c-heading::before {
  content: "";
  display: block;
  width: 350px;
  height: 284px;
  background: url(../img/front/img-bg_05.png) no-repeat center/100% auto;
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-front-short {
    padding-block: 16.667vw 11.667vw;
    overflow: hidden;
  }

  .p-front-short h3 {
    font-size: 3.667vw;
    margin-bottom: 3.333vw;
  }

  .p-front-short h3::after {
    width: 45vw;
    height: auto;
    aspect-ratio: 270 / 214;
    bottom: 100%;
    right: -38%;
  }

  .p-front-short p {
    font-size: 2.667vw;
  }

  .p-front-short__img {
    width: 35vw;
    margin: 0 auto 6.2vw;
  }

  .p-front-short .c-heading::before {
    width: 42vw;
    height: auto;
    aspect-ratio: 211 / 175;
    bottom: 42%;
    left: -17%;
    z-index: -1;
  }
}

/*---------------------------------------------
p-front-support
-----------------------------------------------*/
.p-front-support {
  text-align: center;
  padding-block: 140px 0;
}

.p-front-support .c-heading {
  position: relative;
}

.p-front-support .c-heading::before {
  content: "";
  display: block;
  width: 310px;
  height: 284px;
  background: url(../img/front/img-bg_03.png) no-repeat center/100% auto;
  position: absolute;
  top: -20%;
  left: 0;
  z-index: -1;
}

.p-front-support h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}

.p-front-support__des {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 100px;
}

.p-front-support__img {
  width: 345px;
  height: auto;
  margin: 0 auto 50px;
  position: relative;
}

.p-front-support__img::after {
  content: "";
  display: block;
  width: 220px;
  height: 220px;
  background: url(../img/front/img-bg_04.png) no-repeat center/100% auto;
  position: absolute;
  bottom: -40%;
  right: -85%;
  z-index: 1;
}

.p-front-support__point {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
}

.p-front-support__point h3 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 42px;
}

.p-front-support__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 23px;
}



.p-front-support__list__item {
  padding: 44px 27px 20px;
  position: relative;
  border-radius: 15px;
  background-color: #fff;
}

.p-front-support__list__item .item-txt {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.p-front-support__list__item .item-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.p-front-support__list__item .item-icon {
  width: 46px;
  height: auto;
  position: absolute;
  top: -9%;
  left: 50%;
  transform: translateX(-50%);
}

.p-front-support__foot {
  text-align: right;
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .p-front-support {
    padding-block: 16.667vw 0;
  }

  .p-front-support .c-heading::before {
    width: 30.7vw;
    height: auto;
    aspect-ratio: 184 / 168;
    top: -40%;
    left: -8%;
  }

  .p-front-support h3 {
    font-size: 3.667vw;
    margin-bottom: 3.667vw;
  }

  .p-front-support__des {
    font-size: 2.667vw;
    margin-bottom: 11.333vw;
  }

  .p-front-support__img {
    width: 48vw;
    margin: 0 auto 5.5vw;
  }

  .p-front-support__img::after {
    width: 25vw;
    height: auto;
    aspect-ratio: 1 / 1;
    bottom: -12%;
    right: -43%;
    z-index: -1;
  }

  .p-front-support__point {
    max-width: none;
  }

  .p-front-support__point h3 {
    font-size: 4.167vw;
    margin-bottom: 10vw;
  }


  .p-front-support__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.5vw 4.17vw;
  }

  .p-front-support__list__item {
    padding: 7.67vw 4.5vw 3.33vw;
    border-radius: 2.5vw;
  }

  .p-front-support__list__item .item-icon {
    width: 7.66vw;
    top: -9%;

  }

  .p-front-support__list__item .item-txt {
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }

  .p-front-support__foot {
    font-size: 4vw;
    margin-top: 2.5vw;
  }
}


/*---------------------------------------------
p-front-operation
-----------------------------------------------*/
.p-front-operation {
  text-align: center;
  padding-block: 140px 95px;
}

.p-front-operation h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}

.p-front-operation h3::after {
  content: "";
  display: block;
  width: 278px;
  height: 175px;
  background: url(../img/front/img-bg_06.png) no-repeat center/100% auto;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 1;
}

.p-front-operation p {
  font-size: 1.6rem;
  line-height: 2;
}

.p-front-operation__img {
  width: 333px;
  height: auto;
  margin: 0 auto 50px;
}

.p-front-operation .c-heading {
  position: relative;
}

.p-front-operation .c-heading::before {
  content: "";
  display: block;
  width: 350px;
  height: 284px;
  background: url(../img/front/img-bg_05.png) no-repeat center/100% auto;
  position: absolute;
  bottom: 0;
  left: -6%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-front-operation {
    padding-block: 16.667vw 6.417vw;
    overflow: hidden;
  }

  .p-front-operation h3 {
    font-size: 3.667vw;
    margin-bottom: 3.667vw;
  }

  .p-front-operation h3::after {
    width: 45vw;
    height: auto;
    aspect-ratio: 270 / 214;
    bottom: 100%;
    right: -38%;
  }

  .p-front-operation p {
    font-size: 2.667vw;
    line-height: 2;
  }

  .p-front-operation__img {
    width: 46vw;
    margin: 0 auto 25px;
  }

  .p-front-operation .c-heading::before {
    width: 42vw;
    height: auto;
    aspect-ratio: 211 / 175;
    bottom: 23%;
    left: -17%;
    z-index: -1;
  }
}
/*-------------------------------------------------------
influencerPr
--------------------------------------------------------*/
.influencerPr {
   scroll-margin-top: 90px; 
}
@media screen and (max-width: 767px) {
  .influencerPr {
   scroll-margin-top: 12vw; 
}

}


/*-------------------------------------------------------
shortVideo
--------------------------------------------------------*/
.shortVideo {
   scroll-margin-top: 90px;
}
.shortVideo .c-merit__list__item {
  background-color: #f7f8f8;
}

.shortVideo .c-solution__list__item {
  background-color: #f7f8f8;
}

.shortVideo .c-works__body {
  background-color: #f7f8f8;
}

.shortVideo .c-works__info dt {
  width: 40%;
}

.shortVideo .c-works__info dd {
  width: 60%;
}

.shortVideo .c-menu {
  position: relative;
}

.shortVideo .c-menu__table {
  width: 100%;
  table-layout: auto;
}

.shortVideo .c-menu__table thead th,
.shortVideo .c-menu__table tbody td {
  width: 289px;
}

.shortVideo .c-menu__table tbody th {
  width: 222px;
}

.shortVideo .c-menu::after {
  content: "";
  display: block;
  width: 107px;
  height: 107px;
  background: url(../img/front/img-bg_07.png) no-repeat center/100% auto;
  position: absolute;
  bottom: 15%;
  right: -10%;
  z-index: 1;
}


.shortVideo .c-menu__table tbody td,
.shortVideo .c-menu__table tbody th {
  padding: 20px 5px;
}

.shortVideo .c-menu__table tbody tr:first-child td {
  font-size: 1.6rem;
}

.shortVideo .c-menu__table tbody td.--option {
  padding: 5px 5px;
}


@media screen and (max-width: 767px) {
  .shortVideo {
    scroll-margin-top: 12vw; 
  }

  .shortVideo .c-menu__table {
    width: 131vw;
    min-width: 83.3vw;
  }

  .shortVideo .c-menu__table thead th {
    /* font-size: 2.333vw; */
    padding: 3.333vw 2.5vw;
    width: 34vw;
  }


  .shortVideo .c-menu__table tbody td,
  .shortVideo .c-menu__table tbody th {
    padding: 3.333vw 0.833vw;
  }

  .shortVideo .c-menu__table tbody th {
    width: 36.167vw;
    /* font-size: 2.333vw; */
  }

  .shortVideo .c-menu__table tbody tr:first-child td {
    font-size: 2.667vw;
  }

  .shortVideo .c-menu__table tbody td {
    font-size: 2.667vw;
    width: 46.2vw;
  }

  .shortVideo .c-menu::after {
    width: 20vw;
    height: auto;
    aspect-ratio: 1 / 1;
    bottom: -1%;
    right: -5%;
  }

  .shortVideo .c-menu h2::after {
    top: -62%;
    left: 1%;
    z-index: -1;
  }
}

/*----------------------------------------------------
snsSupport
------------------------------------------------------*/
.snsSupport {
  padding-bottom: 150px;
   scroll-margin-top: 90px;
}

.snsSupport .c-solution {
  padding-bottom: 70px;
}

.snsSupport .c-solution__list {
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.snsSupport .c-solution__list__item {
  padding: 42px 17px 12px;
}

.c-solution__list__item .item-img {
  width: 72%;
  margin: 0 auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .snsSupport {
    padding-bottom: 10vw;
    scroll-margin-top: 12vw; 
  }

  .snsSupport .c-solution {
    padding-bottom: 8vw;
  }

  .snsSupport .c-solution__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.5vw 4vw;
  }

  .snsSupport .c-solution__list__item {
    padding: 7vw 1.67vw 3.67vw;
    border-radius: 2.5vw;
  }
}

/*----------------------------------------------------
snsOperation
------------------------------------------------------*/
.snsOperation {
  padding-bottom: 150px;
   scroll-margin-top: 90px;
}

.snsOperation .c-merit__list__item {
  background-color: #f7f8f8;
}

.snsOperation .c-solution {
  padding-bottom: 70px;
  position: relative;
}

.snsOperation .c-solution__list {
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.snsOperation .c-solution__list__item {
  padding: 42px 17px 12px;
  background-color: #f7f8f8;
}

.c-solution__list__item .item-img {
  width: 72%;
  margin: 0 auto;
  height: auto;
}

.snsOperation .c-solution::after {
  content: "";
  display: block;
  width: 107px;
  height: 107px;
  background: url(../img/front/img-bg_07.png) no-repeat center/100% auto;
  position: absolute;
  bottom: 2%;
  right: -3%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .snsOperation {
    padding-bottom: 10vw;
    scroll-margin-top: 12vw; 
  }

  .snsOperation .c-solution {
    padding-bottom: 8vw;
  }

  .snsOperation .c-solution__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.5vw 4vw;
  }

  .snsOperation .c-solution__list__item {
    padding: 7vw 1.67vw 3.67vw;
    border-radius: 2.5vw;
  }

  .snsOperation .c-solution::after {
    width: 15vw;
    height: auto;
    aspect-ratio: 1 / 1;
    bottom: 20%;
    right: 20%;
  }


}

/*-----------------------------------------------
float
-------------------------------------------------*/

.p-front-float {
  position: fixed;
  bottom: 2%;
  right: 3%;
  text-align: center;
  z-index: 11;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;

}

.p-front-float.is-hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

.p-front-float__wrapper {
  position: relative;
  width: 195px;
  height: auto;
}

.p-front-float__wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.p-front-float .close-btn {
  position: absolute;
  top: 28%;
  right: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #231815;
  border: none;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;

}

@media screen and (max-width: 767px) {
  .p-front-float__wrapper {
    width: 32.5vw;
  }

  .p-front-float .close-btn {
    width: 3.5vw;
    height: 3.5vw;
    font-size: 2vw;
  }
}