@charset "UTF-8";
/* reset */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}
h1 img {
  vertical-align: bottom;
}
img {
  border: 0;
  vertical-align: bottom;
}
ul, ol {
  list-style: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
.wrap-max{
  max-width: 800px;
  margin:0 auto;
  text-align: center;
}
header {
  position: relative;
  width: 100%;
  padding: 0;
  background: #FFF;
}
header h1 {
  width: 95%;
  margin: 0 auto;
}
.wrap h1 {
  position: relative;
}
.img {
  line-height: 0 !important;
}
#movie_fixed video {
  display: none;
}
.btn_frame {
  margin: 0;
  display: block;
  background-size: 100%;  
}
.btn_frame2 {
  margin: 0;
  display: block;
  background-size: 100%;
}
.btn_a {
  width: 90%;
  padding: 0 auto;
  margin: 0 auto;
}
.btn_a img {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

.bottom_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.90)
}
.bottom_btn span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 5px;
}
.bottom_box {
  width: 100%;
  height: 130px;
}
#content {
  background: #FFF;
}
footer {
  text-align: center;
  padding: 5% 0 3% 0;
  position: relative;
  z-index: 9999;
  color: #fff;
  font-size: 11px;
  background-image:url("../images/07.jpg");
}
footer a {
  color: #fff;
  text-decoration: none;
}

.copy{color: #fff;
	margin-top: 5px;
}

.contents_frames {
  background: #FFF;
  padding: 10%;
}
.contents_frames h2 {
  font-size: 20px;
  text-align: center;
  margin: 5% 0;
  font-weight: normal;
}
.policy {
  font-size: 12px;
  line-height: 1.8;
}
.policy h1 {
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 5px solid #F1F1F1;
}
.policy_contents {
  padding: 7px;
}
.policy ul {
  padding: 10px;
}
.policy dl {
  padding: 0 0 0 40px;
}
/* 各コンテンツアニメーション設定 */
.post .inner {
  -moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
  -moz-transition: opacity 1.25s ease, -moz-transform 1s ease;
  -webkit-transition: opacity 1.25s ease, -webkit-transform 1s ease;
  -ms-transition: opacity 1.25s ease, -ms-transform 1s ease;
  transition: opacity 1.25s ease, transform 1s ease;
  position: relative;
  z-index: 2;
}
.center{
  text-align: center;
  margin-bottom: 2%;
}
.cta{
  position:relative;
}
.cta-btn{
  position: absolute;
  top: 20%;
}
.wobble-hor-bottom {
	animation: wobble-hor-bottom 2s ease-out infinite both;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-11-22 14:43:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
 @keyframes wobble-hor-bottom {
  0%,
  100% {
    transform: translateX(0%);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

.countdown{
  position: absolute;
  top: -11%;
  width:100%;
}
.contents{
  position:relative;
}
.content{
  position: absolute;
  top: 18%;
  text-align: center;
}
.content img{
  width:95%;

}
.number{
  position:relative;
}
.title{
  position: absolute;
  top: 42%;
  left: 28%;
}
.bounce-top {
	animation: bounce-top 1.5s both;
}
.number p{
  text-align: center;
  position: absolute;
  color: #ba1ee7;
  font-size: 100px;
  font-weight: bold;
  top: 23%;
  left: 32%;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-11-22 14:38:27
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
 @keyframes bounce-top {
  0% {
    transform: translateY(-45px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(-24px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(-12px);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(-6px);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(-4px);
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}



.work{
  position:relative;
}
.text{
  width:90%;
  position: absolute;
  top: 78%;
  left:7%;
}

.countdown{
  top: -7%;
  width:100%;
}
.countdown_area {
  text-align: center;
  width: 90%;
  margin: 10% auto;
  font-size: 20px;
  font-weight: bold;
  padding: 3% 0;
  color: #ff0084;
  position: relative;
  border-bottom: 4px solid;
}
.countdown_area:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ff0084;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}



/* PC */
@media screen and (min-width: 480px) {
  .pc {
    display: block;
  }
  header h1 {
    width: 70%;
    margin: 0 auto;
  }
  .btn_frame {
    margin: 0;
    display: block;
    background-size: 100%;
  }
  .btn_a {
    width: 90%;
    left: 5%;
    padding: 0;
    margin: 0% auto;
  }
  header span {
    height: 10px;
  }
  .bottom_btn {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .bottom_btn img {
    display: block;
    width: 50%;
    margin: 0 auto 0;
  }
  .bottom_box {
    width: 100%;
    height: 0px;
  }

  
  .wrap {
    max-width: 800px;
    margin: 0 auto;
  }

  .wrap h1 {
    width: 100%;
    margin: 0 auto;
  }
  .table_a table {
    font-size: 15px;
  }
  .table_a th {
    width: 40%;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .ic {
    position: absolute;
    z-index: 999;
    width: 90%;
    bottom: 54%;
    left: 10%;
  } 
  .countdown{
    top: -7%;
    width:100%;
  }
  .countdown_area {
    text-align: center;
    width: 90%;
    margin: 10% auto;
    font-size: 20px;
    font-weight: bold;
    padding: 3% 0;
    color: #ff0084;
    position: relative;
    border-bottom: 4px solid;
  }
  .countdown_area:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ff0084;
  }
  
    .cta-btn{
    position: absolute;
    top: 32%;
    left: 5%;
  }
  

  
  .btn_a img {
    padding: 0;
  }

  .number {
    position: relative;
  }

  .number p{
    text-align: center;
    position: absolute;
    color: #e71e55;
    font-size: 47px;
    font-weight: bold;
    top: 31%;
    left: 34%;
  }
    .text{
    width:90%;
    position: absolute;
    top: 77%;
    left:7%;
  }
  .title{
    position: absolute;
    width: 68%;
    top: 42%;
    left: 27%;
  }
  
img {
  width:100%;
  max-width: 100%;
  height: auto;
  }

}
.top{
  padding: -1% 2%;
}



.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 2em 0;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}

	
	


