@charset "shift_jis";
/* CSS Document */ 
:root {
  --button-text-color: #FFFFFF;
  --button-bg-color: #C00836;
  --button-bg-color-on: #F85C5C;
  --button-edge: #DD4400;
  --button-01-color: #E2027F;
  --button-01-edge: #FF87BF;
  --button-01-color-on: #AC1B4D;
  --button-gos-color: #192b5b;
  --button-gos-edge: #283c70;
  --button-gos-color-on: #0b1634;
  }
.btn-wrapper {
  padding: 2em 0 2em;
  margin: 2em auto 2em;
  text-align: center;
}

.btn-wrapper ul li {
  list-style: none;
}

a.btn--radius {
  border-radius: 100vh;
}
span.ya {
  z-index: 8000;
  display: inline-block;
  padding-left: 3em;
  position: absolute;
}
span.ya::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.8em;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  top: 45%;
  right: 1.5em;
  margin-top: -6px;
}
.btn--001, a.btn--001 {
  font-weight: bold;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  color: #fff;
  background: var(--button-01-color);
  padding: 0.8em 6em 0.8em 5em;
  text-decoration: none;
  border: 2px solid var(--button-01-edge);
}
.btn--001:hover, a.btn--001:hover {
  color: #fff;
  transition: all 0.5s ease 0s;
  background: var(--button-01-color-on);
}
/*--------------------------------------------------------------------　ゲオオンラインストア*/
.btn--gos, a.btn--gos {
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  color: #fff;
  background: var(--button-gos-color);
  padding: 0.8em 6em 0.8em 5em;
  text-decoration: none;
  border: 2px solid var(--button-gos-edge);
}
.btn--gos:hover, a.btn--gos:hover {
  color: #fff;
  transition: all 0.5s ease 0s;
  background: var(--button-gos-color-on);
}
/*--------------------------------------------------------------------　商品はこちら*/
.btn, a.btn, button.btn {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0.6em 4em 0.6em 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.2em;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
}
a.btn--item01a {
  border-bottom: 5px solid var(--button-edge);

}
a.btn--tem01a:hover {
  background: var(--button-bg-color-on);
}