header i {
  height: 37px!important;
  line-height: 37px!important;
  font-size: 28px!important;
}
body > #wrapper {
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 20%,rgba(232,39,39,1) 53%,rgba(57,76,158,1) 70%,rgba(57,76,158,1) 100%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%),url(../images/bg.png);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66c6ff', endColorstr='#66c6ff',GradientType=0 );

  background-blend-mode: multiply;
}

main > #main-visual {
  max-width: 100%;
  overflow: hidden;
}

main > #main-visual {
  max-width: 100%;
  overflow: hidden;
}

main .app-section {
    border-radius: 4px;
    border: 2px solid rgba(255,255,255,.5);
    background-color: rgba(255,255,255,0.1);
    margin-top: 6%;
    margin-bottom: 6.5%;
}

#app-store-icon{
	background-image: url(../images/download_on_the_app_store.svg);
	background-repeat: no-repeat;
	background-size: contain;;
	padding-top: 29.6296%;
}
#google-store-icon{
	background-image: url(../images/get_it_on_google_play.svg);
	background-repeat: no-repeat;
	background-size: contain;;
	padding-top: 29.4915%;
  margin-bottom: 13.5%;
}

#ad-present-banner{
  background-image: url(../images/ad_banner_01.png?201803161700);
  background-repeat: no-repeat;
  background-size: contain;;
  padding-top: 38.16%;
}

#ad-kuji-banner{
  background-image: url(../images/ad_banner_00.png?201803161700);
  background-repeat: no-repeat;
  background-size: contain;;
  padding-top: 38.16%;
}

#ad-banner-present-title{
  margin-bottom: 2%;
  font-weight: bold;
  color: #ffec55;
  text-shadow:
    1px 1px 2px #520002,
    1px 0px 2px #520002,
    0px 1px 2px #520002,
    -1px -1px 2px #520002,
    1px 1px 2px #520002,
    1px 0px 2px #520002,
    0px 1px 2px #520002,
    -1px -1px 2px #520002,
    1px 1px 2px #520002,
    1px 0px 2px #520002,
    0px 1px 2px #520002,
    -1px -1px 2px #520002,
    1px 1px 2px #520002,
    1px 0px 2px #520002,
    0px 1px 2px #520002,
    -1px -1px 2px #520002,
    1px 1px 2px #520002,
    1px 0px 2px #520002,
    0px 1px 2px #520002,
    -1px -1px 2px #520002;
}

#present{
  padding: 2% 0;
  background-image: url(../images/bg_loop.png);
  background-color: white;
  border: 2px solid #65bc93;
}

main > .container > #feature h3 {
  content: '';
  padding-top: 57px;
  background-image: url(../images/app_tokucho.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}
main > .container > #feature #feature-img {
  text-align: center;
}

@media screen and (max-width: 992px) {
  main > #main-visual > .content > .visual {
    padding-top: 45.392%;
  }
}

@media screen and (min-device-width: 992px) {
  main > #main-visual > .content {
    max-width: 1324px;
    margin: auto;
  }
  main > #main-visual > .content > .visual {
    padding-top: 45.392%;
  }

  main > .container > #store {
    margin-top: -12%;
  }
  main > .container > #store > a {
    position: relative;
  }
}

a:link {
 color: #FFFFFF;
 text-decoration: underline;
}

a:visited {
 color: #FFFFFF;
 text-decoration: underline;
}

a:hover {}

a:active {
 color: #FF0000;
 text-decoration: underline;
}


.border-bottom {
  border-bottom: 2px solid;
}
