@charset "UTF-8";

/*-----------------------------------------------------
header
-----------------------------------------------------*/
header {
  border-bottom: 1px solid #1452a5;
  background-color: #fff;
}
header .inner {
  margin: 0 auto;
  max-width: 1200px;
}
header .inner .logo {
  padding: 1.66% 0 1.16% 8.33%;
  width: 10.02%;
  box-sizing: content-box;
}
header .inner .logo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  header .inner .logo {
    padding: 1.66% 0 1.16% 4%;
    width: 12.53%;
    min-width: 70px;
  }
}


/*-----------------------------------------------------
footer
-----------------------------------------------------*/
footer {
  color: #fff;
  font-size: 12px;
  background-color: #4899e4;
  z-index: 1;
  position: relative;
}
footer .inner {
  margin: 0 auto;
  max-width: 1000px;
}
footer .inner p {
  text-align: center;
  padding: 6.3% 0;
}

@media screen and (max-width: 1200px) {
  footer {
    font-size: 1vw;
  }
}

@media screen and (max-width: 768px) {
  footer {
    font-size: 2.4vw;
  }
  footer .inner p {
    text-align: center;
    padding: 10.93% 0;
  }
}


/*-----------------------------------------------------
contents
-----------------------------------------------------*/
body {
  font-family: helvetica,arial, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
h2 {
  font-size: 17.6px;
  font-weight: bold;
}
.app_info_container {
  text-align: center;
  background-color: #FFF;
  width: 1000px;
  margin: auto;
  box-sizing: border-box;
  color: #100747;
  position: relative;
  padding: 30px;
}
.app_info_container .app_info {
  padding: 0 20px 20px 20px;
}
.app_info_container p {
  margin: 10px;
  line-height: 1.5;
}
section {
  position: relative;
  z-index: 1;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
#contents {
  padding: 20px 0;
  background: #222092;
  background: -moz-linear-gradient(left, #160b60 0%, #2b29ba 17%, #2b29ba 83%, #160b60 100%);
  background: -webkit-linear-gradient(left, #160b60 0%, #2b29ba 17%, #2b29ba 83%, #160b60 100%);
  background: linear-gradient(to right, #160b60 0%, #2b29ba 17%, #2b29ba 83%, #160b60 100%);
}
.sns__type__list {
  overflow: hidden;
  margin-top: 8px;
  margin: 0 auto;
  padding: 0 0 15px 0;
  display: table;
}
.sns__type__list__item {
  padding-left: 10px;
  display: table-cell;
}
.sns__type__list__item img {
  width: 100%;
  max-width: 316px;
}
.sns__type__list__item.list-sns-twitter img, .sns__type__list__item.list-sns-facebook img, .sns__type__list__item.list-sns-line img, .sns__type__list__item.list-sns-instagram img {
  width: 48px;
  padding: 10px 4px;
}
.sns__type__list__item.list-qr-app, .sns__type__list__item.list-qr-google {
  display: none;
}
.app_info_title {
  line-height: 1.3;
  padding: 24px;
  position: relative;
}
@media screen and (max-width: 400px) {
  .brandbn__container .app_info_title {
    font-size: 1em;
    padding: 24px 0;
  }
  .app_info_container {
    padding: 12px 5px;
  }
  .app_info_title {
    font-size: 1em;
    padding: 24px 0;
  }
  .app_info_container .app_info {
    padding: 0 0px 20px 0px;
  }
  .app_info_container p {
    font-size: 0.68em;
  }
}
@media screen and (max-width: 768px) {
  .app_info_container {
    width: 89.65%;
    margin: 10px auto;
    padding: 12px;
  }
  .app_info_container .app_info {
    margin: 0;
  }
  .app_info_container p {
    font-size: 0.76em;
    margin: 10px 0;
  }
  .brandbn__container .app_info_title {
    font-size: 1.1em;
    line-height: 1.3;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) {
  h2 {
    font-size: 24px;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  #contents {
    padding: 30px;
    background: #222092;
    background: -moz-linear-gradient(left, #160b60 0%, #2b29ba 17%, #2b29ba 83%, #160b60 100%);
    background: -webkit-linear-gradient(left, #160b60 0%, #2b29ba 17%, #2b29ba 83%, #160b60 100%);
    background: linear-gradient(to right, #160b60 0%, #2b29ba 17%, #2b29ba 83%, #160b60 100%);
  }
  .sns__type__list {
    overflow: hidden;
    *zoom: 1;
    margin-top: 8px;
    margin: 0 auto;
    width: 140px;
    display: table;
  }
  .sns__type .shop {
    margin: 10px auto 0;
  }
  .sns__type__list__item.list-sns-twitter, .sns__type__list__item.list-sns-facebook, .sns__type__list__item.list-app-app, .sns__type__list__item.list-app-google, .sns__type__list__item.list-sns-line {
    margin-right: 10px;
  }
  .sns__type__list__item.list-sns-twitter img, .sns__type__list__item.list-sns-facebook img, .sns__type__list__item.list-app-app img, .sns__type__list__item.list-app-google img, .sns__type__list__item.list-sns-line img {
    height: auto;
    margin-top: 13px;
    width: auto;
  }
  .sns__type__list__item.list-sns-twitter img, .sns__type__list__item.list-sns-facebook img, .sns__type__list__item.list-sns-instagram img, .sns__type__list__item.list-sns-line img {
    width: 68px;
    margin: 22px 12px 18px 10px;
  }
  .sns__type__list__item.list-qr-app, .sns__type__list__item.list-qr-google {
    font-size: 10px;
    margin-right: 20px;
  }
  .sns__type__list__item.list-qr-app img, .sns__type__list__item.list-qr-google img {
    display: block;
  }
}

.bg__animation {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat;
  background-position: center top;
  background-size: 100%;
}
.bg__animation.snow_01 {
  background-image: url(../img/snow_01.png);
  -moz-animation: snow 3s ease-in-out 0s infinite normal;
  -webkit-animation: snow 3s ease-in-out 0s infinite normal;
  animation: snow 3s ease-in-out 0s infinite normal;
}
.bg__animation.snow_02 {
  background-image: url(../img/snow_02.png);
  -moz-animation: snow 3s ease-in-out 1.7s infinite normal;
  -webkit-animation: snow 3s ease-in-out 1.7s infinite normal;
  animation: snow 3s ease-in-out 1.7s infinite normal;
}
@-webkit-keyframes snow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes snow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes snow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes snow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes snow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}