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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&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: rgb(255, 255, 255);
  line-height: 1.7;
  font-size: 16px;
  margin: 0;
  background: rgb(83,83,83);
  background: linear-gradient(180deg, rgb(116, 116, 116) 0%, rgba(0,0,0,1) 100%);
  min-height: 100vh;
  background-attachment: fixed;
}

a {
  text-decoration: none;
}

/*
---------------------- common */
.wrapper{
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
}
.sec_wrap{
  margin-top: 0 auto 20vw;
}
.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: #ffeb02;
}

input::placeholder{
  color: #bbb;
}

.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: #000;
  padding: 3px;/*borderの太さ*/
  border-radius: 30px;
  width: 80%;
  margin: 10vw auto;
}
.rainbow-button-wrap {
  border-radius: 30px;
  background: #000;
  padding: 20px;
  width: 100%;
  font-size: 4vw;
  font-weight: 600;
  color: #fff;
  }


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

#login{
  text-align: center;
  background: #252627;
  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 h2{
  font-size:6vw;
  color: #525256;
}

#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: 1px solid rgb(77, 77, 77);
  background: #fff;
  border-radius: 30px;
  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: #252627;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  z-index: -999;

}

header{
  margin: 0;
}

.logo_inner{
  width: 100%;
  height: 18vw;
  text-align: left;
  margin: 0 auto 3vw;
  background: #000;
  position: relative;
}
.logo_inner img{
  position: absolute;
  left: 3vw;
  top: 2vw;
  width: 15vw;
}
.logo{
  padding: 0;
  margin: 0;
}
.account{
  margin: 4vw 0 4vw;
}
.account p{
  margin: 0;
}
.account .icon img{
  width: 20vw;
}
.account .name{
  color: #fff;
  font-size: 3.5vw;
}
#chart .plus_data{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #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(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(84, 86, 88) 100%);
  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: #000;
}
#chart .data_title{
  background:rgb(32, 34, 48);
  color: #fff;
  font-size: 4vw;
  border-top-left-radius: 1vw;
  border-top-right-radius: 1vw;
  padding: 2vw;
  font-weight: bold;
  margin-bottom:1vw;
}
#chart .data_box{
  width: 90%;
  height: calc(90% + 5vw);
  margin: 0 auto;
  padding: 0vw 0vw 3vw;
  border-radius: 1vw;
  background: rgb(24, 26, 40);
  box-shadow: rgb(101, 235, 199) 0px 0px 14px 0px;
  margin-bottom: 5.5vw;
  color: #fff;
}
.toggle_btn
#chart .data_box .pic{
  width:90%;
  height:90vw;
  margin: 5vw auto;
  padding: 0 0 ;
}


#chart .data_box p{
  text-align: right;
  margin-right: 9vw;
}



#chart .data_box .total{
  margin:0 auto 2vw;
  text-align: center;
  font-size: 8vw;
  border-radius: 1vw;
  font-weight: bold;
}
#chart .icon{
  color: #666;
}
#chart .label_text{
  color: #777;
  margin-left: 2vw;
}



#chart .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);
}
#chart .data_list{
  padding: 1vw 2vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  color: #222;
}
#chart .data_list p.soneki{
  width: calc(100% - 15vw /2);
  line-height: 8.3vw;
  border-bottom: 1px solid #ccc;
}
#chart .data_list p.a_id{
  width: calc(100% - 15vw /2);
  line-height: 8.3vw;
  padding-left: 4vw;
  border-bottom: 1px solid #ccc;
}
#chart .data_list p.icon{
  width: 15vw;
  border-bottom: 1px solid #ccc;
}

#chart{
  z-index: 0;
}


#chart .toggle_btn{
  padding: 1vw 2vw;
  background: #3A3D49;
  color: #697283;
  border: none;
  border-radius: 2vw;
}
#chart .toggle_btn.active{
  background: #FFEB02;
  color: #000;
  border: none;
}

#chart .data{
  margin: 16px;
  font-size: 17px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
}




/*
---------------------- notice */

#notice{
  text-align: center;
  background: #252627;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -999;


}

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

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

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

#notice .title {
  padding: 1px;/*borderの太さ*/
  border-radius: 30px;
  width: 80%;
  margin: 10vw auto 4vw;
  text-align: center;
}
#notice .title_in{
  border-radius: 30px;
  background: #000;/*背景を白*/
  padding: 0px;
  width: 100%;
  font-weight: bold;
  font-size: 6.5vw;
  font-weight: 600;
  color: #fff;
  }


#notice .text{
  margin: 0 8vw 3vw 8vw;
  padding:3vw;
  background-color: #ffffffc5;
}

.content

/* 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: #252627;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -999;
  color: #fff;

}

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

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


#mov .title {
  padding: 3px;/*borderの太さ*/
  border-radius: 30px;
  width: 80%;
  margin: 10vw auto 2vw;
  text-align: center;
}
#mov .title_in{
  border-radius: 30px;
  background: #000;/*背景を白*/
  padding: 2vw;
  width: 100%;
  font-weight: bold;
  font-size: 5vw;
  font-weight: 600;
  color: #fff;
  }



#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: 60%;
  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:  linear-gradient(90deg, #00C0FF 0%, #FFCF00 49%, #FC4F4F 80%, #00C0FF 100%);
  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 #303030;
  background-color: #ffffff;
  width:calc(32% - 10px);
  line-height: 12vw;
  border-radius: 10px;
  font-size: 4.8vw;
}

#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, #fffb21 0%, #ff7d32 10%, #ff0e4a 50%, #ff7d32 90%, #fffb21 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;
}






/*
---------------------- 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: 60%;
  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{
  margin: 0 6vw ;
  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: 60%;
  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 {
  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;
}
#success .title_in{
  border-radius: 30px;
  background: #ffffffdd;/*背景を白*/
  padding: 0px;
  width: 100%;
  font-weight: bold;
  font-size: 5vw;
  font-weight: 600;
  color: #333;
  }


#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: 5vw;
  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: 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;
}






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


#withdraw{
  text-align: center;
  background: #252627;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  z-index: -999;
}


#withdraw .main{
  background-color: #121224;
}

#withdraw .logo{
  text-align: left;
  width: 20%;
  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(32, 34, 48);
  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: rgb(24, 26, 40);
  box-shadow: rgb(101, 235, 199) 0px 0px 14px 0px;
  margin-bottom: 5.5vw;
}


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

#withdraw .main_data{
  font-size: 9vw;
  font-weight: 700;
  background: rgb(255,214,53);
  background: linear-gradient(90deg, rgba(255,214,53,1) -15%, rgba(252,255,49,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,214,53,1) -15%, rgba(252,255,49,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 6vw;
}

#withdraw .main{
}

#withdraw .draw_box{
  width: 80%;
  font-size: 4vw;
  margin: 5vw auto;
  padding: 0.5vw;
  border-radius: 3vw;
  background:  linear-gradient(90deg, #121224 0%,  #121224 100%);
  box-shadow: 0px 0px 15px -5px #ababab;
  margin-bottom: 5.5vw;
  color: #ffffff;
  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: #d1d1d1;
}

#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{
  color: rgb(73, 73, 73);
  font-size: 5.8vw;
  font-weight: 600;
  position: absolute;
  left: 12vw;
  top: 0vw;
  text-shadow: rgb(255, 255, 255) 1px 0 10px;
}

#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;
  background: linear-gradient(90deg, #1297e4 0%, #2124d6 20%, #2124d6 80%, #1297e4 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;
}


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



/*
---------------------- operation */
#operation{
  text-align: center;
  background: #1d1d1d;
  z-index: -999;
}

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

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

#operation .video{
  width: 100%;
  aspect-ratio: 16 / 8;
  padding: 0vw;

}

#operation .mov {
  width: 100%;
  height: auto;
  margin: 3vw auto;
}



#operation .title{
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 0;
  width:100%;
}



#operation .title .text_y{
  color: #ffee00;
  font-weight: 800;
}

#operation .wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}



#operation .box{
    box-shadow: rgb(101, 235, 199) 0px 0px 14px 0px;
    width: 88.5vw;
    margin: 0px auto 26px;
    border-radius: 24px;
    overflow: hidden;
    box-sizing: border-box;
    width: 80%;
}


@media screen and (min-width:600px){
  #operation .box{
    max-width:calc( 100% / 2 - 4vw );
}
}

#operation .box .title{
    background-color: rgb(32, 34, 48);
    font-size: 22px;
    position: relative;
}

#operation .box .symbol{
    padding: 10px 26px;
    font-size: 22px;
    position: absolute;
}


#operation .box .usdt{
    width: 52px;
    height: 52px;
}

#operation .type{
    margin:0 auto;
    padding: 4.5vw 8vw 4vw;

}

#operation .box .deteal{
  padding: 26px 26px 8px;
  background: rgb(24, 26, 40);
}

#operation .box .data{
    margin-bottom: 16px;
    font-size: 17px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

#operation .box .data p{
    display: flex;
    align-items: center;
    margin:1vw 0;
}

#operation .box .data .yen{
  font-size: x-large;
}


#operation .box .data .text_y{
    color: #ffee00;
}
#operation .box .data .text_g{
  color: #00ff37;
}



#operation .box .data .text_usdt{
  width:28px;
  height: auto;
  position: relative;
}

#operation .txt_s{
  font-size: 15.5px !important;
}


#operation section{
  padding-bottom:10vw;
}

#operation .toggle_btn{
  padding: 1vw 2vw;
  background: #3A3D49;
  color: #697283;
  border: none;
  border-radius: 2vw;
}
#operation .toggle_btn.active{
  background: #FFEB02;
  color: #000;
  border: 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, #000000 0%, #434445 30%, #434445 60%, #000000 100%);
    border-image-slice: 1;
    z-index:30;}

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

.bottom-menu li a {
    display: block;
    color:#a3a6ab;/*アイコン＆文字の色*/
    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: #FFEB02;
    -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;
}

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

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

