@charset "UTF-8";
.pc__block { display: block; }
.sp__block { display: none; }
.pc__inline { display: inline; }
.sp__inline { display: none; }
.mb_20 { margin-bottom: 20px; }
.banner_for_iphone,
.banner_for_android { display: none; }

body {
  position: relative;
  min-height: 100%;
  height: auto !important;
  background-color: #000;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#header {
  position: absolute;
  top: 0;
  z-index: 90;
  width: 100%;
}
#header .logo { position: relative; }
#header .logo .center {
  position: absolute;
  width: 8%;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  text-align: center;
}
#header .logo .center img { max-width: 100%; }
#header .logo .team {
  width: 10.91%;
  max-width: 131px;
  position: absolute;
  top: 20%;
  left: 3%;
}
#header .logo .team a:hover { opacity: 0.85; }
#header .share__button {
  position: absolute;
  width: 16.5%;
  max-width: 184px;
  top: 20%;
  right: 0.3%;
  display: table;
}
#header .share__button a,
#header .share__button span {
  display: table-cell;
  vertical-align: middle;
  padding-right: 12px;
}
#header .share__button a img,
#header .share__button span img {
  display: block;
  bottom: 0;
}
#header .share__button a:hover { opacity: 0.85; }


#footer { background-color: #333333; }
#footer .inner {
  width: 96.25%;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
}
#footer .inner .inquiry {
  font-size: 0;
  margin: 30px 0 0;
}
#footer .inner .inquiry li {
  display: inline-block;
  vertical-align: middle;
}
#footer .inner .inquiry li:first-child a { border-right: 1px solid #E39A0D; }
#footer .inner .inquiry li a:hover { opacity: 0.85; }
#footer .inner .inquiry a {
  padding: 0 10px;
  color: #E39A0D;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}
#footer .copyright {
  margin: 40px 0 10px;
}
#footer .copyright p {
  color: #E39A0D;
  font-size: 12px;
}

@media only screen and (max-width: 640px) {
  .pc__block { display: none !important; }
  .sp__block { display: block !important; }
  .pc__inline { display: inline !important; }
  .sp__inline { display: inline !important; }
  #header {
    position: absolute;
    top: 0;
    z-index: 90;
    width: 100%;
  }
  #header .logo .team { top: 5%; }
  #header .share__button {
    position: absolute;
    width: 30%;
    max-width: 184px;
    top: 10%;
    right: 0.3%;
    display: table;
  }
  #header .share__button a,
  #header .share__button span {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
  }
  #header .share__button a img,
  #header .share__button span img {
    display: block;
    bottom: 0;
  }
  #footer .inner { padding: 4.2% 0; }
  #footer .inner .inquiry { margin: 0; }
  #footer .inner .inquiry a {
    font-size: 12px;
    line-height: 1.2;
  }
  #footer .copyright {
    float: none;
    text-align: center;
    height: auto;
    display: block;
    margin: 10px 0 0;
  }
  #footer .copyright p {
    text-align: center;
    font-size: 12px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  #header .share__button {
    position: absolute;
    width: 22.5%;
    max-width: 184px;
    top: 12%;
    right: 0.5%;
    display: table;
  }
}



.pc__block { display: block; }
.sp__block { display: none; }
a:hover { opacity: 0.85; }

#main__visual {
  width: 100%;
  padding-top: 7.8%;
  text-align: center;
}
#main__visual .back_ground {
  position: absolute;
  width: 100%;
}
#main__visual .card_collection {
  width: 45%;
  margin: 0 auto;
}
#main__visual .card_collection img,
#main__visual .pre_register img {
  position: relative;
  max-width: 100%;
}
#main__visual .pre_register { width: 100%; }
.pre_register .st_logo {
  display: inline-block;
  width: 40.5%;
}
.pre_register .sns_link {
  margin: 0 auto;
  width: 64%;
  max-width: 900px;
  font-size: 0;
}
.pre_register .sns_link li {
  display: inline-block;
  margin: 1%;
  width: 48%;
  vertical-align: middle;
}
.pre_register .sns_link li a:hover { opacity: 0.85; }
.pre_register .notice { margin-top: 15px; }
.pre_register .notice p {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
}

.video {
  position: absolute;
  top: 5%;
  width: 18%;
  height: 18%;
  left: 70.5%;
  font-size: 0;
}
.video .cover {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: 4px solid #000;
  background-color: #000;
}
.video .cover:hover { opacity: 0.85; }
.video .cover .background {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video .cover .background img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.video .cover .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#container {
  position: relative;
  text-align: center;
}

#container #item_01 {
  padding: 5% 0 0;
  background: url("../images/01/kamihubuki_eff_01.png"), url("../images/01/kamihubuki_eff_02.png"), url("../images/01/bg_01.png");
  background-repeat: repeat-y, repeat-y, no-repeat;
  background-position: left top, right top, center top;
  background-size: auto, auto, contain;
  background-color: #000;
}
#container #item_01 h2 { text-align: center; }
#container #item_01 .item_main { }
#container #item_01 .item_main .present_box {
  position: relative;
  border: 2px solid #f49d00;
  max-width: 1000px;
  margin: 3% auto 3%;
  color: #fff;
}
#container #item_01 .item_main .present_box .present_list {
  padding: 2% 10px 3%;
  border: 4px solid #010000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  font-size: 15px;
  letter-spacing: -1px;
  background: #3c3c3c;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #3c3c3c), color-stop(100%, #131313));
  background: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#131313));
  background: linear-gradient(to bottom, #3c3c3c 0%, #131313 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#131313', GradientType=0 );
}
#container #item_01 .item_main .present_box .present_list img {
  position: relative;
  margin: auto;
}
#container #item_01 .item_main .present_box .present_list {
  font-size: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 4% 10px;
}
#container #item_01 .item_main .present_box .present_list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
#container #item_01 .item_main .present_box .present_list div img { padding: 5% 5% 5% 0; }
#container #item_01 .item_main .present_box .present_list .comment { max-width: 100%; }
#container #item_01 .item_main .present_box .attention_txt {
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
}
#container #item_01 .item_main .present_box h3 {
  position: absolute;
  top: -10%;
  left: 3%;
  z-index: 1;
  max-width: 70%;
}
#container #item_01 .item_main .join_list { margin-bottom: 40px; }
#container #item_01 .item_main .btn_campaign p { margin-bottom: 15px; }
#container #item_01 img {
  max-width: 100%;
  margin: auto;
}


#container #item_02 {
  padding: 0 0 50px;
  background-size: contain;
  background-color: #000;
}
#container #item_02 .power_up_list {
  text-align: left;
  padding: 0 12%;
}
#container #item_02 .power_up_list > div {
  margin: auto;
  text-align: center;
  max-width: 1000px;
}
#container #item_02 .power_up_list > div:after {
  content: "";
  display: block;
  clear: both;
}
#container #item_02 .power_up_list > div .power_img {
  margin-bottom: 5%;
  text-align: center;
}
#container #item_02 .power_up_list > div .power_img:last-child { margin-bottom: 0; }
#container #item_02 .power_up_list > div .renu_img_left { text-align: left; }
#container #item_02 .power_txt {
  color: #fff;
  font-size: 30px;
  text-align: left;
  padding: 15px 0;
  font-weight: bold;
}
#container #item_02 .renu_txt_right { text-align: right; }
#container #item_02 .renu_txt_left { text-align: left; }
#container #item_02 .attention_txt {
  font-size: 12px;
  text-align: right;
  color: #fff;
}


#item_03 .also {
  position: relative;
  margin: 60px 0;
  width: 100%;
  background: url("../images/content/bg_title_02.png") repeat-x left center;
  background-size: auto 100%;
}
#item_03 .also p {
  position: relative;
  width: 15%;
  margin: 0 auto;
  padding: 35px 0;
}
#item_03 .also img {
  max-width: 100%;
  vertical-align: middle;
}
#item_03 .campaign {
  display: inline-block;
  padding: 0 55px;
}
#item_03 .campaign img { max-width: 100%; }
#item_03 .campaign li {
  position: relative;
  font-size: 0;
}
#item_03 .campaign li img:nth-child(2),
#item_03 .campaign li img:nth-child(3) { display: none; }
#item_03 .campaign li .clear img:nth-child(2) {
  position: absolute;
  display: block;
  height: 100%;
  top: 49.9%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#item_03 .campaign li .clear img:nth-child(3) {
  position: absolute;
  display: block;
  height: 94.8%;
  top: 50%;
  left: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#item_03 .notice {
  width: 100%;
  margin-top: 20px;
}
#item_03 .notice p {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #fff;
  font-size: 20.5px;
  line-height: 36px;
  text-align: left;
}
#item_03 .howto {
  position: relative;
  padding: 50px 0 27%;
  background: url("../images/content/bg_02.png") no-repeat center bottom;
  background-size: contain;
}
#item_03 .howto h2 { margin-bottom: 20px; }
#item_03 .howto .pc__block ul {
  font-size: 0;
  padding: 0 12%;
}
#item_03 .howto .pc__block ul li {
  display: inline-block;
  width: 33.3333%;
  vertical-align: bottom;
}
#item_03 .howto .pc__block ul li img { max-width: 80%; }
#item_03 .howto .aim_complete {
  margin-top: 40px;
  padding: 0 3%;
}
#item_03 .howto .aim_complete img { max-width: 100%; }
#item_03 .howto .aim_complete h1 {
  display: inline-block;
  color: #000;
  font-size: 54px;
  line-height: 60px;
  font-weight: bold;
  text-shadow: #fff 2px 0 0px, #fff -2px 0 0px, #fff 0 -2px 0px, #fff 0 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0;
}
#item_03 .howto .u_icon {
  position: absolute;
  width: 30%;
  top: 99.7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#item_03 .howto .u_icon img { max-width: 100%; }
#item_04 {
  position: relative;
  background: url("../images/attention/bg_03.png") no-repeat center top;
  background-size: cover;
}
#item_04 .pre_register .st_logo { width: 42%; }
#item_04 .pre_register .sns_link { width: 65%; }
#item_04 .store_notice {
  padding-top: 3em;
  margin-bottom: -2em;
}
#item_04 .notes .box {
  position: relative;
  margin: 0 auto;
  width: 85%;
  max-width: 880px;
  min-height: 372px;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#item_04 .notes .box .bottom,
#item_04 .notes .box .top {
  position: relative;
  width: 100%;
  font-size: 0;
}
#item_04 .notes .box .bottom img,
#item_04 .notes .box .top img { max-width: 100%; }
#item_04 .notes .box .bottom h4,
#item_04 .notes .box .top h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#item_04 .notes .box .flame {
  width: 100%;
  background: url("../images/attention/bg_attention_02.png") repeat-y center top;
  background-size: 100% auto;
}
#item_04 .notes .box .flame .inner {
  width: 99.4%;
  margin: 0 auto;
  display: table;
  width: 100%;
  top: -25px;
  position: relative;
  z-index: 1;
}
#item_04 .notes .box .flame .inner ul { padding: 24px 35px 0; }
#item_04 .notes .box .flame .inner ul li {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-align: left;
}
#item_04 .notes .box .flame .inner ul li.indent {
  text-indent: -1em;
  padding-left: 1em;
}
#item_04 .notes .box .flame .inner ul li.t_indent { text-indent: 1em; }
#item_04 .notes .box .flame .inner ul li:last-child { margin-bottom: 0; }
#item_04 .notes .app__description {
  margin: 0 auto;
  padding: 0 0 50px;
  width: 65%;
  max-width: 880px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
}
#item_04 .notes .app__description .description,
#item_04 .notes .app__description .icon {
  display: inline-block;
  vertical-align: top;
}
#item_04 .notes .app__description .icon {
  width: 22.6%;
  max-width: 156px;
}
#item_04 .notes .app__description .icon img { max-width: 100%; }
#item_04 .notes .app__description .description {
  width: 75%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 7%;
  max-width: 580px;
}
#item_04 .notes .app__description .description .data {
  color: #fff;
  text-align: left;
}
#item_04 .notes .app__description .description .data h4 {
  margin-bottom: 10px;
  padding: 5px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}
#item_04 .notes .app__description .description .data li {
  font-size: 14px;
  line-height: 1.6;
  text-indent: -3em;
  padding-left: 3em;
}
#item_04 .notes .app__description .description .store__link {
  width: 100%;
  margin: 21px 0;
}

#item_04 .notes .app__description .description .store__link img { max-width: 100%; }
#item_04 .notes .app__description .description .store__link .appstore {
  width: 45.05%;
  max-width: 214px;
  margin-right: 4.631%;
  float: left;
}
#item_04 .notes .app__description .description .store__link .googleplay {
  width: 49.26%;
  max-width: 234px;
  float: left;
}
#item_04 .notes .app__description .attention { margin-top: 18px; }
#item_04 .notes .app__description .attention p {
  color: #fff;
  font-size: 18px;
}
#item_04 .notes .app__description .attention .sub ul li {
  color: #fff;
  font-size: 12px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.store_notice {
  padding-top: 4em;
  margin-bottom: -2em;
}

.text-stroke {
  font-weight: bold;
  color: #FE9400;
  font-size: 2em;
  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 0.5px;
  text-shadow: 0.5px 0.5px 0 #000, -0.5px -0.5px 0 #000, 0.5px -0.5px 0 #000, -0.5px 0.5px 0 #000, 0.5px 0.5px 0 #000;
  -webkit-filter: drop-shadow(0 4px 8px #000);
          filter: drop-shadow(0 4px 8px #000);
}


.store_link .box {
  position: relative;
  margin: 0 auto;
  width: 75%;
  max-width: 880px;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.store_link .box .bg { width: 100%; }
.store_link .box .inner {
  position: absolute;
  top: 43%; left: 2%;
  width: 49%;
}
.store_link .box .inner .banner {
  display: inline-block;
  margin: 0 2%;
  width: 44%;
}
#main__visual .put_on { padding-top: 9%; }
#main__visual .store_link { padding-top: 2.5%; }
#item_04 .put_on { margin-bottom: 5%; }

@media only screen and (max-width: 640px) {
  #main__visual .back_ground {
    position: relative;
    width: 100%;
  }

  #main__visual .put_on {
    position: relative;
    padding-top: 3%;
  }
  #main__visual .card_collection {
    top: 18%;
  }
  #main__visual .pre_register {
    top: 54%;
  }
  #main__visual .pre_register .st_logo {
    width: 88.5%;
  }
  #main__visual:after {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .pre_register .sns_link {
    width: 70%;
    position: relative;
    top: -7px;
  }
  .pre_register .sns_link li {
    width: 95%;
  }
  .pre_register .sns_link li:first-child {
    margin-bottom: 2%;
  }
  .pre_register .sns_link li:last-child {
    margin-top: 2%;
  }
  .pre_register .notice {
    margin-top: 2px;
  }
  .pre_register .notice p {
    font-size: 10.5px;
    line-height: 16px;
  }
  .video {
    position: absolute;
    top: 101%;
    left: 50%;
    margin: 0 auto 4%;
    width: 90%;
    height: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 100;
  }
  #container #item_01 {
    padding: 5% 3% 50px;
  }
  #container #item_01 .item_main {
    padding: 0;
  }
  #container #item_01 .item_main .present_box {
    margin: 10% auto;
    width: 80%;
  }
  #container #item_01 .item_main .present_box:nth-child(1) li:nth-child(odd) {
    margin-top: 0;
  }
  #container #item_01 .item_main .present_box:nth-child(2) {
    margin-top: 0;
  }
  #container #item_01 .item_main .present_box:nth-child(2) .present_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10% 10px;
  }
  #container #item_01 .item_main .present_box h3 {
    top: -3%;
  }
  #container #item_01 .item_main .present_box .present_list {
    padding: 3% 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #container #item_01 .item_main .present_box .present_list div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #container #item_01 .item_main .present_box .present_list div img {
    padding: 50px 0 0;
  }
  #container #item_01 .item_main .present_box .present_list div img:nth-child(2) {
    padding: 20px 0 0;
  }
  #container #item_01 .item_main .present_box .present_list > div div {
    margin-bottom: 10px;
  }
  #container #item_01 .item_main .present_box .present_list .comment {
    padding: 10% 5% 5%;
  }
  #container #item_01 .join_list {
    margin-top: 16%;
  }
  #container #item_03 {
    margin-top: 20%;
  }
  #container #item_03 .also {
    margin: 30px 0 20px;
  }
  #container #item_03 .also p {
    width: 26%;
    padding: 25px 0;
  }
  #container #item_03 .campaign {
    width: 96%;
    padding: 0;
  }
  #container #item_03 .notice {
    margin-top: 15px;
  }
  #container #item_03 .notice p {
    font-size: 12px;
    /*padding: 0 5px;*/
    line-height: 20px;
  }
  #container #item_03 h2 {
    position: relative;
    z-index: 1;
  }
  #container #item_03 .howto {
    margin-top: -8%;
    padding: 5% 3% 27%;
    background: url(../images/content/bg_02_sp.png), url("../images/content/bg_02_b_sp.png");
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    background-size: contain;
    background-color: #ee9a00;
  }
  #container #item_03 .howto .slider__box ul .slick-slide {
    margin: 0 1.7%;
  }
  #container #item_03 .howto .slider__box ul .slick-slide img {
    width: 100%;
    height: auto;
  }
  #container #item_03 .howto .slider__box .next-arrow,
  #container #item_03 .howto .slider__box .prev-arrow {
    width: 12.64%;
    height: auto;
    position: absolute;
    top: 40%;
    z-index: 20;
  }
  #container #item_03 .howto .slider__box .prev-arrow {
    right: 0;
  }
  #container #item_03 .howto .slider__box .next-arrow {
    left: 0;
  }
  #container #item_02 {
    padding: 0;
  }
  #container #item_02 .power_up_list {
    text-align: left;
    padding: 0;
    /* 画像表示で使用　.power_txt {
					position: relative;
					z-index: 1;
					padding: 15px 0;
					text-align: left;
				}*/
  }
  #container #item_02 .power_up_list .power_img {
    margin-top: 0%;
  }
  #container #item_02 .power_up_list .power_txt {
    font-size: 18px;
  }
  #container #item_02 .power_up_list .power_img {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
  }
  #container #item_02 .power_up_list .renu_txt_right {
    text-align: left;
  }
  #container #item_04 {
    padding: 0 3%;
  }
  #container #item_04 .pre_register .st_logo {
    width: 88.5%;
  }
  #container #item_04 .pre_register .sns_link {
    width: 70%;
  }
  #container #item_04 .box {
    width: 96%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #container #item_04 .box .top h4 {
    font-size: 17px;
  }
  #container #item_04 .box .flame .inner ul {
    padding: 15px 18px 0;
  }
  #container #item_04 .box .flame .inner ul li {
    font-size: 13px;
  }
  #container #item_04 .store_notice {
    margin-top: 1em;
    margin-bottom: -1.3em;
  }
  #container #item_04 .notes .app__description {
    width: 87%;
  }
  #container #item_04 .notes .app__description .store__link {
    font-size: 0;
    margin: 21px 0;
  }
  #container #item_04 .notes .app__description .store__link > div {
    display: inline-block;
    vertical-align: middle;
  }
  #container #item_04 .notes .app__description .store__link .appstore {
    width: 39%;
    margin-right: 3%;
  }
  #container #item_04 .notes .app__description .store__link .googleplay {
    width: 43%;
    margin-left: 1%;
  }
  #container #item_04 .notes .app__description .store__link > div img {
    max-width: 100%;
  }
  .store_notice {
    margin-top: 1em;
    margin-bottom: -1.3em;
  }

  .app__description {
    padding-bottom: 1em;
  }
  .app__description .store_link {
    margin: 21px auto;
    width: 100%;
  }
  .app__description .appstore {
    width: 40%;
    margin-right: 3%;
    display: inline-block;
    vertical-align: middle;
  }
  .app__description .googleplay {
    width: 40%;
    margin-left: 1%;
    display: inline-block;
    vertical-align: middle;
  }
}

.iziModal .close {
    width: 30px;
    height: auto;
    position: absolute;
    top:0;
    right: 0px;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    .iziModal .iziModal-wrap { padding: 0 15px; }
    .iziModal .close {
      top: -20px; right: 15px;
    }
}
