header i {
  height: 37px!important;
  line-height: 37px!important;
  font-size: 28px!important;
}
body > #wrapper {
  background: rgb(102,198,255);
  background: rgb(102,198,255),url(../images/bg.png);
  background: -moz-linear-gradient(top,  rgba(102,198,255,1) 20%, rgba(38,73,153,1) 53%, rgba(38,73,153,1) 70%, rgba(102,198,255,1) 100%, rgba(102,198,255,1) 100%, rgba(102,198,255,1) 100%),url(../images/bg.png);
  background: -webkit-linear-gradient(top,  rgba(102,198,255,1) 20%,rgba(38,73,153,1) 53%,rgba(38,73,153,1) 70%,rgba(102,198,255,1) 100%,rgba(102,198,255,1) 100%,rgba(102,198,255,1) 100%),url(../images/bg.png);
  background: linear-gradient(to bottom,  rgba(102,198,255,1) 20%,rgba(38,73,153,1) 53%,rgba(38,73,153,1) 70%,rgba(102,198,255,1) 100%,rgba(102,198,255,1) 100%,rgba(102,198,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%;
}

main > .container > #taiken  #download-icon{
  text-align: center;
  position: relative;
}

main > .container > #taiken  #download-icon img{
  width: 100%;
  height: auto;
}

#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;
}

#ad-banner-kuji-title{
  margin-bottom: 2%;
  font-weight: bold;
  color: #ff0013;
  text-shadow:
  	1px 1px 2px #fefd50,
  	1px 0px 2px #fefd50,
  	0px 1px 2px #fefd50,
  	-1px -1px 2px #fefd50,
  	1px 1px 2px #fefd50,
  	1px 0px 2px #fefd50,
  	0px 1px 2px #fefd50,
  	-1px -1px 2px #fefd50,
  	1px 1px 2px #fefd50,
  	1px 0px 2px #fefd50,
  	0px 1px 2px #fefd50,
  	-1px -1px 2px #fefd50,
  	1px 1px 2px #fefd50,
  	1px 0px 2px #fefd50,
  	0px 1px 2px #fefd50,
  	-1px -1px 2px #fefd50,
  	1px 1px 2px #fefd50,
  	1px 0px 2px #fefd50,
  	0px 1px 2px #fefd50,
  	-1px -1px 2px #fefd50;
}

#present{
  padding: 2% 0;
  background-image: url(../campaign/images/bg.png);
  background-color: white;
  border: 2px solid #65bc93;
}

#kuji{
  padding: 2% 0;
  background-size: 100%;
  background-image: url(../kuji/images/detail-background.png);
  border: 2px solid #ffbc3c;
}

main > .container > #taiken 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 > #taiken #taiken-img {
  text-align: center;
}

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;
  }
}


.border-bottom {
  border-bottom: 2px solid;
}
