@charset "UTF-8";
@import url("/css/root.css");


/*---------------------------------------
  marker
--------------------------------------- */
.main .marker {
  background: linear-gradient(transparent 50%, #ffef9f 50%);
  font-weight: bold;
}

/*---------------------------------------
  freeInfo
--------------------------------------- */
.freeInfo{
  background: rgba(255, 229, 8, 0.8);
  border: solid 2px var(--key-color);
  border-radius: 5px;
  padding: 10px;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 20px;
  color: var(--main-text-color);
  font-weight: bold;
}

.freeInfoBtn{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 5px;
  font-weight: normal;
}

.freeInfoBtn a{
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  /* color: var(--main-text-color); */
}

/* .freeInfoBtn a img{
  width: 10px;
  margin-right: 5px;
} */

@media screen and (max-width: 480px) {
  .freeInfo span{
    display: block;
  }
}

/*---------------------------------------
  share
--------------------------------------- */
.share {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.share .fb-share-button {
  border: solid 1px #808da9;
  border-radius: 5px;
  padding: 1px 5px;
  display: block;
  height: 20px;
  box-sizing: border-box;
  line-height: 1;
}

/*---------------------------------------
  btn_flex_free
--------------------------------------- */
.btn_flex_free {
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn_flex_free .btn a {
  padding-top: .5em;
  padding-bottom: .5em;
  font-weight: bold;
  font-size: 1.8rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  color: #fff;
  background-image: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(45deg, #2af598 0%, #009efd 100%);}

.btn_flex_free .btn:last-child a {
  background-image: -webkit-linear-gradient(left, #ffe565 0%, #d6960b 100%);
  background-image: linear-gradient(45deg, #ffe565 0%, #d6960b 100%);
}

/*---------------------------------------
  dummy
--------------------------------------- */
.blur {
  color: transparent;
  text-shadow: 0 0 10px #bfbfbf;
}

.dummy {
  position: relative;
}

.dummy .info {
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: bold;
  width: 80%;
  color: var(--main-text-color);
  /* background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  border: solid 2px var(----key-color--); */
}

.dummy .info p {
  padding: 0 !important;
  margin: 0 !important;
}

.dummy .info p:first-child {
  font-size: 1.2em;
}

.dummy .info .btn {
  margin-top: 10px;
}