@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%;
}

.inner {
  width: 1000px;
  margin: 0 auto;
  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/cta_bg01.png) no-repeat center top / 100% auto, #000;
  padding-bottom: 6%;
}

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

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

.cv_box {
  position: relative;
}

.cv .btn {
  position: absolute;
  bottom: 17px;
  left: 7.6%;
}

.cv .btn a {
  position: relative;
  display: block;
  width: 894px;
  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(-43px);
  }
}

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

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

.fv .video_wrap video {
  width: 216px;
  height: 196px;
  top: 412px;
  left: 50px;
  object-fit: cover;
  border: 2px solid #fff;
}


/* -----------------------------
  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/sec_tokucho_bg.png?240725) no-repeat center top / 100% auto, #000;
}

.tokucho_img_wrap {
  position: relative;
}

.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;
}

/* -----------------------------
 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 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;
  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{
  /*display: flex;*/
  padding: 0 50px;
  margin-bottom: 24px;
}

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

.manami_img{
  position: relative;
  aspect-ratio: 1/1;
  z-index: 0;
  max-width:450px;
  margin-top: -300px;
  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: 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;
}