@charset 'UTF-8';
/* ===================================================================
CSS information
 file name  :  style.css
 style info : designlift LP
=================================================================== */

/* -----------------------------
  common
----------------------------- */



.l_wrap {
  margin: 0 auto;
  padding: 0;
}

.l_wrap img {
  width: 100%;
  height: auto!important;
}

.l_wrap .header_logo {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: -5px;
}


.inner {
  position: relative;
  max-width: 1272px;
  margin: 0 auto;
  overflow-x: hidden;
}

/* html, body{
  overflow-x: hidden;
} */

a {
  transition: all 0.2s;
}

a:hover {
  opacity: 0.8;
}

.video_wrap {
  position: relative;
}

.video_wrap video {
  position: absolute;
}

@media screen and (min-width: 768px) {

  a[href^="tel:"] {
    pointer-events: none;
  }
}

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

/* -----------------------------
  animation
----------------------------- */

.btn a {
  -webkit-animation: move_btn 1.9s ease infinite normal;
  animation: move_btn 1.9s ease infinite normal;
}

@keyframes move_btn {
  0% {
    left: 50%;
  }

  50% {
    left: 50%;
  }

  85% {
    left: 50%;
  }

  90% {
    left: 52%;
  }

  95% {
    left: 50%;
  }

  100% {
    left: 50%;
  }
}

@-webkit-keyframes move_btn {
  0% {
    left: 50%;
  }

  50% {
    left: 50%;
  }

  85% {
    left: 50%;
  }

  90% {
    left: 52%;
  }

  95% {
    left: 50%;
  }

  100% {
    left: 50%;
  }
}

.shine::before {
  content: "";
  width: 200%;
  height: 200%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
  animation: shine 1.8s linear infinite;
}

@keyframes shine {

  from,
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(45deg);
    transform: translate3d(-100%, 0, 0) rotate(45deg);
    opacity: 0;
  }

  20% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(45deg);
    transform: translate3d(-100%, 0, 0) rotate(45deg);
    opacity: 1;
  }

  70% {
    -webkit-transform: translate3d(100%, 0, 0) rotate(45deg);
    transform: translate3d(100%, 0, 0) rotate(45deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translate3d(100%, 0, 0) rotate(45deg);
    transform: translate3d(100%, 0, 0) rotate(45deg);
    opacity: 0;
  }

  to,
  100% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(45deg);
    transform: translate3d(-100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
}

/* -----------------------------
  cv
----------------------------- */
.cv {
  position: relative;
}



.cv_02 {
  background: url(../img/sv_bg.png) no-repeat center top / 100% auto, #000;
  /* padding-bottom: 6%; */
}

.cv_03 {
  background: url(../img/fvv_bg.png) no-repeat center top / 100% auto, #000;
  /* padding-bottom: 6%; */
}

.aori_02 {
  width: 1272px;
  margin: 0 auto;
}



/* last add */
@media screen and (max-width: 1272px) {
  .aori_02 {
    width: 100%;
  }
}


.cv_box {
  position: relative;
  /* background: rgb(15, 28, 50);
  background: linear-gradient(180deg, rgba(15, 28, 50, 0) 0%, rgba(15, 28, 50, 1) 74%); */
}

.cv .btn {
    width: 71.9%;
    position: absolute;
    top: 82%;
    left: 16.90%;
}

.cv .btn a {
  position: relative;
  display: block;
  /*width: 896px;*/
  transform: translateX(-50%);
}

.cv .shine {
  width: 850px;
  height: 130px;
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  border-radius: 75px;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (min-width: 1028px) {
  .aori_02 {
    transform: translateX(0px);
  }
}

/* -----------------------------
  fv
----------------------------- */
.fv {
  background: url(../img/fv_bg.png?240725) no-repeat center top / 1920px, #000000;
}

.fv .video_wrap {
  margin-right: auto;
}

.fv .video_wrap video {
  width: 18%;
    height: 27%;
    top: 56.5%;
    left: 5.5%;
  object-fit: cover;
  border: 2px solid #fff;
}

.mustBuyBeauty_label{
  position: absolute;
  top: 10.4%;
  right: 0;
  width: 100px;
  height: 103px;
  border-radius: 50%;
  overflow: hidden;
}

.mustBuyBeauty_label img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
}


/* -----------------------------
  cta_btn
----------------------------- */

.cta_btn{
  position: fixed;
  z-index: 9999;
  bottom: 100px;
  right: 10vw;
  width: 200px;
  height: auto;
}

.cta_btn img{
  width: 100%;
  object-fit: cover;
}

.js_fadeInOut_target{
  pointer-events: none;
  opacity: 0;
  transition: .3s;
}

.js_fadeIn{
  pointer-events: auto;
  opacity: 1;
  transition: .3s;
}

.js_fadeOut{
  pointer-events: none;
  opacity: 0;
  transition: .3s;
}

/* -----------------------------
  kanbai
----------------------------- */
.kanbai {
  background: #000;
}

/* -----------------------------
  about
----------------------------- */
.about {
  background: #000;
}


/* -----------------------------
  troble
----------------------------- */
.trouble {
  background: url(../img/sec_trouble_bg.png) no-repeat top 90px center / 1000px auto #000;
}


/* -----------------------------
 secret
----------------------------- */
.secret {
  background: url(../img/secret_bg01.png?240725) no-repeat top -0.4% center / 1920px auto,
    url(../img/secret_bg02.png) no-repeat top 14.8% center / 1340px auto;
  position: relative;
}

.secret_movie_wrap {
  position: relative;
}

.secret_movie_text {
  position: relative;

}

.secret_movie video {
  width: 720px;
  clip-path: polygon(-20% 17%, 80% 0%, 80% 88.5%, 0% 100%);
  transform: scale(1.3);
  transform-origin: 0 0;
  position: absolute;
  right: 2.8%;
  top: -5%;
}

.secret .secret_03 video{
  width: 630px;
  height: 380px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  object-fit: cover;
}

/* -----------------------------
 tokucho
----------------------------- */
.tokucho {
  background: url(../img/tv.png) no-repeat center top / 100% auto, #000;
}

.tokucho_img_wrap {
  position: relative;
}



.movie_video-sheet-one {
    position: absolute;
    top: 23%;
    left: 21.06%;
    width: 16.98%;
    height: 27.2%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.movie_video-sheet-two {
    position: absolute;
    top: 23%;
    left: 41.27%;
    width: 16.98%;
    height: 27.2%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.movie_video-sheet-three {
    position: absolute;
    top: 23%;
    left: 61.87%;
    width: 16.98%;
    height: 27.2%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}




.tokucho_01_02_bg{
  position: absolute;
  top: 0%;
  left: 47.5%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 1100px;
  height: auto;
}

.outer-white-box {
  background-color: #eceef2;
}

/* -----------------------------
 intro
----------------------------- */
.intro {
  background: url(../img/intro_bg.png) no-repeat center top 270px / 1920px auto, #eceef2;
}

/* -----------------------------
 voice
----------------------------- */
.voice{
  background: url(../img/voice_bg.png) no-repeat center top;
}
/* -----------------------------
  faq
----------------------------- */
.qa_list {
  padding-bottom: 42px;
}

.faq .inner {
	max-width: 1000px;
}

.faq dt {
  position: relative;
  cursor: pointer;

}

.faq dd {
  display: none;
}


.faq dt::before,
.faq dt::after {
  content: "";
  display: inline-block;
  line-height: 1;
  background: currentColor;
  position: absolute;
  top: 16px;
  right: 86px;
  transform: translateY(-50%);
  transition: .2s;
  color: #000;
  width: 18px;
  height: 2px;
  max-width: 25px;
  max-height: 2px;
}

.faq dt::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq dt.open::before {
  transform: translateY(-50%) rotate(180deg);
}

.faq dt.open::after {
  transform: translateY(-50%) rotate(0);
}


/*2024_10_20 橋本マナミセクション追加*/

.manami_cvSection {
  position: relative;
}

/* Wrapper to control positioning */
/* .manami_visualWrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.background-img {
  width: 100%;
  height: auto;
  display: block;
}

.manami_video {
  position: absolute;
  top: 25.57%;
  left: 19.10%;
  width: 31.31%;
  aspect-ratio: 3/4;
  object-fit: cover;
  z-index: 1;
}


/*
.manami_cvSection{
  position: relative;
  background: #0F1C32;
  padding-bottom: 40px;
}

.manami_cvSectionTitleUnit{
  background: rgb(169,144,78);
  background: linear-gradient(90deg, rgba(169,144,78,1) 32%, rgba(105,80,0,1) 100%);
  margin: 0 30px 24px;
}

.manami_cvSectionLead{
  font-size:16px;
  color:#fff;
  line-height:1.6;
  text-align:center;
}

.manami_cvSectionHeading{
  font-size:22px;
  color:#fff;
  line-height:1.6;
  letter-spacing:.016em;
  text-align:center;
}

.manami_contentsBox{
  padding: 0 30px;
  margin-bottom: 24px;
}

.manami_video{
  position: relative;
  z-index: 1;
  max-width: 60%;
  aspect-ratio: 3/4;
  object-fit: cover;
}

.manami_img{
  position: relative;
  aspect-ratio: 1/1;
  z-index: 0;
  max-width:50%;
  margin-top: -100px;
  margin-left: auto;
}

.manami_img img{
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.manami_messageGroup{
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: start;
  row-gap: 16px;
  padding: 0 25px;
  margin-bottom: 24px;
}

.manami_message{
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #fff;
  background-color: #A9904E;
  padding: 9px 12px;
  border-radius: 10rem;
}

.manami_message::before{
  content: "";
  position: absolute;
  bottom: -18px;
  left: 30px;
  transform: translateY(-50%) scale(-1,1);

  width: 10px;
  height: 15px;
  background: url("../img/balloon_arrow.svg") no-repeat center bottom;
  background-size: cover;

}

.manami_message.is_reverse{
  margin-left: auto;
}

.manami_message.is_reverse:before{
  left: auto;
  right: 30px;
  bottom: -10px;
  transform: scale(1);
}

.manami_annotation{
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  list-style: none;
  margin-left: auto;
  padding: 0 30px;
}

.manami_annotation li{
  color: #fff;
  font-size: 8px;
  margin-left: auto;
  text-align: right;
}

.manami_cvSection{
  position: relative;
  background: #0F1C32;
  padding-bottom: 120px;
  margin-top: -65px;
}

.manami_cvSectionTitleUnit{
  position: relative;
  background: rgb(169,144,78);
  background: linear-gradient(90deg, rgba(169,144,78,1) 32%, rgba(105,80,0,1) 100%);
  border: 1px solid rgb(105,80,0);
  margin: 0 50px 30px;
  padding: 18px 0 14px;
}

.manami_cvSectionTitleUnit:before,
.manami_cvSectionTitleUnit:after{
  position: absolute;
  top: 10px;
  display: block;
  content: '';
  height: 111px;
  width: 20px;
}

.manami_cvSectionTitleUnit:before{
  left: -10px;
  background: rgb(169,144,78);
}

.manami_cvSectionTitleUnit:after{
  right: -10px;
  background: rgb(105,80,0);
}

.manami_cvSectionLead{
  font-size:26px;
  font-weight: 600;
  color:#fff;
  line-height:1.2;
  text-align:center;
}

.manami_cvSectionHeading{
  font-size:40px;
  font-weight: 600;
  color:#fff;
  line-height:1.2;
  letter-spacing:.016em;
  text-align:center;
}

.text_smaller{
  font-size: .75em;
  vertical-align: baseline;
}

.manami_contentsBox{

  padding: 0 50px;
  margin-bottom: 24px;
}

.manami_video{
  position: relative;
  z-index: 1;
  max-width: 411px;
  height: 553p;
  aspect-ratio: 3/4;
  object-fit: cover;
}


.manami_img img{
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.manami_messageGroup{
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: start;
  row-gap: 20px;
  padding: 0 50px;
  margin-bottom: 42px;
}

.manami_message{
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #fff;
  background-color: #A9904E;
  padding: 18px 24px;
  border-radius: 10rem;
}

.manami_message::before{
  content: "";
  position: absolute;
  bottom: -28px;
  left: 40px;
  transform: translateY(-50%) scale(-1,1);

  width: 15px;
  height: 20px;
  background: url("../img/balloon_arrow.svg") no-repeat center bottom;
  background-size: cover;

}

.manami_message.is_reverse{
  margin-left: auto;
}

.manami_message.is_reverse:before{
  left: auto;
  right: 40px;
  bottom: -18px;
  transform: scale(1);
}

.manami_annotation{
  list-style: none;
  margin-left: auto;
  padding: 0 50px;
}

.manami_annotation li{
  color: #fff;
  font-size: 14px;
  text-align: right;
}


.cv_00{
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 19%, rgba(223, 196, 126, 1) 20%);
  text-align: center;
}

.cv_00 img{
  max-width: 1000px;
}
 */
.cv_00{
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 15%, rgba(223, 196, 126, 1) 16%);
  text-align: center;
}

.cv_00 img{
  max-width: 1000px;
}

.cv_01{
  margin-top: -4%;
}

.movie_visualWrapper {
  position: relative;
  /* display: flex; */
  justify-content: center;
  align-items: center;
}

.movie_video,
.background-img {
  width: 100%;
  height: auto;
  display: block;
}

.overlay-img {
  position: absolute;
  z-index: 2;
}

.left-img {
  max-width: 12.42%;
  top: 59.95%;
  left: 23.11%;
}

.right-img {
  max-width: 28.77%;
  top: 59.95%;
  right: 17.76%;
}


.background-img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 2;
  opacity: 1;
}

.movie_video {
  position: absolute;
  top: 33.03%;
  left: 26.41%;
  width: 47.01%;
height: 33.5%;
  aspect-ratio: 3/4;
  object-fit: cover;
  z-index: 1;
  opacity: 1;
}

.movie_video-sheet {
  position: absolute;
  top: 53.74%;
  left: 25.23%;
  width: 49.52%;
height: 41.5%;
  aspect-ratio: 3/4;
  object-fit: cover;
}

.movie-section.muscle {
  position: relative;

}

.movie_visualWrapper {
  position: relative;
}

.movie_visualWrapper div {
  position: relative;
  z-index: 1;
}

.movie_video-muscle {
  position: absolute;
  top: 24.55%;
  left: 30.34%;
  width: 73.5%;
  height: 47%;
  aspect-ratio: 3/4;
  object-fit: cover;
  z-index: 0;
  clip-path: polygon(-20% 17%, 80% 0%, 80% 88.5%, 0% 100%);
}
