@charset "UTF-8";

/*
	FONT
==============================================================================*/
@font-face {
  font-family: "noto-m";
  src: url(/common/font/NotoSerifCJKjp-Medium.woff) format("woff");
}
@font-face {
  font-family: "noto-l";
  src: url(/common/font/NotoSerifCJKjp-Light.woff) format("woff");
}
#contents_wrap section,
.noto-m{
  font-family: noto-m, sans-serif;
}
.noto-l{
  font-family: noto-l, sans-serif;
}

/*
  FIRST KEY VISUAL
==============================================================================*/
#first_key_visual{
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#first_key_visual img{
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -165px 0 0 -230px;
  width: auto;
}
@media screen and (max-width: 749px) {
  #first_key_visual{
    display: none;
  }
}

/*
	SECTION
==============================================================================*/
#contents_wrap{
  opacity: 0;
}
#contents_wrap section{
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 960px;
  overflow: hidden;
}
#contents_wrap section > *{
  position: absolute;
  left: 50%;
  top: 50%;
}
#contents_wrap section > .img{
  float: right;
  position: relative;
  top: inherit;
  left: inherit;
  margin: 0 0 0 20px;
  padding: 40px 100px 40px 0;
  height: 100%;
  text-align: right;
}
#contents_wrap section > .img p{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#contents_wrap section > .img img{
  width: auto;
  height: 100%;
  max-height: 800px;
}
#contents_wrap section .btn{
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0 1px 1px 0;
  line-height: 0;
}
#contents_wrap section .btn a{
  display: block;
  border: 1px solid #333333;
  width: 200px;
  height: 50px;
  text-align: center;
}

@media screen and (min-width: 750px) {
  #contents_wrap section .btn a:hover{
    opacity: .8 !important;
    text-decoration: underline;
  }
  #contents_wrap section .btn a:hover:after{
    position: absolute;
    left: 50%;
    bottom: 18px;
    content: '';
    border-bottom: 1px solid #333333;
    display: block;
    margin: 0 0 0 -55px;
    width: 100px;
    height: 1px;
  }
}

#contents_wrap section .btn > span{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 200px;
  height: 100%;
  background-color: #333333;
}
#contents_wrap section .btn a span{
  background: url(/common/img/icon_arrow_l.png) no-repeat 91% center;
  background-size: 13px auto;
  display: block;
  height: 50px;
  padding: 18px 10px 0 0;
  overflow: hidden;
}
#contents_wrap section .btn img{
  width: auto;
  height: 13px;
}
#contents_wrap section .btn.white > span{
  background-color: #ffffff;
}
#contents_wrap section .btn.white a{
  border: 1px solid #ffffff;
}
@media screen and (min-width: 750px) {
  #contents_wrap section .btn.white a:hover:after{
    border-bottom: 1px solid #ffffff;
  }
}
#contents_wrap section .btn.white a span{
  background-image: url(/common/img/icon_arrow_white_l.png);
}

#contents_wrap section .btn.red > span{
  background-color: #ffffff;
}
#contents_wrap section .btn.red a{
  opacity: 0;
  background-color: #D83838;
  border: none;
}
@media screen and (min-width: 750px) {
  #contents_wrap section .btn.red a:hover:after{
    border-bottom: 1px solid #ffffff;
  }
}
#contents_wrap section .btn.red a span{
  background-image: url(/common/img/icon_arrow_white_l.png);
}

#contents_wrap section .box h2{
  font-family: noto-l, sans-serif;
  margin: 25px 0 0;
  font-size: 4.4rem;
}
#contents_wrap section .box .label{
  display: inline-block;
  border-left: 1px solid #333333;
  width: 60px;
  padding: 10px;
  text-align: center;
}
#contents_wrap section .box .label img{
  width: auto;
  height: 22px;
}
#contents_wrap section .box .txt{
  margin: 25px 0 0;
  font-size: 2.0rem;
  line-height: 2;
}
#contents_wrap section .box .btn{
  margin: 40px 0 0;
}
#contents_wrap section .box.white{
  top: inherit;
  right: 0;
  bottom: 0;
  left: inherit;
  background-color: rgba(0,0,0,.5);
  width: 55%;
  height: 70%;
  padding: 50px;
  color: #ffffff;
}
#contents_wrap section .box.white .label{
  border-left: 1px solid #ffffff;
}
@media screen and (max-width: 1330px) {
  #contents_wrap section .box .txt{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  #contents_wrap section{
    min-width: 100%;
  }
  #contents_wrap section > *{
    position: relative;
    left: inherit;
    top: inherit;
  }
  #contents_wrap section > .img{
    float: none;
    margin: 0;
    padding: 3.1%;
  }
  #contents_wrap section > .img img{
    width: 100%;
    height: auto;
  }
  #contents_wrap section .btn{
    display: block;
  }
  #contents_wrap section .btn > span{
    width: 100%;
  }
  #contents_wrap section .btn a{
    width: 100%;
    height: auto;
  }
  #contents_wrap section .btn a span{
    background-position: right center;
    background-size: 10px auto;
    display: inline-block;
    padding: 15px 20px;
    width: auto;
    height: auto;
  }
  #contents_wrap section .btn img{
    height: 10px;
  }
  #contents_wrap section .box{
    padding: 20px 3.1%;
  }
  #contents_wrap section .box h2{
    margin: 10px 0 0;
    font-size: 2.9rem;
  }
  #contents_wrap section .box .label{
    width: auto;
    padding: 4px 7px;
    text-align: left;
  }
  #contents_wrap section .box .label img{
    width: auto;
    height: 12px;
  }
  #contents_wrap section .box .txt{
    margin: 10px 0 0;
    font-size: 1.2rem;
  }
  #contents_wrap section .box .btn{
    margin: 20px 0 0;
  }
  #contents_wrap section .box.white{
    right: inherit;
    bottom: inherit;
    background-color: rgba(0,0,0,.8);
    width: auto;
    height: auto;
    padding: 20px 3.1%;
  }
}

/*
	OVERWRAP
==============================================================================*/
#contents_wrap .overwrap{
  background-color: #ffffff;
  border-top: 2px solid #364854;
  position: fixed;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
#contents_wrap .overwrap_inner{
  overflow-y: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
#contents_wrap .overwrap h3{
  font-family: noto-l, sans-serif;
  position: relative;
  height: 50px;
  margin: 40px 0;
  padding: 2px 0 0 95px;
  border-left: 1px solid #333333;
  font-size: 3.6rem;
  line-height: 1.2;
}
#contents_wrap .overwrap h3 img{
  position: absolute;
  left: 25px;
  top: 10px;
  width: auto;
  height: 30px;
}
#contents_wrap .overwrap .main{
  margin: 0 0 80px;
  overflow: hidden;
}
#contents_wrap .overwrap .main .img{
  float: left;
  width: 27%;
}
#contents_wrap .overwrap .main .txt{
  float: right;
  width: 69%;
  font-size: 1.8rem;
  line-height: 2;
}
#contents_wrap .overwrap .main .txt p{
  margin: 0 0 30px;
}
#contents_wrap .overwrap .main .txt p.note{
  font-size: 1.6rem;
}
#contents_wrap .overwrap .body{
  margin: 40px 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#contents_wrap .overwrap .close{
  background: url(/common/img/icon_close.png) no-repeat center center;
  background-size: 26px auto;
  border: 1px solid #777777;
  display: block;
  width: 60px;
  height: 60px;
}
#contents_wrap .overwrap .close.top{
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
#contents_wrap .overwrap .close.bottom{
  margin: 0 auto 40px;
}
@media screen and (max-width: 749px) {
  #contents_wrap .overwrap{
    z-index: 10001;
  }
  #contents_wrap .overwrap h3{
    height: 25px;
    margin: 15px 0;
    padding: 2px 0 0 47px;
    font-size: 1.8rem;
  }
  #contents_wrap .overwrap h3 img{
    left: 12px;
    top: 5px;
    height: 15px;
  }
  #contents_wrap .overwrap .main{
    margin: 22px 0;
  }
  #contents_wrap .overwrap .main .img{
    float: none;
    margin: 0 auto;
    width: 60%;
  }
  #contents_wrap .overwrap .main .txt{
    float: none;
    width: auto;
    font-size: 1.1rem;
  }
  #contents_wrap .overwrap .main .txt p{
    margin: 20px 0;
  }
  #contents_wrap .overwrap .main .txt p.note{
    font-size: 0.8rem;
  }
  #contents_wrap .overwrap .body{
    margin: 20px 0;
  }
  #contents_wrap .overwrap .close{
    background-size: 17px auto;
    width: 40px;
    height: 40px;
  }
  #contents_wrap .overwrap .close.top{
    right: 10px;
    top: 10px;
  }
  #contents_wrap .overwrap .close.bottom{
    margin: 0 auto 20px;
  }
}

/*
	SECTION TOP
==============================================================================*/
#section-top{
  background-color: #FFFFFF;
}
#section-top video{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#section-top h1{
  margin: -225px 0 0 -230px;
}
#section-top .btn{
  margin: 135px 0 0 -100px;
}
#section-top .scroll{
  margin: 0 0 0 -12px;
  top: inherit;
  bottom: 12px;
}
@media screen and (max-width: 749px) {
  #section-top{
    background-image: url(/img/special/top_bg.jpg);
    padding: 55px 6.25% 65px;
  }
  #section-top video{
    display: none;
  }
  #section-top h1{
    margin: 0 auto;
    width: 230px;
  }
  #section-top .btn{
    margin: 35px 0 0;
  }
  #section-top .scroll{
    display: none;
  }
}
#section-top-youtube{
  position: relative;
	padding: 0 0 56.25%;
	height: 0;
	overflow: hidden;
}
#section-top-youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*
	SECTION 01
==============================================================================*/
#contents_wrap #section-01{
  background-image: url(/img/special/01_bg.jpg);
  background-position: right center;
  background-size: contain;
}
#section-01 .box{
  margin: -165px 0 0 -44%;
}
@media screen and (max-width: 749px) {
  #contents_wrap #section-01{
    background: none;
  }
  #section-01 .box{
    margin: 0;
  }
}

#section-01 .overwrap .body{
  padding: 80px 0 65px;
  text-align: center;
}
#section-01 .overwrap .body .logo{
  margin: 0 auto;
  width: 430px;
}
#section-01 .overwrap .body .txt{
  margin: 70px 0 0;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 749px) {
  #section-01 .overwrap .body{
    padding: 35px 0 30px;
  }
  #section-01 .overwrap .body .logo{
    width: 71.5%;
  }
  #section-01 .overwrap .body .txt{
    margin: 35px 0 0;
    font-size: 1.0rem;
  }
}

/*
	SECTION 02
==============================================================================*/
#section-02{
  background-image: url(/img/special/02_bg.jpg);
}
@media screen and (max-width: 749px) {
  #section-02{
    background: none;
  }
}

#section-02 .overwrap .body{
  padding: 60px 0 70px;
  text-align: center;
}
#section-02 .overwrap .body .txt{
  margin: 0 0 15px;
  font-size: 1.8rem;
  line-height: 2;
}
#section-02 .overwrap .body .logo{
  margin: 50px auto 0;
  width: 572px;
}
@media screen and (max-width: 749px) {
  #section-02 .overwrap .body{
    padding: 40px 0 47px;
  }
  #section-02 .overwrap .body .txt{
    margin: 0 0 10px;
    font-size: 1.0rem;
  }
  #section-02 .overwrap .body .logo{
    margin: 30px auto 0;
    width: 95%;
  }
}

/*
	SECTION 03
==============================================================================*/
#contents_wrap #section-03{
  background-image: url(/img/special/03_bg.jpg);
  background-position: right center;
  background-size: contain;
}
#section-03 .box{
  margin: -190px 0 0 -44%;
}
@media screen and (max-width: 749px) {
  #contents_wrap #section-03{
    background: none;
  }
  #section-03 .box{
    margin: 0;
  }
}

#section-03 .overwrap .body{
  border-top: none;
  padding: 0 0 60px;
}
#section-03 .overwrap .body ul{
  overflow: hidden;
}
#section-03 .overwrap .body ul li{
  float: left;
  width: 32.5%;
}
#section-03 .overwrap .body ul li + li{
  margin: 0 0 0 1.25%;
}
@media screen and (max-width: 749px) {
  #section-03 .overwrap .body{
    padding: 0 0 20px;
  }
  #section-03 .overwrap .body ul li{
    float: none;
    margin: 0 auto;
    width: 71.5%;
  }
  #section-03 .overwrap .body ul li + li{
    margin: 10px auto 0;
  }
}

/*
	SECTION 04
==============================================================================*/
#section-04{
  background-image: url(/img/special/04_bg.jpg);
}
@media screen and (max-width: 749px) {
  #section-04{
    background: none;
  }
}

#section-04 .overwrap .body{
  border-top: none;
  padding: 0 0 40px;
  overflow: hidden;
  line-height: 2;
}
#section-04 .overwrap .body > div{
  border-right: 1px solid #DDDDDD;
  float: left;
  padding: 0 3% 0 0;
  width: 50%;
}
#section-04 .overwrap .body > div + div{
  border-right: none;
  padding: 0 0 0 3%;
}
#section-04 .overwrap .body h4{
  margin: 0 0 20px;
  font-size: 2.4rem;
}
#section-04 .overwrap .body dl{
  overflow: hidden;
}
#section-04 .overwrap .body dl dt{
  float: left;
  width: 32.8%;
}
#section-04 .overwrap .body dl dd{
  float: right;
  width: 63%;
  font-size: 1.6rem;
}
#section-04 .overwrap .body .note{
  margin: 15px 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 749px) {
  #section-04 .overwrap .body{
    padding: 0 0 10px;
  }
  #section-04 .overwrap .body > div{
    border-top: 1px solid #DDDDDD;
    border-right: none;
    float: none;
    padding: 15px 0;
    width: auto;
  }
  #section-04 .overwrap .body > div + div{
    border-right: none;
    padding: 15px 0;
  }
  #section-04 .overwrap .body h4{
    margin: 0 0 5px;
    font-size: 1.4rem;
  }
  #section-04 .overwrap .body dl dt{
    width: 33%;
  }
  #section-04 .overwrap .body dl dd{
    font-size: 1.0rem;
  }
  #section-04 .overwrap .body .note{
    margin: 7px 0 0;
    font-size: 0.8rem;
  }
}

/*
	SECTION 05
==============================================================================*/
#section-05{
  background-image: url(/img/special/05_bg.jpg);
}
#section-05 .box{
  left: 0;
  margin: -70px 0 0;
  width: 100%;
  text-align: center;
}
#contents_wrap #section-05 .box .btn{
  margin: 40px auto 0;
  width: 201px;
  text-align: left;
}
@media screen and (max-width: 749px) {
  #section-05{
    background: none;
  }
  #section-05 .box{
    left: inherit;
    margin: 0;
    text-align: left;
  }
  #contents_wrap #section-05 .box .btn{
    margin: 20px auto 0;
    width: auto;
  }
}

#section-05 .overwrap .body{
  border-top: none;
  padding: 0 0 80px;
  overflow: hidden;
  line-height: 2;
}
#section-05 .overwrap .body > div{
  float: left;
  width: 32.6%;
}
#section-05 .overwrap .body > div + div{
  margin: 0 0 0 1.1%;
}
#section-05 .overwrap .body h4{
  margin: 25px 0 5px;
  font-size: 2.4rem;
}
#section-05 .overwrap .body .txt{
  font-size: 1.6rem;
}
@media screen and (max-width: 749px) {
  #section-05 .overwrap .body{
    border-top: 1px solid #DDDDDD;
    padding: 0 0 10px;
  }
  #section-05 .overwrap .body > div{
    float: none;
    margin: 20px auto;
    width: 71.5%;
  }
  #section-05 .overwrap .body > div + div{
    margin: 20px auto;
  }
  #section-05 .overwrap .body h4{
    margin: 10px 0 0;
    font-size: 1.2rem;
  }
  #section-05 .overwrap .body .txt{
    font-size: 1.0rem;
  }
}

/*
	SECTION 06
==============================================================================*/
#section-06{
  background-image: url(/img/special/06_bg.jpg);
}
@media screen and (max-width: 749px) {
  #section-06{
    background: none;
  }
}

#section-06 .overwrap .body{
  border-top: none;
  padding: 0 0 60px;
}
#section-06 .overwrap .body .img{
  margin: 0 auto;
  width: 75.8%;
}
@media screen and (max-width: 749px) {
  #section-06 .overwrap .body{
    padding: 0 0 20px;
  }
  #section-06 .overwrap .body .img{
    width: auto;
  }
}

/*
	SECTION 07
==============================================================================*/
#contents_wrap #section-07{
  background-image: url(/img/special/07_bg.jpg);
  background-position: right center;
  background-size: contain;
}
#section-07 .box{
  margin: -190px 0 0 -44%;
}
@media screen and (max-width: 749px) {
  #contents_wrap #section-07{
    background: none;
  }
  #section-07 .box{
    margin: 0;
  }
}

#section-07 .overwrap .body{
  border-top: none;
  padding: 0 0 25px;
  line-height: 2;
}
#section-07 .overwrap .body .txt{
  margin: 30px 0;
  font-size: 1.8rem;
}
#section-07 .overwrap .body .thumbnails{
  margin: 25px 0;
  overflow: hidden;
}
#section-07 .overwrap .body .thumbnails > div{
  float: left;
  width: 32.6%;
}
#section-07 .overwrap .body .thumbnails > div + div{
  margin: 0 0 0 1.1%;
}
#section-07 .overwrap .body .thumbnails h4{
  margin: 5px 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 749px) {
  #section-07 .overwrap .body{
    padding: 0 0 20px;
  }
  #section-07 .overwrap .body .txt{
    margin: 20px 0 0;
    font-size: 1.1rem;
  }
  #section-07 .overwrap .body .thumbnails{
    margin: 0;
  }
  #section-07 .overwrap .body .thumbnails > div{
    float: none;
    margin: 20px auto 0;
    width: 71.5%;
  }
  #section-07 .overwrap .body .thumbnails > div + div{
    margin: 20px auto 0;
  }
  #section-07 .overwrap .body .thumbnails h4{
    margin: 0;
    font-size: 1.2rem;
  }
}

/*
	SECTION 08
==============================================================================*/
#contents_wrap #section-08{
  background-image: url(/img/special/08_bg.jpg);
  background-position: right center;
  text-align: center;
}
#contents_wrap #section-08 > *{
  left: 0;
  width: 100%;
}
#section-08 h2{
  margin: -250px 0 0;
  font-size: 3.0rem;
  letter-spacing: 0.4em;
}
#section-08 h2 span{
  display: block;
  margin: 0 0 20px;
}
#section-08 .logo{
  margin: -30px 0 0;
}
#section-08 .logo img{
  width: auto;
  height: 60px;
}
@media screen and (max-width: 1400px) {
  #contents_wrap #section-08{
    background-image: url(/img/special/08_bg2.jpg);
  }
  #section-08 h2{
    font-size: 2.5rem;
    letter-spacing: 0.3em;
  }
}
@media screen and (max-width: 749px) {
  #contents_wrap #section-08{
    background: none;
  }
  #section-08 h2{
    margin: 25px 0;
    font-size: 1.2rem;
  }
  #section-08 h2 span{
    display: block;
    margin: 0 0 20px;
  }
  #section-08 .logo{
    margin: 30px 0 0;
  }
  #section-08 .logo img{
    height: 30px;
  }
}

/*
	SECTION NAV
==============================================================================*/
#section-nav{
  background-color: rgba(255,255,255,.2);
  transition: all .6s cubic-bezier(0.23, 1, 0.32, 1);  /* easeOutQuint */
  position: fixed;
  left: 0;
  bottom: 20px;
  padding: 15px 20px;
  line-height: 0;
}
#section-nav.hide{
  left: -150px;
}
#section-nav a{
  display: inline-block;
  padding: 6px 0 6px 20px;
  opacity: 0;
}
#section-nav a:before{
  transition: all .6s cubic-bezier(0.23, 1, 0.32, 1);  /* easeOutQuint */
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  border: 2px solid #BBBBBB;
  border-radius: 4px;
  margin: -4px 0 0;
  width: 4px;
  height: 4px;
}
#section-nav ul li{
  position: relative;
  overflow: hidden;
}
#section-nav ul li img + img{
  display: none;
}
#section-nav ul li span{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
#section-nav ul li:hover a:before,
#section-nav ul li.cur a:before{
  border: 2px solid #D83838;
}
#section-nav ul li:hover img,
#section-nav ul li.cur img{
  display: none;
}
#section-nav ul li:hover img + img,
#section-nav ul li.cur img + img{
  display: block;
}
#section-nav ul li img{
  width: 36px;
}
@media screen and (max-width: 749px) {
  #section-nav{
    display: none;
  }
}

/*
	MORE MENU
==============================================================================*/
#more-menu{
  margin: 40px 0 90px;
  text-align: center;
}
#more-menu h3{
  margin: 0 0 35px;
  font-size: 2.6rem;
}
#more-menu ul li{
  display: inline-block;
  margin: 0 3px;
  width: 15.625%;
  font-size: 1.6rem;
}
#more-menu a{
  background: url(/common/img/icon_arrow_l.png) no-repeat 90% center;
  background-size: 13px auto;
  display: block;
  border: 1px solid #333333;
  padding: 11px 0 0;
  height: 50px;
}
#more-menu a[target="_blank"]{
  background-image: url(/common/img/icon_blank.png);
  background-size: 10px auto;
}
@media screen and (max-width: 749px) {
  #more-menu{
    margin: 65px 0 15px;
  }
  #more-menu h3{
    margin: 0 0 20px;
    font-size: 1.2rem;
  }
  #more-menu ul{
    overflow: hidden;
  }
  #more-menu ul li{
    float: left;
    margin: 0 0 2%;
    width: 49%;
    font-size: 1.2rem;
  }
  #more-menu ul li:nth-child(even){
    float: right;
  }
  #more-menu a{
    background-size: 10px auto;
    padding: 10px;
    height: auto;
  }
  #more-menu a.pc{
    background: url(/common/img/icon_device_pc.png) no-repeat 90% center;
    background-size: 14px auto;
  }
}

/*
  LOADING
==============================================================================*/
#contents #loading{
  position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
}
#loading .rotation,
#loading .rotation:after {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}
#loading .rotation {
	border-top: 5px solid rgba(222, 222, 222,.3);
	border-right: 5px solid rgba(222, 222, 222,.3);
	border-bottom: 5px solid rgba(222, 222, 222,.3);
	border-left: 5px solid #dedede;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load 1.1s infinite linear;
	animation: load 1.1s infinite linear;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
