@charset "UTF-8";
/* CSS Document */
html {
  height: 100%;
  width: 100%;
  font-size: 62.5%;
}
body {
  font-family: YuGothic, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: justify;
  height: 100%;
  width: 100%;
}
body * {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  list-style-type: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  border: none;
  width: 100%;
  vertical-align: middle;
}
a {
  display: block;
  text-decoration: none;
  color: inherit;
}
/*:focus {
  outline: none;
}*/
.sp {
  display: block;
  visibility: visible;
}
.pc {
  display: none;
  visibility: hidden;
}
.footer {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 3;
  display: block;
  padding: 5% 0 6% 0;
  padding-bottom: calc(110px + 6%);
  background: #000;
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  top: -8px;
  background: linear-gradient(0deg, rgba(193, 201, 216, 1) 0%, rgba(193, 201, 216, 1) 30%, rgba(0, 0, 0, 1) 31%, rgba(0, 0, 0, 1) 65%, rgba(204, 192, 78, 1) 66%, rgba(204, 192, 78, 1) 100%);
  background-repeat: repeat-x;
}
.footerinner {
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.gotop {
  width: 46.6%;
  margin: 6% auto 0;
  order: 2;
}
.complete {
  width: 90%;
  margin: 2% auto 0;
  order: 1;
  pointer-events: none;
}
.caution {
  width: 90%;
  margin: 6% auto 0;
  order: 4;
  pointer-events: none;
}
.share {
  width: 24%;
  margin: 0 auto;
  display: flex;
  margin-top: 6%;
  margin-bottom: 2%;
  order: 3;
}
.share a {
  margin-right: 11.1%;
  display: block;
  width: 100%;
  height: 100%;
}
.share a:last-child {
  margin-right: 0;
}
.copyright {
  max-width: 24%;
  margin: 6% auto 0;
  order: 5;
  pointer-events: none;
}
.pw {
  position: absolute;
  width: 32%;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 29%;
  filter: drop-shadow(2px 2px 0 #000);
}
.submit_form {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 74%;
  right: 0;
  left: 0;
  height: 10%;
  margin: 0 auto;
}
.search_select {
  width: 50%;
  font-size: 16px;
  z-index: 1;
  text-align: left;
  background: #fff;
  height: 100%;
  border-radius: 0;
  color: #3c3c3c;
}
.pw, .search_select {
  border: .4vw solid #000;
}
.search_button {
  line-height: 0;
  margin-left: 2%;
  width: 22%;
  height: auto;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.caution_pw {
  position: absolute;
  text-align: center;
  top: 45%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 60%;
  pointer-events: none;
}
@media screen and (min-width:769px) {
  .sp {
    display: none;
    visibility: hidden;
  }
  .pc {
    display: block;
    visibility: visible;
  }
  .footer {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 8;
    display: flex;
    align-items: center;
  }
  .footer a {
    transition-duration: 0.13s;
  }
  .footer a:hover {
    opacity: 0.8;
  }
  .footerinner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: inherit;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    font-size: 0;
  }
  .share {
    width: 6.5%;
    margin: 0;
    margin-left: .5%;
    display: flex;
    order: 1;
  }
  .share a {
    margin-right: 7.69%;
  }
  .pop {
    width: 15%;
    margin-left: .5%;
    order: 2;
  }
  .complete {
    width: 15%;
    margin: 0;
    margin-left: .5%;
    order: 3;
  }
  .volume_s {
    width: 15%;
    margin-left: .5%;
    order: 3;
    pointer-events: none;
  }
  .caution {
    margin: 0;
    margin-left: .5%;
    width: 34.5%;
    order: 4;
  }
  .caution img {
    backface-visibility: hidden;
  }
  .copyright {
    width: 10.41%;
    margin-left: .5%;
    margin-right: .5%;
    margin-top: 0;
    order: 5;
  }
  /*設置店検索*/
  .submit_form {
    top: 75%;
  }
  .pw, .search_select {
    border: 2px solid #000;
  }
  .search_select {
    width: 50%;
    height: 28px;
    font-size: 18px;
    z-index: 10;
    left: 16.5%;
  }
  .search_button {
    width: 14%;
  }
  .pw:hover {
    opacity: .8;
  }
  .caution_pw {
    width: 46%;
  }
}
@media screen and (min-width:769px) and (max-width: 1100px) {
  .footer {
    height: 4.30769231vw;
    height: 5.090909vw;
    max-height: 56px;
  }
}
@media screen and (min-width:1101px) {
  .footer {
    height: 56px;
  }
}