* {
  margin:0px;
  padding:0px;
  box-sizing: border-box;
}

body {
  font-family: "Lato" , "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.base01 {
  width: 100%;
  max-width: 700px !important;
}

.p-page__wrap {
  border-top: 5px solid #000;
}

.title_area {
  display: block;
  background: url(https://img20.shop-pro.jp/PA01323/484/etc/logo.png) no-repeat scroll center center;
  background-size: 300px auto;
  position: relative;
  margin: 0 auto 0;
  padding: 5em 0 !important;
  background-color: #fff;
  position: relative;
}

.title_area a {
  position: absolute;
  left: 0;
  bottom: 5px;
  display: block;
  width: 100%;
  text-align: center;
  color: #333;
}

.shop_title {
  font-size: .8rem;
}

.p-shop__title {
  font-size: .8rem;
}

.p-page__body-inner {
  border-top: none;
  border-bottom: none;
}

.view_pc .p-page__container {
  margin: 0 auto;
  width: auto;
  max-width: none;
}

.p-page__copyright {
  color: #000;
  border-top: 1px solid #000;
  font-size: .8rem;
  font-weight: bold;
}

.p-page__copyright + div {
  background: #fff;
  padding: 3em 0;
}

.c-alert {
  color: #607d8b;
  background: #eff2f4;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: left;
}

.c-alert--danger {
  color: #f44336;
  background: #feedeb;
  font-weight: bold;
}

.c-input--text {
  width: 100%;
  padding: 1em;
  border: none;
  font-size: 13px;
  margin-top: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #f3f3f3;
}


/* -----------------------------------------------------------------------------
 *
 * ---------------------------------------------------------------------------- */

@media (max-width: 480px) {

  .p-page__body-inner {
    padding: 0 3%;
  }

  .title_area a {

  }

  .shop_title {
    font-size: .6rem;
    font-weight: bold;
  }

  .title_area {
    background-position: top center;
    background-size: 220px;
    margin: 1em 0 0;
    padding: 0 0 4em !important;
  }

  .p-page__title {
    font-size: 1rem !important;
    text-align: center;
    margin: 3em 0 0;
  }

  .c-alert {
    font-size: .7rem;
    margin: 2em 0;
  }

  .c-form__title {
    font-size: .9rem;
    text-align: center;
  }

  .c-form__content {
    padding: 0 0;
  }

  .c-form__note {
    margin: 1em 0 0;
    text-align: right;
    font-size: .8rem;
  }

  .p-page__copyright {
    font-size: .7rem;
    padding: 2em 0 0;
  }

  .p-secure__image {
    width: 100%;
    text-align: center;
    margin: 0 0 1em;
  }

  .p-secure__msg {
    width: 100%;
  }

  .p-page__copyright + div {
    padding: 1em 0;
  }

}

@media (max-width: 768px) {


}

@media (max-width: 980px) {

}
