@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 1;
  }
}
a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}
.season_camp .txt-tax {
  position: absolute;
  top: -12px;
  left: 10px;
  right: 0px;
  margin: auto -10px;
  font-size: 10px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.season_camp .container {
  width: 1230px;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .season_camp .container {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .season_camp .bg-bt-line {
    background: url(../img/line-bg-pc.png) left bottom;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .bg-bt-line {
    background: url(../img/line-bg-sp.png) left bottom;
    line-height: 35px;
  }
}
.season_camp .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fdefbd));
  background: linear-gradient(transparent 60%, #fdefbd 60%);
  display: inline;
}
.season_camp .section-column__inner {
  background: url(../img/bg-note.png);
}
.season_camp .txt-del {
  text-decoration: line-through;
}
.season_camp .f-robot {
  font-family: "Roboto", sans-serif;
}
.season_camp .text-pink,
.season_camp .fc-pink {
  color: #e96496;
}
.season_camp .fc-red {
  color: #df141c;
}
.season_camp .fc-wh {
  color: #fff;
}
.season_camp .txt-tax {
  position: absolute;
  top: -12px;
  left: 10px;
  right: 0px;
  margin: auto -10px;
  font-size: 10px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.season_camp .sold-out__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0px;
  line-height: 35px;
  padding: 7px 15px;
  font-size: 0.875rem;
  background: #a4a4a4 !important;
  border: none !important;
  pointer-events: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.season_camp .sold-out__btn:before {
  content: none !important;
  display: block;
}
.season_camp .cart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #e96496;
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px #cc3366;
          box-shadow: 0px 5px #cc3366;
  position: relative;
  top: 0px;
  line-height: 25px;
  padding: 13px 15px;
  letter-spacing: 0.15em;
}
.season_camp .cart-btn__type {
  color: #e96496;
  background-color: #fff;
  border-radius: 50px;
}
.season_camp .cart-btn:before {
  content: "";
  width: 26px;
  height: 31px;
  background: url(../../../../user_data/camp/common/img/i_cart.png) center center no-repeat;
  background-size: contain;
  display: block;
  margin-right: 10px;
  left: 20px;
  position: absolute;
}
.season_camp .cart-btn:hover {
  top: 5px;
  -webkit-box-shadow: 0px 0px #cc3366;
          box-shadow: 0px 0px #cc3366;
  opacity: 1;
}
.season_camp .img-drop-shadow {
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.03));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.03));
}
.season_camp .box-shadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.03);
}
.season_camp .sec01 {
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .season_camp .sec01 {
    background-image: url("../img/back-eff-pc.jpg");
  }
}
@media screen and (max-width: 767px) {
  .season_camp .sec01 {
    background-image: url("../img/back-eff-sp.jpg");
  }
}
.season_camp .sec02 {
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .season_camp .sec02 {
    background-image: url("../img/back-points-pc.jpg");
  }
}
@media screen and (max-width: 767px) {
  .season_camp .sec02 {
    background-image: url("../img/back-points-sp.jpg");
  }
}
.season_camp .sec03 {
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .season_camp .sec03 {
    background-image: url("../img/back-points-pc.jpg");
  }
}
@media screen and (max-width: 767px) {
  .season_camp .sec03 {
    background-image: url("../img/back-points-sp.jpg");
  }
}
.season_camp .sec04 {
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .season_camp .sec04 {
    background-image: url("../img/back-howto-pc-01.png");
  }
}
@media screen and (max-width: 767px) {
  .season_camp .sec04 {
    background-image: url("../img/back-howto-sp-01.png");
  }
}
.season_camp .bg-pink {
  background: #ee858c;
}
.season_camp .bg-mustard {
  background: #c6b407;
}
.season_camp .bg-green {
  background: #608d7c;
}
.season_camp .bg-gray {
  background: #f8f8f8;
}
.season_camp .cart-box-border {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .season_camp .cart-box-border {
    border-radius: 10px;
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .cart-box-border {
    border-radius: 10px;
    padding: 25px;
  }
}
.season_camp .voice01 {
  position: relative;
  z-index: 1;
}
.season_camp .voice02 {
  position: relative;
  z-index: 2;
  margin: -40px 0 0 -120px;
}
@media screen and (max-width: 767px) {
  .season_camp .voice02 {
    margin: -40px 15px 0 -10px;
  }
}
.season_camp .voice03 {
  position: relative;
  z-index: 1;
  margin: -40px 0 0 0;
}
@media screen and (max-width: 767px) {
  .season_camp .voice03 {
    margin: -40px -15px 0 10px;
  }
}
.season_camp .qa-box {
  border-top: #f8f8f8 1px solid;
  padding: 40px 50px 60px 120px;
  background: url(../img/icon-panda-pc.png) no-repeat left 50px top 30px;
}
@media screen and (max-width: 767px) {
  .season_camp .qa-box {
    padding: 40px 0 30px 65px;
    background: url(../img/icon-panda-sp.png) no-repeat left top 25px/55px auto;
  }
}
.season_camp .border_text-white {
  background: url(../img/white_border-pc.jpg?=1) left top;
  line-height: 45px;
  display: inline-block;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 3.1;
  color: #ffffff;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 767px) {
  .season_camp .border_text-white {
    background: url(../img/white_border-sp.jpg?=1) left top;
    width: 100%;
    font-size: 15px;
    line-height: 2.9;
  }
}
.season_camp .cart-box-border-sp-wrap {
  background-color: inherit;
}
@media screen and (max-width: 767px) {
  .season_camp .cart-box-border-sp-wrap {
    background-color: #ee858c;
  }
}
.season_camp .cart-box-border-sp {
  border: 5px solid #ee858c;
}
@media screen and (max-width: 767px) {
  .season_camp .cart-box-border-sp {
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 25px;
  }
}
@media screen and (min-width: 768px) {
  .season_camp .position-md-relative {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .season_camp .position-md-absolute {
    position: absolute;
  }
}