@charset "UTF-8";
body {
  font: normal 19px/1.7 "KozGoPr6N-Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #000;
  text-align: justify;
  overflow-x: hidden;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .pc-item {
  display: block !important;
}
.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

.ov_hd {
  overflow: hidden;
}

.bg_none {
  background-image: none !important;
}

a.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.line_0 {
  line-height: 0;
}

.zindex {
  z-index: 200;
}

input[type=radio] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

input[type=image]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

img {
  width: 100%;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.bg_white {
  background-color: white;
}

p, li {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.wrapper {
  max-width: 750px;
  margin: 0 auto;
}

.container {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.area_btn {
  position: relative;
}

.btn {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.btn-1 {
  bottom: 18%;
  left: 49%;
  width: 86%;
}
.btn-2 {
  bottom: 5%;
  left: 49.5%;
  width: 87%;
}

.video {
  position: relative;
}
.video video {
  position: absolute;
  bottom: 8%;
  right: 3%;
  width: 68%;
}
@media (max-width: 640px) {
  body {
    min-width: inherit;
    height: 100%;
  }
  body .sp-item img {
    width: 100%;
  }
  .sp img {
    max-width: 90%;
  }
  .sp02 img {
    max-width: 100%;
  }
  .sp03 img {
    max-width: 70%;
  }
  .wrapper {
    max-width: 100%;
    margin: 0 10px;
  }
  .container {
    max-width: 100%;
  }
  .btn {
    width: 87%;
  }
  .btn-1 {
    bottom: 18%;
  }
  .btn-2 {
    bottom: 5%;
  }
}
/*# sourceMappingURL=style.css.map */