@charset "UTF-8";
/* CSS Document */
a {
  position: static
}
a:hover {
  text-decoration: none;
  opacity: 1
}
main {
  display: flex;
  flex-direction: column;
  width: 94%;
  min-height: calc(100vh - 60px);
  margin: 0px auto 40px auto;
  padding-top: 60px;
  z-index: 1;
}
.chart_contents {
  display: flex;
}
/* -----------top------------ */
main_top {
  width: 94%;
  flex-direction: column;
  margin: 0px auto 0px auto;
  padding-top: 70px;
  z-index: 1;
  background-color: #336
}
.chart_contents_top {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: calc(100vh - 150px);
  margin-top: 60px;
  min-height: 0%;
}
#bg_01 {
  width: 100%;
  height: 40%;
  margin: 0 auto 0 auto;
  background:
    url(../../chart/images/chart_top_01.jpg) repeat-x;
  background-size: cover;
}
#bg_02 {
  width: 100%;
  height: 40%;
  margin: 0 auto 0 auto;
  background:
    url(../../chart/images/chart_top_02.jpg) repeat-x;
  background-size: cover;
}
.start_area {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%);
  border-radius: 6px;
  opacity: 0;
  transition: opacity 1.5s
}
.start_area.app {
  opacity: 1
}
.start_title_e {
  font-size: 1.4rem;
  font-family: "UniversNextPro-Cond";
  line-height: 2rem;
  color: #fff;
  margin: 30px 0px 10px 0px;
}
.start_title {
  font-size: 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.4rem;
  color: #fff;
  margin: 0px 0px 0px 0px;
}
.top_icon {
  text-align: center;
  width: 60%;
  margin: 10px 0px 10px 0px;
}
.top_txt_body {
  width: 86%;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 0px 0px 20px 0px;
  color: #fff
}
.b_start {
  text-align: center;
  width: 80%;
  border-radius: 4px;
  padding: 12px 15px 8px 15px;
  font-family: "UniversNextPro-Cond";
  letter-spacing: 0rem;
  font-size: 2.8rem;
  margin: 0px 0px 25px 0px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  transition: background-color 0.3s
}
.b_start:hover {
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  opacity: 1
}
/* --------------------- */
.navi_title {
  text-align: center;
  font-family: "UniversNextPro-BoldCond";
  margin: 20px 50px 10px 50px;
  font-size: 1.4rem; letter-spacing: 0rem;
}
.ctn_title {
  text-align: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin: 0px 50px 25px 50px;
  font-size: 2rem;
  line-height: 2.4rem;
}
.chart_left {
  display: none;
}
.chart_right {
  flex: 0 1 100%;
}
.chart_Q {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px 20px 0px;
  padding: 4px 50px 4px 0px;
  height: 50px;
  background-color: #e5e8ec;
  border-radius: 6px;
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.4rem;
  color: #000
}
.chart_Q.q_top {
  padding: 0px 50px 0px 50px;
}
.chart_R {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 20px 0px;
  height: 60px;
  background-color: #676767;
  border-radius: 6px;
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.4rem;
  color: #fff
}
.chart_Q .chart_QR_txt {
  flex: 1 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.chart_QR_back {
  width: 50px;
  height: 50px;
  background: url(../../chart/images/b_back.svg) 0px 0px / 50px 50px no-repeat;
  cursor: pointer;
}
.chart_QR_back:hover {
  background: url(../../chart/images/b_back.svg) -3px 0px / 50px 50px no-repeat;
}
.chart_QR_back_question {
  width: 50px;
  height: 50px;
  background: url(../../chart/images/b_back_bk.svg) 0px 0px / 50px 50px no-repeat;
  cursor: pointer;
}
.chart_QR_back_question:hover {
  background: url(../../chart/images/b_back_bk.svg) -3px 0px / 50px 50px no-repeat;
}
.chart_QR_back_question.no_arr {
  width: 50px;
  height: 50px;
  background: url(../../chart/images/b_back_bk.svg) -50px 0px / 50px 50px no-repeat;
  cursor: auto
}
.chart_QR_icon {
  width: 60px;
}
.arr_area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0px 0px 0px;
}
a .dic_QR_back_bottom {
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 50px;
  margin: 0px 10px 0px 0px;
  letter-spacing: 0rem;
  height: 3rem;
  font-size: 1.2rem;
  color: #000;
  background: url(../../chart/images/b_back_bk.svg) 0px center/ 50px 50px no-repeat;
  cursor: pointer;
  text-decoration: none;
  opacity: 1
}
a .dic_QR_beginning {
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 50px;
  margin: 0px 0px 0px 10px;
  letter-spacing: 0rem;
  height: 3rem;
  font-size: 1.2rem;
  color: #000;
  background: url(../../chart/images/b_back_bk.svg) 0px center/ 50px 50px no-repeat;
  cursor: pointer;
  text-decoration: none;
  opacity: 1
}
a .dic_QR_back_bottom:hover, a .dic_QR_beginning:hover {
  background: url(../../chart/images/b_back_bk.svg) -3px center / 50px 50px no-repeat;
  text-decoration: none;
  opacity: 1
}
/* -----------question------------ */
.chart_question_area {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.b_question {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1%;
  border-radius: 4px;
  background-color: #4d4d4d
}
.b_question_txt {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  margin-top: 4%;
  padding: 0px 8% 0px 8%;
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.4rem;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
}
.b_question_icon {
  flex: 0 0 80px;
  margin-bottom: 1vh
}
.b_question_icon img {
  width: 80px;
}
.chart_question_area .b_question:nth-child(even) {
  background-color: #676767
}
.b_question:hover, .chart_question_area .b_question:nth-child(even):hover {
  background-color: #2C2C2C
}
.l_hight {}
/* -----------result------------ */
.chart_result_area {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.wireless_area {
  position: relative;
	 align-self: stretch;
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
  border-radius: 6px;
  margin: 0px 0px 10px 0px;
  padding: 45px 20px 30px 30px;
  overflow: hidden;
  background-color: #e3e3e3;
}
.label_wireless {
  position: absolute;
  top: 0px;
  left: 20px;
  border-radius: 0px 0px 4px 4px;
  padding: 8px 15px 4px 15px;
  font-family: "UniversNextPro-Cond";
  letter-spacing: 0rem;
  font-size: 1.6rem;
  color: #000;
  background-color: #f3f3f3;
}
.wired_area {
  position: relative;
	 align-self: stretch;
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
  border-radius: 6px;
  margin: 0px 0px 10px 0px;
  padding: 45px 30px 30px 20px;
  overflow: hidden;
  background-color: #f2f2f2
}
.label_wired {
  position: absolute;
  top: 0px;
  right: 20px;
  border-radius: 0px 0px 4px 4px;
  padding: 8px 15px 4px 15px;
  font-family: "UniversNextPro-Cond";
  letter-spacing: 0rem;
  font-size: 1.6rem;
  color: #000;
  background-color: #DFDFDF;
}
/*.area_center {
  align-self: center;
}
.area_left {
  align-self: flex-start;
}
.area_stretch {
  align-self: stretch;
  justify-content: space-around
}*/
.thumb_product {
  position: relative;
  height: 100px;
  width: 100px;
  margin: 5px 10px 15px 0px;
  border-radius: 8px;
  overflow: hidden;
  transition: background-color 0.5s
}
.wireless_area .thumb_product:hover {
  border-radius: 8px;
  background-color: #f3f3f3
}
.wired_area .thumb_product:hover {
  border-radius: 8px;
  background-color: #fff
}
.thumb_product img {
  position: absolute;
  top: 0px;
  transition: left 2s
}
.p_01 {
  left: 120px;
}
.p_02 {
  left: 240px;
}
.p_03 {
  left: 360px;
}
.p_04 {
  left: 480px;
}
.p_05 {
  left: 600px;
}
.thumb_product.p_app img {
  left: 0px;
}
/* -----------modal------------ */
#modal-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #eeeeee;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  cursor: pointer
}
#modal-win {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh; /*リサイズ時センター */
  position: absolute;
}
#modal-win-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 201;
}
#modal-win-inner > * {
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}
#ch_01, #ch_02, #ch_03, #ch_04, #ch_05, #ch_06, #ch_07, #ch_08, #ch_09, #ch_10, #ch_11, #ch_12, #ch_13, #ch_14, #ch_15, #ch_16, #ch_17, #ch_18, #ch_19, #ch_20 {
  display: none;
  width: 100vw;
  height: 70vh;
	overflow: visible
}
.base_left {
  position: relative;
  flex: 0 0 5%;
  display: flex;
  background-color: rgba(255, 255, 255, 1);  cursor: pointer;
}
.base_right {
  position: relative;
  flex: 0 0 5%;
  display: flex;
  background-color: rgba(255, 255, 255, 1);  cursor: pointer;
}
.base_center {
  flex: 0 0 88%;
  margin: 0px 1% 0px 1%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;

}
.r_title_area {
  flex: 0 1 90%;
  min-height: 50px;
}
.r_title {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.2rem;
  border-radius: 0px 0px 3px 3px;
}
.r_title_txt {
  padding: 0px 50px 0px 50px;
}
.product_base {
  flex: 0 1 90%;
  height: calc(100% - 50px);
  min-height: 0%;	padding-bottom: 4px;

}
.b_next {
  position: absolute;
  top: 50%;
  left: -26px;
  margin-top: -30px;
  height: 60px;
  width: 60px;

  background: url(../../chart/images/b_arr_right.svg) #eee 10px center/ 30px 30px no-repeat;
  cursor: pointer;
}
.b_next:hover {
  background: url(../../chart/images/b_arr_right.svg) #ddd 10px center/ 30px 30px no-repeat;
  cursor: pointer;
}
.b_prv {
  position: absolute;
  top: 50%;
  right: -26px;
  margin-top: -30px;
  height: 60px;
  width: 60px;

  background: url(../../chart/images/b_arr_left.svg) #eee 20px center/ 30px 30px no-repeat;
  cursor: pointer;
}
.b_prv:hover {
  background: url(../../chart/images/b_arr_left.svg) #ddd 20px center/ 30px 30px no-repeat;
  cursor: pointer;
}
.modal-close {
  position: fixed;
  top: -1px;
  right: 10px;
  display: flex;
  align-items: center;
  padding: 20px 40px 10px 10px;
  border: #333 1px solid;
  font-family: "UniversNextPro-Cond";
  letter-spacing: 0rem;
  font-size: 2rem;
  color: #000;
  background: url(../../chart/images/b_close.svg) #fff right center/ 40px 40px no-repeat;
  cursor: pointer;
  z-index: 202;
}
.modal-close:hover {
  background: url(../../chart/images/b_close.svg) #eee right center/ 40px 40px no-repeat;
}
/* -----------product------------ */
.product_wrap {
  display: flex;
  flex-direction: column;

  justify-content: space-between;
  height: 94%;
  padding: 10px 4% 10px 4%;

}
.product_txt_area {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
	align-items: center;
  margin: 10px 0px 0px 0px;
}
.product_txt_type {
  margin: 0px 0px 0.6rem 0px;
 font-family: "FP-ヒラギノ角ゴ ProN W6","Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
		font-weight: 600;
  letter-spacing: 0rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.product_txt_model {
  margin: 0.5rem 0px 0.8rem 0px;
font-family: "UniversNextPro-Cond";

  font-size: 2.6rem;
  line-height: 3rem;
  word-break: break-all; letter-spacing: 0rem;

}
.product_txt_body {
  margin: 0px 0px 5px 0px;
 font-family: "FP-ヒラギノ角ゴ ProN W6","Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
		font-weight: 600;
  letter-spacing: 0rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.product_image {
  flex: 0 1 50%;
  width: 100%;
  min-height: 100px;
  align-self: center;
  flex-direction: column;
  text-align: center;
  margin: 0px 0px 10px 0px;
}
.product_image img {}
.b_detail {
  flex: 0 0 auto;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 50px;
  margin: 0px 0px 10px 0px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  background: url(../../chart/images/b_window.svg) #fff right center/ 50px 50px no-repeat;  border: #000 1px solid;
  cursor: pointer;
	 font-family: "FP-ヒラギノ角ゴ ProN W6","Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
		font-weight: 600;
}
.b_detail:hover {
  background: url(../../chart/images/b_window.svg) #000 right center/ 50px 50px no-repeat;
	color: #fff;
}
@media screen and (max-height: 550px) {
  .product_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 20px 4% 10px 4%;
  }
  .product_txt_area {
    flex: 0 1 100%;
    display: flex;
    flex-direction: column;
    margin: 0px 0px 0px 0px;
  }
  .product_txt_type {
    margin: 0px 0px 0.8rem 0px;
    letter-spacing: 0rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  }
  .product_txt_model {
    margin: 0px 0px 1rem 0px;
font-family: "UniversNextPro-Cond";

    font-size: 2.6rem;
    line-height: 3rem; letter-spacing: 0rem;
  }
  .product_txt_body {
    margin: 0px 0px 0px 0px;

    letter-spacing: 0rem;
  font-size: 1.2rem;
  line-height: 2.2rem;
  }
  .product_image {
    flex: 0 1 55%;
    justify-content: center;
    margin: 0px 0px 0px 0px;
    height: 70%;
    min-height: 100px
  }
  .b_detail {
    flex: 0 0 40%;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-weight: 500;
    letter-spacing: 0rem;
    font-size: 1.2rem;
    color: #000;
 background: url(../../chart/images/b_window.svg) #fff right center/ 20px 20px no-repeat;
    border: #000 1px solid;
    cursor: pointer;
  }
	.b_detail:hover {
  background: url(../../chart/images/b_window.svg) #000 right center/ 20px 20px no-repeat;
	color: #fff;
}
}
/* -----------co------------ */
.c_R11111 {
  background: url(../../chart/images/icon_chart_woofer.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R11112 {
  background: url(../../chart/images/icon_chart_hi.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R11113 {
  background: url(../../chart/images/icon_chart_live.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R11114 {
  background: url(../../chart/images/icon_chart_note.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R11121 {
  background: url(../../chart/images/icon_chart_canal.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R11122 {
  background: url(../../chart/images/icon_chart_inner.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R11123 {
  background: url(../../chart/images/icon_chart_fit.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R1113 {
  background: url(../../chart/images/icon_chart_nc.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R1114 {
  background: url(../../chart/images/icon_chart_env.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R112 {
  background: url(../../chart/images/icon_chart_mov.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R113 {
  background: url(../../chart/images/icon_chart_run.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R121 {
  background: url(../../chart/images/icon_chart_guitar.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R122 {
  background: url(../../chart/images/icon_chart_call.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R1231 {
  background: url(../../chart/images/icon_chart_LR.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R1232 {
  background: url(../../chart/images/icon_chart_single.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R124 {
  background: url(../../chart/images/icon_chart_radio.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R125 {
  background: url(../../chart/images/icon_chart_wok.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R21111 {
  background: url(../../chart/images/icon_chart_woofer.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R21112 {
  background: url(../../chart/images/icon_chart_hi.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R21113 {
  background: url(../../chart/images/icon_chart_note.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R21114 {
  background: url(../../chart/images/icon_chart_org.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R2112 {
  background: url(../../chart/images/icon_chart_color.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R212 {
  background: url(../../chart/images/icon_chart_mov.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R2211 {
  background: url(../../chart/images/icon_chart_note.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R2212 {
  background: url(../../chart/images/icon_chart_sofa.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R2213 {
  background: url(../../chart/images/icon_chart_place.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R22141 {
  background: url(../../chart/images/icon_chart_silence.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R22142 {
  background: url(../../chart/images/icon_chart_natural.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R22143 {
  background: url(../../chart/images/icon_chart_time.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R2221{
  background: url(../../chart/images/icon_chart_pc.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R2222 {
  background: url(../../chart/images/icon_chart_PS5.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R2223 {
  background: url(../../chart/images/icon_chart_switch.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R2224 {
  background: url(../../chart/images/icon_chart_SP.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R2231 {
  background: url(../../chart/images/icon_chart_studio.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R2232 {
  background: url(../../chart/images/icon_chart_STD.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R2241{
  background: url(../../chart/images/icon_chart_PRM.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R2242 {
  background: url(../../chart/images/icon_chart_clstd.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R225 {
  background: url(../../chart/images/icon_chart_piano.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R2261 {
  background: url(../../chart/images/icon_chart_wireless.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R2262 {
  background: url(../../chart/images/icon_chart_wired.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}
.c_R227 {
  background: url(../../chart/images/icon_chart_mov.svg) #5B5B5B right center/ 50px 50px no-repeat;
  color: #fff
}

/*.blink-01 {
  animation: flash01 2s linear infinite;
}
@keyframes flash01 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
.blink-02 {
  animation: flash02 2s linear infinite;
}
@keyframes flash02 {
  0%, 100% {
    opacity: 0.4;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0.2;
  }
}
.blink-03 {
  animation: flash03 2s linear infinite;
}
@keyframes flash03 {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}
.blink-04 {
  animation: flash04 2s linear infinite;
}
@keyframes flash04{
  0%, 100% {
    opacity: 0.6;
  }
  25% {
    opacity: 0.2;
  }
  75% {
    opacity: 1;
  }
}*/