@charset "UTF-8";
/* CSS Document */
body {
  line-height: 2;
  font-size: 26px;
  color: #3e3e3e;
}
.bg_red {
  background: #9C2336;
}
.bg_orange {
  background: #D37E49;
}
.bg_tokucho {
  background: #fbfaf5;
}
.bg_green {
  background: #42646D;
}
.bg_shiyo {
  background: #f9f6f0;
}
.bg_ivory {
  background: #fff4d6;
}
.bg_white {
  background: #fff;
}
.bg_cta {
  background: #fcf4d6;
}
.bg_answer {
  background: #fcfbe7;
}
.bg03 {
  background: url("../img/bg03.png") no-repeat center top;
  background-size: contain;
}
.bg_main {
  background-color:#9C2336;
}
.bg_wall01 {
  background: url("../img/bg_wall01.jpg") repeat;
  padding-bottom: 50px;
}
.bg_wall02 {
  background: url("../img/bg_wall02.jpg") repeat;
}
.tokucho-waku {
  width: 100%;
  max-width: 800px;
  background-image: url("../img/tokucho-waku.png");
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 50px;
  padding-bottom: 106px;
  margin: 0 auto;
}
.nomikata-waku {
  width: 98%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 160px;
  background-image: url("../img/nomikata-waku.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.shiyo-waku {
  width: 98%;
  max-width: 800px;
  background: #fcf7f1;
  border-radius: 20px;
  margin: 0px auto;
  padding: 30px 0;
}
.shiyo-waku p, .shiyo-waku h5 {
  width: 96%;
  max-width: 700px;
  margin: 0 auto;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.block {
  display: block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.inner {
  width: 100%;
  text-align: center;
}
.inner-1100 {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
}
.inner-1000 {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}
.inner-800 {
  width: 96%;
  max-width: 800px;
  margin: 0 auto;
}
.inner-750 {
  width: 96%;
  max-width: 750px;
  margin: 0 auto;
}
.inner-700 {
  width: 96%;
  max-width: 700px;
  margin: 0 auto;
}
.inner-650 {
  width: 96%;
  max-width: 650px;
  margin: 0 auto;
}
.inner-600 {
  width: 96%;
  max-width: 600px;
  margin: 0 auto;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.flex-reverse {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs20 {
  font-size: 24px;
}
.fs24 {
  font-size: 24px;
}
.fs30 {
  font-size: 30px;
  line-height: 1.3;
}
.fs36 {
  font-size: 36px;
  line-height: 1.3;
}
.fc_orange {
  color: #D37E49;
}
.fc_green {
  color: #42646D;
}
.fc_red {
  color: #9C2336;
}
.fc_ivory {
  color: #fff4d6;
}
.fc_green {
  color: #4f646c;
}
.fc_white {
  color: #fff;
}
.bold {
  font-weight: bold;
}
.kaisei-Regular {
  font-family: 'Kaisei Opti', serif;
  font-weight: 400;
}
.kaisei-Medium {
  font-family: 'Kaisei Opti', serif;
  font-weight: 500;
}
.kaisei-Bold {
  font-family: 'Kaisei Opti', serif;
  font-weight: 700;
}
.underline {
  text-decoration: underline;
  color: #0001ff;
}
.underline_fc_orange {
  text-decoration: underline;
  color: #de6528;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
a img, a {
  transition: .5s;
}
a img:hover {
  opacity: 0.8;
}
a:hover {
  color: red;
}
.btn_yellow:hover {
  opacity: 0.8;
}
.btn_yellow:hover {
  color: red;
}
p.text {
  width: 96%;
  max-width: 800px;
  margin: 30px auto;
}
ul.text {
  width: 96%;
  max-width: 800px;
  margin: 0 auto;
}
/* 間隔　*/
.bg_main{
  padding:0;
}
#lead, .shokai, .shiyo, .bg_ivory {
  padding: 50px 0;
}
.tokucho {
  padding: 100px 0 50px;
}
.voice {
  padding: 100px 0 200px;
}
.voice .flex {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 40px;
}
.voice .flex img {
  margin-left: 5px;
  margin-right: 5px;
}
.tokucho .flex {
  justify-content: center;
}
.tokucho .flex img {
  margin: 60px 10px 30px;
}
.hyo{
	margin-bottom: 30px;
}
.tokucho .left {
  margin-bottom: 30px;
}
.tokucho .right {
  margin-top: -1.3em;
}
.tokucho-waku h2 {
  margin-top: -100px;
}
.course_minimum {
  padding: 50px 0;
}
.bg_orange .bg_white {
  margin-bottom: 60px;
  padding: 40px 0;
}
.title05 {
  margin-bottom: 30px;
}
.nomikata h5 {
  margin: 30px auto;
}
.nomikata .flex {
  margin-top: 10px;
  line-height: 1.3;
}
.nomikata .flex img {
  margin-right: 20px;
}
.nomikata .line-text {
  border-bottom: 3px solid #4f646c;
  border-top: 3px solid #4f646c;
  margin: 50px auto;
  font-size: 32px;
}
.sake-img {
  bottom: -50px;
  right: 4%;
  left: 40%;
}
.title01, .img01, .title02 {
  margin-bottom: 30px;
}
.shokai-cta {
    width: 96%;
    max-width: 800px;
	height: 896px;
    margin: 0 auto;
  background: url("../img/cta.png") no-repeat center top;
  background-size: contain;
	padding-top: 670px;
}
.shokai-title {
  display: none;
}

/* header */
header {
  padding: 20px;
  text-align:center;
}

.otodoke {
  border: 1px solid #1a766f;
  border-radius: 10px;
  text-align: left;
  padding: 40px 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.otodoke h3 {
  font-size: 24px;
  width: 96%;
  max-width: 650px;
  margin: 0 auto;
}
.otodoke h5 {
  font-size: 24px;
  width: 96%;
  max-width: 650px;
  margin: 0 auto;
}
.otodoke p {
  width: 96%;
  max-width: 650px;
  margin: 0 auto;
}
.minimum_doi, .minimum_card, .light_doi, .light_card, .standard_doi, .standard_card {
  margin-right: 15px;
  margin-left: 20px;
}
.chui {
  margin-left: 30px;
}
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 7px 10px;
  width: 90%;
  max-width: 700px;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  background: #f9d313;
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 20px solid #f9d313;
}
.balloon1 p {
  margin: 0;
  padding: 0;
}
.bg_course_minimum_img003 .text, .bg_course_light_img003 .text, .bg_course_standard_img003 .text {
  width: 96%;
  max-width: 650px;
  margin: 0 auto 20px;
}
.bg_course_minimum_img003 ul, .bg_course_light_img003 ul, .bg_course_standard_img003 ul {
  list-style: disc;
}
.bg_course_minimum_yellow .flex, .bg_course_light_green .flex, .bg_course_standard_orange .flex {
  max-width: 600px;
  width: 96%;
  margin: 0 auto 30px;
  justify-content: center;
  line-height: 1.5;
  align-items: start;
}
/* Q&A */
.toggle_contents{
	  font-size: 20px;
}
.toggle_title {
  position: relative;
  padding: 30px 50px 30px 120px;
  cursor: pointer;
  text-align: left;
  line-height: 1.7;
  min-height: 101px;
}
.toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
  display: block;
  content: '';
  background-color: #43646d;
  position: absolute;
  width: 23px;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toggle_btn:before {
  width: 3px;
  height: 23px;
}
.toggle_title.selected .toggle_btn:before {
  content: normal;
}
.toggle_contents dd {
  display: none;
  text-align: left;
  padding: 15px 15px 15px 113px;
  min-height: 101px;
}
.question dt {
  background: url(../img/question.png) no-repeat left center;
  min-height: 135px;
}
.question dd {
  background: #fffee8 url("../img/answer.png") no-repeat left top;
}
hr {
  border-color: #c1c1c1;
}
#footer {
  padding: 30px 0 160px;
  text-align: center;
}
#footer .flex {
  justify-content: center;
}
#footer .flex a {
  margin: 0 15px 30px;
  color: #fff;
}
.course_standard_img001 {
  margin: 30px auto;
}
/*ページトップ*/
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 110;
}
#pagetop a {
  display: block;
  background: #43646d;
  color: #fff;
  width: 55px;
  padding: 10px 5px;
  text-align: center;
}
a.link-kaiyaku{
	color: #00c4e7;
	text-decoration: underline;
}
#shitsumon{
	margin-bottom: 50px;
}
/*ボトムバナー*/
#bottombanner {
  height: 130px;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 -3px 10px 0 rgb(0 0 0 / 10%);
  width: 100%;
  text-align: center;
  padding: 13px 0 0;
  z-index: 100;
}
#bottombanner a {
  color: #fff;
  padding: 15px 30px;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  margin: 0 2%;
}
/*アコーディオン*/
.accordion {
  width: 94%;
  max-width: 800px;
  margin: 0 auto;
}
/* チェックボックスは非表示 */
.accordion-hidden {
  display: none;
}
/* Question部分 */
.accordion-open {
  display: block;
  cursor: pointer;
  margin: 12px auto 0;
  text-align: center;
  position: relative;
  font-size: 30px;
  font-weight: bold;
}
/* 一本は縦にして+を作る */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}
/* Answer部分 */
.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s; /* 表示速度の設定 */
}
/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  color: #000;
}
/* Q&A追加 */
.accordion_qa .kochira-tanppin {
  font-size: 40px;
  color: #1a766f;
  padding-bottom: 35px;
}
.accordion_qa .kochira {
  font-size: 40px;
  color: #bd1f22;
  padding-bottom: 35px;
}
.accordion_qa .Q::before {
  content: '';
  font-size: 2em;
  font-weight: bold;
  display: block;
  position: absolute;
  top: -.7em;
  left: -0.5em;
  color: #fff;
}
.accordion_qa .A {
  position: relative;
}
.accordion_qa .A .flex {
  align-items: flex-start;
}
.accordion_qa .A .flex.doi-area {
  align-items: center !important;
}
.accordion_qa .A::before {
  content: '';
  font-size: 1.2em;
  display: block;
  position: absolute;
  top: -.1em;
  left: 0;
}
.accordion table {
  align-items: center;
  margin: 0 auto 50px;
  line-height: 1.6;
}
.accordion td {
  vertical-align: middle;
  padding: 4px;
  font-size: 18px;
}
.accordion td p {
  border: 1px solid #000;
  border-radius: 6px;
  min-width: 5em;
  padding: 5px 0;
  text-align: center;
}
.accordion td.last p {
  background: #ebebeb;
}
.accordion-close h3, .accordion-close p {
  text-align: left;
}
.accordion-close p.center {
    text-align: center;
}
.accordion_qa .A h3{
  padding-top: 30px;
}
.sentaku {
  padding: 0 9px 2px;
  margin: 5px 20px 0 0;
  border: 1px solid #000;
}
.sentaku input {
  width: 1.2em;
  height: 1.2em;
}
.kazu {
  padding: 1px 0px;
  margin-left: 1em;
  margin-right: 0.5em;
  border: 1px solid #000;
  width: 3em !important;
  text-align: center;
}
select {
  text-transform: none;
  background: #eee;
  padding: 1px 7px;
}
.puru {
  animation-duration: 3s;
  animation-name: purupuru;
  animation-iteration-count: infinite;
}
@keyframes purupuru {
  0% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 4.2deg);
  }
  10% {
    transform: skew(-4deg, -3deg);
  }
  15% {
    transform: skew(3deg, 2.2deg);
  }
  20% {
    transform: skew(-2deg, -1.5deg);
  }
  25% {
    transform: skew(0.9deg, 0.9deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
  40% {
    transform: skew(-0.2deg, -0.2deg);
  }
  45% {
    transform: skew(0.1deg, 0.1deg);
  }
  50% {
    transform: skew(0deg, 0deg);
  }
}
#privacy-policy, #tokusho {
  padding: 100px 0;
}
#privacy-policy h1, #tokusho h1 {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
}
#privacy-policy h3, #tokusho h3 {
  font-size: 1.5em;
  margin-top: 30px;
  font-weight: bold;
  border-bottom: 1px solid #555;
  margin-bottom: 10px;
}
#privacy-policy h5, #tokusho h5 {
  font-size: 1.2em;
  font-weight: bold;
}
#tokusho dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}
#tokusho dt {
  width: 30%;
  text-align: left;
}
#tokusho dd {
  width: 70%;
  text-align: left;
}
.shitsumon01 img.answer-img001{
margin-bottom: 30px;
margin-top: 30px;
}
.shitsumon01 img.answer-img002{
margin-bottom: 30px;
margin-top: 30px;
}
.shitsumon01 .flex{
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 50px;
margin-top: 20px;
}
.shitsumon01 .flex p{
width: 49%;
}
@media screen and (max-width: 920px) {
img.title06,img.minimum_img, img.standard_img, img.course_clickpack,img.cta_bottom {
    width: 95%;
}
}
@media screen and (min-width: 800px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: 15px;
  }
  .bg_main {
    background-size: 15%;
  }
  .bg_main, .shokai, .shiyo, .bg_ivory {
    padding: 10px 0;
  }
  #lead {
    padding: 30px 0 0px;
  }
  header {
    padding: 10px;
  }
  header .logo {
    width: 30%;
  }
  #bottombanner img.float_banner {
    width: 60%;
  }
  img.main, img.img01, img.title02, img.title03, img.title04 {
    width: 90%;
  }
  img.title01, img.title05, img.course_minimum_img005, img.to_cart, img.course_light_img005, img.course_standard_img005, img.title07 {
    width: 90%;
  }
  img.logo02 {
    width: 50%;
  }
  img.cta, img.voice, img.tokucho_sp, img.nomikata_sp {
    width: 96%;
  }
  img.img02, img.img03, img.img04 {
    width: 100%;
  }
  .voice {
    padding: 35px 0 87px;
    font-size: 0.8rem;
  }
  .voice .flex p.img-box {
    width: 24%;
  }
  .voice .flex p.left {
    width: 75%;
  }
  .voice .inner-750 {
    width: 93%;
  }
  .voice .flex {
    justify-content: space-between;
  }
  .voice .flex {
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .voice .flex img {
    margin-left: -5px;
    margin-right: 0px;
  }
  img.img05 {
    width: 40%;
  }
  .shokai .float_banner {
    width: 80%;
  }
.shokai-cta {
	padding-top: 3vw;
	    height: 110vw;
}
  .sake-img {
    bottom: 17px;
    right: -6%;
    left: 47%;
  }
  .bg_wall01 {
    padding-bottom: 0px;
  }
  .shokai a {
    top: 80vw;
  }
  .course_minimum {
    padding: 20px 0;
  }
.tokucho {
    padding: 50px 0 50px;
}
.bg_orange .bg_white {
    margin-bottom: 30px;
}
  img.btn_white, img.btn_yellow {
    width: 90%;
  }
  img.course_standard_img001 {
    width: 30%;
    margin: 14px auto;
  }
  .question dt {
    min-height: auto;
  }
  #footer .flex a {
    margin: 0 8px 0px;
    font-size: 14px;
  }
  .fs36 {
    font-size: 20px;
  }
  .fs30 {
    font-size: 18px !important;
  }
  .fs20 {
    font-size: 18px !important;
  }
  .fs24 {
    font-size: 18px !important;
  }
  .mt40 {
    margin-top: 20px;
  }
  .accordion_qa .kochira-tanppin {
    font-size: 27px !important;
  }
  .bg_sec03_img004 {
    background: url(../img/bg_sec03_img004.jpg) no-repeat center center !important;
    padding: 10px 0 10px !important;
    margin: 30px auto !important;
    background-size: cover !important;
  }

  .toggle_title,.toggle_contents dd {
    padding: 30px 50px 30px 74px;
    font-size: 14px;
  }
  #bottombanner {
    height: 106px !important;
  }
  #footer {
    padding: 20px 0 94px !important;
    text-align: center !important;
  }
  .bg_sec05_img001 {
    padding-top: 215px !important;
    margin-bottom: 19px !important;
    background-size: cover !important;
  }
  .accordion_qa .kochira {
    font-size: 26px !important;
  }
  .accordion td {
    font-size: 13px !important;
  }
  .accordion td p {
    min-width: auto !important;
    padding: 5px 5px !important;
  }
  .bg_course_light_img003 ul, .bg_course_minimum_img003 ul, .bg_course_standard_img003 ul {
    padding-left: 1.3em !important;
  }
  .osusume {
    padding: 16px 9px 11px !important;
    height: 42px !important;
    font-size: 18px !important;
  }
  .bg_course_minimum_yellow .flex {
    margin: 0 auto 10px !important;
  }
  .course_minimum, .course_light, .course_standard {
    margin: 0 auto 30px !important;
  }
  .bg_white {
    padding: 10px 0px !important;
  }
  .situation_white .flex p:nth-child(2), .situation_green .flex p:nth-child(2) {
    margin-left: 13px !important;
  }
  .situation_white .flex, .situation_green .flex {
    padding: 8px 0 8px !important;
  }
  #bottombanner a {
    
    padding: 3vw 15vw;
  }
  #footer .flex {
    flex-wrap: wrap !important;
  }
  #footer .flex li {
    margin-bottom: 3px !important;
  }
  #sec05 .fs36 {
    font-size: 18px !important;
  }
  .kazu {
    margin-left: 0.5em !important;
    width: 4.5em !important;
  }
  #pagetop {
    bottom: 15px;
    right: 9px;
  }
  #pagetop a {
    width: 44px;
    padding: 10px 5px;
  }
  #privacy-policy, #tokusho {
    padding: 50px 0;
  }
  #tokusho dt {
    width: 35%;
    text-align: left;
  }
  #tokusho dd {
    width: 65%;
    text-align: left;
  }
  .otegaru {
    justify-content: space-between;
  }
  .shitsumon01 .flex {
    margin-top: 10px !important;
  }
  .shitsumon01 .flex p {
    width: 100% !important;
  }
  .shitsumon01 .flex img {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 768px) {
.question dt, .question dd {
    background-size: 9%;
	}}
@media screen and (max-width: 700px) {
.question dt, .question dd {
    background-size: 17%;
	}
#bottombanner {

    text-align: left;
}
#bottombanner img.float_banner {
    width: 70%;
}
#pagetop a {
    padding: 6px 5px;
}
.voice {
    padding: 0px 0 0px;
}
  #bottombanner {
    height: 74px !important;
  }
}

.menu, .menu span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
}

.menu {
  position: fixed;
  top: 20px;
  right: 25px;
  width: 35px;
  height: 22px;
  z-index: 10;
}

.menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d27e49;
  z-index: 10;
}

.menu span:nth-of-type(1) {
  top: 0px;
}

.menu span:nth-of-type(2) {
  top: 10px;
}

.menu span:nth-of-type(3) {
  bottom: 0px;
}

.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.menu.active span:nth-of-type(2) {
  opacity: 0;
}

.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
background-color: rgb(16 16 16 / 84%);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}

#nav.active {
  right: 0;
  opacity: 1;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

#nav ul {
  margin: 20px 0;
  padding: 20px 0;
}

#nav ul li {
  list-style-type: none;
}

#nav ul li a {
  display: block;
  padding: 15px 0;
  transition: all 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
#nav ul li a.otoiawase {
background: #3c9899;
	border-radius: 6px;
	padding: 5px;
	width: 8em;
	margin: 0 auto;
}
#nav ul li a:hover {
  color: #f65d5d;
}
.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}

.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
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; }
}
