@charset "utf-8";

.wrap {
  width: 100%;
}

.color_border {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.c_schedule {
  width: 25%;
  height: 10px;
  background-color: #2ea7e0;
}

.c_teiki {
  width: 25%;
  height: 10px;
  background-color: #e60012;
}

.c_comics {
  width: 25%;
  height: 10px;
  background-color: #22ac38;
}

.c_coin {
  width: 25%;
  height: 10px;
  background-color: #f39800;
}

.header {
  width: 100%;
}

.header_image {
  width: 40%;
  margin: 40px auto 20PX;
}

.main_title {
  width: 100%;
  text-align: center;
  line-height: 1.4;
  font-weight: 900;
  font-size: 30px;
}

.main_title span {
  color: #e60012;
}

.content {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.inner {
  width: 94%;
  margin: 0 auto;
  padding: 1.2rem 0 2rem;
}

.inner_bottom {
  margin-bottom: .8em;
}

.read_area {
  width: 100%;
  margin: 2rem 0 0;
  padding: 1.2rem;
  border: #000 solid 2px;
}

.read_area p {
  margin-bottom: .3em;
}

.icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 76%;
  margin: 40px auto 20px;
}

.icon_item {
  width: 44%;
}

.icon_item img {
  margin: 0 0 10px;
}

.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 86px;
  padding: .4rem;
  text-align: center;
  line-height: 1.2;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  background-position: center left 3%;
  background-size: 70px auto;
  background-repeat: no-repeat;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.heading div span {
  font-weight: 700;
  font-size: 19px;
}

.h_schedule {
  background-image: url(../img/icon_schedule.png);
  background-color: #2ea7e0;
}

.h_teiki {
  background-image: url(../img/icon_teiki.png);
  background-color: #e60012;
}

.h_comics {
  background-image: url(../img/icon_comics.png);
  background-color: #22ac38;
}

.h_coin {
  background-image: url(../img/icon_coin.png);
  background-color: #f39800;
}

.h_contact {
  background-color: #333333;
}

.h_faq {
  background-image: url(../img/icon_faq.png);
  background-color: #e60012;
}

a .btn_top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 76px;
  margin: 2rem auto 0;
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030.4%2030.4%22%20style%3D%22enable-background%3Anew%200%200%2030.4%2030.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M20.6%2C30.4L5.4%2C15.2L20.6%2C0V30.4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-position: center left 3%;
  background-size: 5% auto;
  background-repeat: no-repeat;
  background-color: #e60012;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a .btn_top:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: 'alpha(opacity=70)';
}

.contact_title {
  margin-bottom: .6em;
  padding-left: .4em;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.contact_text {
  margin-bottom: 1.6em;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.red_border {
  border-left: #e60012 solid 4px;
}

.green_border {
  border-left: #33b0aa solid 4px;
}

.red_color {
  color: #e60012;
}

.green_color {
 color: #33b0aa ;
}

.box_title {
  width: 100%;
  margin-top: 20px;
  padding: .3rem 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.box {
  width: 100%;
  padding: .8em;
  font-size: 16px;
  font-weight: 700;
}

.box p {
  margin-bottom: .6em;
}

.bg_plus {
  background-color: #e60012;
}

.border_plus {
  border: #e60012 solid 2px;
}

.bg_zebrack {
  background-color: #33b0aa;
}

.border_zebrack {
  border: #33b0aa solid 2px;
}

.app_area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app_item {
  height: 3.5em;
  padding: 2%;
}

.app_item img {
  width: auto;
  height: 100%;
}

.after_area {
  width: 100%;
  margin-top: 3rem;
  padding: 1.2rem;
  border: #000 solid 2px;
}

.after_area span {
  display: block;
  width: 100%;
  margin-top: 1rem;
  text-align: right;
}

.footer {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 2rem 0;
  text-align: center;
  font-size: 12px;
}

#page-top {
  width: 3rem;
  height: 3rem;
  position: fixed;
  bottom: 20px;
  right: 10px;
  border-radius: 8px;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030.4%2030.4%22%20style%3D%22enable-background%3Anew%200%200%2030.4%2030.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C21L15.2%2C5.8L30.4%2C21H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40% auto;
  background-color: #e60012;
}

@media screen and (min-width: 768px) {
  .wrap {
    background-color: #eaeaea;
  }

  .header_image {
    width: 30%;
    margin: 40px auto 40px;
  }

  h1 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
  }

  .content {
    width: 100%;
  }

  .inner {
    width: 80%;
    padding: 3rem 0;
  }

  .read_area {
    margin-bottom: 2rem;
    padding: 1.6rem;
  }

  .icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 45%;
    margin: 40px auto 20px;
  }

  a .anker {
    width: 100%;
    height: 100px;
    font-size: 24px;
  }

  .heading {
    min-height: 100px;
    padding: 1rem;
    font-size: 28px;
    background-size: 88px auto;
  }

  a .btn_top {
    width: 70%;
    height: 90px;
    margin: 2rem auto 0;
    font-size: 22px;
  }

  .box_title {
    margin-top: 2rem;
    padding: .6rem 0;
    font-size: 18px;
  }

  .box {
    padding: 1.6em;
    font-size: 16px;
  }

  .end {
    font-size: 24px;
  }

  .footer {
    width: 100%;
    padding: 3rem 0;
    text-align: center;
    font-size: 12px;
  }

  #page-top {
    width: 4rem;
    height: 4rem;
    bottom: 10px;
    right: 10px;
  }

}

@media screen and (min-width: 1025px) {
  .wrap {
    background-color: #eaeaea;
  }

  .header_image {
    width: 30%;
    margin: 40px auto 40px;
  }

  h1 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
  }

  .content {
    width: 750px;
  }

  .inner {
    width: 80%;
    padding: 3rem 0;
  }

  .read_area {
    margin-bottom: 2rem;
    padding: 1.6rem;
  }

  .icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 45%;
    margin: 40px auto 20px;
  }

  .heading {
    min-height: 100px;
    padding: 1rem;
    font-size: 28px;
    background-size: 88px auto;
  }

  a .btn_teiki {
    width: 70%;
    height: 90px;
    margin: 2rem auto 0;
    font-size: 22px;
  }

  a .btn_top {
    width: 70%;
    height: 90px;
    margin: 2rem auto 0;
    font-size: 22px;
  }

  .box_title {
    margin-top: 2rem;
    padding: .6rem 0;
    font-size: 18px;
  }

  .box {
    padding: 1.6em;
    font-size: 16px;
  }

  .app_area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .app_item {
    height: 4.5em;
    padding: 2%;
  }
  
  .app_item img {
    height: 100%;
  }
  

  .end {
    font-size: 24px;
  }

  .footer {
    width: 100%;
    padding: 3rem 0;
    text-align: center;
    font-size: 12px;
  }

  #page-top {
    width: 4rem;
    height: 4rem;
    bottom: 10px;
    right: 10px;
  }

  .alpha a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

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

  a.btn_over img {
    -webkit-transition: -weblit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    transition: transform 0.3s;
  }

  a.btn_over img:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
