@charset 'UTF-8';

/* ===================================================================
CSS information
 file name  :  style.css
 style info :  ブライトエイジ広告用LP スタイル
=================================================================== */
/*------------------------------------
common
------------------------------------*/
body {
  width: 100%;
  background-color: #f2f2f2;
}

.content {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 2px #d6d6d6;
  -moz-box-shadow: 0 0 10px 2px #d6d6d6;
  box-shadow: 0 0 10px 2px #d6d6d6;
}

menu,
ol,
ul {
  margin: 0;
}
input {
  max-width: 100%;
}
video {
  filter: drop-shadow(0px 0px rgb(255,255,255));
  outline: none;
  border: none;
}
/*------------------------------------
  cv
------------------------------------*/
.cv {
  background: url(../img/cv_bg_s.png) center top / 100% auto no-repeat, #e9e7ef;

}
.cv .btn_box {
  position: relative;
}

.btn_box .btn {
  width: calc(643/750 * 100vw);
  max-width: 643px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-animation: move_btn 2s ease-in infinite;
  animation: move_btn 2s ease-in infinite;
}

.bnr_block {
  position: relative;
  padding: 1.8% 0 2.4%;
}
.bnr_box {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.cv_slider p img{
  margin: auto;
  padding: 0 calc(28/750 * 100vw);
}
.cv_slider .slick-next{
  right: 0;
  top: 50%;
}
.cv_slider .slick-prev{ 
  left:0;
  top: 50%;
}
.cv_slider .slick-next:before{
  background: url(../img/slide_prev.png) no-repeat center center;
  background-size: contain;
}
.cv_slider .slick-prev:before{
  background: url(../img/slide_next.png) no-repeat center center;
  background-size: contain;
}
.cv_slider .slick-arrow{
  z-index:2;
  width: calc(64/750 * 100vw);
  height:calc(64/750 * 100vw);
  max-width: 64px;
  max-height: 64px;
}
.cv_slider .slick-arrow:before{
  content:"";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity:1;
}
/*モーダル*/
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
}
.modal__bg{
  position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
  box-sizing: border-box;
}
.modal__content{
  background: #fff;
	text-align: left;
	padding: 14px 0 14px 30px;
  width: 85%;
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 8;
  font-size: calc(24/750 * 100vw);
  transform: translate(-50%,-50%);
}
.modal_scroll{
  max-height: 500px;
  overflow-y: auto;
  padding: 0 30px 0 0;
}
.js-modal-open{
  position: absolute;
  bottom: 31%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: calc(269/750 * 100vw);
  cursor: pointer;
}
.modal-open-cv2{
  bottom: 14%;
}
.js-modal-open02{
  bottom: 14%;
  width: calc(202/750 * 100vw);
}
.modal-close{
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #d2496b;
  border-radius: 50%;
  top: -5%;
  right: -5%;
  z-index: 9;
  cursor: pointer;
}
.modal-close::before, .modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 20px; /* 棒の高さ */
  background: #fff; /* バツ印の色 */
}
.modal-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.modal__content p{
  margin: 16px auto;
}
p.modal-close{
  margin: 0;
}
/* ------ move_btn_anime ------ */
@keyframes move_btn {
  20%, 53%, 80%, from, to {
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  40%,  43% {
    transform: translate3d(0, -10px, 0);
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
  }

  70% {
    transform: translate3d(0, -4px, 0);
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
  }

  90% {
    transform: translate3d(0, 0, 0);
  }
}

/* ------ fukiadshi_anime ------ */
@keyframes fukidashi {
  0% {
    top: 15%;
  }
  100% {
    top: 8%;
  }
}

/* PC幅時の崩れ対応 */
@media only screen and (min-width: 751px) {
  .cv_slider p img{
    padding: 0 ;
  }
}

/*------------------------------------
  mv
------------------------------------*/
.mv {
  width: 100%;
  height: 100%;
}


/*------------------------------------
kit
------------------------------------*/
.kit {
  background: url(../img/kit_bg.png) center top / 100% auto no-repeat, #fff9f8;
}
/*------------------------------------
background
------------------------------------*/
.about {
  background: url(../img/about_bg.png?240401) center top / 100% auto no-repeat;
}
.master {
  background: url(../img/master_bg.png?260401) center max(calc(-40/750 * 100vw), -40px) / 100% auto no-repeat, #f0e7de;
}
.nayami {
  background: url(../img/nayami_bg.png) center top / 100% auto no-repeat, #7f7c79;
}
.aproach {
  background-color: #fee6e7;
}
.voice {
  background: url(../img/voice_bg.png) center top / 100% auto no-repeat, #ffe9e8;
}
.tokuten {
  background: url(../img/tokuten_bg.png?260401) center top / 100% auto no-repeat, #ffe9e8;
}
/*------------------------------------
powerup
------------------------------------*/
.powerup01 {
  background: url(../img/powerup01_bg.png) center calc(260/750 * 100vw) / 100% auto no-repeat;
}
.powerup02 {
  background: url(../img/powerup02_bg.png) center top / 100% auto no-repeat;
}
.powerup03 {
  background: url(../img/powerup03_bg.png) center top / 100% auto no-repeat;
}
/* PC幅時の崩れ対応 */
@media only screen and (min-width: 751px) {
  .powerup01 {
    background: url(../img/powerup01_bg.png) center 260px / 100% auto no-repeat;
  }
}
/*------------------------------------
step
------------------------------------*/
.step01 {
  background: url(../img/step01_bg.png) center top / 100% auto no-repeat, #260b0f;
}
.step02 {
  background: url(../img/step02_bg.png) center top / 100% auto no-repeat, #260b0f;
}
.step03 {
  background: url(../img/step03_bg.png?260401) center top / 100% auto no-repeat, #260b0f;
}
.step03_icon {
  position: relative;
}
.step03_icon span {
  width: min(calc(160/750 * 100vw),160px);
  position: absolute;
  left: 0;
  top: calc(-110/750 * 100vw);
}
@media only screen and (min-width: 751px) {
  .step03_icon span {
    top: -110px;
  }
}

.step-tokuten {

}
/* ------------------------
	video
------------------------ */
.video_wrapper {
  position: relative;
}
.video_wrapper video {
  width: calc(416/750 * 100vw);
  max-width: 416px;
  height: calc(233/750 * 100vw);
  max-height: 233px;
  position: absolute;
  bottom: 0;
  left: calc(50/750 * 100vw);
}
@media only screen and (min-width: 751px) {
  .video_wrapper video {
    left: 50px;
  }
}
/* ------------------------
	gif
------------------------ */
.gif01 {
  width: calc(430/750 * 100vw);
  max-width: 430px;
  position: absolute;
  bottom: calc(67/750 * 100vw);
  left: 0;
  right: 0;
  margin: auto;
}
.gif02 {
  width: calc(690/750 * 100vw);
  max-width: 690px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 751px) {
  .gif01 {
    bottom: 67px;
  }
}

/*------------------------------------
aproach
------------------------------------*/
.aproach .video {
  width: 100%;
  position: relative;
}
.aproach .video p {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.aproach .video video {
  filter: drop-shadow(0px 0px rgb(255,255,255));
  outline: none;
  border: none;
  max-width: 100%;
  vertical-align: bottom;
}
.aproach .video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: min(calc(300/750 * 100vw), 300px);
  background: linear-gradient(transparent, #f8dce0);
  bottom: 0;
  left: 0;

}

/*------------------------------------
faq
------------------------------------*/

.qa_block .question {
  position: relative;
}
.qa_block .question::after {
  position: absolute;
  right: 50px;
  top: 75px;
  width: calc(24/750 * 100vw);
  max-width: 24px;
  height: calc(14/750 * 100vw);
  min-height: 14px;
  content: '';
  display: block;
  background: url(../img/faq_close.png) center center / 100% auto no-repeat;
  transform: rotate(0deg);
  transition: all .3s;
}
.qa_block li:first-of-type .question:after {
  top: 5px;
}
.qa_block .open .question::after {
  transform: rotate(180deg);
}
.qa_block li .answer {
  display: none;
}

/*------------------------------------
footer
------------------------------------*/
.footer {
  padding: 0 0 40px;
}

.footer h2 {
  width: 42.6%;
  margin: 0 auto;
  padding: 28px 0 20px;
}

.footer p {
  font-size: 8px;
  line-height: 2.5;
}

.footer a {
  text-decoration: underline;
  color: #9e1173;
}

.footer a:hover {
  text-decoration: none;
}

/* PC幅時の崩れ対応 */
@media only screen and (min-width: 736px) {
  .content {
    width: 750px;
    margin: 0 auto;
  }

  .mv .logo {
    padding: 8px;
  }

  .mv .logo img {
    width: 200px;
  }

  .anime_block .anime_box_02 img {
    width: 100%;
  }

  .anime_box img {
    width: 100%;
  }
  .movie img {
    width: 100%;
  }

  .buy_box {
    max-width: 690px;
  }

  .buy_box3 {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 0;
    border: #9b0181 solid;
    border-width: 0 2px 2px;
  }

  .buy_box img {
    width: 100%;
  }

  .buy_box3 img {
    width: 100%;
  }

  .modal_box {
    max-width: 620px;
  }

  .modal_box img {
    width: 100%;
  }
  .cv_teiki input, .cv .balloon_box input{
    margin: 0 auto 0;
  }
    /*モーダル内のコンテンツの指定*/
    .modal__content{
      font-size: 24px;
      padding: 0 0 14px 50px;
      width: 60%;
    }
    .modal_scroll{
      padding: 30px 30px 30px 0;
      max-height: 800px;
    }
}
