@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #fff;
  line-height: 1.7;
  font-size: 16px;
  margin: 0;
  background: rgb(83,83,83);
  background: url(../img/bg.jpg) repeat-y 0 0/cover;
  min-height: 100vh;
  background-attachment: fixed;
}

a {
  text-decoration: none;
}

/*
---------------------- common */
.wrapper{
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
}
.main_btn{
  margin-top: 7vw;
  background: rgb(0, 0, 0);
  border-radius: 7px;
  padding: 3vw;
  width: 50%;
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
  letter-spacing: 0.4vw;
  border: rgb(49, 49, 49) 1px solid;
}

.title{
  width: 90%;
  margin: 0 auto 3vw;
  text-align: left;
  font-weight: bold;
  font-size: 5vw;
  color: rgb(81, 113, 187);
}

input::placeholder{
  color: #bbb;
}

.data_list p{
  color: #222;
}

.plus{
  color: rgb(81, 113, 187);
}
.minus{
  color: rgb(187, 81, 81);
}

/*.footer{
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left:50%;
  translate: -50% 0 ;
  margin: 0 auto;

}
*/


/*-----カラフルボタン-----*/

a {
  text-decoration:none;
  color:#FFF;
}

.rainbow-button {
  background-image: linear-gradient(90deg, rgba(247, 238, 12, 1) 5%, rgba(255, 151, 29, 1) 19%, rgba(240, 112, 45, 1) 29%, rgba(233, 94, 52, 1) 37%, rgba(154, 39, 238, 1) 64%, rgba(35, 102, 247, 1) 81%, rgba(88, 139, 250, 1) 95%);
  padding: 3px;/*borderの太さ*/
  border-radius: 10px;
  width: 80%;
  margin: 10vw auto;
}
.rainbow-button-wrap {
  border-radius: 10px;
  background: #ffffffbb;/*背景を白*/
  padding: 20px;
  width: 100%;
  font-size: 4vw;
  font-weight: 600;
  color: #303030;
  }


/*
---------------------- login */

#login{
  text-align: center;
  background: url(../img/bg.jpg) no-repeat 0 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -999;

}

#login .logo{
  padding-top: 12vw;
  height: 100%;

}
#login .first_logo{
  padding-top: 30vw;
  height: 100%;

}
#login h2{
  font-size:6vw;
}

#login .first_logo{
  width:34%;
  margin: 0vw auto 12vw;
}

#login .logo{
  width:34%;
  margin: 0vw auto 2vw;
}

#login .input{
  position: relative;
}
#login .icon{
  color: #666;
  position: absolute;
  font-size: 4vw;
  left: 15vw;
  top: 10.5vw;
}
#login .label_text{
  color: #777;
  position: absolute;
  left: 17vw;
  top: 3vw;
  text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
#login .label_text .required{
  content: "必須";
  background: rgb(47, 82, 176);
  color: #fff;
  padding: 0.5vw 1vw;
  border-radius: 1vw;
  text-shadow: none;
  font-size: 2vw;
  margin-left: 1.5vw;
}
#login input{
  height: 13vw;
  font-size: 3.5vw;
  border:none;
  background: #fff;
  border-radius: 10px;
  padding-top: 3vw;
  padding-bottom: 3vw;
  padding-left: 11vw;
  padding-right: 3vw;
  width: 80%;
  margin: 6vw auto 0;
  text-align: left;
}

#login .btn{
  text-align: center;
}

#login .submit{
  border: none;
}
/*
---------------------- register */
#register .header_wrap .nav{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgb(81, 113, 187);
  padding: 2vw 0;
  background: #fff;
  margin-bottom: 4vw;
}
#register .header_wrap .nav li{
  width: 33%;
  color: #333;
  font-size: 3vw;
}
#register .header_wrap .nav li.active{
  color: rgb(81, 113, 187);
}

#register .input{
  position: relative;
  margin-top: 6vw;
}

#register .icon{
  color: #666;
  position: absolute;
  font-size: 4vw;
  left: 15vw;
  top: 11vw;
}
#register .label_text{
  color: #777;
  font-size: 4vw;
  position: absolute;
  left: 12vw;
  top: 0vw;
  text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
#register .label_text .required{
  content: "必須";
  background: rgb(47, 82, 176);
  color: #fff;
  padding: 0.5vw 1vw;
  border-radius: 1vw;
  text-shadow: none;
  font-size: 2vw;
  margin-left: 1.5vw;
}
#register input{
  height: 13vw;
  font-size: 3.5vw;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 10vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
  padding-left: 11vw;
  padding-right: 3vw;
  width: 80%;
  margin: 6vw auto 0;
  text-align: left;
}


/*
---------------------- questionnaire */
#questionnaire .header_wrap .nav{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgb(81, 113, 187);
  padding: 2vw 0;
  background: #fff;
  margin-bottom: 4vw;
}
#questionnaire .header_wrap .nav li{
  width: 33%;
  color: #333;
  font-size: 3vw;
}
#questionnaire.header_wrap .nav li.active{
  color: rgb(81, 113, 187);
}

#questionnaire .input{
  position: relative;
  margin-top: 6vw;
}

#questionnaire .icon{
  color: #666;
  position: absolute;
  font-size: 4vw;
  left: 15vw;
  top: 11vw;
}
#questionnaire .label_text{
  color: rgb(255, 255, 255);
  font-size: 6vw;
  position: absolute;
  left: 12vw;
  top: 0vw;
  text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #0000 0 3px #0000 0 3px #0000 0 3px #0000 0 3px #000;
}

#questionnaire .label_text .required{
  content: "必須";
  background: rgb(47, 82, 176);
  color: #fff;
  padding: 0.5vw 1vw;
  border-radius: 1vw;
  text-shadow: none;
  font-size: 2vw;
  margin-left: 1.5vw;
}

#questionnaire input{
  margin: 2.5vw 0.5vw 0 5.5vw;
}

#questionnaire .select{
  text-align: right;
  max-width: 80%;
  margin: 2vw auto 0;
  display: block;
  font-size: 4vw;
}
.select .item{
  margin-left: 3vh;
}


#questionnaire .label_text_sa{
  color: rgb(255, 255, 255);
  font-size: 4.2vw;
  position: absolute;
  left: 6vw;
  top: 0vw;
}

#questionnaire .q{
  color: #ffde96;
}

#questionnaire .select_sa{
  text-align: left;
  max-width: 80%;
  margin: 2vw auto 0;
  display: block;
  font-size: 5.3vw;
}
.select .item_sa{
  margin-left: 3vh;
}

#questionnaire  .select_sa input{
  margin: 7.5vw 2vw 0 5.5vw;
}


.select_box{
  text-align: right;
  max-width: 80%;
  margin: 2vw auto 0;
  display: block;
}

select {
  width: 50vw;
  text-align: center;
  font-size: 4vw;
}

.select .label_text{
  margin-left: 3vh;
  font-size: 5vw;
}


#questionnaire hr{
  max-width: 80%;
  color: #333;
  margin: 1vw auto 1.5vw;
}

#questionnaire{
  display: block;
}

#questionnaire .footer{
  text-align: center;
  display: block;
  bottom: 0;
  margin: 10vw auto;
}


#questionnaire #textarea{
  margin:12vw 3vw;
  padding: 2vw 1vw;
}


/*
---------------------- questionnaire */
#questionnaire2 .header_wrap .nav{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgb(81, 113, 187);
  padding: 2vw 0;
  background: #fff;
  margin-bottom: 4vw;
}
#questionnaire2 .header_wrap .nav li{
  width: 33%;
  color: #333;
  font-size: 3vw;
}
#questionnaire2 .header_wrap .nav li.active{
  color: rgb(81, 113, 187);
}

#questionnaire2 .input{
  position: relative;
  margin-top: 6vw;
}

#questionnaire2 .icon{
  color: #666;
  position: absolute;
  font-size: 4vw;
  left: 15vw;
  top: 11vw;
}
#questionnaire2 .label_text{
  color: rgb(255, 255, 255);
  font-size: 6vw;
  position: absolute;
  left: 8vw;
  top: 0vw;
  text-align: left;
  line-height: 7vw;
  text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #0000 0 3px #0000 0 3px #0000 0 3px #0000 0 3px #000;
}

#questionnaire2 .label_text .required{
  content: "必須";
  background: rgb(47, 82, 176);
  color: #fff;
  padding: 0.5vw 1vw;
  border-radius: 1vw;
  text-shadow: none;
  font-size: 2vw;
  margin-left: 1.5vw;
}

#questionnaire2 input{
  margin: 2.5vw 0.5vw 0 5.5vw;
}

#questionnaire2 .select{
  text-align: left;
  margin: 6vw auto 0 11vw;
  display: block;
  font-size: 4vw;
}

.select .item{
  margin-left: 3vh;
}


#questionnaire2 .label_text_sa{
  color: rgb(255, 255, 255);
  font-size: 4.2vw;
  position: absolute;
  left: 6vw;
  top: 0vw;
}

#questionnaire2 .q{
  color: #ffde96;
}

#questionnaire2 .select_sa{
  text-align: left;
  max-width: 80%;
  margin: 2vw auto 0;
  display: block;
  font-size: 5.3vw;
}
.select2 .item_sa{
  margin-left: 3vh;
}

#questionnaire2  .select_sa input{
  margin: 7.5vw 2vw 0 5.5vw;
}


.select_box{
  text-align: right;
  max-width: 80%;
  margin: 2vw auto 0;
  display: block;
}

select {
  width: 50vw;
  text-align: center;
  font-size: 4vw;
}

.select .label_text{
  margin-left: 3vh;
  font-size: 5vw;
}


#questionnaire2 hr{
  max-width: 80%;
  color: #333;
  margin: 1vw auto 1.5vw;
}

#questionnaire2{
  display: block;
}

#questionnaire2 .footer{
  text-align: center;
  display: block;
  bottom: 0;
  margin: 10vw auto;
}


#questionnaire2 #textarea{
  margin:12vw 3vw;
  padding: 2vw 1vw;
}

#questionnaire2 .btn{
  position: relative;
  margin: 6vw 4vw;
  display: flex;
}

#questionnaire2 .main_btn{
  font-size: 4vw;
  text-align: center;
  position: relative;
  margin: 6vw 3vw;}

/*進行バー*/

.progressbar {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:2vw 2vw 3vw;
  background-color: rgba(15, 15, 15, 0.6);
  border-bottom: 1px solid rgb(202, 202, 202);
}
.progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33.33333%;
  color: rgb(85, 85, 85);/*passoveフォント*/
  font-weight: bold;
  z-index: 5;
}

.progressbar li:before {
  display: block;
  width: 18px;
  height: 18px;
  margin: 7px auto 20px auto;
  content: '';
  text-align: center;
  border-radius: 50%;
  background-color: rgb(85, 85, 85);/*passoveまる*/
  z-index: 5;

}
.progressbar li:after {
  position: absolute;
  z-index: 0;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: '';
  background-color: rgb(85, 85, 85);/*passoveライン*/
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active,
.progressbar li.complete{
  color: #ffde96;
  z-index: 10;

}
.progressbar li.active:before,
.progressbar li.complete:before {
  background-color: #ffde96;
}
.progressbar li.active:after,
.progressbar li.complete:after {
  background-color: #ffde96;
}


/*進行バー２*/

.progressbar2 {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:2vw 2vw 3vw;
  background-color: rgba(15, 15, 15, 0.6);
  border-bottom: 1px solid rgb(202, 202, 202);
}
.progressbar2 li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 10%;
  color: rgb(85, 85, 85);/*passoveフォント*/
  font-weight: bold;
  z-index: 5;
}

.progressbar2 li:before {
  display: block;
  width: 18px;
  height: 18px;
  margin: 7px auto 20px auto;
  content: '';
  text-align: center;
  border-radius: 50%;
  background-color: rgb(85, 85, 85);/*passoveまる*/
  z-index: 5;

}
.progressbar2 li:after {
  position: absolute;
  z-index: 0;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: '';
  background-color: rgb(85, 85, 85);/*passoveライン*/
}
.progressbar2 li:first-child:after {
  content: none;
}
.progressbar2 li.active,
.progressbar2 li.complete{
  color: #ffde96;
  z-index: 10;

}
.progressbar2 li.active:before,
.progressbar2 li.complete:before {
  background-color: #ffde96;
}
.progressbar2 li.active:after,
.progressbar2 li.complete:after {
  background-color: #ffde96;
}



/*sa用追記*/

.progressbar p{
  margin: 3vw auto;
}


/*
---------------------- confirm */
#confirm .header_wrap .nav{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgb(81, 113, 187);
  padding: 2vw 0;
  background: #fff;
  margin-bottom: 4vw;
}
#confirm .header_wrap .nav li{
  width: 33%;
  color: #333;
  font-size: 3vw;
}
#confirm .header_wrap .nav li.active{
  color: rgb(81, 113, 187);
}
#confirm .confirm_box{
  width: 90%;
  margin: 0 auto;
  padding: 2vw 2vw 5vw;
  border-radius: 2vw;
  background: #fff;
  box-shadow: 5px 0px 15px -5px #ababab;
}
#confirm .input{
  color: #777;
  font-size: 4vw;
  position: relative;
  text-align: left;
  background: #fff;
  padding: 2vw;
  border-bottom: 1px solid #aaa;
}
#confirm .icon{
  color: #666;
}
#confirm .label_text{
  color: #777;
  margin-left: 2vw;
}



/*
---------------------- chart */


#chart{
  text-align: center;
  background: url(../img/bg.jpg) no-repeat 0 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  z-index: -999;

}

#chart .logo{
  text-align: left;
  width: 30%;
  margin: 0 auto 5%;
  padding: 4vw 0 0;
}
#chart .plus_data{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 5px 0px 15px -5px #6d6d6d;
  border-radius: 1vw;
  margin-bottom: 5.5vw;
  color: rgb(255, 255, 255);
}
#chart .plus_data dt{
  width: 30%;
  background: rgb(118,120,255);
  background-image: linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(14, 244, 255, 1));
  padding: 4vw;
  border-top-left-radius: 1vw;
  border-bottom-left-radius: 1vw;
  font-size: 4vw;
  font-weight: bold;
}
#chart .plus_data dd{
  width: 70%;
  padding-right: 4vw;
  text-align: right;
  font-size: 6vw;
  border-radius: 1vw;
  font-weight: bold;
  color: #e61f62;
}
#chart .data_area{
    width: 90%;
    margin: 0 auto;
  background: rgb(221,255,235);
  background-image: linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(14, 244, 255, 1));
  font-size: 4vw;
  border-top-left-radius: 1vw;
  border-top-right-radius: 1vw;
  padding: 2vw;
  font-weight: bold;
}
#chart .data_area .date_txt {
    width: 70%;
    margin: 0 auto 2%;
    background-color: #fff;
    color: #e61f62;
    text-align: center;
    line-height: 2;
}
#chart .data_box{
  width: 90%;
  height: calc(90% + 5vw);
  margin: 0 auto;
  padding: 3%;
  border-radius:0 0 1vw 1vw;
  background-color: #fff;
  box-shadow: 5px 0px 15px -5px #ababab;
  margin-bottom: 5.5vw;
}

#chart .data_box .pic{
  width:90%;
  height:90vw;
  margin: 5vw auto;
  padding: 0 0 ;
}

#chart h3 {
    width:90%;
    margin: 0 auto;
}
.team_area {
    display: flex;
	justify-content: space-between;
    margin-bottom: 5%;
}
.team_area:last-child {
    margin-bottom: 0;
}
.team_area .team {
    margin-right: 2%;
}
.team_area .team:last-child {
    margin-right: 0;
}
.team_img img {
    vertical-align: bottom;
}
.name {
    text-align: center;
    background-color: #000;
    margin: 0;
}

/*
---------------------- ai */
dl.ai_area00 dt {
    padding-bottom: 3%;
    font-size: 120%;
    color: #000;
    font-weight: bold;
    line-height: 1.5;
}
dl.ai_area00 {
    padding: 5%;
    margin:0 0 10% 0;
    background-color: #fff;
    color: #000;
    text-align: left;
}
dl.ai_area00 dd {
    margin-left: 0;
    margin-bottom: 8%;
    color: #000;
}
dl.ai_area00 dd:last-child {
    margin-bottom: 0;
}
.mb0 {
    margin-bottom: 0 !important;
}

#ai{
  text-align: center;
  background: url(../img/bg.jpg) no-repeat 0 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  z-index: -999;
}
#ai .logo {
    text-align: left;
  width: 20%;
  margin: 0 auto;
  padding: 2vw 0 0;
}
#ai .data_title {
    margin: 5% 0;
    text-align: center;
    color: #fff;
    font-size: 138%;
    background-image: linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(14, 244, 255, 1));
}
.ai_shindan {
    width: 90%;
    margin: 0 auto;
}
.red {
    color: #e22422;
    font-weight: bold;
}

dl.ai_area {
    padding: 15% 5%;
    margin:10% 0 5% 0;
    background-color: #fff;
    color: #000;
    text-align: left;
}
dl.ai_area dt {
    padding-bottom: 3%;
    text-align: center;
    font-size: 150%;
    color: #000;
    font-weight: bold;
    line-height: 1.5;
}
.ai_btn_yes {
    padding-bottom: 2%;
}
dl.ai_area dd {
    margin-left: 0;
    margin-bottom: 8%;
    color: #000;
}
dl.ai_area dd:last-child {
    margin-bottom: 0;
}
.visually-hidden {
  /* コンテンツの流れから切り離す */
  position: absolute;
  /* 誤ったコードに対処するための回避策 */
  white-space: nowrap;
  /* 可能な限り文字サイズを小さくするための処理
   * (スクリーンリーダー中には height と width が 0 のものを無視するため)
   */
  width: 1px;
  height: 1px;
  /* オーバーフローしているコンテンツを隠す */
  overflow: hidden;
  /* 要素サイズを変更しうるプロパティのリセット */
  border: 0;
  padding: 0;
  /* 要素のどの部分が表示されるかを定義するもの */
  /* 古いブラウザでは使用できない */
  clip: rect(0 0 0 0);
  /* 最近のブラウザ用
   * コンテンツを非表示にする設定  */
  clip-path: inset(50%);
  /* 今現在なぜ-1pxがここで設定されるかは分かっていないそうです。
   * それに加えていくつか問題もあるそうです
   * (参考: https://github.com/h5bp/html5-boilerplate/issues/1985)
   */
  margin: -1px;
}
#ai .submit {
    margin-bottom: 20%;
}
#ai .main_btn {
    margin-bottom: 20%;
    border:none;
    background-image: linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(14, 244, 255, 1));
}
/*
---------------------- profit */
#profit .logo {
  width: 30%;
  margin: 0 auto 5%;
  padding: 10vw 0 0;
}
#profit .box_profit {
    width: 90%;
    margin: 0 auto 20%;
    padding: 5%;
    background-color: #fff;
    border-radius: 30px;
}
#profit .footer{
  text-align: center;
  display: block;
  bottom: 0;
  margin: 10vw auto;
}
#profit .profit_title {
    display: flex;
    padding-bottom: 2%;
    margin-bottom: 2%;
    color: #000;
    align-items: center;
    line-height: 1;
    border-bottom:1px solid #000;
}
.profit_btn {
    width: 30%;
    justify-content: center;
}
.profit_btn:hover {
    opacity: 0.8;
}
.profit_title_in1 {
    width: 30%;
}
.profit_title_in2 {
    width: 30%;
}
.profit_title_in3 {
    width: 40%;
}
.shiny-btn1 {
    display: block;
    position: relative;
    width: 40%;/*ボタンの幅*/
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.shiny-btn1:hover {
    text-decoration: none;
    color: #fff;
}
.shiny-btn1::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 5s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/
.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
    align-self: center;
    width: 60%;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
}

.modal_content p {
  padding-top: 0;
}

.close_button {
  position: absolute;
  top: 9px;
  right: 9px;
  font-size: 24px;
  cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(20px);
}


/*アイコンを表示*/
.open-button:after {
font-family: "Font Awesome 5 Free";
  content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.open-button:hover {
  color: #FFFFFF;
  background-color: #4f96f6;
  transition: .6s;
}

.modal_title2 {
  font-size: 1.5em;
	position: relative;
	overflow: hidden;
  margin-top:0;
  margin-bottom: 0;
}

.modal_title2::before,
.modal_title2::after{
	content: "";
	position: absolute;
	bottom: 0;
}

/* h2 プライマリカラー*/
.modal_title2:before{
	width: 100%;
}
/* h2 セカンダリカラー*/
.modal_title2:after{
	width: 100%;
}
.profit_img {
    width: 100%;
}

/*
---------------------- terms */
#terms .logo {
  width: 30%;
  margin: 0 auto 5%;
  padding: 10vw 0 0;
}
#terms .footer{
  text-align: center;
  display: block;
  bottom: 0;
  margin: 10vw auto;
}
#terms .box_terms {
    width: 90%;
    margin: 0 auto 20%;
    padding: 5%;
    background-color: #fff;
    border-radius: 30px;
}
#terms .terms_title {
    font-size: 138%;
    text-align: center;
    font-weight: bold;
    color: #000;
}
#terms .terms_subtitle {
    text-align: center;
    font-weight: bold;
    color: #000;
}
#terms dl.terms_area dt {
    text-align: left;
    padding-bottom: 2%;
    margin-bottom: 2%;
    border-bottom: 1px solid #000;
    color: #000;
}
#terms dl.terms_area dd {
    text-align: left;
    padding-bottom: 8%;
    color: #000;
    margin-left: 0 !important;
}

/*
---------------------- qa */
#qa .logo {
  width: 30%;
  margin: 0 auto 5%;
  padding: 10vw 0 0;
}
#qa .footer{
  text-align: center;
  display: block;
  bottom: 0;
  margin: 10vw auto;
}
#qa .tel {
    width: 90%;
    margin: 0 auto;
}

.qa-area {
    width:90%;
    margin:0 auto 3%;
    border: none;
    border-radius: 25px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa-area summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-area summary::before,
.qa-area p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-area summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-area summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-area[open] summary::after {
    transform: rotate(225deg);
}

.qa-area p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-area[open] p {
    transform: none;
    opacity: 1;
}

.qa-area p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}



/* menu */
.header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background: #fff;
  position: relative;
}

.logo {
  font-size: 24px;
}



/*
---------------------- mov */

#mov{
  text-align: center;
  background: url(../img/bg.jpg) no-repeat 0 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -999;

}

#mov .logo{
  text-align: left;
  width: 20%;
  margin: 0 auto;
  padding: 2vw 0 0;
}

#mov .content{
  margin:5vw;
  text-align: center;
}


#mov .title {
  background-image: linear-gradient(90deg, rgba(251, 213, 251, 1), rgba(149, 233, 243, 1));
  padding: 3px;/*borderの太さ*/
  border-radius: 30px;
  width: 80%;
  margin: 10vw auto 2vw;
  text-align: center;
}
#mov .title_in{
  border-radius: 30px;
  background: #ffffffdd;/*背景を白*/
  padding: 2vw;
  width: 100%;
  font-weight: bold;
  font-size: 5vw;
  font-weight: 600;
  color: #333;
  }



#mov .text{
  margin: 0 6vw  ;
  padding:2.5vw;
}

#mov .mov {
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 2vw;
  margin-bottom: 10vw;
}

#mov  iframe {
  width: 100%;
  height: 100%;
}



/*
---------------------- sketch */
#sketch{
  text-align: center;
  background: url(../img/bg.jpg) no-repeat 0 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  z-index: -999;
}

#sketch .logo{
  text-align: left;
  width: 30%;
  margin: 0 auto;
  padding: 10vw 0 0;
}

#sketch .head_txt{
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 2vw 0 0;
}


#sketch .title {
  background-image: linear-gradient(90deg, rgba(251, 213, 251, 1), rgba(149, 233, 243, 1));
  padding: 1px;/*borderの太さ*/
  border-radius: 15px;
  width: 80%;
  margin: 10vw auto 23vw;
  text-align: center;
}
#sketch .title_in{
  border-radius: 15px;
  background: #ffffffee;/*背景を白*/
  padding: 2vw;
  width: 100%;
  font-weight: bold;
  font-size: 5vw;
  font-weight: 600;
  color: #333;
  line-height: 5.7vw;
}

#sketch .content{

}

#sketch .content{
  max-width: 96%;
  margin:0 auto;
}


/*------ボタン関係-----*/

#sketch input[type=checkbox] {
  display: none; /* ラジオボタンを非表示にする */
  }

#sketch  label {
  display:inline-block;
  margin: 5px;
  border: 2px solid #fff;
  background-color: #ffffff;
  line-height: 12vw;
  font-size: 4.8vw;
}
.image img {
    vertical-align: bottom;
}

#sketch input:checked+label{
  background:  linear-gradient(90deg, #e5f9ff 0%,  #e3ffde 50%, #faffdb 100%);
  color: #222222;
  border: 2px solid #ff7535;
}


#sketch .main_btn{
  margin-top: 15vw;
    background: rgb(136, 136, 136);
    border-radius: 7px;
    padding: 3vw;
    width: 50%;
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: 0.4vw;
    border: rgb(49, 49, 49) 1px solid;
}

#sketch .main_btn_ok{
  margin-top: 15vw;
    background:  linear-gradient(90deg, rgba(248, 15, 15, 1), rgba(207, 63, 245, 1));
    border-radius: 7px;
    padding: 3vw;
    width: 50%;
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: 0.4vw;
    border: rgb(49, 49, 49) 1px solid;
}






/*
---------------------- pic */

#pic{
  text-align: center;
  background: url(../img/bg.jpg) no-repeat 0 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -999;


}

#pic .logo{
  text-align: left;
  width: 30%;
  margin: 0 auto;
  padding: 10vw 0 0;
}

#pic .content{
  margin:5vw;
  text-align: left;
}

#pic .title{
  width: 90%;
  margin: 0 auto ;
  text-align: left;
  font-weight: bold;
  font-size: 5vw;
  color:#ffde96;
}

#pic .title {
  background:  linear-gradient(90deg, #00C0FF 0%, #FFCF00 49%, #FC4F4F 80%, #00C0FF 100%);
  padding: 1px;/*borderの太さ*/
  border-radius: 30px;
  width: 80%;
  margin: 10vw auto 4vw;
  text-align: center;
}
#pic .title_in{
  border-radius: 30px;
  background: #ffffffdd;/*背景を白*/
  padding: 0px;
  width: 100%;
  font-weight: bold;
  font-size: 5vw;
  font-weight: 600;
  color: #333;
  }


#pic .pic{
  padding:3vw;
  text-align:center;
}

#pic .main_btn_ok{
    margin-top: 10vw;
    background: linear-gradient(90deg, #7853fd 0%, #8a0dbb 10%, #c90086 50%, #8a0dbb 90%, #7853fd 100%);
    border-radius: 7px;
    padding: 3vw;
    width: 50%;
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: 0.4vw;
    border: rgb(49, 49, 49) 1px solid;
}



  .content

/* menu */
.header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background: #fff;
  position: relative;
}

.logo {
  font-size: 24px;
}




/*
---------------------- success */

#success{
  text-align: center;
  background: url(../img/bg.jpg) no-repeat 0 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -999;


}

#success .logo{
  text-align: left;
  width: 30%;
  margin: 0 auto;
  padding: 10vw 0 0;
}

#success .content{
  margin:5vw;
  text-align: left;
}

#success .title{
  width: 90%;
  margin: 0 auto ;
  text-align: left;
  font-weight: bold;
  font-size: 5vw;
  color:#ffde96;
}

#success .title {
  width: 80%;
  margin: 10vw auto 4vw;
  text-align: center;
}
#success .title_in{
  padding: 0px;
  width: 100%;
  font-weight: bold;
  font-size: 5vw;
  font-weight: 600;
  color: #fff;
  }


#success .get{
  margin: 10vw 15vw  0;
  padding:3vw;
  text-align:center;
}

#success .main_btn1 {
  margin-top: 15vw;
background: rgb(118,120,255);
    background: linear-gradient(90deg, rgba(118,120,255,1) 0%, rgba(3,175,246,1) 30% ,rgba(3,175,246,1) 60%, rgba(118,120,255,1) 100%);  border-radius: 7px;
  padding: 3vw;
  width: 50%;
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 0.4vw;
  border: rgb(49, 49, 49) 1px solid;
}

#success .main_btn2 {
  margin-top: 15vw;
  background: linear-gradient(90deg,  #ffba24 0%, #ff6d34 50%, #ffba24 100%);
  border-radius: 7px;
  padding: 3vw;
  width: 50%;
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 0.4vw;
  border: rgb(49, 49, 49) 1px solid;
}

  .content

/* menu */
.header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background: #fff;
  position: relative;
}

.logo {
  font-size: 24px;
}






/*
---------------------- withdraw */


#withdraw{
  text-align: center;
  background: url(../img/bg.jpg) no-repeat 0 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  z-index: -999;

}

#withdraw .logo{
  text-align: left;
  width: 30%;
  margin: 0 auto;
  padding: 4vw 0 0;
}
#withdraw .plus_data{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(244 248 255 / 85%); ;
  box-shadow: 5px 0px 15px -5px #6d6d6d;
  border-radius: 1vw;
  margin-bottom: 5.5vw;
  color: rgb(255, 255, 255);
}
#withdraw .plus_data dt{
  width: 30%;
  background: rgb(118,120,255);
  background: linear-gradient(90deg, rgba(118,120,255,1) 0%, rgba(3,175,246,1) 100%);
  padding: 4vw;
  border-top-left-radius: 1vw;
  border-bottom-left-radius: 1vw;
  font-size: 4vw;
  font-weight: bold;
}
#withdraw .plus_data dd{
  width: 70%;
  padding-right: 4vw;
  text-align: right;
  font-size: 6vw;
  border-radius: 1vw;
  font-weight: bold;
  color: rgb(19, 40, 199) ;
}
#withdraw .data_title{
  background: rgb(118,120,255);
  background-image: linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(14, 244, 255, 1));
  color: rgb(255, 255, 255);
  font-size: 4vw;
  border-top-left-radius: 1vw;
  border-top-right-radius: 1vw;
  padding: 2vw;
  font-weight: bold;
  margin-bottom:0vw;
}
#withdraw .data_box{
  width: 90%;
  height: calc(90% + 5vw);
  margin: 0 auto;
  padding: 0vw 0vw 0vw;
  border-radius: 1vw;
  background-color: #fff;
  box-shadow: 5px 0px 15px -5px #ababab;
  margin-bottom: 5.5vw;
}


#withdraw .date_data{
  font-size: 7vw;
  font-weight: 600;
  padding-top:4vw;
  color: #303030;
}

#withdraw .main_data{
  font-size: 9vw;
  font-weight: 700;
  background: rgb(0,12,205);
  background-image: linear-gradient(150deg, rgba(247, 166, 12, 1) 10%, rgba(255, 34, 87, 1) 40%, rgba(154, 39, 238, 1) 68%, rgba(35, 102, 247, 1) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 6vw;
}

#withdraw .main{
  background: rgb(255,243,251);
  background: linear-gradient(90deg, rgba(255,243,251,1) 0%, rgba(255,250,235,1) 100%);
}

#withdraw .draw_box{
  width: 80%;
  font-size: 4vw;
  margin: 5vw auto;
  padding: 0.5vw;
  border-radius: 3vw;
  background-image: linear-gradient(90deg, rgba(253, 177, 170, 0.23), rgba(240, 226, 226, 0.23));
  box-shadow: 0px 0px 15px -5px #ababab;
  margin-bottom: 5.5vw;
  color: #303030;
  text-align: right;
}

#withdraw .draw_box2{
  width: 80%;
  font-size: 4vw;
  margin: 5vw auto;
  padding: 0.5vw;
  border-radius: 3vw;
  background:  #f5f5f5;
  box-shadow: 0px 0px 15px -5px #ababab;
  margin-bottom: 5.5vw;
  color: #303030;
  text-align: right;
}


#withdraw .draw_box .txt{
  margin-right: 7vw;
}

#withdraw .txt_{
  margin-right: 7vw;
  font-size: 3.5vw;
  text-align: right;
  color: #818181;
}

#withdraw input + #caution{
  display: none;
}
#withdraw input:checked + #caution {
  display:block;
}
#withdraw input + #caution2{
  display: none;
}
#withdraw input:checked + #caution2 {
  display:block;
}


#check{
  display:none;
}




#withdraw .icon{
  color: #666;
}
#withdraw .label_text{
  color: #777;
  margin-left: 2vw;
}
#withdraw .list_title{
  padding: 1vw 2vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2vw;
  color: rgb(81, 113, 187);
  border-bottom: 1px solid rgb(81, 113, 187);
}
#withdraw .data_list{
  padding: 1vw 2vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2vw;
  color: #222222;
}
#withdraw .list_title p{
  width: 33.33%;
}
#withdraw .data_list p{
  width: 33.33%;
  line-height: 1vw;
}

#chart{
  z-index: 0;
}




/*
---------------------- bank_register */
#bank_register .logo {
    text-align: left;
    width: 20%;
    margin: 0 auto;
    padding: 4vw 0 0;
}


#bank_register .header_wrap .nav{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgb(81, 113, 187);
  padding: 2vw 0;
  background: #fff;
  margin-bottom: 4vw;
}
#bank_register .header_wrap .nav li{
  width: 33%;
  color: #333;
  font-size: 3vw;
}
#bank_register .header_wrap .nav li.active{
  color: rgb(81, 113, 187);
}

#bank_register .input{
  position: relative;
  margin-top: 6vw;
}

#bank_register .icon{
  color: #666;
  position: absolute;
  font-size: 4vw;
  left: 15vw;
  top: 11vw;
}
#bank_register .label_text{
  font-size: 5.8vw;
  font-weight: 600;
  position: absolute;
  left: 12vw;
  top: 0vw;
}

#bank_register .label_text .required{
  content: "必須";
  background: rgb(47, 82, 176);
  color: #fff;
  padding: 0.5vw 1vw;
  border-radius: 1vw;
  text-shadow: none;
  font-size: 2vw;
  margin-left: 1.5vw;
}

#bank_register input{
  margin: 2.5vw 0.5vw 0 5.5vw;
}

#bank_register .select{
  text-align: right;
  max-width: 80%;
  margin: 2vw auto 0;
  display: block;
  font-size: 4vw;
}
.select .item{
  margin-left: 3vh;
}


#bank_register .label_text_sa{
  color: rgb(255, 255, 255);
  font-size: 4.2vw;
  position: absolute;
  left: 6vw;
  top: 0vw;
}

#bank_register .q{
  color: #ffde96;
}

#bank_register .select_sa{
  text-align: left;
  max-width: 80%;
  margin: 2vw auto 0;
  display: block;
  font-size: 5.3vw;
}
.select .item_sa{
  margin-left: 3vh;
}

#bank_register  .select_sa input{
  margin: 7.5vw 2vw 0 5.5vw;
}


.select_box{
  text-align: right;
  max-width: 80%;
  margin: 4vw auto 0;
  display: block;
}

select {
  width: 50vw;
  text-align: center;
  font-size: 4vw;
}

.select .label_text{
  margin-left: 3vh;
  font-size: 5vw;
}


#bank_register textarea{
  width: 65vw;
  text-align: center;
  font-size: 4vw;
  color: #666;
  line-height: 6vw;
}

#bank_register .text_box{
  text-align: right;
  max-width: 80%;
  margin: 6vw auto 0;
  display: block;
}

#bank_register .main_btn{
  margin: 12vw auto 0;
  border: none;
background-image: linear-gradient(90deg, rgba(247, 93, 139, 1), rgba(254, 220, 64, 1));
  border-radius: 7px;
  padding: 3vw;
  width: 50%;
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
  letter-spacing: 0.4vw;
}


#bank_register hr{
  max-width: 80%;
  color: #333;
  margin: 1vw auto 1.5vw;
}

#bank_register{
  text-align: center;
  background: url(../img/bg.jpg) no-repeat 0 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  z-index: -999;
  display: block;
}

#bank_register .footer{
  text-align: center;
  display: block;
  bottom: 0;
  margin: 10vw auto;
}


#bank_register #textarea{
  margin:12vw 3vw;
  padding: 2vw 1vw;
}



#bank_register input + #caution{
  display: none;
}
#bank_register input:checked + #caution {
  display:block;
}
#bank_register input + #caution2{
  display: none;
}
#bank_register input:checked + #caution2 {
  display:block;
}


#check{
  display:none;
}








/*========================
　smartphone　bottom menu
　========================*/


.mini-text{font-size:10px;}/*文字大きさ*/

ul.bottom-menu {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height:60px;/*高さ*/
    margin:0 0 -2px 0;
    padding:0;
    background-color:#f5f5f5d7;/*背景色*/
    border-top:2px solid #808080;/*バーの上の線*/
    border-image:linear-gradient(90deg, #00C0FF 0%, #FFCF00 49%, #FC4F4F 80%, #00C0FF 100%);
    border-image-slice: 1;
    z-index:30;}

ul.bottom-menu li {
    float:left;
    width:20%;
    background-color:#f5f5f5;/*背景色*/
    list-style-type:none;
    text-align:center;
    font-size:25px;/*アイコンのサイズ*/}

.bottom-menu li a {
    display: block;
    color:#808080;/*アイコン＆文字の色*/
    padding-top:10px;
    padding-bottom:5px;
    line-height:10px;
    text-decoration:none;}

.bottom-menu li .active {
    display: block;
    color:transparent;/*アイコン＆文字の色*/
    padding-top:10px;
    padding-bottom:5px;
    line-height:10px;
    text-decoration:none;
    background: repeating-linear-gradient( 90deg, #fc18e9 0 , #6200ff 100%);
    -webkit-background-clip: text;

  }


.bottom-menu li a:hover {
    color:#a9a9a9;/*マウスオーバー時の色*/}

/* === 展開メニュー === */

ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index:1;}

ul.menu-second-level li a{
    border-top:1px dashed #a9a9a9;/*展開の枠点線*/
        font-size:15px;/*展開メニューの文字サイズ*/
        line-height:30px;/*文字の縦幅*/}

.menu-second-level li a:hover {
    height:100%;
    background: lightgrey;/*マウスオーバーの色*/}

li.menu-width-max ul.menu-second-level {
    position: absolute;
    bottom: 47px;/*高さ*/
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding:0;}

li.menu-width-max:hover ul.menu-second-level {
    bottom: 47px;/*高さ*/
    visibility: visible;
    opacity: 1;}

li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;}





/*ズームイン*/

.zoomIn {
  animation: zoomIn 0.8s linear;
}


@keyframes zoomIn{
  0% {
      transform: scale(0);
  }
  80% {
    transform: scale(1.02);
  }
  100% {
      transform: scale(1);
  }
}


/*success*/

.s_box{
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.s_box .img_01{
  z-index: 99;
}

.s_box .img_02{
  z-index: 999;
}

/*m追加*/

.movie {
    padding: 5% 5% 2% 5%;
}
video {
    width: 100%;
}
/*==================================================
スライダー
===================================*/
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}
.slider {
    padding-left: 0;
}

/*==================================================
さらに稼ぐ
===================================*/
.select_img {
    display: flex;
	justify-content: space-between;
    padding: 2%;
}
.select_img_in {
    padding: 0 1%;
}
.select_txt {
    margin: 2% 0;
    background-color: #fff;
    color: #3d3d3d;
    border-radius: 30px;
}

#load1,#load2 {
    text-align: center;
  background: url(../img/bg.jpg) no-repeat 0 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  z-index: -999;
}
#load1 .logo {
    width: 70%;
    margin: 0 auto;
    padding: 20% 0;
}
#load2 .logo  {
    width: 30%;
    margin: 0 auto;
    padding: 20% 0;
}
#load1 .logo img,#load2 .logo img {
    width: 100%;
}
#load2 .loading {
    width: 80%;
    margin: 0 auto;
    padding: 5% 0 40%;
}
.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 20% auto 5%;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}


@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/****** Base style. ******/
body {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin: 0;
}

/*==================================================
loading
===================================*/
.loading {
    width: 50%;
    margin: 0 auto;
}
.loading img {
    width: 100%;
}

.pbb {
    margin-bottom: 30% !important;
}
.mbb {
    padding-bottom: 30% !important;
}

button {
    border:none;
    background-color: #fff;
}
